aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/render
Commit message (Expand)AuthorAgeFilesLines
* Daily RSS Cache: invalidate cache base on the dateArthurHoaro2020-12-171-2/+12
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-2/+2
* Feature: support any tag separatorArthurHoaro2020-11-051-0/+1
* Fix compatiliby issue on login with PHP 7.1ArthurHoaro2020-10-281-1/+1
* Feature: bulk creation of bookmarksArthurHoaro2020-10-271-0/+1
* Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-271-1/+1
* Use PSR-3 logger for login attemptsArthurHoaro2020-10-201-9/+20
* Support using Shaarli without URL rewritingArthurHoaro2020-10-161-1/+3
* Security: fix multiple XSS vulnerabilities + fix search tags with special charsArthurHoaro2020-10-061-1/+1
* Avoid using global variablesKeith Carangelo2020-08-311-1/+1
* Added $links_per_page variable to template and display on defaultKeith Carangelo2020-08-291-0/+2
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-20/+12
* Move PHP and config init to dedicated fileArthurHoaro2020-07-231-20/+0
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-232-0/+42
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-0/+4
* Process configure page through Slim controllerArthurHoaro2020-07-231-0/+4
* Process password change controller through SlimArthurHoaro2020-07-231-5/+21
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-1/+16
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-0/+45
* Render login page through Slim controllerArthurHoaro2020-01-261-0/+17
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-11/+13
* Accessibility: specify the HTML lang attributeArthurHoaro2019-02-091-0/+2
* Optimize and cleanup importsVirtualTam2019-01-131-2/+2
* namespacing: \Shaarli\ApplicationUtilsVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils}VirtualTam2019-01-122-0/+247