Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all admin controller into a dedicated group | ArthurHoaro | 2020-08-13 | 1 | -2/+2 |
| | | | | Also handle authentication check in a new middleware for the admin group. | ||||
* | Fix: header search action should be on linklist | ArthurHoaro | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -3/+3 |
| | |||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 1 | -5/+5 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 1 | -11/+11 |
| | | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers. | ||||
* | Handle shaare creation/edition/deletion through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Process manage tags page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -3/+3 |
| | |||||
* | Process password change controller through Slim | ArthurHoaro | 2020-07-23 | 1 | -0/+28 |
| | |||||
* | Process tools page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Initialize admin Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links | ||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Working version before optimization | ArthurHoaro | 2020-07-23 | 1 | -4/+4 |
| | |||||
* | Process tag cloud page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Process logout through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Process picwall rendering through Slim controller + UT | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Fix all relative link to work with new URL | ArthurHoaro | 2020-07-23 | 1 | -9/+9 |
| | |||||
* | Fix all existing links and redirection to ?do=login | ArthurHoaro | 2020-01-26 | 1 | -2/+2 |
| | |||||
* | fix a11y | Luce Carević | 2019-07-13 | 1 | -2/+2 |
| | |||||
* | fix a11y | Luce Carević | 2019-07-13 | 1 | -12/+12 |
| | |||||
* | a11y fix add banner mobile version | Luce Carević | 2019-07-13 | 1 | -1/+3 |
| | |||||
* | Switch from FontAwesome v4.x to ForkAwesome | ArthurHoaro | 2019-05-19 | 1 | -2/+2 |
| | | | | And use the Shaarli icon made by @xuv in the header and footer (default template). | ||||
* | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibility | ArthurHoaro | 2019-04-22 | 1 | -1/+12 |
|\ | | | | | Bulk action: set visibility | ||||
| * | Bulk action: set visibility | ArthurHoaro | 2019-02-09 | 1 | -1/+12 |
| | | | | | | | | | | | | Added 2 buttons when link checkboxes are checked to set them either public or private. Related to #572 #1160 | ||||
* | | fix empty links and hide <i> for screenreaders | Luce Carević | 2019-03-02 | 1 | -9/+9 |
|/ | |||||
* | fix translation string | Luce Carević | 2018-11-30 | 1 | -1/+1 |
| | |||||
* | alt should be empty | llune | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | empty alt on logo image | llune | 2018-08-02 | 1 | -1/+1 |
| | | | The alt does not provide any useful information for screenreader users. It just adds noise. | ||||
* | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 1 | -0/+14 |
| | |||||
* | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 1 | -3/+5 |
| | |||||
* | Login: update PageBuilder and default/vintage templates | VirtualTam | 2018-06-02 | 1 | -5/+5 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Add classes to default template to avoid using IDs in SCSS | ArthurHoaro | 2018-05-10 | 1 | -3/+3 |
| | |||||
* | Add CSS class and IDs in Shaarli's menu | ArthurHoaro | 2017-12-16 | 1 | -26/+26 |
| | | | | Fixes #877 | ||||
* | Using only one form in linklist.html + adding untaggedonly filter - fix #885 | Lucas Cimon | 2017-07-30 | 1 | -24/+15 |
| | |||||
* | Bulk deletion | ArthurHoaro | 2017-05-08 | 1 | -0/+7 |
| | | | | | | | * Add a checkboxes in linklist which display a sub-header containing action buttons * Strongly rely on JS * Requires a modern browser (ES6 syntax support) * Checkboxes are hidden if the browser is old or JS disabled | ||||
* | Merge pull request #804 from ArthurHoaro/feature/atom-default | ArthurHoaro | 2017-03-21 | 1 | -2/+2 |
|\ | | | | | Fixes #304: use atom feed as default | ||||
| * | Fixes #304: use atom feed as default | ArthurHoaro | 2017-03-11 | 1 | -2/+2 |
| | | | | | | | | RSS feed is still available with the setting set to false | ||||
* | | Merge pull request #803 from ArthurHoaro/feature/awesomplete-autofirst | ArthurHoaro | 2017-03-11 | 1 | -1/+1 |
|\ \ | | | | | | | Fixes #657: use data-autofirst parameter for awesomeplete | ||||
| * | | Fixes #657: use data-autofirst parameter for awesomeplete | ArthurHoaro | 2017-03-11 | 1 | -1/+1 |
| |/ | | | | | | | data-autofirst automatically selects the first item of the list of choice automatically. You just have to press enter to use it. | ||||
* / | Fixes #793: display the star logo on mobile instead of home logo | ArthurHoaro | 2017-03-11 | 1 | -1/+1 |
|/ | |||||
* | Multiple minor improvements and bugfixes regarding the new templates: | ArthurHoaro | 2017-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Add API settings in `configure.html` * Fix textarea autoresize * Load user.css from data folder * Move fold/expand all button to the right and fix an issue with already folded items * Reset datetime display to international datetime * Temporarilly remove JS login panel (need improvement and integration with the plugin system) * Body background is slightly lighter * Fix an issue where thumbnails were hidden by description * Fix an issue where private orange bar wasn't displayed with thumbnails * Remove the gradient bar behind titles * Fix empty bookmarklet name in Firefox | ||||
* | Introduce the new default Shaarli template | ArthurHoaro | 2017-02-27 | 1 | -0/+174 |
| | |||||
* | Move default template to vintage folder | ArthurHoaro | 2017-02-27 | 1 | -59/+0 |
| | |||||
* | Change templates set through administration UI | Knah Tsaeb | 2017-01-05 | 1 | -0/+59 |