aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-053-0/+58
* | Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-044-4/+213
|/
* Merge pull request #1143 from ArthurHoaro/sort-equal-tagsArthurHoaro2018-06-041-8/+21
|\
| * Tag sort - UT + comment + fix filter and visibilityArthurHoaro2018-05-291-7/+18
| * Fix order of tags with the same number of occurrencesArthurHoaro2018-05-191-2/+4
* | SessionManager+LoginManager: fix checkLoginState logicVirtualTam2018-06-022-2/+5
* | Add test coverage for LoginManager methodsVirtualTam2018-06-021-5/+4
* | SessionManager: remove unused UID tokenVirtualTam2018-06-021-6/+0
* | Refactor LoginManager stay-signed-in token managementVirtualTam2018-06-022-7/+33
* | Refactor session and cookie timeout controlVirtualTam2018-06-022-14/+39
* | Move LoginManager and SessionManager to the Security namespaceVirtualTam2018-06-022-2/+2
* | LoginManager: remove unused parameterVirtualTam2018-06-021-2/+1
* | Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-021-2/+7
* | Pass the client IP ID to LoginManagerVirtualTam2018-06-021-15/+13
* | Delegate session operations to SessionManagerVirtualTam2018-06-022-24/+69
* | Document LoginManager propertiesVirtualTam2018-05-291-0/+11
* | Refactor user credential validation at login timeVirtualTam2018-05-291-3/+106
* | Refactor PHP session handling during login/logoutVirtualTam2018-05-291-0/+40
* | Refactor SessionManager::$INACTIVITY_TIMEOUTVirtualTam2018-05-291-0/+4
* | Refactor client session hijacking protectionVirtualTam2018-05-291-1/+32
|/
* Support redirection in cURL download callbackArthurHoaro2018-05-011-4/+13
* German language created (#1114)Buster One2018-04-151-0/+1
* Merge pull request #1093 from ArthurHoaro/feature/theme-translationArthurHoaro2018-03-261-2/+18
|\
| * Load theme translations files automaticallyArthurHoaro2018-03-261-2/+18
* | Merge pull request #1096 from ArthurHoaro/feature/download-paramsArthurHoaro2018-03-131-0/+26
|\ \
| * | Make max download size and timeout configurableArthurHoaro2018-03-071-0/+26
| |/
* / PSR: use elseif instead of else ifArthurHoaro2018-02-286-12/+12
|/
* Merge pull request #1092 from ArthurHoaro/fix/scuttle-doctype-caseArthurHoaro2018-02-241-2/+2
|\
| * Ignore the case while checking DOCTYPE during the file importArthurHoaro2018-02-231-2/+2
* | Use a specific page title in all pagesArthurHoaro2018-02-241-1/+1
|/
* Refactor login / ban authentication stepsVirtualTam2018-02-051-0/+134
* Merge pull request #1038 from ArthurHoaro/feature/public-only-filterArthurHoaro2018-02-022-1/+14
|\
| * Public/private filter: use two separate buttonsArthurHoaro2018-01-241-21/+0