Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-05Run repair steps when enabling an app that has already been installedJulius Härtl
2019-03-22Check if elements are set in installerRoeland Jago Douma
2019-03-20allow enforcing apps to ignore the max versionRoeland Jago Douma
2018-08-02There is no update available if the app didnt have a version (aka was not ins...Joas Schilling
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-23Remove a check for an unused variableMorris Jobke
2018-03-21Use isInstalled of AppManger instead of reimplement itMorris Jobke
2018-02-22Dont use $info as array when its not an arrayJoas Schilling
2018-02-17Fix app version to be always string and neither array nor nullMorris Jobke
2018-02-14Remove unused import statementsMorris Jobke
2018-01-31Remove OC_App::removeAppJulius Härtl
2018-01-29Do not cache the settings/sections in the database anymoreJoas Schilling
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-26Use index based string access for substr with length of 1Morris Jobke
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2018-01-17Remove IAppConfig::getValueRoeland Jago Douma
2017-12-18Merge pull request #7505 from nextcloud/do-not-update-if-app-comes-from-gitMorris Jobke
2017-12-14Up checkJohn Molakvoæ (skjnldsv)
2017-12-14Use cached app listMorris Jobke
2017-12-14Do not update apps if it comes from gitJohn Molakvoæ (skjnldsv)
2017-11-27Merge pull request #7264 from nextcloud/cache-fetched-appsLukas Reschke
2017-11-25Make isUpdateAvailable non-staticMorris Jobke
2017-11-25Cache fetched apps in update checkMorris Jobke
2017-11-24Remove unused checkCode methodMorris Jobke
2017-11-08Merge pull request #6788 from staabm/masterLukas Reschke
2017-11-07Run updated license header updaterMorris Jobke
2017-11-06Change @georgehrke's emailMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-10-19Prevent XSS in links which open a new browser windowMarkus Staab
2017-09-20Check whether an app archive can be extractedChristoph Wurst
2017-07-07Register autoloading before running migrationsJoas Schilling
2017-07-05Register autoloading before running migrationsJoas Schilling
2017-07-05Use migrations when there is no database.xmlJoas Schilling
2017-05-15Remove OC_App:installAppMorris Jobke
2017-04-26Add app bundlesLukas Reschke
2017-04-23Remove unused use statementsMorris Jobke
2016-12-09Don't use cached informations for app versionLukas Reschke
2016-11-11Prevent downgrade attacks for appsLukas Reschke
2016-11-09Correctly catch the "soft errors" nowJoas Schilling
2016-11-09Use a better error message and point the users to the support channelsJoas Schilling
2016-10-31Add tests for installer methodLukas Reschke
2016-10-31Move to non-static versionLukas Reschke
2016-10-31Use findAppInDirectoriesLukas Reschke
2016-10-31Add update supportLukas Reschke
2016-10-31Add support for CRLLukas Reschke
2016-10-31Replace with exception instead of boolean return valueLukas Reschke
2016-10-31Make non-staticLukas Reschke
2016-10-31Use new appstore APILukas Reschke
2016-10-10Add app name to the callJoas Schilling
2016-08-12register app autoload instead of loading appsArthur Schiwon