Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process change visibility action through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -47/+4 |
| | |||||
* | Improve ManageTagController coverage and error handling | ArthurHoaro | 2020-07-23 | 1 | -5/+5 |
| | |||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 1 | -103/+43 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Handle shaare creation/edition/deletion through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -158/+22 |
| | |||||
* | Process manage tags page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -32/+3 |
| | |||||
* | Process configure page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -82/+4 |
| | |||||
* | Process password change controller through Slim | ArthurHoaro | 2020-07-23 | 1 | -50/+4 |
| | |||||
* | Process tools page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -14/+4 |
| | |||||
* | Initialize admin Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -16/+19 |
| | | | | | | - 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 | -41/+16 |
| | | | | | | | Including: - visibility - links per page - untagged only | ||||
* | Process remove tag endpoint through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -29/+2 |
| | |||||
* | Process OpenSearch controller through Slim | ArthurHoaro | 2020-07-23 | 1 | -3/+2 |
| | | | | Also it was missing on the default template feeds | ||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -38/+3 |
| | |||||
* | Make FeedBuilder instance creation independant of the request stack | ArthurHoaro | 2020-07-23 | 1 | -3/+1 |
| | |||||
* | Remove legacy handling of /add-tag route | ArthurHoaro | 2020-07-23 | 1 | -39/+1 |
| | |||||
* | Process Daily RSS feed through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -100/+3 |
| | | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine. | ||||
* | Slim daily: support legacy query parameter | ArthurHoaro | 2020-07-23 | 1 | -1/+2 |
| | |||||
* | Process daily page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -107/+4 |
| | |||||
* | Process tag list page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -22/+2 |
| | |||||
* | Few optimizations and code readability for tag cloud controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Handle tag filtering in the Bookmark service | ArthurHoaro | 2020-07-23 | 1 | -5/+0 |
| | |||||
* | Working version before optimization | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Process tag cloud page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -43/+2 |
| | |||||
* | Slim router: handle add tag route | ArthurHoaro | 2020-07-23 | 1 | -0/+1 |
| | |||||
* | Process logout through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -5/+2 |
| | |||||
* | Migrate cache purge function to a proper class | ArthurHoaro | 2020-07-23 | 1 | -2/+6 |
| | | | | | | And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago | ||||
* | Process picwall rendering through Slim controller + UT | ArthurHoaro | 2020-07-23 | 1 | -31/+2 |
| | |||||
* | Fix all relative link to work with new URL | ArthurHoaro | 2020-07-23 | 1 | -11/+11 |
| | |||||
* | Fix division by zero in tagcloud | ArthurHoaro | 2020-01-26 | 1 | -2/+3 |
| | | | | It happens if we have a maximum of 1 occurrence in tags (log(1) = 0) | ||||
* | Fix all existing links and redirection to ?do=login | ArthurHoaro | 2020-01-26 | 1 | -9/+9 |
| | |||||
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 1 | -37/+29 |
| | |||||
* | Rollback breaking change in REST API routes | ArthurHoaro | 2020-01-26 | 1 | -5/+5 |
| | |||||
* | Session cookie setting being set while session is active | ArthurHoaro | 2020-01-23 | 1 | -0/+2 |
| | | | | | Trying to do will raise a warning since PHP 7.2, and it never worked as intented. See: https://bugs.php.net/bug.php\?id\=75650 | ||||
* | Fix an issue with private tags and fix nomarkdown tag (#1399) | ArthurHoaro | 2020-01-18 | 1 | -15/+24 |
|\ | | | | | Fix an issue with private tags and fix nomarkdown tag | ||||
| * | Fix an issue with private tags and fix nomarkdown tag | ArthurHoaro | 2020-01-18 | 1 | -15/+24 |
| | | | | | | | | | | | | | | | | The new bookmark service wasn't handling private tags properly. nomarkdown tag is now shown only for logged in user in bookmarks, and hidden for everyone in tag clouds/lists. Fixes #726 | ||||
* | | Fix an issue with bookmark visibility filter | ArthurHoaro | 2020-01-18 | 1 | -1/+1 |
|/ | |||||
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 1 | -3/+3 |
| | | | | See #1307 | ||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 1 | -277/+278 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Bump PHP version check in index.php | ArthurHoaro | 2019-08-10 | 1 | -3/+1 |
| | | | | Fixes #1249 | ||||
* | Fixes a Undefined index: thumbnail in daily page. | kalvn | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Persist sticky status on bookmark update | ArthurHoaro | 2019-07-27 | 1 | -14/+10 |
| | | | | Fixes #1331 | ||||
* | WIP - Plugin to override default template colors | ArthurHoaro | 2019-07-08 | 1 | -0/+1 |
| | | | | | | | | | | * Adds a new core plugin to override default template colors * Adds a new hook when plugin settings are saved (`save_plugin_parameters`) * Use CSS native variables for main colors instead of SASS variables * Disable SASS sort order rules due to a bug in the plugin Fixes #1312 | ||||
* | Automatically retrieve description for new bookmarks | ArthurHoaro | 2019-07-06 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | If the option is enabled, it will try to find a meta tag containing the page description and keywords, just like we do for the page title. It will either look for regular meta tag or OpenGraph ones. The option is disabled by default. Note that keywords meta tags is mostly not used. In `configure` template, the variable associated with this setting is `$retrieve_description`. Fixes #1302 | ||||
* | Daily - display the current day instead of the previous one | ArthurHoaro | 2019-05-25 | 1 | -1/+8 |
| | | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299 | ||||
* | Merge pull request #1273 from ArthurHoaro/feature/ban-manager | ArthurHoaro | 2019-05-25 | 1 | -1/+1 |
|\ | | | | | Rewrite IP ban management | ||||
| * | Rewrite IP ban management | ArthurHoaro | 2019-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This adds a dedicated manager class to handle all ban interactions, which is instantiated and handled by LoginManager. IPs are now stored in the same format as the datastore, through FileUtils. Fixes #1032 #587 | ||||
* | | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibility | ArthurHoaro | 2019-04-22 | 1 | -0/+45 |
|\ \ | | | | | | | Bulk action: set visibility | ||||
| * | | Bulk action: set visibility | ArthurHoaro | 2019-02-09 | 1 | -0/+45 |
| |/ | | | | | | | | | | | Added 2 buttons when link checkboxes are checked to set them either public or private. Related to #572 #1160 | ||||
* | | Hotfix: History controller for the REST API has been renamed in a previous ↵ | ArthurHoaro | 2019-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | commit but the class name hasn't been updated in index.php | ||||
* | | Merge pull request #1272 from ArthurHoaro/feature/html-lang | ArthurHoaro | 2019-03-02 | 1 | -1/+0 |
|\ \ | | | | | | | Accessibility: specify the HTML lang attribute |