Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1519 from ArthurHoaro/fix/mobile-pin-link | ArthurHoaro | 2020-09-03 | 1 | -1/+11 |
|\ | | | | | Default template: display pin button in mobile view | ||||
| * | Default template: display pin button in mobile view | ArthurHoaro | 2020-08-27 | 1 | -1/+11 |
| | | | | | | | | Fixes #1347 | ||||
* | | Merge pull request #1526 from kcaran/links_per_page | ArthurHoaro | 2020-09-03 | 1 | -4/+9 |
|\ \ | |||||
| * | | Added $links_per_page variable to template and display on default | Keith Carangelo | 2020-08-29 | 1 | -4/+9 |
| |/ | |||||
* / | Fix broken route to filter not tagged bookmarks | ArthurHoaro | 2020-08-31 | 1 | -21/+23 |
|/ | | | | | | Also display the filter for visitors. Fixes #1529 | ||||
* | Move all admin controller into a dedicated group | ArthurHoaro | 2020-08-13 | 2 | -4/+4 |
| | | | | Also handle authentication check in a new middleware for the admin group. | ||||
* | Better support for notes permalink | ArthurHoaro | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Fix: header search action should be on linklist | ArthurHoaro | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | Multiple small fixes | ArthurHoaro | 2020-07-23 | 1 | -1/+2 |
| | |||||
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 3 | -5/+5 |
| | |||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | | | | | Including a bunch of improvements on the container, and helper used across new controllers. | ||||
* | Process thumbnail synchronize page through Slim controllers | ArthurHoaro | 2020-07-23 | 4 | -5/+5 |
| | |||||
* | Process plugins administration page through Slim controllers | ArthurHoaro | 2020-07-23 | 4 | -6/+7 |
| | |||||
* | Process bookmarks import through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -2/+2 |
| | |||||
* | Process bookmark exports through Slim controllers | ArthurHoaro | 2020-07-23 | 2 | -3/+2 |
| | |||||
* | Pin bookmarks through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Fix bookmarklet with new routes | ArthurHoaro | 2020-07-23 | 2 | -1/+2 |
| | | | | | * Use the new shaare route * Add source hidden input in editlink template to close the popup after saving | ||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 12 | -27/+27 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 23 | -76/+77 |
| | | | | | | | 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 | 3 | -3/+7 |
| | |||||
* | Process manage tags page through Slim controller | ArthurHoaro | 2020-07-23 | 3 | -5/+5 |
| | |||||
* | Process configure page through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -2/+2 |
| | |||||
* | 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 | ||||
* | Process session filters through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -8/+8 |
| | | | | | | | Including: - visibility - links per page - untagged only | ||||
* | Process remove tag endpoint through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+3 |
| | |||||
* | Process OpenSearch controller through Slim | ArthurHoaro | 2020-07-23 | 3 | -2/+7 |
| | | | | Also it was missing on the default template feeds | ||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 3 | -6/+6 |
| | |||||
* | Process Daily RSS feed through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -17/+33 |
| | | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine. | ||||
* | Process daily page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -3/+3 |
| | |||||
* | Process tag list page through Slim controller | ArthurHoaro | 2020-07-23 | 3 | -5/+5 |
| | |||||
* | Few optimizations and code readability for tag cloud controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Working version before optimization | ArthurHoaro | 2020-07-23 | 1 | -4/+4 |
| | |||||
* | Process tag cloud page through Slim controller | ArthurHoaro | 2020-07-23 | 3 | -3/+3 |
| | |||||
* | Slim router: handle add tag route | ArthurHoaro | 2020-07-23 | 3 | -3/+3 |
| | |||||
* | Process logout through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Process picwall rendering through Slim controller + UT | ArthurHoaro | 2020-07-23 | 2 | -46/+39 |
| | |||||
* | Fix all relative link to work with new URL | ArthurHoaro | 2020-07-23 | 12 | -32/+32 |
| | |||||
* | Add autofocus on tag cloud filter input | Kevin Masson | 2020-02-10 | 1 | -0/+1 |
| | | | | Fix #1413 | ||||
* | Fix all existing links and redirection to ?do=login | ArthurHoaro | 2020-01-26 | 1 | -2/+2 |
| | |||||
* | Fix SASS Lint | ArthurHoaro | 2020-01-26 | 2 | -2/+2 |
| | |||||
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 3 | -37/+47 |
| | |||||
* | Fix deprecated use of implode | ArthurHoaro | 2020-01-23 | 1 | -1/+1 |
| | |||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 3 | -2/+35 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Avoiding warning 'PHP Notice: Undefined index: updated' | Lucas Cimon | 2020-01-12 | 1 | -1/+1 |
| | |||||
* | Fix undefined thumbnail on OpenGraph headers | ArthurHoaro | 2019-09-10 | 1 | -1/+1 |
| | | | | Fixes #1362 | ||||
* | Merge pull request #1336 from ArthurHoaro/hotfix/atom-author | ArthurHoaro | 2019-08-10 | 1 | -1/+1 |
|\ | | | | | ATOM Feed: use instance name as author name instead of URL | ||||
| * | ATOM Feed: use instance name as author name instead of URL | ArthurHoaro | 2019-07-29 | 1 | -1/+1 |
| | | | | | | | | Related FreshRSS/FreshRSS#2466 | ||||
* | | little fix template | agentcobra | 2019-08-01 | 1 | -1/+1 |
| | | | | | | fix link between label and checkbox (updateCheck) |