| Age | Commit message (Collapse) | Author |
|
implements https://github.com/yacy/yacy_search_server/issues/360
|
|
- 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
|
|
and replaced GET with POST method. This should make it possible to
tubmit here very large queries for deletion.
|
|
|
|
copy-paste deletion examples (see: #EuGH :( )
|
|
|
|
- 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)
|
|
url) and disabling the engage button when changing the url field at
'Delete by URL matching'
|
|
|
|
- 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)
|
|
- added index deletion processes to the process scheduler/recorder
|
|
'dangerous' engage-button
|