Commit Graph

13918 Commits

Author SHA1 Message Date
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
luccioman
630fa0015a P2P/Privacy switch buttons support with JavaScript disabled 2019-03-15 17:46:23 +01:00
luccioman
74fd2f30fa Support for search result switch buttons with JavaScript disabled 2019-03-09 10:21:48 +01:00
luccioman
ebc583cdb2 Properly render the href attribute of the active page button 2019-03-09 08:28:39 +01:00
luccioman
093ea9586c Properly fill current page number to new server side pagination template
When current page is automatically reset to zero because of a new search
request.
2019-03-05 08:18:18 +01:00
luccioman
384c37102c Improve accuracy of total results count on latest pages in Stealth mode
Previously, when mixing results from local RWI and local Solr (Stealth
mode), total local Solr count could be ignored on last result pages,
when the page offset was higher than local Solr count but lower than
total RWI count.
2019-03-04 10:05:47 +01:00
luccioman
6e9d5f60ad Server side initial pagination links rendering
For better support of the search page usage with JavaScript disabled.
Reduces also the number of initial refreshes of the paginations links.

When JavaScript is enabled, pagination links are still regularly
refreshed until all the search feeds are terminated on server side.
2019-02-28 22:56:49 +01:00
tangdou1
eaf15320ed
Update zh.lng 2019-02-26 17:55:27 +08:00
tangdou1
15bb25c7b5
Update zh.lng 2019-02-26 17:39:25 +08:00
luccioman
4b9cc4746d Upgraded Bootstrap dependency from v3.3.7 to v3.4.1
Non regressions tested on the following platforms :
Linux Debian Stretch :
 - Firefox 60.5.1esr
 - Chromium 72.0.3626.96

Windows 10 :
 - Firefox 65.0.1
 - Chrome 72.0.3626.109
 - Edge 25.10586.672.0
 - IE 11.1540.10586.0

Mac OS  :
 - Safari 11.0
2019-02-21 10:12:39 +01:00
tangdou1
3369e0c047
Update zh.lng 2019-02-19 17:54:26 +08:00
tangdou1
fb223556e7
Update zh.lng 2019-02-19 17:35:51 +08:00
tangdou1
854b9d47fe
Update zh.lng 2019-02-19 17:21:55 +08:00
luccioman
0a809deb86 Minor technical fixes on latest Chinese translation update 2019-02-13 22:18:59 +01:00
luccioman
55aa671879
Merge pull request #278 from tangdou1/master
Update the chinese translation
2019-02-13 22:13:58 +01:00
luccioman
6d3def5347 Fixed Alpine flavour Docker image build on already existing /opt folder 2019-02-09 15:43:15 +01:00
luccioman
c617ea58a0 Render additional embedded audios from links on extended audio search 2019-02-08 12:23:20 +01:00
tangdou1
ac3c78630c
Update zh.lng 2019-02-06 11:46:16 +08:00
tangdou1
e652ba0ad4
Update zh.lng 2019-02-06 11:38:14 +08:00
luccioman
d167b14ab6 Relevant message when using the stop script while YaCy is not running 2019-02-05 09:43:28 +01:00
luccioman
7a30bce217 Added a stop command using the existing stop script to the snap package 2019-02-04 14:34:37 +01:00
tangdou1
3a4ce61448
Update zh.lng 2019-02-03 08:42:30 +08:00
tangdou1
fb4c6fed6a
Update zh.lng 2019-02-02 17:49:36 +08:00
luccioman
5e9a08355a Improved logging for federated search
- Do not use spaces in logger identifier name so the log level can be
configured in yacy.logging
- Hold the logger instance to avoid the logging system to look for it
from its name at each appended log message
2019-02-02 09:59:24 +01:00
tangdou1
57e03a5015
Update zh.lng 2019-02-02 16:26:16 +08:00
luccioman
36c4083f54 Removed no more available OpenSearch URL example 2019-02-02 00:42:37 +01:00
luccioman
0dc5cfe58c Updated federated search html results mapping example 2019-02-02 00:41:49 +01:00
tangdou1
127febbe1f
Update zh.lng 2019-02-01 11:29:57 +08:00
tangdou1
76c1c4e6be
Update zh.lng 2019-02-01 11:26:35 +08:00