| Commit message (Expand) | Author | Age | Files | Lines |
* | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 1 | -1/+1 |
* | namespacing: \Shaarli\Netscape\NetscapeBookmarkUtils | VirtualTam | 2019-01-12 | 1 | -1/+1 |
* | namespacing: \Shaarli\Router | VirtualTam | 2019-01-12 | 1 | -2/+1 |
* | namespacing: \Shaarli\ApplicationUtils | VirtualTam | 2019-01-12 | 1 | -2/+2 |
* | namespacing: \Shaarli\Updater | VirtualTam | 2019-01-12 | 1 | -1/+2 |
* | namespacing: move LinkUtils along \Shaarli\Bookmark classes | VirtualTam | 2019-01-12 | 1 | -1/+1 |
* | namespacing: \Shaarli\Bookmark\LinkFilter | VirtualTam | 2019-01-12 | 1 | -1/+1 |
* | namespacing: \Shaarli\Bookmark\LinkDB | VirtualTam | 2019-01-12 | 1 | -1/+2 |
* | namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils} | VirtualTam | 2019-01-12 | 1 | -2/+2 |
* | namespacing: move HTTP utilities along \Shaarli\Http\ classes | VirtualTam | 2019-01-12 | 1 | -2/+2 |
* | namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder} | VirtualTam | 2019-01-12 | 1 | -4/+4 |
* | namespacing: \Shaarli\History | VirtualTam | 2019-01-12 | 1 | -0/+1 |
* | lint: fix line-length warnings | VirtualTam | 2018-12-02 | 1 | -11/+38 |
* | lint: apply phpcbf to index.php | VirtualTam | 2018-12-02 | 1 | -116/+115 |
* | Update session start condition | Bish Erbas | 2018-10-31 | 1 | -1/+1 |
* | Add a button to set links as sticky | ArthurHoaro | 2018-10-06 | 1 | -0/+19 |
* | Merge pull request #1207 from ArthurHoaro/feature/cors | ArthurHoaro | 2018-09-20 | 1 | -0/+8 |
|\ |
|
| * | Add CORS headers to REST API responses | ArthurHoaro | 2018-08-13 | 1 | -0/+8 |
* | | Fix a JS bug preventing AJAX tag deletion to work | ArthurHoaro | 2018-08-16 | 1 | -1/+2 |
* | | History: fix a bug on bulk deletion where only one deletion were registred | ArthurHoaro | 2018-08-13 | 1 | -1/+1 |
|/ |
|
* | Fix issue 'You are not authorized to add a link' with thumbnails enabled | ArthurHoaro | 2018-08-10 | 1 | -2/+2 |
* | Fix fatal error on daily page: use new thumbnail system | ArthurHoaro | 2018-07-29 | 1 | -3/+6 |
* | Merge pull request #687 from ArthurHoaro/web-thumb | ArthurHoaro | 2018-07-28 | 1 | -429/+98 |
|\ |
|
| * | Bunch of improvement for thumbnails integration: | ArthurHoaro | 2018-07-17 | 1 | -3/+6 |
| * | Thumbnails: add a common mode to only retrieve thumbs from popular media webs... | ArthurHoaro | 2018-07-05 | 1 | -10/+12 |
| * | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 1 | -30/+51 |
| * | Take code review into account | ArthurHoaro | 2018-07-05 | 1 | -1/+3 |
| * | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 1 | -23/+16 |
| * | Use web-thumbnailer to retrieve thumbnails | ArthurHoaro | 2018-07-05 | 1 | -421/+69 |
* | | Docs: rename 'How-to' section to 'Guides' | VirtualTam | 2018-07-12 | 1 | -1/+1 |
* | | Merge pull request #1141 from ArthurHoaro/api/tags | ArthurHoaro | 2018-07-10 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 1 | -0/+6 |
* | | Fix broken documentation links and list formatting | VirtualTam | 2018-06-26 | 1 | -1/+1 |
* | | Fixes an error during the install | ArthurHoaro | 2018-06-07 | 1 | -2/+3 |
|/ |
|
* | Refactor LoginManager stay-signed-in token management | VirtualTam | 2018-06-02 | 1 | -7/+5 |
* | Refactor session and cookie timeout control | VirtualTam | 2018-06-02 | 1 | -21/+26 |
* | Move LoginManager and SessionManager to the Security namespace | VirtualTam | 2018-06-02 | 1 | -2/+2 |
* | LoginManager: remove unused parameter | VirtualTam | 2018-06-02 | 1 | -1/+1 |
* | Login: update PageBuilder and default/vintage templates | VirtualTam | 2018-06-02 | 1 | -6/+9 |
* | Pass the client IP ID to LoginManager | VirtualTam | 2018-06-02 | 1 | -2/+3 |
* | Refactor user credential validation at login time | VirtualTam | 2018-05-29 | 1 | -106/+38 |
* | Refactor PHP session handling during login/logout | VirtualTam | 2018-05-29 | 1 | -36/+13 |
* | Refactor SessionManager::$INACTIVITY_TIMEOUT | VirtualTam | 2018-05-29 | 1 | -24/+24 |
* | Refactor client session hijacking protection | VirtualTam | 2018-05-29 | 1 | -12/+2 |
* | Fix parameter order which was preventing max_dl parameter to work properly | ArthurHoaro | 2018-05-01 | 1 | -1/+1 |
* | Fix warning when trying to save redictor setting from the configure page | ArthurHoaro | 2018-03-13 | 1 | -2/+0 |
* | Merge pull request #1096 from ArthurHoaro/feature/download-params | ArthurHoaro | 2018-03-13 | 1 | -1/+6 |
|\ |
|
| * | Make max download size and timeout configurable | ArthurHoaro | 2018-03-07 | 1 | -1/+6 |
* | | PSR: use elseif instead of else if | ArthurHoaro | 2018-02-28 | 1 | -2/+2 |
|/ |
|
* | Use a specific page title in all pages | ArthurHoaro | 2018-02-24 | 1 | -2/+31 |