| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -1/+23 |
* | Refactor session token management | VirtualTam | 2017-10-22 | 1 | -2/+4 |
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 1 | -2/+5 |
* | Rename shaarli_version constant to uppercase | ArthurHoaro | 2017-10-01 | 1 | -2/+2 |
* | Add a version hash for asset loading to prevent browser's cache issue | ArthurHoaro | 2017-10-01 | 1 | -0/+5 |
* | Using only one form in linklist.html + adding untaggedonly filter - fix #885 | Lucas Cimon | 2017-07-30 | 1 | -0/+1 |
* | Adding ability to display subtags in tagcloud | Lucas Cimon | 2017-05-24 | 1 | -1/+1 |
* | Inject tag list everywhere to make autocomplete work on the fixed search bar | ArthurHoaro | 2017-05-07 | 1 | -2/+12 |
* | Change timezone data structure send to the templates | ArthurHoaro | 2017-04-03 | 1 | -0/+2 |
* | Fixes #304: use atom feed as default | ArthurHoaro | 2017-03-11 | 1 | -1/+2 |
* | Cleanup: explicit method visibility | VirtualTam | 2017-01-05 | 1 | -1/+1 |
* | New init function for plugins, supports errors reporting | ArthurHoaro | 2016-10-14 | 1 | -3/+0 |
* | Generate a token for every pages | ArthurHoaro | 2016-08-06 | 1 | -0/+1 |
* | Fixes #600 - Shaarli's title is not set with the new config manager | ArthurHoaro | 2016-07-19 | 1 | -8/+2 |
* | Pass the configuration manager to templates | ArthurHoaro | 2016-06-15 | 1 | -0/+2 |
* | Rename configuration key for better sections | ArthurHoaro | 2016-06-11 | 1 | -8/+8 |
* | ConfigManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 1 | -21/+27 |
* | Rename configuration keys and fix GLOBALS in templates | ArthurHoaro | 2016-06-11 | 1 | -13/+12 |
* | Adds ConfigJson which handle the configuration in JSON format. | ArthurHoaro | 2016-06-11 | 1 | -0/+1 |
* | Replace $GLOBALS configuration with the configuration manager in the whole co... | ArthurHoaro | 2016-06-11 | 1 | -12/+16 |
* | Extract PageBuilder class from index.php | ArthurHoaro | 2016-05-13 | 1 | -0/+145 |