summaryrefslogtreecommitdiff
path: root/htroot/env/templates
AgeCommit message (Collapse)Author
2026-07-11cleaned up user authenticationMichael Peter Christen
this removes the userDB-exception in the normal authentication process which affected mostly wiki and blog which are not required any more. We also cleaned up translation messages as this function was not used at all. This is a required step forward a renovation of the jetty server.
2026-06-28added log report generator for recursive self-improvementMichael Peter Christen
2026-03-24renamed skills -> toolsMichael Peter Christen
2026-02-09Renamed Table_API_p.html -> Automation_p.htmlMichael Peter Christen
2026-02-08added skill configuration: we present llm tools as "Skills" and makeMichael Peter Christen
them configurable in the YaCy GUI.
2025-12-08added AIShield config page for chat access settings. Also added chat to top ↵Michael Peter Christen
menu in case that was wanted by the user. Also added the AILab to the main menu.
2025-12-06added RAG configuration pageMichael Peter Christen
2025-12-06added build page for the AI labMichael Peter Christen
2025-11-23added chat front-end (stub, no connection to search yet)Michael Peter Christen
2025-08-19added YaCy Pack DownloaderMichael Peter Christen
This does a direct scan of the dataset repositories at huggingface. At this time there is one repo which has the String "YaCy-Pack" inside the repo name. All repositories that have that String in its name are listed. A download button exist which downloads the YaCy Pack to the hold path.
2025-08-04added Index Pack ManagerMichael Peter Christen
2025-08-01YaCy Index Pack Generator - refactoring of the SURROGATE process into aMichael Peter Christen
"PACK" concept.
2025-06-19added ZIM importer servletMichael Peter Christen
2023-10-10modified link to Process Scheduler in left menuokybaca
2022-10-25fixed import of jsonlist imort from searchlab.eu using a direct URLMichael Peter Christen
2022-09-28removed ContentControl servlet and functinalityMichael Peter Christen
This was not used at all (as I know) and was blocking a smooth integration of ivy in the context of an existing JSON parser.
2022-02-11Make bookmarks.html accessiblereger24
for the time beeing (as possibliy other decision has been made) make the bookmarks feature accessible, as it is available but w/o link in UI relates to https://github.com/yacy/yacy_search_server/issues/452#issuecomment-1033054368
2022-02-08Move sub-menu UI Translations from public Status to secure Sys Administrationreger24
- as UI Translation (TransNews_p.html) is a secured page - it uses for publishing internal News system but belongs not really to "Community Data"
2022-02-03changed link to new forum locationMichael Peter Christen
2021-10-29link fixMichael Christen
2020-12-12updated solr 6.6.6 -> 7.7.3Michael Peter Christen
dropped GSA support (GSA API is still in YaCy Grid) The 6.6.6 solr index works without migration also with 7.7.3
2020-12-11turned HostBrowser into a admin-only page, now called IndexBrowserMichael Peter Christen
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.
2019-10-20fixed linksMichael Christen
2019-09-28added sponsor linkMichael Christen
2019-09-28design updates + added link to new forumMichael Christen
2019-06-15fixed many links to old forum, now https://searchlab.euMichael Christen
2019-04-02Made /yacysearch access rate limitations user configurableluccioman
With a new admin page at /SearchAccessRate_p.html in menu Network Access > Local Search > Access Rate Limitations
2018-08-20Fixed encoding of '+' character on search pages linksluccioman
As revealed by issue #216
2018-05-22Updated YaCy home page embedded links from http to https schemeluccioman
2018-01-15Removed unused duplicated HTML id on header hidden fieldluccioman
2017-10-26Enable HTTP Digest authentication for non admin users.luccioman
Also ensure authentication is not lost by Digest timeout when navigating between index.html and search results page. This way, running searches with extended features on a remote peer or a password protected peer works with a regular user (with "Extended search" rights). When authenticating on the search page with a user without "Extended search" rights, it appears as authenticated, but has just its usual access to the public search features.
2017-10-24Stay authenticated when going to the search start page.luccioman
Otherwise, when authenticated as admin and navigating from search results or admin pages to the search start page (/index.html), if nothing is done on that page within HTTP Digest Auth timeout (about 2mn), then search is performed without authentication and so without extended search features.
2017-10-21Added an optional login link/status to the search public top nav bar.luccioman
Thus allowing a more convenient way (wihout the need to go to the admin section) to login when searching on your remote or password protected peer and benefit from extended search features such as Heuristics, Bookmarking or JavasScript resorting. Can be disabled using the ConfigSearchPage_p.html.
2017-09-29Ensure private search features are not lost on Digest auth timeoutluccioman
This is a fix for mantis 766 ( http://mantis.tokeek.de/view.php?id=766 ) Since the upgrade to Digest authentication, access to protected search features was indeed disabled once the Digest nonce timed out. After Digest auth timeout the browser no more sent authentication information and as the search results page is not private, protected features were simply be hidden without asking browser again for authentication. Adding a supplementary parameter when accessing the search results as authenticated fixes this.
2017-09-26Added missing accessible labels to ConfigSearchPage_p.htmlluccioman
2017-09-26Fixed ConfigSearchPage_p HTML validation errors.luccioman
Validated with Nu Html Checker 17.9.0
2017-04-03Set Config Portal as a private administration page.luccioman
Consistently with its required action from submission credentials, and because external unauthenticated users do not need to access these settings.
2017-04-02Add servlet to import warc file from filesystem IndexImportWarc_p.html.reger
Apply Importer interface to WarcImporter
2017-03-26Enforced access controls on some administrative actions.luccioman
- ensure use of HTTP POST method : HTTP GET should only be used for information retrieval and not to perform server side effect operations (see HTTP standard https://tools.ietf.org/html/rfc7231#section-4.2.1) - a transaction token is now required for these administrative form submissions to ensure the request can not be included in an external site and performed silently/by mistake by the user browser
2017-02-28Privacy enhancement : added settings to control referrer policy.luccioman
HTTP "Referer" header sent by the browser when using YaCy can now be controlled either with the referrer meta tag as a global policy, or only for search result links by adding the attribute rel="noreferrer". To improve privacy with the less possible regressions, the default is set as meta tag with value "origin-when-cross-origin" : internal YaCy links behavior is not affected, but when visiting external websites referrer url is not empty but stripped from query parameters and path. Older browsers, Safari, MS IE and Edge do not support the referrer meta tag, so the standard but less flexible noreferrer link type can also be enabled as an alternative. User-friendly settings page to be implemented.
2017-02-14make ConfigParser a protected page, for consistent behavior of lockedreger
menu items.
2017-01-22Group all proxy settings on System Administration by adding settings ofreger
UrlProxyAccss page (moved from deleted AugmentedBrowsing_p), adjust submenu (remove Augmented Browsing) and translation files.
2016-12-17del dead menu link to /repositoryreger
(directory not created in current distribution -> old)
2016-12-14Fixed admin navbar rendering at various screen sizes.luccioman
Fix mantis 443 (http://mantis.tokeek.de/view.php?id=443). Tested on : - Debian jessie : Firefox ESR 45.5.1 - MS Windows 10 : Firefox 50.1.0, Chrome 55 and Edge - Emulated devices/adaptative views embedded in the previously mentionned browsers
2016-12-09Fixed yacy search navabar header overlapping at various screen sizes.luccioman
- using a icon-only admin button at small and medium screen size - using a icon-only "Search Interfaces" button at small screen size - hiding the YaCy brand at extra-small screen size Fixes the header part of mantis 708 (http://mantis.tokeek.de/view.php?id=708). Navigator button overlapping is still to fix.
2016-11-17Upgraded Bootstrap to 3.3.7 and upgraded its related js dependencies.luccioman
Upgraded the following JavaScript libraries dependencies : - bootstrap-switch to 3.3.2 - html5shiv to 3.7.3 and switched to minified version - typeahead to 0.10.5 - jQuery to 1.12.4 Removed unused bootstratp-rtl.css and bootstrap-rtl.min.css. Tested non regressions on the following systems : - Debian Jessie : - Firefox 45.4.0 - MS Windows 10 : - Chrome 54.0.2840.99 - Firefox 50.0 - Edge - Emulated IE 11, 10 and 9
2016-11-09Switched even more URLs to pure relative ones.luccioman
Thus a YaCy peer can run behind a reverse proxy subfolder without need for the reverse proxy to rewrite HTML links (a CPU costly operation). Tested on Debian Jessie with an apache2 reverse proxy. See related mantis issues http://mantis.tokeek.de/view.php?id=106 and http://mantis.tokeek.de/view.php?id=701
2016-10-25reduce the mix of absolute and relative internal html page links reger
(prefer relative for same pg or neighbors) to ease proxied access e.g. http://mantis.tokeek.de/view.php?id=701
2016-10-14add lock symbol to messages UI Trans menu itemreger
2016-10-07Added some accessibility improvements to the main interface.luccioman
Tested with NVDA screen reader.