summaryrefslogtreecommitdiffstats
path: root/lib/private/Installer.php
Commit message (Expand)AuthorAgeFilesLines
* There is no update available if the app didnt have a version (aka was not ins...Joas Schilling2018-08-021-1/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-2/+2
* Remove a check for an unused variableMorris Jobke2018-04-231-3/+1
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-15/+6
* Dont use $info as array when its not an arrayJoas Schilling2018-02-221-1/+1
* Fix app version to be always string and neither array nor nullMorris Jobke2018-02-171-1/+1
* Remove unused import statementsMorris Jobke2018-02-141-5/+0
* Remove OC_App::removeAppJulius Härtl2018-01-311-0/+3
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-9/+0
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Use index based string access for substr with length of 1Morris Jobke2018-01-261-1/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+4
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-1/+1
* Merge pull request #7505 from nextcloud/do-not-update-if-app-comes-from-gitMorris Jobke2017-12-181-0/+20
|\
| * Up checkJohn Molakvoæ (skjnldsv)2017-12-141-4/+4
| * Do not update apps if it comes from gitJohn Molakvoæ (skjnldsv)2017-12-141-0/+20
* | Use cached app listMorris Jobke2017-12-141-2/+2
|/
* 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