summaryrefslogtreecommitdiffstats
path: root/lib/private/Installer.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7264 from nextcloud/cache-fetched-appsLukas Reschke2017-11-271-11/+14
|\
| * Make isUpdateAvailable non-staticMorris Jobke2017-11-251-13/+12
| * Cache fetched apps in update checkMorris Jobke2017-11-251-1/+5
* | Remove unused checkCode methodMorris Jobke2017-11-241-17/+0
|/
* Merge pull request #6788 from staabm/masterLukas Reschke2017-11-081-1/+1
|\
| * Prevent XSS in links which open a new browser windowMarkus Staab2017-10-191-1/+1
* | Run updated license header updaterMorris Jobke2017-11-071-1/+1
* | Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* | Update license headersMorris Jobke2017-11-061-7/+1
|/
* Check whether an app archive can be extractedChristoph Wurst2017-09-201-1/+8
* Register autoloading before running migrationsJoas Schilling2017-07-071-1/+1
* Register autoloading before running migrationsJoas Schilling2017-07-051-1/+2
* Use migrations when there is no database.xmlJoas Schilling2017-07-051-0/+6
* Remove OC_App:installAppMorris Jobke2017-05-151-1/+27
* Add app bundlesLukas Reschke2017-04-261-1/+32
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Don't use cached informations for app versionLukas Reschke2016-12-091-1/+1
* Prevent downgrade attacks for appsLukas Reschke2016-11-111-0/+14
* Correctly catch the "soft errors" nowJoas Schilling2016-11-091-4/+8
* Use a better error message and point the users to the support channelsJoas Schilling2016-11-091-1/+9
* Add tests for installer methodLukas Reschke2016-10-311-26/+28
* Move to non-static versionLukas Reschke2016-10-311-1/+2
* Use findAppInDirectoriesLukas Reschke2016-10-311-1/+6
* Add update supportLukas Reschke2016-10-311-248/+67
* Add support for CRLLukas Reschke2016-10-311-4/+24
* Replace with exception instead of boolean return valueLukas Reschke2016-10-311-20/+8
* Make non-staticLukas Reschke2016-10-311-2/+3
* Use new appstore APILukas Reschke2016-10-311-85/+145
* Add app name to the callJoas Schilling2016-10-101-1/+1
* register app autoload instead of loading appsArthur Schiwon2016-08-121-1/+2
* make sure shipped apps also setup their admin settings on a fresh installArthur Schiwon2016-08-111-0/+5
* fix registration of admin settings and section on app installArthur Schiwon2016-08-111-1/+0
* Initial work on Apps page split:Arthur Schiwon2016-08-091-0/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* fix more stringsMorris Jobke2016-06-201-1/+1
* Update license headersLukas Reschke2016-05-261-4/+4
* Correctly register autoloading before install.php and loading commandsJoas Schilling2016-05-111-1/+1
* Allow declaration of background jobs in info.xmlThomas Müller2016-05-031-0/+3
* Move OC_Archive to \OC\Archive\ArchiveRoeland Jago Douma2016-05-021-1/+1
* Move uninstall repair step execution to the correct placeThomas Müller2016-05-021-5/+0
* Fix installer file locationThomas Müller2016-05-021-0/+625