aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1697 from ArthurHoaro/feature/paginationArthurHoaro2021-02-045-53/+37
|\
| * Handle pagination through BookmarkServiceArthurHoaro2021-01-205-53/+37
* | Merge pull request #1696 from ArthurHoaro/fix/search-highlight-urlArthurHoaro2021-02-041-0/+2
|\ \ | |/ |/|
| * Support search highlights when matching URL contentArthurHoaro2021-01-191-0/+2
* | Fix: bulk add - delete existing linkArthurHoaro2021-01-191-0/+4
|/
* Inject current template name in templatesArthurHoaro2021-01-191-0/+4
* Merge pull request #1664 from ArthurHoaro/fix/metadata-syncArthurHoaro2020-12-291-1/+1
|\
| * Fix: synchronous metadata retrieval is failing in strict modeArthurHoaro2020-12-161-1/+1
* | Daily RSS Cache: invalidate cache base on the dateArthurHoaro2020-12-171-2/+3
* | Merge pull request #1644 from ArthurHoaro/fix/daily-rssArthurHoaro2020-12-161-1/+1
|\ \
| * | Daily RSS - Remove relative description (today, yesterday)ArthurHoaro2020-11-151-1/+1
| |/
* / Fix: soft fail if the mutex is not workingArthurHoaro2020-11-242-2/+12
|/
* Merge pull request #1635 from ArthurHoaro/feature/phpcsArthurHoaro2020-11-1023-55/+74
|\
| * Manually fix remaining PHPCS errorsArthurHoaro2020-11-092-3/+10
| * Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-0923-55/+67
* | 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
| |/