yacy_search_server/htroot
Michael Peter Christen 1bab4ffe20 calculating the correct size of an export.
This can be seen as a fix for
https://github.com/yacy/yacy_search_server/issues/343
however, the export was not flawed, it is just the impression that
something is wrong, but the export size must be smaller than the index
size because the index also containers error documents.
Now an information line is presented that shows i.e.:
"The local index currently contains 181,319 documents, only 106,887
exportable with status code 200 - the remaining are error documents."
2021-09-16 01:05:09 +02:00
..
api removed/replaced reflection in memory tool 2021-04-22 20:24:13 +02:00
env added stub of rc3assembly style 2021-02-09 20:30:10 +01:00
jquery Clean up redundant but obsolete jquery.rdfquery-core-1.0.js script lib 2017-07-14 23:41:39 +02:00
js enhanced crawl start url check experience 2020-01-16 20:59:02 +01:00
p2p replaced json library from JSON.org with libandroid-json-java 2020-04-24 11:45:25 +02:00
portalsearch Fetch result pages one by one when scrolling in portal search widget 2018-08-28 15:49:30 +02:00
processing replace with CommonPattern.SPACE for split 2015-01-29 02:28:03 +01:00
proxymsg removes unused 'unused' tokens 2020-08-04 20:09:34 +02:00
yacy added hazelcast and some modifications to align legacy YaCy with 2021-04-15 20:39:22 +02:00
AccessGrid_p.html
AccessGrid_p.java
AccessPicture_p.java added intensity option to graphics 2015-05-30 06:31:08 +02:00
AccessTracker_p.html Add extract of queries.log in form of top search word cloud (last 7 days) 2017-02-20 23:27:33 +01:00
AccessTracker_p.java added nav filter 2018-03-10 15:46:53 +01:00
AccessTracker_p.xml
autoconfig.java Make ServletRequest implement the standardized HttpServletRequest interface, 2016-11-14 01:37:16 +01:00
autoconfig.pac
Autocrawl_p.html Add missing settings to autocrawl settings page 2016-01-14 03:27:33 +01:00
Autocrawl_p.java removed unused imports 2016-09-06 18:46:24 +02:00
Banner.java fix: banner did not show link and qph for portal mode 2015-03-25 13:21:36 +01:00
Blacklist_p.html Adjusted last blacklist entry example for a more accurate description 2018-02-14 07:51:07 +01:00
Blacklist_p.java Decode blacklist entries for easier edition of non ascii chars 2018-10-04 09:33:58 +02:00
BlacklistCleaner_p.html apply default css styles (class btn) to blacklist* submit buttons 2015-12-23 23:11:37 +01:00
BlacklistCleaner_p.java Fixed remaining blacklist entries improper decoding of '+' character 2018-10-08 16:50:02 +02:00
BlacklistImpExp_p.html correct blacklist export as text url to blacklists_p.txt 2016-10-07 03:03:41 +02:00
BlacklistImpExp_p.java remove local credential on download of config files from remote systems 2016-01-01 06:08:41 +01:00
BlacklistTest_p.html apply default css styles (class btn) to blacklist* submit buttons 2015-12-23 23:11:37 +01:00
BlacklistTest_p.java added an option to set 'obey nofollow' for links with rel="nofollow" 2014-07-18 12:43:01 +02:00
Blog.html fix NPE on empty blog importfile parameter 2015-12-24 02:00:45 +01:00
Blog.java Enable HTTP Digest authentication for non admin users. 2017-10-26 07:51:18 +02:00
Blog.rss Generate HTML relative (to each peer) links from hosted WikiCode. 2016-11-04 11:21:20 +01:00
Blog.xml
BlogComments.html fix NPE on empty blog importfile parameter 2015-12-24 02:00:45 +01:00
BlogComments.java Enable HTTP Digest authentication for non admin users. 2017-10-26 07:51:18 +02:00
Bookmarks.html typo fix in Bookmarks.html 2018-09-30 01:00:43 +01:00
Bookmarks.java Fixed errors for Search portal mode or when peer is not reachable. 2016-11-04 14:31:22 +01:00
Bookmarks.rss Fixed errors for Search portal mode or when peer is not reachable. 2016-11-04 14:31:22 +01:00
CacheResource_p.html
CacheResource_p.java increase use of header const for custom "EXT" header 2016-11-13 01:39:14 +01:00
Collage.html reduce the mix of absolute and relative internal html page links 2016-10-25 03:02:31 +02:00
Collage.java exclude external link icon in Collage servlet 2016-11-26 19:53:00 +01:00
compare_yacy.html Fixed remaining OpenSearch link name consistency issues 2016-09-10 09:33:27 +02:00
compare_yacy.java Search comparison : prefer https URLs 2016-08-17 16:13:46 +02:00
ConfigAccountList_p.html add servlet to list user in UserDB and made user editor available in 2017-04-09 02:09:32 +02:00
ConfigAccountList_p.java Fixed unsafe conccurent access to generic SimpleDateFormat instances 2018-06-28 14:59:23 +02:00
ConfigAccounts_p.html Adjusted localhost/qualified account admin access informational texts. 2018-04-02 15:04:56 +02:00
ConfigAccounts_p.java removes unused imports and variables 2021-03-20 15:14:09 +01:00
ConfigAppearance_p.html added stub of rc3assembly style 2021-02-09 20:30:10 +01:00
ConfigAppearance_p.java automatically refresh css cache when switching skin 2020-12-14 01:26:26 +01:00
ConfigBasic.html use environment variables to overwrite configuration variables 2021-02-09 20:26:49 +01:00
ConfigBasic.java use environment variables to overwrite configuration variables 2021-02-09 20:26:49 +01:00
ConfigHeuristics_p.html Prevent entering empty OpenSearch URLs in ConfigHeuristics_p.html 2018-08-06 12:07:47 +02:00
ConfigHeuristics_p.java Fixed a NullPointerException case, reported in issue #209 2018-08-06 12:04:44 +02:00
ConfigHTCache_p.html Added HT Cache basic statistics (hit rate) 2017-06-15 09:50:02 +02:00
ConfigHTCache_p.java Added HT Cache basic statistics (hit rate) 2017-06-15 09:50:02 +02:00
ConfigLanguage_p.html introduce a translation edit servlet Translator_p.html YaCy's UI text translation 2016-06-03 01:46:30 +02:00
ConfigLanguage_p.java Properly close file output streams even on exceptions scenarios. 2017-06-08 07:19:16 +02:00
ConfigNetwork_p.html Upgraded ConfigNetwork_p html doctype and added language attribute 2018-05-03 08:53:07 +02:00
ConfigNetwork_p.java added option to set yacy configuration values using environment 2021-01-24 22:50:37 +01:00
ConfigParser_p.html Updated link URL to IANA Media Types with https 2018-03-23 10:23:54 +01:00
ConfigParser_p.java replace org.junit.Assert.assertThat by 2020-07-28 19:09:26 +02:00
ConfigPortal_p.html Allow JS resorting of search results by unauthenticated users 2019-04-03 14:21:53 +02:00
ConfigPortal_p.java Made /yacysearch access rate limitations user configurable 2019-04-02 17:42:50 +02:00
ConfigPortal.java Set Config Portal as a private administration page. 2017-04-03 11:34:49 +02:00
ConfigProfile_p.html redesign of search page integration menu structure 2014-03-31 03:18:38 +02:00
ConfigProfile_p.java
ConfigProperties_p.html Hide password values from visible HTML in the Advanced Config page 2018-09-21 09:59:32 +02:00
ConfigProperties_p.java Hide password values from visible HTML in the Advanced Config page 2018-09-21 09:59:32 +02:00
ConfigRobotsTxt_p.html manually pulled - now pushed 2016-05-08 16:38:17 +02:00
ConfigRobotsTxt_p.java fix RuntimeException in ConfigRobotsTxt_p in intranet mode 2016-05-27 17:30:17 +02:00
ConfigSearchBox.html Removed a use of the deprecated Seed.getIP() 2016-11-08 02:31:38 +01:00
ConfigSearchBox.java Removed a use of the deprecated Seed.getIP() 2016-11-08 02:31:38 +01:00
ConfigSearchPage_p.html fixes showing metadata from Searchresult, by removing defType=edismax 2021-03-21 00:06:26 +01:00
ConfigSearchPage_p.java turned HostBrowser into a admin-only page, now called IndexBrowser 2020-12-11 00:50:52 +01:00
ConfigUpdate_p.html Enforced access controls on some administrative actions. 2017-03-26 11:48:00 +02:00
ConfigUpdate_p.java Enforced access controls on some administrative actions. 2017-03-26 11:48:00 +02:00
ConfigUser_p.html add servlet to list user in UserDB and made user editor available in 2017-04-09 02:09:32 +02:00
ConfigUser_p.java removes unused imports and variables 2021-03-20 15:14:09 +01:00
Connections_p.html Fixed unresolve-pattern case on old html title 2018-06-02 14:54:05 +02:00
Connections_p.java Monitoring and limit connection-count for Jetty 2014-05-22 22:16:39 +02:00
ContentAnalysis_p.html Updated links to external Java and Solr docs to currently used versions. 2016-11-13 23:34:27 +01:00
ContentAnalysis_p.java
ContentControl_p.html replaced pdblue-homebrew buttons with bootstrap standard buttons 2014-03-20 22:52:01 +01:00
ContentControl_p.java
ContentIntegrationPHPBB3_p.html apply default css styles (class btn) to submit buttons 2015-12-25 01:08:51 +01:00
ContentIntegrationPHPBB3_p.java
CookieMonitorIncoming_p.html moved cookie monitoring to the network monitoring submenu 2014-09-02 11:53:22 +02:00
CookieMonitorIncoming_p.java
CookieMonitorOutgoing_p.html list entries in outgoing cookie monitor one per line 2016-12-10 22:08:09 +01:00
CookieMonitorOutgoing_p.java list entries in outgoing cookie monitor one per line 2016-12-10 22:08:09 +01:00
CookieTest_p.html fix CookieTest_p formatting (output of <br> as text), 2016-08-20 22:23:47 +02:00
CookieTest_p.java Complete harmonization RequestHeader getCookie with std ServletRequest 2017-01-02 03:04:21 +01:00
CrawlCheck_p.html replacing direct html table cellspacing with css set-up for cellspacing 2014-03-31 01:15:35 +02:00
CrawlCheck_p.java Added control over Robots.txt active threads maximum number. 2016-11-23 18:13:05 +01:00
Crawler_p.html Upgraded d3js dependency from 3.4.4 to 5.7.0 2018-10-28 10:07:46 +01:00
Crawler_p.java enhanced crawler 2021-08-17 15:23:21 +02:00
Crawler_p.json added json(p) endpoint for crawl start 2017-06-16 08:44:40 +02:00
CrawlMonitorRemoteStart.html replacing direct html table cellspacing with css set-up for cellspacing 2014-03-31 01:15:35 +02:00
CrawlMonitorRemoteStart.java fix NPE in CrawlMonitorRemoteStart servlet due to missing startURL 2016-06-27 03:12:39 +02:00
CrawlProfileEditor_p.html reduce the mix of absolute and relative internal html page links 2016-10-25 03:02:31 +02:00
CrawlProfileEditor_p.java Properly render json string attributes in the crawl profile html editor 2018-06-19 12:46:50 +02:00
CrawlProfileEditor_p.xml New optional crawl filter on the URL a doc must match to crawl its links 2019-05-01 08:54:19 +02:00
CrawlResults.html Added and updated hint messages about remote crawler status 2018-07-06 11:30:30 +02:00
CrawlResults.java Added and updated hint messages about remote crawler status 2018-07-06 11:30:30 +02:00
CrawlStartExpert.html fixed doku link 2021-08-03 16:57:24 +02:00
CrawlStartExpert.java enabling all crawl profiles in all network modes 2020-12-19 01:00:51 +01:00
CrawlStartScanner_p.html allow network scans for non-standard http/https ports 2021-01-11 00:28:24 +01:00
CrawlStartScanner_p.java allow network scans for non-standard http/https ports 2021-01-11 00:28:24 +01:00
CrawlStartSite.html new limitation documentation 2020-12-22 16:33:12 +01:00
CrawlStartSite.java made crawl start pages public since they do not reveal individual 2014-03-31 20:42:39 +02:00
cytag.java removed JSON-evil license line 2020-04-22 13:14:26 +02:00
DictionaryLoader_p.html Upgraded the OpenGeoDB dump URL 2018-08-03 18:39:41 +02:00
DictionaryLoader_p.java Upgraded the OpenGeoDB dump URL 2018-08-03 18:39:41 +02:00
favicon.bmp
favicon.ico
favicon.png
goto_p.html implement a forward to remote peer link in P2P Network list 2014-09-14 23:26:22 +02:00
goto_p.java Removed some remaining uses of deprecated Seed.getIP() 2018-04-26 09:39:30 +02:00
Help.html Updated YaCy home page embedded links from http to https scheme 2018-05-22 17:46:12 +02:00
Help.java
imagetest.java added intensity option to graphics 2015-05-30 06:31:08 +02:00
index.html Fixed encoding of '+' character on search pages links 2018-08-20 18:44:04 +02:00
index.java Added UI switch to control content domain constraint per search request 2018-01-02 08:13:14 +01:00
IndexBrowser_p.html fixes showing metadata from Searchresult, by removing defType=edismax 2021-03-21 00:06:26 +01:00
IndexBrowser_p.java replaces getLoadTime() by exists() with a simpler query 2021-03-20 01:06:02 +01:00
IndexBrowser_p.xml turned HostBrowser into a admin-only page, now called IndexBrowser 2020-12-11 00:50:52 +01:00
IndexControlRWIs_p.html Modified RWI settings page radio click event to use HTTP POST 2017-03-30 10:23:47 +02:00
IndexControlRWIs_p.java replaces getLoadTime() by exists() with a simpler query 2021-03-20 01:06:02 +01:00
IndexControlURLs_p.html Optionally render the response header when using the Solr html writer 2018-07-23 18:36:57 +02:00
IndexControlURLs_p.java Ensure no remote Solr is attached before "Shut Down and Re-Start Solr" 2018-04-06 20:34:54 +02:00
IndexControlURLs_p.xml
IndexCreateLoaderQueue_p.html replacing direct html table cellspacing with css set-up for cellspacing 2014-03-31 01:15:35 +02:00
IndexCreateLoaderQueue_p.java enhanced concurrent loading by using a fixed set of concurrent loader 2014-03-03 22:13:40 +01:00
IndexCreateParserErrors_p.html apply more default css styles (class btn) to submit buttons 2015-12-23 00:04:40 +01:00
IndexCreateParserErrors_p.java Removed now unused Java import in addition to modification from PR #239 2018-09-26 08:47:13 +02:00
IndexCreateQueues_p.html - added a new Crawler Balancer: HostBalancer and HostQueues: 2014-04-16 21:34:28 +02:00
IndexCreateQueues_p.java Fixed rendering of crawl queues page for URLs with raw IPV6 addresses 2018-08-13 14:36:22 +02:00
IndexDeletion_p.html adding hint how to shrink the disk size after an index deletion. 2021-01-06 22:02:00 +01:00
IndexDeletion_p.java Enforced access controls on some administrative actions. 2017-03-26 11:48:00 +02:00
IndexExport_p.html calculating the correct size of an export. 2021-09-16 01:05:09 +02:00
IndexExport_p.java calculating the correct size of an export. 2021-09-16 01:05:09 +02:00
IndexFederated_p.html fixed doku link 2021-08-03 16:57:24 +02:00
IndexFederated_p.java Improve rendering of remote Solr admin URLs 2018-04-10 11:15:31 +02:00
IndexImportMediawiki_p.html Added a link to MediaWiki dumps summary in import page for convenience 2018-08-08 08:11:02 +02:00
IndexImportMediawiki_p.java Fixed unsafe conccurent access to generic SimpleDateFormat instances 2018-06-28 14:59:23 +02:00
IndexImportOAIPMH_p.html use css error class for error msg in IndexImportOAIPMH_p.html, 2017-04-02 20:36:22 +02:00
IndexImportOAIPMH_p.java
IndexImportOAIPMHList_p.html apply default css styles (class btn) to submit buttons 2015-12-25 01:08:51 +01:00
IndexImportOAIPMHList_p.java recover sax fatal error on OAI-PMH import of xml with entity error 2014-04-25 01:05:28 +02:00
IndexImportWarc_p.html Allow to stop currently running warc import (stop button) 2017-08-20 22:17:27 +02:00
IndexImportWarc_p.java fixed warc importer 2020-12-10 11:19:25 +01:00
IndexReIndexMonitor_p.html adds deleting during recrawl 2020-07-09 19:32:16 +02:00
IndexReIndexMonitor_p.java adds deleting during recrawl 2020-07-09 19:32:16 +02:00
IndexReIndexMonitor_p.json Automatically refresh running recrawl report when JavaScript is enabled. 2018-01-19 11:58:52 +01:00
IndexSchema_p.html Enforced controls (HTTP method, token) on ReIndex and ReCrawl operations 2018-01-07 15:25:16 +01:00
IndexSchema_p.java removes unused 'unused' tokens 2020-08-04 20:09:34 +02:00
IndexShare_p.html
IndexShare_p.java add uses of config constant INDEX_RECEIVE_ALLOW 2016-07-27 02:16:20 +02:00
jslicense.html Upgraded Bootstrap dependency from v3.3.7 to v3.4.1 2019-02-21 10:12:39 +01:00
jslicense.java Added JavaScript license information 2016-06-03 22:07:45 +02:00
Load_MediawikiWiki.html Removed some remaining uses of deprecated Seed.getIP() 2018-04-26 09:39:30 +02:00
Load_MediawikiWiki.java Removed some remaining uses of deprecated Seed.getIP() 2018-04-26 09:39:30 +02:00
Load_PHPBB3.html Removed some remaining uses of deprecated Seed.getIP() 2018-04-26 09:39:30 +02:00
Load_PHPBB3.java Removed some remaining uses of deprecated Seed.getIP() 2018-04-26 09:39:30 +02:00
Load_RSS_p.html Fixed error 414 (URI Too Long) when manually selecting to many RSS items 2018-03-23 10:49:39 +01:00
Load_RSS_p.java replaces a expensive getLoadTimeURL() by exists() 2021-03-20 15:01:31 +01:00
mediawiki_p.html
mediawiki_p.java Generate HTML relative (to each peer) links from hosted WikiCode. 2016-11-04 11:21:20 +01:00
Messages_p.html apply default css styles (class btn) to submit buttons 2015-12-25 01:08:51 +01:00
Messages_p.java reduce redundant declaration for simple date formatter 2016-12-17 23:29:57 +01:00
Messages_p.rss Generate HTML relative (to each peer) links from hosted WikiCode. 2016-11-04 11:21:20 +01:00
Messages_p.xml
MessageSend_p.html use bootstrap button style in MessageSend_p.html 2016-12-04 22:26:02 +01:00
MessageSend_p.java Started implementing optional https preference for protocol operations 2017-12-15 11:28:46 +01:00
Network.html fixed lock image 2020-12-20 23:18:50 +01:00
Network.java fix for bad json 2019-11-06 17:28:11 +01:00
Network.json fix for bad json 2019-11-06 17:28:11 +01:00
Network.xml IPv6-enhanced Network monitoring page 2014-10-01 03:10:39 +02:00
NetworkHistory.java optimized for small y values 2016-05-08 20:17:18 +02:00
NetworkPicture.java fixes to usage of no-cache: use and recognize also the no-store 2014-12-19 17:37:58 +01:00
News.html include translation news service in status submenue 2016-09-04 02:29:04 +02:00
News.java Fixed /News.html and /Wiki.html pages in Search Portal mode (issue #87). 2016-11-03 02:33:36 +01:00
News.rss Fixed /News.html and /Wiki.html pages in Search Portal mode (issue #87). 2016-11-03 02:33:36 +01:00
opensearchdescription.java Fixed /News.html and /Wiki.html pages in Search Portal mode (issue #87). 2016-11-03 02:33:36 +01:00
opensearchdescription.xml Updated YaCy home page embedded links from http to https scheme 2018-05-22 17:46:12 +02:00
osm.java increase use of header const for custom "EXT" header 2016-11-13 01:39:14 +01:00
PeerLoadPicture.java
Performance_p.html reduced memory footprint during indexing/crawling 2021-08-24 12:24:52 +02:00
Performance_p.java
PerformanceConcurrency_p.html replacing direct html table cellspacing with css set-up for cellspacing 2014-03-31 01:15:35 +02:00
PerformanceConcurrency_p.java
PerformanceGraph.java Fixed ProfilingGraph calculation integer overflows and added test class. 2017-10-16 09:18:12 +02:00
PerformanceMemory_p.html updated solr 6.6.6 -> 7.7.3 2020-12-12 02:06:43 +01:00
PerformanceMemory_p.java updated solr 6.6.6 -> 7.7.3 2020-12-12 02:06:43 +01:00
PerformanceMemory_p.xml
PerformanceQueues_p.html Made outgoing pools max total connections user configurable 2018-06-06 09:36:50 +02:00
PerformanceQueues_p.java removed Xms java memory startup parameter 2021-07-19 20:04:11 +02:00
PerformanceQueues_p.xml Made outgoing pools max total connections user configurable 2018-06-06 09:36:50 +02:00
PerformanceSearch_p.html replacing direct html table cellspacing with css set-up for cellspacing 2014-03-31 01:15:35 +02:00
PerformanceSearch_p.java fix delta time calculation in PerformanceSearch_p for the 1. entry 2017-02-27 01:04:31 +01:00
ProxyIndexingMonitor_p.html apply more default css styles (class btn) to submit buttons 2015-12-23 00:04:40 +01:00
ProxyIndexingMonitor_p.java use more availabe SwitchboardConstans in ProxyIndexingMonitor_p 2016-12-07 00:39:53 +01:00
QuickCrawlLink_p.html
QuickCrawlLink_p.java added a crawl filter based on <div> tag class names 2017-12-09 22:29:35 +01:00
QuickCrawlLink_p.xml
RankingRWI_p.html Replaced RWI ranking JQuery sliders with standard HTML range inputs 2018-08-28 08:34:23 +02:00
RankingRWI_p.java
RankingSolr_p.html Updated link to Solr Function Queries documentation page 2018-03-26 16:26:46 +02:00
RankingSolr_p.java Properly support multiple Boost Queries. (Previous code was broken because it concatenated multiple Boost Queries together rather than passing Solr an array.) 2016-05-20 20:17:51 -05:00
rct_p.html
rct_p.java Added optional https support for remote crawl and profile operations 2017-12-21 18:41:32 +01:00
RegexTest.html Updated links to Java Regular Expressions documentation to version 8 2017-12-19 11:14:20 +01:00
RegexTest.java
RemoteCrawl_p.html use peeraddress for link in remote crawl list 2014-12-20 01:59:00 +01:00
RemoteCrawl_p.java Init remote crawler on demand 2015-05-23 02:06:39 +02:00
robots.java
robots.txt turned HostBrowser into a admin-only page, now called IndexBrowser 2020-12-11 00:50:52 +01:00
rssTerminal.html Switched more URLs to relative ones when possible. 2016-11-08 03:05:51 +01:00
SearchAccessRate_p.html Allow JS resorting of search results by unauthenticated users 2019-04-03 14:21:53 +02:00
SearchAccessRate_p.java Made /yacysearch access rate limitations user configurable 2019-04-02 17:42:50 +02:00
SearchEventPicture.java
ServerScannerList.html apply default css styles (class btn) to submit buttons 2015-12-25 01:08:51 +01:00
ServerScannerList.java
Settings_Crawler.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
Settings_Debug.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
Settings_HttpClient.inc Better HTML text semantics for technical descriptions 2019-04-18 14:23:00 +02:00
Settings_MessageForwarding.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
Settings_p.html Made SNI extension user configurable without the need for server restart 2019-04-14 15:41:13 +02:00
Settings_p.java Made SNI extension user configurable without the need for server restart 2019-04-14 15:41:13 +02:00
Settings_Proxy.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
Settings_ProxyAccess.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
Settings_Referrer.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
Settings_Seed_UploadFile.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
Settings_Seed_UploadFtp.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
Settings_Seed_UploadScp.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
Settings_Seed.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
Settings_ServerAccess.inc Use accessible labels in the Server Access Settings page 2018-09-19 09:32:59 +02:00
Settings_UrlProxyAccess.inc Enforced access controls to System settings pages 2018-09-19 09:18:36 +02:00
SettingsAck_p.html Made SNI extension user configurable without the need for server restart 2019-04-14 15:41:13 +02:00
SettingsAck_p.java removes unused imports and variables 2021-03-20 15:14:09 +01:00
sharedBlacklist_p.html apply default css styles (class btn) to submit buttons 2015-12-25 01:08:51 +01:00
sharedBlacklist_p.java removes unused 'unused' tokens 2020-08-04 20:09:34 +02:00
ssitest.html
ssitest.inc
ssitestservlet.html
ssitestservlet.java
Status_p.inc design update 2020-12-12 14:17:45 +01:00
Status.html fixed lock image 2020-12-20 23:18:50 +01:00
Status.java added hazelcast and some modifications to align legacy YaCy with 2021-04-15 20:39:22 +02:00
Steering.html fixed links 2019-10-20 20:20:50 +02:00
Steering.java Enforced access controls on some administrative actions. 2017-03-26 11:48:00 +02:00
suggest.java Removed unnecessary '+' character URL decoding from search query 2018-08-20 08:10:39 +02:00
suggest.json added jsonp to suggest servlet 2015-07-16 23:42:41 +02:00
suggest.xml
Supporter.html make internal page links relative to ease any future development for context aware servlets 2014-02-10 21:40:42 +01:00
Supporter.java -fix Supporter log line (instead of System.out) 2016-08-29 02:36:55 +02:00
Surftips.html fixed lock image 2020-12-20 23:18:50 +01:00
Surftips.java Removed some remaining uses of deprecated Seed.getIP() 2018-04-26 09:39:30 +02:00
Surftips.rss
Table_API_p.html Added server side columns sorting on the Process Scheduler table 2018-07-04 10:28:32 +02:00
Table_API_p.java Added server side columns sorting on the Process Scheduler table 2018-07-04 10:28:32 +02:00
Table_RobotsTxt_p.html Translator refactoring : to simplify locale files writing, process keys 2015-09-11 17:20:11 +02:00
Table_RobotsTxt_p.java
Table_YMark_p.html replacing direct html table cellspacing with css set-up for cellspacing 2014-03-31 01:15:35 +02:00
Table_YMark_p.java Fixed errors for Search portal mode or when peer is not reachable. 2016-11-04 14:31:22 +01:00
Tables_p.html apply default css styles (class btn) to submit buttons 2015-12-25 01:08:51 +01:00
Tables_p.java increase use of header const for custom "EXT" header 2016-11-13 01:39:14 +01:00
Tables_p.xml added (missing) Tables_p.xml for table xml api 2014-11-02 20:10:32 +01:00
terminal_p.html Updated YaCy home page embedded links from http to https scheme 2018-05-22 17:46:12 +02:00
test.html Upgraded Bootstrap to 3.3.7 and upgraded its related js dependencies. 2016-11-17 14:17:08 +01:00
test.java
test.xml
Threaddump_p.html apply default css styles (class btn) to submit buttons 2015-12-25 01:08:51 +01:00
Threaddump_p.java creating a threaddump during every cleanup process 2020-12-01 03:00:24 +01:00
Trails.html
Trails.java
Translator_p.html Enforced access controls on a few more administration pages. 2017-04-03 12:20:16 +02:00
Translator_p.java remove warnings: 'Statement unnecessarily nested within else clause' 2019-01-10 20:02:57 +01:00
TransNews_p.html add missing text from ConfigRobotsTxt_p to master.lng 2017-04-09 21:42:05 +02:00
TransNews_p.java replace org.junit.Assert.assertThat by 2020-07-28 19:09:26 +02:00
User.html remove login request directly after logout, 2016-11-18 02:39:53 +01:00
User.java Make it possible to set an empty password disabling the authentication 2021-01-25 11:49:21 +01:00
ViewFavicon.java Fixed image and favicon viewing for unauthenticated local requests. 2016-11-28 22:10:05 +01:00
ViewFile.html turned HostBrowser into a admin-only page, now called IndexBrowser 2020-12-11 00:50:52 +01:00
ViewFile.java Added "Show Metadata" links to the ViewFile.html links mode 2019-04-18 15:31:38 +02:00
ViewImage.java Fixed image and favicon viewing for unauthenticated local requests. 2016-11-28 22:10:05 +01:00
ViewLog_p.html - added bootstrap css framework 2014-03-18 13:42:31 +01:00
ViewLog_p.java NPE fix 2014-12-23 00:30:34 +01:00
ViewLog_p.json
ViewProfile.html correct translation key "About This ...." for simpleheader.template 2016-05-30 00:53:53 +02:00
ViewProfile.java Added optional https support for remote crawl and profile operations 2017-12-21 18:41:32 +01:00
ViewProfile.rdf
ViewProfile.vcf
ViewProfile.xml
Vocabulary_p.html Allow creation of vocabularies from remote CSV file URLs. 2018-02-21 08:41:13 +01:00
Vocabulary_p.java Allow creation of vocabularies from remote CSV file URLs. 2018-02-21 08:41:13 +01:00
Vocabulary_p.xml
WatchWebStructure_p.html Converted one more set of URLs to pure relative ones. 2016-11-12 15:54:35 +01:00
WatchWebStructure_p.java
WebStructurePicture_p.java Fixed WatchWebStructure_p.html render to include https URLs. 2017-01-16 18:41:58 +01:00
Wiki.html
Wiki.java Replaced improper ByteBuffer.equals() implementation by Arrays.equals() 2018-01-29 13:38:25 +01:00
WikiHelp.html
WikiHelp.java
yacyinteractive.html bring back/fix: search results and logo without external icon 2016-11-10 22:22:37 +01:00
yacyinteractive.java fix for xss bugs found by CTF365 2014-10-01 12:22:55 +02:00
yacysearch_location.html Fixed locations search navbar overlapping issues. 2016-12-13 16:50:24 +01:00
yacysearch_location.java Fixed errors for Search portal mode or when peer is not reachable. 2016-11-04 14:31:22 +01:00
yacysearch_location.kml
yacysearch_location.rss
yacysearch_location.xml
yacysearch.atom Absolute URLs in yacysearch.* : ensure no downgrade from https to http 2016-11-12 23:29:25 +01:00
yacysearch.html enhanced search result design 2019-09-28 22:11:11 +02:00
yacysearch.java xss protection 2020-02-18 14:40:50 +01:00
yacysearch.json fix yacysearch.json "totalResults" 2015-11-13 20:10:47 +01:00
yacysearch.rss Absolute URLs in yacysearch.* : ensure no downgrade from https to http 2016-11-12 23:29:25 +01:00
yacysearch.xsl fix link to logo (yacysearch.xsl) 2015-11-19 21:08:00 +01:00
yacysearchitem.atom - skip html template specific servlet post variables (show_xxx) for feeds, 2014-09-12 02:10:18 +02:00
yacysearchitem.html fixes showing metadata from Searchresult, by removing defType=edismax 2021-03-21 00:06:26 +01:00
yacysearchitem.java added hazelcast and some modifications to align legacy YaCy with 2021-04-15 20:39:22 +02:00
yacysearchitem.json added image link in search results 2017-08-14 20:12:09 +02:00
yacysearchitem.xml added image link in search results 2017-08-14 20:12:09 +02:00
yacysearchlatestinfo.java removes unused 'unused' tokens 2020-08-04 20:09:34 +02:00
yacysearchlatestinfo.json Use final results counts in progress bar detailed statistics. 2017-08-31 07:37:24 +02:00
yacysearchpagination.html Properly render the href attribute of the active page button 2019-03-09 08:28:39 +01:00
yacysearchpagination.java Properly fill current page number to new server side pagination template 2019-03-05 08:18:18 +01:00
YaCySearchPluginFF.gif
YaCySearchPluginFF.html bring back/fix: search results and logo without external icon 2016-11-10 22:22:37 +01:00
YaCySearchPluginFF.java Make ServletRequest implement the standardized HttpServletRequest interface, 2016-11-14 01:37:16 +01:00
YaCySearchPluginFF.src
yacysearchtrailer.html Render a relevant message and status on blocked search requests 2019-04-05 11:06:09 +02:00
yacysearchtrailer.java xss protection 2020-02-18 14:40:50 +01:00
yacysearchtrailer.json Activate hosts navigator plugin. This includes rwi results in the navigator 2017-04-10 22:42:06 +02:00
yacysearchtrailer.xml Activate hosts navigator plugin. This includes rwi results in the navigator 2017-04-10 22:42:06 +02:00
YMarks.html Fixed rendering of the YMarks.html page 2018-09-12 07:29:25 +02:00
YMarks.java removed jena library and all code that depended on jena. When jena was 2014-02-07 01:20:06 +01:00