aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Updater.php
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v0.10.4' into stableArthurHoaro2019-07-271-2/+94
|\
| * lint: apply phpcbf to application/VirtualTam2018-12-021-1/+1
| * Add a button to set links as stickyArthurHoaro2018-10-061-0/+20
| * Fix issue 'You are not authorized to add a link' with thumbnails enabledArthurHoaro2018-08-101-1/+1
| * Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-171-1/+1
| * Thumbnails: add a common mode to only retrieve thumbs from popular media webs...ArthurHoaro2018-07-051-2/+3
| * Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-2/+23
| * Update thumbnail integration after rebasing the branchArthurHoaro2018-07-051-0/+12
| * Make max download size and timeout configurableArthurHoaro2018-03-071-0/+26
| * Add a filter to only display public linksArthurHoaro2017-12-161-0/+12
* | Merge tag 'v0.9.7' into stableArthurHoaro2018-07-281-20/+189
|\|
| * Return true after update ReorderDatastore to complete itArthurHoaro2017-11-111-0/+1
| * Merge pull request #962 from ArthurHoaro/feature/perfs2ArthurHoaro2017-10-281-0/+8
| |\
| | * Performances: reorder links when they're written instead of readArthurHoaro2017-09-021-0/+8
| * | Shaarli's translationArthurHoaro2017-10-221-4/+4
| * | Rename shaarli_version constant to uppercaseArthurHoaro2017-10-011-2/+2
| |/
| * Use the new 'default' theme... as defaultArthurHoaro2017-05-091-15/+0
| * Reset the history file due to datetime format changeArthurHoaro2017-05-071-0/+11
| * Merge pull request #816 from ArthurHoaro/project/master-versionArthurHoaro2017-03-221-0/+44
| |\
| | * Add an updateMethod to match the current remote branch for updatesArthurHoaro2017-03-121-0/+44
| * | Fixes #304: use atom feed as defaultArthurHoaro2017-03-111-0/+16
| |/
| * Fix #773: set Piwik URL protocolArthurHoaro2017-03-111-0/+17
| * application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-0/+2
| * Add markdown_escape settingArthurHoaro2017-02-281-0/+23
| * Set the vintage theme by default for the time beingArthurHoaro2017-02-271-0/+14
| * Fixes #775: LinkDB do not access LinkDB before ID system migrationArthurHoaro2017-02-041-15/+15
| * Move user.css to data folderArthurHoaro2017-01-141-0/+16
| * Cleanup: use safe boolean comparisonsVirtualTam2017-01-071-1/+1
| * Updater: keep custom theme preference with the new theme settingArthurHoaro2017-01-051-0/+29
| * Prepare settings for the API in the admin page and during the installArthurHoaro2016-12-121-0/+23
* | Add markdown_escape settingArthurHoaro2017-03-041-0/+22
|/
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-121-0/+3
* Apply the new ID system accros the whole codebaseArthurHoaro2016-12-121-5/+1
* Update method to use the new ID system, which replaces linkdate primary keys.ArthurHoaro2016-12-121-2/+44
* LinkDB: update datastore method namesVirtualTam2016-10-201-1/+1
* Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-201-1/+1
* Fix update method escapeUnescapedConfigArthurHoaro2016-08-021-2/+2
* Rename configuration key for better sectionsArthurHoaro2016-06-111-5/+5
* ConfigManager no longer uses singleton patternArthurHoaro2016-06-111-28/+29
* Remove remaining settings initialization in index.phpArthurHoaro2016-06-111-0/+23
* Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-111-7/+14
* Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-111-1/+42
* Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-111-17/+13
* Refactor filter in LinkDBArthurHoaro2016-03-251-1/+1
* Add exclusion in tag searchArthurHoaro2016-02-151-0/+15
* Introduce the Updater class whichArthurHoaro2016-02-151-0/+228