aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1635 from ArthurHoaro/feature/phpcsArthurHoaro2020-11-1022-53/+70
|\
| * Manually fix remaining PHPCS errorsArthurHoaro2020-11-092-3/+10
| * Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-0922-53/+63
* | Server admin: do not retrieve latest version without update_checkArthurHoaro2020-11-091-4/+11
|/
* Merge pull request #1621 from ArthurHoaro/feature/tag-separatorsArthurHoaro2020-11-086-15/+65
|\
| * Feature: support any tag separatorArthurHoaro2020-11-056-15/+65
* | Display error details even with dev.debug set to falseArthurHoaro2020-11-051-3/+8
|/
* Fix: redirect to referrer after bookmark deletionArthurHoaro2020-11-051-2/+2
* Remove unnecessary escape of refererArthurHoaro2020-10-281-1/+1
* Bulk creation: ignore blank linesArthurHoaro2020-10-271-0/+3
* Bulk creation: improve performances using memoizationArthurHoaro2020-10-271-9/+43
* Bulk creation: fix private status based on the first formArthurHoaro2020-10-271-1/+5
* Feature: bulk creation of bookmarksArthurHoaro2020-10-274-386/+458
* Fix rebase issueArthurHoaro2020-10-271-2/+2
* Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-271-46/+59
* Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-271-1/+1
* Feature: Share private bookmarks using a URL containing a private keyArthurHoaro2020-10-272-1/+29
* Merge pull request #1604 from ArthurHoaro/feature/server-admin-pageArthurHoaro2020-10-273-11/+116
|\
| * Feature: add a Server administration pageArthurHoaro2020-10-213-11/+116
* | Merge pull request #1601 from ArthurHoaro/feature/psr3ArthurHoaro2020-10-241-1/+0
|\ \
| * | Use PSR-3 logger for login attemptsArthurHoaro2020-10-201-1/+0
| |/
* / Dislay an error if an exception occurs in the error handlerArthurHoaro2020-10-201-4/+1
|/
* Asynchronous retrieval of bookmark's thumbnailsArthurHoaro2020-10-202-7/+6
* Merge pull request #1567 from ArthurHoaro/feature/async-title-retrievalArthurHoaro2020-10-202-24/+41
|\
| * Add a setting to retrieve bookmark metadata asynchrounouslyArthurHoaro2020-10-152-24/+41
* | Inject ROOT_PATH in plugin instead of regenerating it everywhereArthurHoaro2020-10-161-0/+1
|/
* Add strict types for bookmarks managementArthurHoaro2020-10-131-1/+1
* Add Markdown Extra formatterArthurHoaro2020-10-131-1/+1
* Security: fix multiple XSS vulnerabilities + fix search tags with special charsArthurHoaro2020-10-064-12/+21
* Fix a bug preventing to edit bookmark with ID #0ArthurHoaro2020-09-301-1/+1
* Fix warning if the encoding retrieved from external headers is invalidArthurHoaro2020-09-301-1/+1
* Fix invalid redirection using the path of an external domainArthurHoaro2020-09-221-0/+7
* Merge pull request #1559 from ArthurHoaro/fix/edit-redirectArthurHoaro2020-09-221-1/+1
|\
| * Fix redirection to referer after editing a linkArthurHoaro2020-09-221-1/+1
* | Merge pull request #1539 from ArthurHoaro/feature/manual-root-urlArthurHoaro2020-09-221-1/+1
|\ \ | |/ |/|
| * Fix subfolder configuration in unit testsArthurHoaro2020-09-121-1/+1
* | Merge pull request #1553 from ArthurHoaro/fix/404-pageArthurHoaro2020-09-121-0/+29
|\ \
| * | Properly handle 404 errorsArthurHoaro2020-09-121-0/+29
| |/
* / Plugins: do not save metadata along plugin parametersArthurHoaro2020-09-121-0/+1
|/
* Merge pull request #1538 from ArthurHoaro/feature/plugins-bookmark-serviceArthurHoaro2020-09-062-14/+14
|\
| * Inject BookmarkServiceInterface in plugins dataArthurHoaro2020-09-032-14/+14
* | Improve backward compatibility for LegacyRouterArthurHoaro2020-09-031-2/+2
|/
* Better handling of plugin incompatibilityArthurHoaro2020-08-271-1/+2
* Move error handling to dedicated controller instead of middlewareArthurHoaro2020-08-211-0/+45
* Move all admin controller into a dedicated groupArthurHoaro2020-08-133-21/+14
* Remove anonymous permission and initialize bookmarks on loginArthurHoaro2020-08-011-5/+0
* Better support for notes permalinkArthurHoaro2020-07-282-1/+6
* Fix redirection after post install loginArthurHoaro2020-07-271-1/+1
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-269-162/+36
* Fix: visitor are allowed to chose nb of links per pageArthurHoaro2020-07-242-19/+34