Michael Christen
3a46b07603
fixed many links to old forum, now https://searchlab.eu
5 years ago
Michael Christen
7f7ed6278e
updated compilation with eclipse and links to forum
5 years ago
Michael Christen
d730140914
added github funding
6 years ago
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.
6 years ago
luccioman
8d3e029247
Upgraded Lucene/Solr dependencies from 6.6.5 to 6.6.6
6 years ago
luccioman
385c6a079d
Upgraded Jetty dependencies from 9.4.15.v20190215 to 9.4.17.v20190418
6 years ago
luccioman
f8b94f9891
Upgraded PDFBox dependency from 2.0.14 to 2.0.15
6 years ago
luccioman
d16bc99835
Added "Show Metadata" links to the ViewFile.html links mode
...
To conveniently follow parsed links in the file viewer
6 years ago
luccioman
8c068a9c99
Better HTML text semantics for technical descriptions
6 years ago
luccioman
5a3d5cb92c
Upgraded Solr config files with the ones provided by Solr release
...
Fixes #292
6 years ago
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
6 years ago
luccioman
e90405b6f0
Support parsing audio URLs without file extension
...
Added also a Junit for the audio tag parser
6 years ago
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.
6 years ago
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
6 years ago
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
6 years ago
luccioman
5b7e41202a
Added Solr GSA writer support for responses from remote instances
6 years ago
luccioman
fc83d35f3f
Upgraded PDFBox dependency from 2.0.11 to 2.0.14
6 years ago
luccioman
4d8a948455
Properly close PDF snapshots loaded with pdfbox library
6 years ago
luccioman
74e6d6e984
Added Solr GrepHTML writer support for responses from remote instances
6 years ago
luccioman
5e6501974d
Added Solr snapshots writer support for responses from remote instances
6 years ago
luccioman
4c1428bd63
Upgraded Jetty dependencies from 9.4.14.v20181114 to 9.4.15.v20190215
6 years ago
luccioman
656892a8eb
Merge pull request #283 from tangdou1/patch-1
...
Update zh.lng
6 years ago
luccioman
630fa0015a
P2P/Privacy switch buttons support with JavaScript disabled
6 years ago
luccioman
74fd2f30fa
Support for search result switch buttons with JavaScript disabled
6 years ago
luccioman
ebc583cdb2
Properly render the href attribute of the active page button
6 years ago
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.
6 years ago
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.
6 years ago
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.
6 years ago
tangdou1
eaf15320ed
Update zh.lng
6 years ago
tangdou1
15bb25c7b5
Update zh.lng
6 years ago
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
6 years ago
tangdou1
3369e0c047
Update zh.lng
6 years ago
tangdou1
fb223556e7
Update zh.lng
6 years ago
tangdou1
854b9d47fe
Update zh.lng
6 years ago
luccioman
0a809deb86
Minor technical fixes on latest Chinese translation update
6 years ago
luccioman
55aa671879
Merge pull request #278 from tangdou1/master
...
Update the chinese translation
6 years ago
luccioman
6d3def5347
Fixed Alpine flavour Docker image build on already existing /opt folder
6 years ago
luccioman
c617ea58a0
Render additional embedded audios from links on extended audio search
6 years ago
tangdou1
ac3c78630c
Update zh.lng
6 years ago
tangdou1
e652ba0ad4
Update zh.lng
6 years ago
luccioman
d167b14ab6
Relevant message when using the stop script while YaCy is not running
6 years ago
luccioman
7a30bce217
Added a stop command using the existing stop script to the snap package
6 years ago
tangdou1
3a4ce61448
Update zh.lng
6 years ago
tangdou1
fb4c6fed6a
Update zh.lng
6 years ago
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
6 years ago
tangdou1
57e03a5015
Update zh.lng
6 years ago
luccioman
36c4083f54
Removed no more available OpenSearch URL example
6 years ago
luccioman
0dc5cfe58c
Updated federated search html results mapping example
6 years ago
tangdou1
127febbe1f
Update zh.lng
6 years ago
tangdou1
76c1c4e6be
Update zh.lng
6 years ago