Commit Graph

6085 Commits (master)

Author SHA1 Message Date
reger24 0e4c93f02a IndexBroswser chart last 100 days - see https://github.com/yacy/yacy_search_server/issues/453
3 years ago
Michael Peter Christen 0e74b01dad Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
3 years ago
Michael Peter Christen 0579a9546a changed link to new forum location
3 years ago
reger24 f28d705cd0 update IndexBroser_p add to blacklist button
3 years ago
reger24 d7d977569b Optimize IndexBroser_p - "Add to blacklist" button
3 years ago
reger24 6a5f0b3684 Servlet IndexBroser_p add button "Add to blacklist"
3 years ago
unknown a0f6c3be00 Update htroot compare_yacy servlet
3 years ago
Michael Christen 1d7f657620
Merge pull request #437 from lifeofguenter/feature/fix-banner-typo
3 years ago
Burkhard b943e0fb03
Merge pull request #420 from iansmirlis/IndexBrowser_p
3 years ago
reger24 8d0f3d4208 Removed the Blacklist_p default=shared for new created blacklists issue https://github.com/yacy/yacy_search_server/issues/374
3 years ago
Lukas Fülling e8a00007f6 add setting for public facing port
3 years ago
Andreas 590f39b403
Add Sorting functionality to Crawler Queue Table
3 years ago
lifeofguenter 870319e769
Fix typo + remove dead seeds
3 years ago
ZeroCool940711 7e765b8483 Improved the Image search page to have bigger thumbnails, use a bigger area for results and a smaller left sidebar.
3 years ago
Michael Peter Christen 6fe905bb82 feature https://github.com/yacy/yacy_search_server/issues/434
3 years ago
Michael Peter Christen 9c38b1254e proper deletion of loadtime index
3 years ago
Michael Peter Christen bd3f2483a1 replaced url and date retrieval by only url retrieval
3 years ago
Michael Peter Christen 163ba26d90 replaced check for load time method
3 years ago
sgaebel cdf901270c always use HTTPClient by 'try with resources' pattern to free up
3 years ago
Michael Christen f4834e8e31
link fix
3 years ago
Michael Peter Christen 3c86b7b780 attempt to make a Mac Release using gradle
3 years ago
Michael Peter Christen 63ad8ce6b2 removed ymarks
3 years ago
Michael Peter Christen ef5a71a592 enhanced crawl start response time
3 years ago
Michael Peter Christen 1bab4ffe20 calculating the correct size of an export.
3 years ago
admin 9b7668fa58 reduced memory footprint during indexing/crawling
3 years ago
Ian Smirlis 53518a91ab In case of reload404, load only failed documents
3 years ago
Michael Peter Christen e6a87e0426 enhanced crawler
3 years ago
Michael Peter Christen 9182b3dfca enhanced default value
3 years ago
Michael Peter Christen 3959d43a5c fixed doku link
3 years ago
Michael Peter Christen 15b7461bc7 removed Xms java memory startup parameter
3 years ago
Michael Peter Christen 4377bd2b70 fix for wrong crawlName construction
3 years ago
Michael Peter Christen e81b770f79 enabled crawl starts with very large sets of start urls
3 years ago
Michael Peter Christen dbd211a1ad removed/replaced reflection in memory tool
4 years ago
Michael Peter Christen 1cdb21592b added hazelcast and some modifications to align legacy YaCy with
4 years ago
sgaebel 7fecd859e5 fixes showing metadata from Searchresult, by removing defType=edismax
4 years ago
sgaebel f16cd154f7 removes unused imports and variables
4 years ago
sgaebel c69c462a15 replaces a expensive getLoadTimeURL() by exists()
4 years ago
sgaebel 26223dc25a replaces getLoadTime() by exists() with a simpler query
4 years ago
Michael Peter Christen b46513f4a1 added stub of rc3assembly style
4 years ago
Michael Peter Christen 3da7628117 use environment variables to overwrite configuration variables
4 years ago
Michael Peter Christen 13a2e6dc6e Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
4 years ago
Michael Peter Christen 0ae8ccf657 Make it possible to set an empty password disabling the authentication
4 years ago
Michael Peter Christen 96592a10cf added option to set yacy configuration values using environment
4 years ago
Michael Peter Christen 198826c362 added network scanner process to discover all YaCy peers in the intranet
4 years ago
Michael Peter Christen d9602e8325 Implemented a new syntax in the template engine to simplify json APIs
4 years ago
Michael Peter Christen 5a7f12a9c1 allow network scans for non-standard http/https ports
4 years ago
Michael Peter Christen 022fb15670 fix for https://github.com/yacy/yacy_search_server/issues/385
4 years ago
Michael Peter Christen 17672fcbb4 adding hint how to shrink the disk size after an index deletion.
4 years ago
Michael Peter Christen 907f121d0c do not overwrite PW with random PW
4 years ago
Michael Peter Christen 256fa3d985 new limitation documentation
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
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
4 years ago
Michael Peter Christen 9a5694261a design update
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
4 years ago
Michael Peter Christen c0d9a3e9a7 turned HostBrowser into a admin-only page, now called IndexBrowser
4 years ago
Michael Peter Christen d359d521a1 fixed warc importer
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
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
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
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
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
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"
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
6 years ago
luccioman d16bc99835 Added "Show Metadata" links to the ViewFile.html links mode
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
6 years ago
luccioman 42c8a251c8 Render a relevant message and status on blocked search requests
6 years ago
luccioman a8316c79da Allow JS resorting of search results by unauthenticated users
6 years ago
luccioman 0ab2b49c31 Made /yacysearch access rate limitations user configurable
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
6 years ago
luccioman 6e9d5f60ad Server side initial pagination links rendering
6 years ago
luccioman 4b9cc4746d Upgraded Bootstrap dependency from v3.3.7 to v3.4.1
6 years ago