aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* Handle pagination through BookmarkServiceArthurHoaro2021-01-2013-107/+234
* Merge pull request #1695 from ArthurHoaro/fix/ut-curlArthurHoaro2021-01-202-1/+2
|\
| * format_date: include timezone in IntlDateFormatter objectArthurHoaro2021-01-191-0/+1
| * curl usage: support HTTP/2 response code headerArthurHoaro2021-01-191-1/+1
* | Fix: bulk add - delete existing linkArthurHoaro2021-01-191-0/+4
|/
* Inject current template name in templatesArthurHoaro2021-01-191-0/+4
* API: POST/PUT Link - properly parse tags stringArthurHoaro2020-12-292-6/+27
* Merge pull request #1664 from ArthurHoaro/fix/metadata-syncArthurHoaro2020-12-292-3/+8
|\
| * Fix: synchronous metadata retrieval is failing in strict modeArthurHoaro2020-12-162-3/+8
* | Merge pull request #1665 from ArthurHoaro/fix/metadata-regexes-2ArthurHoaro2020-12-291-2/+4
|\ \
| * | Fix metadata extract regex (2)ArthurHoaro2020-12-171-2/+4
| |/
* | Daily RSS Cache: invalidate cache base on the dateArthurHoaro2020-12-174-38/+92
* | Merge pull request #1644 from ArthurHoaro/fix/daily-rssArthurHoaro2020-12-162-8/+12
|\ \
| * | Daily RSS - Remove relative description (today, yesterday)ArthurHoaro2020-11-152-8/+12
* | | Merge pull request #1645 from ArthurHoaro/feature/plugin-register-routeArthurHoaro2020-12-163-11/+96
|\ \ \
| * | | Plugin system: allow plugins to provide custom routesArthurHoaro2020-11-153-11/+96
| |/ /
* | / Fix: soft fail if the mutex is not workingArthurHoaro2020-11-244-4/+48
| |/ |/|
* | Add russian language selectionprog-it2020-11-141-0/+1
|/
* Merge pull request #1635 from ArthurHoaro/feature/phpcsArthurHoaro2020-11-1077-294/+372
|\
| * Manually fix remaining PHPCS errorsArthurHoaro2020-11-0915-26/+40
| * Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-0975-272/+336
* | Server admin: do not retrieve latest version without update_checkArthurHoaro2020-11-092-6/+13
|/
* Merge pull request #1621 from ArthurHoaro/feature/tag-separatorsArthurHoaro2020-11-0819-69/+191
|\
| * Feature: support any tag separatorArthurHoaro2020-11-0519-69/+191
* | Merge pull request #1629 from ArthurHoaro/fix/demo-vimeoArthurHoaro2020-11-081-2/+2
|\ \
| * | Replace vimeo link in demo bookmarks due to IP ban on the demo instanceArthurHoaro2020-11-081-2/+2
* | | Fix an issue truncating extracted metadata contentArthurHoaro2020-11-081-4/+4
|/ /
* / Display error details even with dev.debug set to falseArthurHoaro2020-11-051-3/+8
|/
* Merge pull request #1620 from ArthurHoaro/feature/no-auto-linkArthurHoaro2020-11-052-4/+14
|\
| * Default formatter: add a setting to disable auto-linkificationArthurHoaro2020-11-032-4/+14
* | Fix: redirect to referrer after bookmark deletionArthurHoaro2020-11-051-2/+2
|/
* Merge pull request #1616 from dimtion/fix-api-redirectArthurHoaro2020-10-291-1/+1
|\
| * postLink: change relative path to absolute pathLoïc Carr2020-10-281-1/+1
* | Merge pull request #1615 from ArthurHoaro/hotfix/save-redirectArthurHoaro2020-10-281-1/+1
|\ \
| * | Remove unnecessary escape of refererArthurHoaro2020-10-281-1/+1
* | | Fix compatiliby issue on login with PHP 7.1ArthurHoaro2020-10-282-3/+6
|/ /
* | Raise 404 error instead of 500 if permalink access is deniedArthurHoaro2020-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-275-386/+459
* | Fix rebase issueArthurHoaro2020-10-272-3/+3
* | Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-275-73/+338
* | Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-278-7/+8
* | Feature: Share private bookmarks using a URL containing a private keyArthurHoaro2020-10-274-5/+37
* | Merge pull request #1604 from ArthurHoaro/feature/server-admin-pageArthurHoaro2020-10-275-25/+251
|\ \
| * | Feature: add a Server administration pageArthurHoaro2020-10-215-25/+251
* | | Removed PHP_EOLGanesh Kandu2020-10-271-3/+3
* | | Replaced PHP_EOL to "\n"Ganesh Kandu2020-10-271-2/+2
* | | Merge pull request #1601 from ArthurHoaro/feature/psr3ArthurHoaro2020-10-247-76/+87
|\ \ \