| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a button to set links as sticky | ArthurHoaro | 2018-10-06 | 1 | -0/+20 |
* | Fix issue 'You are not authorized to add a link' with thumbnails enabled | ArthurHoaro | 2018-08-10 | 1 | -1/+1 |
* | Bunch of improvement for thumbnails integration: | ArthurHoaro | 2018-07-17 | 1 | -1/+1 |
* | Thumbnails: add a common mode to only retrieve thumbs from popular media webs... | ArthurHoaro | 2018-07-05 | 1 | -2/+3 |
* | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 1 | -2/+23 |
* | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 1 | -0/+12 |
* | Make max download size and timeout configurable | ArthurHoaro | 2018-03-07 | 1 | -0/+26 |
* | Add a filter to only display public links | ArthurHoaro | 2017-12-16 | 1 | -0/+12 |
* | Return true after update ReorderDatastore to complete it | ArthurHoaro | 2017-11-11 | 1 | -0/+1 |
* | Merge pull request #962 from ArthurHoaro/feature/perfs2 | ArthurHoaro | 2017-10-28 | 1 | -0/+8 |
|\ |
|
| * | Performances: reorder links when they're written instead of read | ArthurHoaro | 2017-09-02 | 1 | -0/+8 |
* | | Shaarli's translation | ArthurHoaro | 2017-10-22 | 1 | -4/+4 |
* | | Rename shaarli_version constant to uppercase | ArthurHoaro | 2017-10-01 | 1 | -2/+2 |
|/ |
|
* | Use the new 'default' theme... as default | ArthurHoaro | 2017-05-09 | 1 | -15/+0 |
* | Reset the history file due to datetime format change | ArthurHoaro | 2017-05-07 | 1 | -0/+11 |
* | Merge pull request #816 from ArthurHoaro/project/master-version | ArthurHoaro | 2017-03-22 | 1 | -0/+44 |
|\ |
|
| * | Add an updateMethod to match the current remote branch for updates | ArthurHoaro | 2017-03-12 | 1 | -0/+44 |
* | | Fixes #304: use atom feed as default | ArthurHoaro | 2017-03-11 | 1 | -0/+16 |
|/ |
|
* | Fix #773: set Piwik URL protocol | ArthurHoaro | 2017-03-11 | 1 | -0/+17 |
* | application: introduce the Shaarli\Config namespace | VirtualTam | 2017-03-04 | 1 | -0/+2 |
* | Add markdown_escape setting | ArthurHoaro | 2017-02-28 | 1 | -0/+23 |
* | Set the vintage theme by default for the time being | ArthurHoaro | 2017-02-27 | 1 | -0/+14 |
* | Fixes #775: LinkDB do not access LinkDB before ID system migration | ArthurHoaro | 2017-02-04 | 1 | -15/+15 |
* | Move user.css to data folder | ArthurHoaro | 2017-01-14 | 1 | -0/+16 |
* | Cleanup: use safe boolean comparisons | VirtualTam | 2017-01-07 | 1 | -1/+1 |
* | Updater: keep custom theme preference with the new theme setting | ArthurHoaro | 2017-01-05 | 1 | -0/+29 |
* | Prepare settings for the API in the admin page and during the install | ArthurHoaro | 2016-12-12 | 1 | -0/+23 |
* | Add a persistent 'shorturl' key to all links | ArthurHoaro | 2016-12-12 | 1 | -0/+3 |
* | Apply the new ID system accros the whole codebase | ArthurHoaro | 2016-12-12 | 1 | -5/+1 |
* | Update method to use the new ID system, which replaces linkdate primary keys. | ArthurHoaro | 2016-12-12 | 1 | -2/+44 |
* | LinkDB: update datastore method names | VirtualTam | 2016-10-20 | 1 | -1/+1 |
* | Minor code cleanup: PHPDoc, spelling, unused variables, etc. | ArthurHoaro | 2016-10-20 | 1 | -1/+1 |
* | Fix update method escapeUnescapedConfig | ArthurHoaro | 2016-08-02 | 1 | -2/+2 |
* | Rename configuration key for better sections | ArthurHoaro | 2016-06-11 | 1 | -5/+5 |
* | ConfigManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 1 | -28/+29 |
* | Remove remaining settings initialization in index.php | ArthurHoaro | 2016-06-11 | 1 | -0/+23 |
* | Rename configuration keys and fix GLOBALS in templates | ArthurHoaro | 2016-06-11 | 1 | -7/+14 |
* | Adds ConfigJson which handle the configuration in JSON format. | ArthurHoaro | 2016-06-11 | 1 | -1/+42 |
* | Replace $GLOBALS configuration with the configuration manager in the whole co... | ArthurHoaro | 2016-06-11 | 1 | -17/+13 |
* | Refactor filter in LinkDB | ArthurHoaro | 2016-03-25 | 1 | -1/+1 |
* | Add exclusion in tag search | ArthurHoaro | 2016-02-15 | 1 | -0/+15 |
* | Introduce the Updater class which | ArthurHoaro | 2016-02-15 | 1 | -0/+228 |