aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* Add an exception to method 'whitelist_protocols' for url which started with '#'aguy2020-02-281-1/+1
* Rename ci attribute to containerArthurHoaro2020-01-262-15/+17
* Execute common plugin hooks before rendering login pageArthurHoaro2020-01-264-1/+45
* Fix all existing links and redirection to ?do=loginArthurHoaro2020-01-261-1/+1
* Render login page through Slim controllerArthurHoaro2020-01-269-0/+300
* Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-185-12/+53
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-2/+2
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-1817-734/+287
* Introduce Bookmark object and Service layer to retrieve themArthurHoaro2020-01-1720-66/+3226
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-172-0/+7
* thumbnailer: add soundcloud.com to list of common media domainsnodiscc2019-09-211-0/+1
* Fix RSS permalink included in Markdown blocArthurHoaro2019-09-121-1/+1
* Make sure that bookmark sort is consistent, even with equal timestampsArthurHoaro2019-08-071-2/+5
* Automatically retrieve description for new bookmarksArthurHoaro2019-07-062-4/+82
* Merge pull request #1273 from ArthurHoaro/feature/ban-managerArthurHoaro2019-05-252-86/+227
|\
| * Rewrite IP ban managementArthurHoaro2019-02-092-86/+227
* | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibilityArthurHoaro2019-04-221-0/+6
|\ \
| * | Bulk action: set visibilityArthurHoaro2019-02-091-0/+6
| |/
* | Merge pull request #1272 from ArthurHoaro/feature/html-langArthurHoaro2019-03-021-0/+2
|\ \
| * | Accessibility: specify the HTML lang attributeArthurHoaro2019-02-091-0/+2
| |/
* | Merge pull request #1271 from ArthurHoaro/hotfix/thumb-note-retrieveArthurHoaro2019-03-024-4/+17
|\ \
| * | Do not try to retrieve thumbnails for internal linkArthurHoaro2019-02-244-4/+17
| |/
* | Merge pull request #1270 from ArthurHoaro/hotfix/sticky-warningArthurHoaro2019-02-241-1/+5
|\ \
| * | Fix a warning if links sticky status isn't setArthurHoaro2019-02-091-1/+5
| |/
* | Merge pull request #1269 from ArthurHoaro/feature/remove-redirectorArthurHoaro2019-02-246-64/+22
|\ \
| * | Remove the redirector settingArthurHoaro2019-02-096-64/+22
| |/
* / Fix thumbnails disabling if PHP GD is not installedArthurHoaro2019-02-091-1/+1
|/
* Merge pull request #1182 from ArthurHoaro/feature/session-protection-stay-loginArthurHoaro2019-02-091-0/+3
|\
| * Do not check the IP address with session protection disabledArthurHoaro2018-07-171-0/+3
* | Optimize and cleanup importsVirtualTam2019-01-1314-20/+12
* | namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-122-25/+37
* | namespacing: \Shaarli\Netscape\NetscapeBookmarkUtilsVirtualTam2019-01-121-11/+16
* | namespacing: \Shaarli\RouterVirtualTam2019-01-121-21/+22
* | namespacing: \Shaarli\ApplicationUtilsVirtualTam2019-01-123-37/+42
* | namespacing: \Shaarli\UpdaterVirtualTam2019-01-124-110/+125
* | namespacing: move LinkUtils along \Shaarli\Bookmark classesVirtualTam2019-01-121-2/+2
* | namespacing: \Shaarli\Bookmark\LinkFilterVirtualTam2019-01-124-37/+47
* | namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-1210-38/+57
* | namespacing: \Shaarli\FileUtilsVirtualTam2019-01-123-7/+7
* | namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils}VirtualTam2019-01-122-7/+15
* | namespacing: move HTTP utilities along \Shaarli\Http\ classesVirtualTam2019-01-123-4/+4
* | namespacing: \Shaarli\Http\UrlVirtualTam2019-01-123-216/+222
* | namespacing: \Shaarli\Http\Base64UrlVirtualTam2019-01-122-4/+4
* | namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}VirtualTam2019-01-123-18/+23
* | namespacing: \Shaarli\Exceptions\IOExceptionVirtualTam2019-01-127-4/+13
* | namespacing: \Shaarli\HistoryVirtualTam2019-01-123-5/+11
* | lint: fix line-length warningsVirtualTam2018-12-026-10/+34
* | lint: apply phpcbf to application/VirtualTam2018-12-0223-93/+98
* | Merge pull request #1205 from ArthurHoaro/feature/opengraphArthurHoaro2018-10-061-1/+1
|\ \
| * | Add OpenGraph meta tags on permalink pageArthurHoaro2018-08-131-1/+1