aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\Netscape\NetscapeBookmarkUtilsVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\RouterVirtualTam2019-01-121-2/+1
* namespacing: \Shaarli\ApplicationUtilsVirtualTam2019-01-121-2/+2
* namespacing: \Shaarli\UpdaterVirtualTam2019-01-121-1/+2
* namespacing: move LinkUtils along \Shaarli\Bookmark classesVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\Bookmark\LinkFilterVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-1/+2
* namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils}VirtualTam2019-01-121-2/+2
* namespacing: move HTTP utilities along \Shaarli\Http\ classesVirtualTam2019-01-121-2/+2
* namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}VirtualTam2019-01-121-4/+4
* namespacing: \Shaarli\HistoryVirtualTam2019-01-121-0/+1
* lint: fix line-length warningsVirtualTam2018-12-021-11/+38
* lint: apply phpcbf to index.phpVirtualTam2018-12-021-116/+115
* Update session start conditionBish Erbas2018-10-311-1/+1
* Add a button to set links as stickyArthurHoaro2018-10-061-0/+19
* Merge pull request #1207 from ArthurHoaro/feature/corsArthurHoaro2018-09-201-0/+8
|\
| * Add CORS headers to REST API responsesArthurHoaro2018-08-131-0/+8
* | Fix a JS bug preventing AJAX tag deletion to workArthurHoaro2018-08-161-1/+2
* | History: fix a bug on bulk deletion where only one deletion were registredArthurHoaro2018-08-131-1/+1
|/
* Fix issue 'You are not authorized to add a link' with thumbnails enabledArthurHoaro2018-08-101-2/+2
* Fix fatal error on daily page: use new thumbnail systemArthurHoaro2018-07-291-3/+6
* Merge pull request #687 from ArthurHoaro/web-thumbArthurHoaro2018-07-281-429/+98
|\
| * Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-171-3/+6
| * Thumbnails: add a common mode to only retrieve thumbs from popular media webs...ArthurHoaro2018-07-051-10/+12
| * Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-30/+51
| * Take code review into accountArthurHoaro2018-07-051-1/+3
| * Update thumbnail integration after rebasing the branchArthurHoaro2018-07-051-23/+16
| * Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-051-421/+69
* | Docs: rename 'How-to' section to 'Guides'VirtualTam2018-07-121-1/+1
* | Merge pull request #1141 from ArthurHoaro/api/tagsArthurHoaro2018-07-101-0/+6
|\ \ | |/ |/|
| * Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-041-0/+6
* | Fix broken documentation links and list formattingVirtualTam2018-06-261-1/+1
* | Fixes an error during the installArthurHoaro2018-06-071-2/+3
|/
* Refactor LoginManager stay-signed-in token managementVirtualTam2018-06-021-7/+5
* Refactor session and cookie timeout controlVirtualTam2018-06-021-21/+26
* Move LoginManager and SessionManager to the Security namespaceVirtualTam2018-06-021-2/+2
* LoginManager: remove unused parameterVirtualTam2018-06-021-1/+1
* Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-021-6/+9
* Pass the client IP ID to LoginManagerVirtualTam2018-06-021-2/+3
* Refactor user credential validation at login timeVirtualTam2018-05-291-106/+38
* Refactor PHP session handling during login/logoutVirtualTam2018-05-291-36/+13
* Refactor SessionManager::$INACTIVITY_TIMEOUTVirtualTam2018-05-291-24/+24
* Refactor client session hijacking protectionVirtualTam2018-05-291-12/+2
* Fix parameter order which was preventing max_dl parameter to work properlyArthurHoaro2018-05-011-1/+1
* Fix warning when trying to save redictor setting from the configure pageArthurHoaro2018-03-131-2/+0
* Merge pull request #1096 from ArthurHoaro/feature/download-paramsArthurHoaro2018-03-131-1/+6
|\
| * Make max download size and timeout configurableArthurHoaro2018-03-071-1/+6
* | PSR: use elseif instead of else ifArthurHoaro2018-02-281-2/+2
|/
* Use a specific page title in all pagesArthurHoaro2018-02-241-2/+31