aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/legacy/LegacyUpdater.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-5/+7
|
* Feature: support any tag separatorArthurHoaro2020-11-051-1/+1
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-271-1/+1
|
* Multiple small fixesArthurHoaro2020-07-231-1/+2
|
* Process thumbnail synchronize page through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-2/+2
|
* Introduce Bookmark object and Service layer to retrieve themArthurHoaro2020-01-171-0/+617
See https://github.com/shaarli/Shaarli/issues/1307 for details