summaryrefslogtreecommitdiff
path: root/htroot/ConfigPortal_p.html
AgeCommit message (Collapse)Author
2026-07-07fix for spelling in web pages, fixes in locale translations, addedMichael Peter Christen
missing pages in de-locale, removed translation for non-existing pages
2019-04-03Allow JS resorting of search results by unauthenticated usersluccioman
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
2018-05-14Fixed snippets statistics displayed "provided by Solr" countluccioman
2018-04-15Added analysis optional setting to compute statistics on text snippetsluccioman
Thus producing some basic stats on processing times for snippets generation and counts on snippets per source type.
2018-01-02Added UI switch to control content domain constraint per search requestluccioman
2017-12-29Added UI setting for strictness of content-type checking on media searchluccioman
2017-12-22Added UI setting for optional encryption with https on p2p searchesluccioman
2017-09-16Restrict JS results resorting to authenticated users.luccioman
Until a more efficient DOM refresh model needing less XHR requests per search is implemented.
2017-09-15Added new graphical setting for browser JS/On demand results resorting.luccioman
2017-04-03Enforced access controls on a few more administration pages.luccioman
- ensure use of HTTP POST method when performing server side effect operations - transaction token required to ensure the request has effectively been requested by user interaction
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.