aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/config/ConfigManager.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1635 from ArthurHoaro/feature/phpcsArthurHoaro2020-11-101-6/+7
|\
| * Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-6/+7
* | Server admin: do not retrieve latest version without update_checkArthurHoaro2020-11-091-2/+2
|/
* Feature: support any tag separatorArthurHoaro2020-11-051-0/+1
* Add a setting to retrieve bookmark metadata asynchrounouslyArthurHoaro2020-10-151-1/+2
* Multiple small fixesArthurHoaro2020-07-231-1/+3
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-0/+2
* Automatically retrieve description for new bookmarksArthurHoaro2019-07-061-0/+1
* Remove the redirector settingArthurHoaro2019-02-091-4/+0
* namespacing: \Shaarli\Exceptions\IOExceptionVirtualTam2019-01-121-1/+1
* Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-171-0/+3
* Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-7/+0
* ConfigManager: add a method to remove an entryArthurHoaro2018-07-051-1/+49
* Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-051-0/+4
* Use a specific page title in all pagesArthurHoaro2018-02-241-1/+1
* Shaarli's translationArthurHoaro2017-10-221-1/+5
* Allow setting of a default note title, see #963Mark Gerarts2017-10-011-0/+1
* added option to redirect all anonymous users to login pageWilli Eggeling2017-09-031-0/+1
* Merge pull request #944 from thewilli/configure-remembermeVirtualTam2017-08-271-0/+2
|\
| * new setting: default value for 'remember me' checkboxWilli Eggeling2017-08-271-0/+2
* | migrated Github wiki links to readthedocsWilli Eggeling2017-08-261-2/+2
|/
* Add a whitelist of protocols for URLsArthurHoaro2017-05-251-0/+1
* History mechanismArthurHoaro2017-03-211-0/+1
* Merge pull request #804 from ArthurHoaro/feature/atom-defaultArthurHoaro2017-03-211-1/+1
|\
| * Fixes #304: use atom feed as defaultArthurHoaro2017-03-111-1/+1
* | Proper error if the conf file is invalid instead of fatal errorArthurHoaro2017-03-121-1/+5
|/
* Move config exception to dedicated classes with proper namespaceArthurHoaro2017-03-091-33/+3
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-10/+6
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+1
* REST API structure using Slim frameworkArthurHoaro2016-12-151-1/+3
* Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-201-0/+2
* Rename configuration key for better sectionsArthurHoaro2016-06-111-27/+31
* ConfigManager no longer uses singleton patternArthurHoaro2016-06-111-43/+41
* Remove remaining settings initialization in index.phpArthurHoaro2016-06-111-51/+13
* Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-111-29/+54
* Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-111-4/+3
* Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-111-4/+45
* Introduce a configuration manager (not plugged yet)ArthurHoaro2016-06-111-0/+363