Michael Peter Christen
907f121d0c
do not overwrite PW with random PW
4 years ago
Michael Peter Christen
256fa3d985
new limitation documentation
...
just replaced two by four
4 years ago
Michael Peter Christen
7997836506
fixed lock image
4 years ago
Michael Peter Christen
d0abb0cedb
enabling all crawl profiles in all network modes
...
also: increased default internet crawl speed to
4 urls/s/host
4 years ago
Michael Peter Christen
a9befbba5f
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
4 years ago
Michael Peter Christen
fed8bd6325
automatically refresh css cache when switching skin
...
and setting of default skin to current skin in selector
4 years ago
Michael Peter Christen
9a5694261a
design update
...
more space
4 years ago
Michael Peter Christen
4ec55289a8
using a lock symbol which looks also good in dark designs
4 years ago
Michael Peter Christen
43a9f4f574
updated solr 6.6.6 -> 7.7.3
...
dropped GSA support (GSA API is still in YaCy Grid)
The 6.6.6 solr index works without migration also with 7.7.3
4 years ago
Michael Peter Christen
c0d9a3e9a7
turned HostBrowser into a admin-only page, now called IndexBrowser
...
This was required because spiders and bots crawled through this page and
created load on the peer without use for the user or the YaCy network.
4 years ago
Michael Peter Christen
d359d521a1
fixed warc importer
...
The importer tried to import a gziped files as plain warc.
It will now check the file extension and use a unzip automatically
on-the-fly.
4 years ago
Michael Peter Christen
cef5fde343
adding message to UI to make port change transparent
4 years ago
Michael Peter Christen
22841ffbf1
creating a threaddump during every cleanup process
...
to be able to find out what a peer did (not) last time before a crash
4 years ago
Michael Peter Christen
d7b2d82faa
showing MB instead of KB in PerformanceMemory
4 years ago
sgaebel
3431f91db9
removes unused 'unused' tokens
4 years ago
sgaebel
dd9d4b1188
replace org.junit.Assert.assertThat by
...
org.hamcrest.MatcherAssert.assertThat from hamcrest 2.2 to avoid
deprecation-warning
4 years ago
sgaebel
df9ea0a42a
removes some warnings: unused imports, params
4 years ago
sgaebel
80785b785e
adds deleting during recrawl
4 years ago
Michael Peter Christen
e0ad8ca9da
replaced json library from JSON.org with libandroid-json-java
...
This fixes https://github.com/yacy/yacy_search_server/issues/347
5 years ago
Michael Peter Christen
6d7dc01670
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
5 years ago
Michael Peter Christen
0a7bda2a21
removed JSON-evil license line
...
These classes had been my own creative work.
Just the copyright line had been appeared possibly due to a bad
copy-paste activity, unaware that the line is a non-free addition.
5 years ago
Michael Christen
57484eb1cc
xss protection
5 years ago
Michael Peter Christen
37827b6788
removed doubes from getpageinfo
5 years ago
Michael Peter Christen
f03e16d3df
enhanced crawl start url check experience
...
urls are now urlencoded and a check is also performed
in case that an url is copied into the url field using
copy-paste
5 years ago
Michael Christen
41f9b8517f
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
5 years ago
Michael Christen
4ccd1ea3c0
new servlet path "p2p"
...
with a test class.
Call the class with
http://localhost:8090/p2p/seeds.json
5 years ago
Michael Peter Christen
f7c97fd99e
scanner crawl starts wants non-parseable files
5 years ago
Michael Peter Christen
a20b61f5c0
fix for bad json
5 years ago
Michael Peter Christen
d62a8ec542
masking connects
5 years ago
Michael Peter Christen
5eb0033aef
typo
5 years ago
Michael Peter Christen
2c0742fc43
added json version of peer list
5 years ago
Michael Christen
cfa27d2fd5
fixed links
5 years ago
Michael Peter Christen
0bddf2d895
switched url and snippet position
5 years ago
Michael Peter Christen
2999f4b985
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
5 years ago
Michael Peter Christen
449780f762
enhanced search result design
5 years ago
Michael Christen
cdc7adedc2
added sponsor link
5 years ago
Michael Christen
f2d45ebb87
design updates + added link to new forum
5 years ago
Michael Peter Christen
789670bd8c
design changes - more space
5 years ago
Michael Christen
3a46b07603
fixed many links to old forum, now https://searchlab.eu
5 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
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
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
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
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