summaryrefslogtreecommitdiff
path: root/htroot/IndexDeletion_p.html
AgeCommit message (Collapse)Author
2021-01-06adding hint how to shrink the disk size after an index deletion.Michael Peter Christen
implements https://github.com/yacy/yacy_search_server/issues/360
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
2014-10-24replaced input text field with text field for index deletion with queryMichael Peter Christen
and replaced GET with POST method. This should make it possible to tubmit here very large queries for deletion.
2014-07-16added option to delete documents from the webgraphMichael Peter Christen
2014-06-04doing index deletions using a get string which makes it easier toMichael Peter Christen
copy-paste deletion examples (see: #EuGH :( )
2014-03-20replaced pdblue-homebrew buttons with bootstrap standard buttonsorbiter
2014-03-18- added bootstrap css frameworkMichael Peter Christen
- adopted all YaCy administration pages to new framework - created new search page layout (working, but still work in progress) - old skin files are fully appliable! (and looking good) - target is a new style based on bootstrap examples, see /test.html - icons in YaCy may be replaced by glyphicons (to be done)
2013-06-07fixes to index deletion: quoting of host name (a '-' may be part of theMichael Peter Christen
url) and disabling the engage button when changing the url field at 'Delete by URL matching'
2013-05-04typoMichael Peter Christen
2013-05-04- added regular-expression based deletionsMichael Peter Christen
- on-demand collection-list generation for collection-based deletions instead of a default collection-list presentation (this makes calling the interface much faster since the computation of collections lists for large indexes may take some seconds)
2013-04-30- added index deletion to index administration submenuMichael Peter Christen
- added index deletion processes to the process scheduler/recorder
2013-04-29added an index deletion servlet and some style changes for theMichael Peter Christen
'dangerous' engage-button