Commit Graph

13946 Commits

Author SHA1 Message Date
Michael Peter Christen
d62a8ec542 masking connects 2019-11-05 14:44:01 +01:00
Michael Peter Christen
053e54a2c7 grand CORS for json files 2019-11-05 11:50:56 +01:00
Michael Peter Christen
5eb0033aef typo 2019-11-05 11:36:23 +01:00
Michael Peter Christen
2c0742fc43 added json version of peer list 2019-11-05 11:29:07 +01:00
Michael Christen
cfa27d2fd5 fixed links 2019-10-20 20:20:50 +02:00
Michael Christen
cb20aa7e54 removed donation message in search result column 2019-10-17 01:35:44 +02:00
Michael Christen
085dc6095d preliminary installerfinished link 2019-10-14 03:39:44 +02:00
Michael Christen
ab467b1764 fixed css profile name 2019-10-14 01:53:09 +02:00
Michael Christen
60292513c3 going back to the old links - without https 2019-10-14 01:36:33 +02:00
Michael Christen
60802999d0 NSISdl does not support the HTTPS protocol.
lets try the http link for the linux download link..
see also:
https://stackoverflow.com/questions/46467921/download-of-file-during-nsis-installer-run-freezes-at-connecting
2019-10-14 01:02:41 +02:00
Michael Peter Christen
f0f12f875b fix for failing parser test: new forum link 2019-10-13 11:12:32 +02:00
Michael Peter Christen
24b44b8568 trying to fix 'Expected feature release number in range of 9 to 14, but got: 8' error while travis is building 2019-10-13 11:02:19 +02:00
Michael Peter Christen
bb7d836985 code freeze for release 2019-10-13 10:53:03 +02:00
Michael Peter Christen
dddf5930fa more space for sponsoring 2019-09-29 00:26:48 +02:00
Michael Peter Christen
0bddf2d895 switched url and snippet position 2019-09-28 23:16:23 +02:00
Michael Peter Christen
2999f4b985 Merge branch 'master' of https://github.com/yacy/yacy_search_server.git 2019-09-28 22:11:22 +02:00
Michael Peter Christen
449780f762 enhanced search result design 2019-09-28 22:11:11 +02:00
Michael Christen
cdc7adedc2 added sponsor link 2019-09-28 21:27:22 +02:00
Michael Christen
25227676ae removed some warnings 2019-09-28 02:07:08 +02:00
Michael Christen
f2d45ebb87 design updates + added link to new forum 2019-09-28 02:06:50 +02:00
Michael Peter Christen
789670bd8c design changes - more space 2019-09-26 23:44:04 +02:00
Michael Peter Christen
897582d23b updated seedlist bootstrap locations 2019-09-25 22:51:25 +02:00
Michael Christen
a33184098e
added patreon 2019-09-25 16:49:50 +02:00
Michael Christen
3cb1a442b7
added GitHub Sponsors tag 2019-09-25 15:59:05 +02:00
Michael Christen
e5dfcc9271
Merge pull request #303 from arankaren/master
Update spanish language
2019-07-17 09:36:45 +02:00
Arankaren Irene
b8acb5aa5b removed comment line 2019-07-15 15:20:58 -05:00
AranKaren Irene
eff356f9b0 update spanish language 2019-07-15 15:07:42 -05:00
AranKaren Irene
5f3e2ef353 fix syntax 2019-07-15 15:07:18 -05:00
Michael Christen
3a46b07603 fixed many links to old forum, now https://searchlab.eu 2019-06-15 11:43:27 +02:00
Michael Christen
7f7ed6278e updated compilation with eclipse and links to forum 2019-06-15 11:25:12 +02:00
Michael Christen
d730140914
added github funding 2019-05-23 11:36:40 +02:00
luccioman
6b45cd5799 New optional crawl filter on the URL a doc must match to crawl its links
For finer control over which parsed documents can trigger an addition of
their links to the crawl stack, complementary to the existing crawl
depth parameter.
2019-05-01 08:54:19 +02:00
luccioman
8d3e029247 Upgraded Lucene/Solr dependencies from 6.6.5 to 6.6.6 2019-04-27 21:27:11 +02:00
luccioman
385c6a079d Upgraded Jetty dependencies from 9.4.15.v20190215 to 9.4.17.v20190418 2019-04-24 09:50:56 +02:00
luccioman
f8b94f9891 Upgraded PDFBox dependency from 2.0.14 to 2.0.15 2019-04-19 10:33:58 +02:00
luccioman
d16bc99835 Added "Show Metadata" links to the ViewFile.html links mode
To conveniently follow parsed links in the file viewer
2019-04-18 15:31:38 +02:00
luccioman
8c068a9c99 Better HTML text semantics for technical descriptions 2019-04-18 14:23:00 +02:00
luccioman
5a3d5cb92c Upgraded Solr config files with the ones provided by Solr release
Fixes #292
2019-04-16 10:25:48 +02:00
luccioman
a5771b1f14 Made SNI extension user configurable without the need for server restart
TLS Server Name Indication (SNI) extension activation can now be
configured with the new Settings_p.html?page=httpClient administration
page.
SNI extension is also now enabled by default, as in 2019 the
unrecognized_name(112) alert is more properly handled by major web
servers TLS implementations, following the RFC 6066 standard.

Related YaCy issues : #153 #189 and #272
JDK 1.7 bug :
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=7127374
Apache httpd issue :
https://bz.apache.org/bugzilla/show_bug.cgi?id=56241
RFC 6066 : https://tools.ietf.org/html/rfc6066#section-3
2019-04-14 15:41:13 +02:00
luccioman
e90405b6f0 Support parsing audio URLs without file extension
Added also a Junit for the audio tag parser
2019-04-09 11:40:21 +02:00
luccioman
42c8a251c8 Render a relevant message and status on blocked search requests
When unauthenticated (or with insufficient rights) client is blocked
either because blacklisted or excessive request rate, render an error
message and a relevant HTTP status for API requests, instead of an empty
response that appears broken.
2019-04-05 11:06:09 +02:00
luccioman
a8316c79da Allow JS resorting of search results by unauthenticated users
Acces rate limitations to this search mode by unauthenticated users are
set low by default to prevent unwanted server overload but can be
customized through the SearchAccessRate_p.html configuration page

Fixes #291
2019-04-03 14:21:53 +02:00
luccioman
0ab2b49c31 Made /yacysearch access rate limitations user configurable
With a new admin page at /SearchAccessRate_p.html in menu Network Access
> Local Search > Access Rate Limitations
2019-04-02 17:42:50 +02:00
luccioman
5b7e41202a Added Solr GSA writer support for responses from remote instances 2019-03-27 18:23:41 +01:00
luccioman
fc83d35f3f Upgraded PDFBox dependency from 2.0.11 to 2.0.14 2019-03-22 09:52:57 +01:00
luccioman
4d8a948455 Properly close PDF snapshots loaded with pdfbox library 2019-03-22 09:50:30 +01:00
luccioman
74e6d6e984 Added Solr GrepHTML writer support for responses from remote instances 2019-03-20 18:24:16 +01:00
luccioman
5e6501974d Added Solr snapshots writer support for responses from remote instances 2019-03-19 11:25:44 +01:00
luccioman
4c1428bd63 Upgraded Jetty dependencies from 9.4.14.v20181114 to 9.4.15.v20190215 2019-03-18 14:13:10 +01:00
luccioman
656892a8eb
Merge pull request #283 from tangdou1/patch-1
Update zh.lng
2019-03-16 10:19:47 +01:00