Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process session filters through Slim controllers | ArthurHoaro | 2020-07-23 | 2 | -0/+124 |
| | | | | | | | Including: - visibility - links per page - untagged only | ||||
* | Process remove tag endpoint through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+47 |
| | |||||
* | Process OpenSearch controller through Slim | ArthurHoaro | 2020-07-23 | 1 | -0/+28 |
| | | | | Also it was missing on the default template feeds | ||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -0/+93 |
| | |||||
* | Process Daily RSS feed through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+74 |
| | | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine. | ||||
* | Slim daily: minor bugfix with empty data | ArthurHoaro | 2020-07-23 | 1 | -12/+6 |
| | |||||
* | Process daily page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+142 |
| | |||||
* | Process tag list page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -11/+48 |
| | |||||
* | Few optimizations and code readability for tag cloud controller | ArthurHoaro | 2020-07-23 | 1 | -21/+31 |
| | |||||
* | Handle tag filtering in the Bookmark service | ArthurHoaro | 2020-07-23 | 1 | -3/+0 |
| | |||||
* | Process tag cloud page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+89 |
| | |||||
* | Slim router: handle add tag route | ArthurHoaro | 2020-07-23 | 1 | -0/+74 |
| | |||||
* | Process logout through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+31 |
| | |||||
* | Process picwall rendering through Slim controller + UT | ArthurHoaro | 2020-07-23 | 2 | -0/+87 |
| | |||||
* | Rename ci attribute to container | ArthurHoaro | 2020-01-26 | 2 | -15/+17 |
| | |||||
* | Execute common plugin hooks before rendering login page | ArthurHoaro | 2020-01-26 | 2 | -1/+39 |
| | |||||
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 5 | -0/+172 |