| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Refactor session and cookie timeout control | VirtualTam | 2018-06-02 | 2 | -14/+39 |
* | | Move LoginManager and SessionManager to the Security namespace | VirtualTam | 2018-06-02 | 2 | -2/+2 |
* | | LoginManager: remove unused parameter | VirtualTam | 2018-06-02 | 1 | -2/+1 |
* | | Login: update PageBuilder and default/vintage templates | VirtualTam | 2018-06-02 | 1 | -2/+7 |
* | | Pass the client IP ID to LoginManager | VirtualTam | 2018-06-02 | 1 | -15/+13 |
* | | Delegate session operations to SessionManager | VirtualTam | 2018-06-02 | 2 | -24/+69 |
* | | Document LoginManager properties | VirtualTam | 2018-05-29 | 1 | -0/+11 |
* | | Refactor user credential validation at login time | VirtualTam | 2018-05-29 | 1 | -3/+106 |
* | | Refactor PHP session handling during login/logout | VirtualTam | 2018-05-29 | 1 | -0/+40 |
* | | Refactor SessionManager::$INACTIVITY_TIMEOUT | VirtualTam | 2018-05-29 | 1 | -0/+4 |
* | | Refactor client session hijacking protection | VirtualTam | 2018-05-29 | 1 | -1/+32 |
|/ |
|
* | Support redirection in cURL download callback | ArthurHoaro | 2018-05-01 | 1 | -4/+13 |
* | German language created (#1114) | Buster One | 2018-04-15 | 1 | -0/+1 |
* | Merge pull request #1093 from ArthurHoaro/feature/theme-translation | ArthurHoaro | 2018-03-26 | 1 | -2/+18 |
|\ |
|
| * | Load theme translations files automatically | ArthurHoaro | 2018-03-26 | 1 | -2/+18 |
* | | Merge pull request #1096 from ArthurHoaro/feature/download-params | ArthurHoaro | 2018-03-13 | 1 | -0/+26 |
|\ \ |
|
| * | | Make max download size and timeout configurable | ArthurHoaro | 2018-03-07 | 1 | -0/+26 |
| |/ |
|
* / | PSR: use elseif instead of else if | ArthurHoaro | 2018-02-28 | 6 | -12/+12 |
|/ |
|
* | Merge pull request #1092 from ArthurHoaro/fix/scuttle-doctype-case | ArthurHoaro | 2018-02-24 | 1 | -2/+2 |
|\ |
|
| * | Ignore the case while checking DOCTYPE during the file import | ArthurHoaro | 2018-02-23 | 1 | -2/+2 |
* | | Use a specific page title in all pages | ArthurHoaro | 2018-02-24 | 1 | -1/+1 |
|/ |
|
* | Refactor login / ban authentication steps | VirtualTam | 2018-02-05 | 1 | -0/+134 |
* | Merge pull request #1038 from ArthurHoaro/feature/public-only-filter | ArthurHoaro | 2018-02-02 | 2 | -1/+14 |
|\ |
|
| * | Public/private filter: use two separate buttons | ArthurHoaro | 2018-01-24 | 1 | -21/+0 |
| * | Add a filter to only display public links | ArthurHoaro | 2017-12-16 | 2 | -1/+35 |
* | | INTL_IDNA_VARIANT_2003 is deprecated | ArthurHoaro | 2018-02-02 | 1 | -1/+1 |
* | | Use LC_COLLATE instead of LC_MESSAGES if php-intl is not installed | ArthurHoaro | 2018-01-31 | 1 | -0/+2 |
* | | Fix warnings when upgrading from legacy SebSauvage version | ArthurHoaro | 2018-01-25 | 1 | -3/+3 |
* | | Merge pull request #977 from ArthurHoaro/feature/dl-filter | ArthurHoaro | 2018-01-23 | 2 | -38/+65 |
|\ \ |
|
| * | | Extract the title/charset during page download, and check content type | ArthurHoaro | 2017-10-28 | 2 | -38/+65 |
* | | | Merge pull request #1025 from ArthurHoaro/hotfix/proxy-443 | ArthurHoaro | 2017-12-03 | 1 | -0/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | Force HTTPS if the original port is 443 behind a reverse proxy | ArthurHoaro | 2017-12-02 | 1 | -0/+7 |
* | | | Merge pull request #1020 from ArthurHoaro/feature/curl-chunk | ArthurHoaro | 2017-11-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Increase buffer size for cURL download | ArthurHoaro | 2017-11-11 | 1 | -1/+1 |
* | | | | Merge pull request #1016 from virtualtam/refactor/session | VirtualTam | 2017-11-24 | 1 | -3/+3 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Improve SessionManager constructor and tests | VirtualTam | 2017-11-08 | 1 | -3/+3 |
| |/ / |
|
* / / | Return true after update ReorderDatastore to complete it | ArthurHoaro | 2017-11-11 | 1 | -0/+1 |
|/ / |
|
* | | Don't URL encode description links if parameter 'redirector.encode_url' is se... | ArthurHoaro | 2017-11-07 | 2 | -7/+10 |
* | | Merge pull request #962 from ArthurHoaro/feature/perfs2 | ArthurHoaro | 2017-10-28 | 2 | -9/+16 |
|\ \ |
|
| * | | Performances: reorder links when they're written instead of read | ArthurHoaro | 2017-09-02 | 2 | -9/+16 |
* | | | Move session ID check to SessionManager | VirtualTam | 2017-10-22 | 2 | -30/+30 |
* | | | Refactor session token management | VirtualTam | 2017-10-22 | 2 | -2/+57 |
* | | | Translations : Working demo example of translation extension | ArthurHoaro | 2017-10-22 | 1 | -1/+1 |
* | | | Add language selection in the configure page of the default theme | ArthurHoaro | 2017-10-22 | 2 | -2/+15 |
* | | | Shaarli's translation | ArthurHoaro | 2017-10-22 | 19 | -66/+232 |
* | | | Don't write History for link import | ArthurHoaro | 2017-10-07 | 2 | -5/+27 |
* | | | Merge pull request #979 from ArthurHoaro/feature/assets-cache-version | VirtualTam | 2017-10-06 | 3 | -4/+24 |
|\ \ \ |
|
| * | | | Rename shaarli_version constant to uppercase | ArthurHoaro | 2017-10-01 | 2 | -4/+4 |
| * | | | Add a version hash for asset loading to prevent browser's cache issue | ArthurHoaro | 2017-10-01 | 2 | -0/+20 |
| | |/
| |/| |
|
* | | | Allow setting of a default note title, see #963 | Mark Gerarts | 2017-10-01 | 1 | -0/+1 |