aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* Add ldap connectiongitolite_local/ldapIsmaƫl Bouya2021-02-084-22/+104
* 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
| * Add a filter to only display public linksArthurHoaro2017-12-162-1/+35
* | INTL_IDNA_VARIANT_2003 is deprecatedArthurHoaro2018-02-021-1/+1
* | Use LC_COLLATE instead of LC_MESSAGES if php-intl is not installedArthurHoaro2018-01-311-0/+2
* | Fix warnings when upgrading from legacy SebSauvage versionArthurHoaro2018-01-251-3/+3
* | Merge pull request #977 from ArthurHoaro/feature/dl-filterArthurHoaro2018-01-232-38/+65
|\ \
| * | Extract the title/charset during page download, and check content typeArthurHoaro2017-10-282-38/+65
* | | Merge pull request #1025 from ArthurHoaro/hotfix/proxy-443ArthurHoaro2017-12-031-0/+7
|\ \ \ | |_|/ |/| |
| * | Force HTTPS if the original port is 443 behind a reverse proxyArthurHoaro2017-12-021-0/+7