aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Use PSR-3 logger for login attemptsArthurHoaro2020-10-207-76/+87
| |/ /
* / / Dislay an error if an exception occurs in the error handlerArthurHoaro2020-10-202-4/+10
|/ /
* | Asynchronous retrieval of bookmark's thumbnailsArthurHoaro2020-10-203-7/+24
* | Merge pull request #1567 from ArthurHoaro/feature/async-title-retrievalArthurHoaro2020-10-208-80/+209
|\ \
| * | Improve metadata retrieval (performances and accuracy)ArthurHoaro2020-10-153-55/+91
| * | Add a setting to retrieve bookmark metadata asynchrounouslyArthurHoaro2020-10-156-25/+118
* | | Feature: highlight fulltext search resultsArthurHoaro2020-10-165-32/+342
* | | Merge pull request #1593 from ArthurHoaro/fix/no-url-rewritingArthurHoaro2020-10-163-1/+5
|\ \ \
| * | | Inject ROOT_PATH in plugin instead of regenerating it everywhereArthurHoaro2020-10-162-0/+2
| * | | Support using Shaarli without URL rewritingArthurHoaro2020-10-161-1/+3
| |/ /
* / / Strict types: fix an issue in daily where the date could be an intArthurHoaro2020-10-161-1/+1
|/ /
* | Add strict types for bookmarks managementArthurHoaro2020-10-1312-176/+187
* | Add mutex on datastore I/O operationsArthurHoaro2020-10-135-21/+38
* | Merge pull request #1540 from ArthurHoaro/fix/metadata-regexesArthurHoaro2020-10-131-2/+4
|\ \
| * | Improve regex to extract HTML metadata (title, description, etc.)ArthurHoaro2020-09-031-2/+4
* | | Merge pull request #1525 from ArthurHoaro/feature/rest-api-bookmark-datesArthurHoaro2020-10-133-4/+14
|\ \ \