aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v0.11' into stablestableArthurHoaro2020-10-1338-551/+845
|\
| * 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
* | | Merge tag 'v0.10.4' into stableArthurHoaro2019-07-2733-228/+1242
|\ \ \
| * | | backport: Fix a warning if links sticky status isn't setVirtualTam2019-04-151-1/+5
| * | | Fix thumbnails disabling if PHP GD is not installedArthurHoaro2019-04-151-1/+1
| |/ /
| * | 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
| * | | Add a button to set links as stickyArthurHoaro2018-10-063-0/+29
| * | | Fix issue 'You are not authorized to add a link' with thumbnails enabledArthurHoaro2018-08-101-1/+1
| |/ /
| * | Merge pull request #687 from ArthurHoaro/web-thumbArthurHoaro2018-07-285-10/+258
| |\ \ | | |/ | |/|
| | * Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-172-1/+4
| | * Thumbnails: add a common mode to only retrieve thumbs from popular media webs...ArthurHoaro2018-07-053-5/+60
| | * Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-054-14/+58
| | * Take code review into accountArthurHoaro2018-07-051-0/+17
| | * Update thumbnail integration after rebasing the branchArthurHoaro2018-07-052-2/+25
| | * ConfigManager: add a method to remove an entryArthurHoaro2018-07-051-1/+49