aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Router.php
Commit message (Collapse)AuthorAgeFilesLines
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-184/+0
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Bulk action: set visibilityArthurHoaro2019-02-091-0/+6
| | | | | | Added 2 buttons when link checkboxes are checked to set them either public or private. Related to #572 #1160
* namespacing: \Shaarli\RouterVirtualTam2019-01-121-21/+22
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add a button to set links as stickyArthurHoaro2018-10-061-0/+6
| | | | | | Meaning that they always appear on top of all links Fixes #186
* Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-0/+12
|
* Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-251-0/+6
| | | | | | * The tag list can be sort alphabetically or by most used tag * Edit/Delete are perform using AJAX, or fallback to 'do=changetag' page * New features aren't backported to vintage theme
* Add an endpoint to refresh the tokenArthurHoaro2017-05-251-0/+6
| | | | Useful for AJAX requests which burns the token
* Bugfixes on link deletion, and use a GET formArthurHoaro2016-12-161-0/+6
| | | | | | | | | | | | Use a GET form to delete links: harmonize with edit_link and preparation for #585 Bug fixes: * LinkDB element can't be passed as reference, fix error: PHP Notice: Indirect modification of overloaded element of LinkDB has no effect * Resource cache folder setting wasn't set correctly
* Fix: add missing final newlines, untabify textVirtualTam2016-08-131-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Fix startsWith and endsWith caseArthurHoaro2016-05-101-13/+13
|
* Create a FeedBuilder class which build data for both ATOM and RSS feed.ArthurHoaro2016-03-251-1/+1
|
* Adds a route for ATOM and RSS feeds pageArthurHoaro2016-03-181-0/+12
|
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+12
|
* Fixes #403: build the daily page through renderPage()ArthurHoaro2015-12-081-0/+6
| | | | | * new entry in the Router for daily page. * add an always displayed button in demo_plugin
* Fixes #176 - Add opensearch functionalityArthurHoaro2015-11-171-0/+6
| | | | | * add a new page in Router: do=opensearch which displays the opensearch plugin * using base64 compressed image to avoid issue encountered with HTTPS
* Plugin system - COREArthurHoaro2015-11-071-0/+105
see shaarli/Shaarli#275