aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/config
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1635 from ArthurHoaro/feature/phpcsArthurHoaro2020-11-106-25/+27
|\
| * Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-096-25/+27
* | Server admin: do not retrieve latest version without update_checkArthurHoaro2020-11-091-2/+2
|/
* Feature: support any tag separatorArthurHoaro2020-11-051-0/+1
* Removed PHP_EOLGanesh Kandu2020-10-271-3/+3
* Replaced PHP_EOL to "\n"Ganesh Kandu2020-10-271-2/+2
* Add a setting to retrieve bookmark metadata asynchrounouslyArthurHoaro2020-10-151-1/+2
* Compatibility with PHP 8ArthurHoaro2020-09-291-1/+1
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-1/+16
* 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\UpdaterVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\Exceptions\IOExceptionVirtualTam2019-01-123-3/+3
* lint: fix line-length warningsVirtualTam2018-12-021-2/+10
* lint: apply phpcbf to application/VirtualTam2018-12-021-2/+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
* Fix warnings when upgrading from legacy SebSauvage versionArthurHoaro2018-01-251-3/+3
* Shaarli's translationArthurHoaro2017-10-226-11/+20
* 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-122-3/+13
|/
* Move config exception to dedicated classes with proper namespaceArthurHoaro2017-03-093-33/+44
* Fix blocking namespace issueArthurHoaro2017-03-082-15/+19
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-045-14/+15
* Merge pull request #732 from ArthurHoaro/feature/theme-managerArthur2017-01-062-1/+3
|\
| * Change templates set through administration UIKnah Tsaeb2017-01-052-1/+3
* | Cleanup: explicit method visibilityVirtualTam2017-01-053-9/+9
|/
* REST API structure using Slim frameworkArthurHoaro2016-12-151-1/+3
* Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-202-1/+3
* Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-021-3/+7
* Add closing PHP tags to JSON config filesArthurHoaro2016-06-201-1/+14
* Rename configuration key for better sectionsArthurHoaro2016-06-112-51/+55
* 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-113-46/+115
* Set the default timezone in index.phpArthurHoaro2016-06-111-3/+0
* Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-113-6/+69