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
2014-08-15in order to prevent false-positives on the code checker - exec and eval will ...Thomas Müller
2014-07-14append file extension to the temporary file which contains the downloaded arc...Thomas Müller
2014-07-14add proper version comparision in OC_Installer::isUpdateAvailableGeorg Ehrke
2014-06-22Add explanation about the current implementation of updateAppBart Visscher
2014-06-16disable code check for shipped appsGeorg Ehrke
2014-06-13don't skip code check for skipped appsGeorg Ehrke
2014-06-13skip certain tests for shipped appsGeorg Ehrke
2014-06-10don't show update button when appstore is disabled or no writable dir existsGeorg Ehrke
2014-06-06some additional type checksGeorg Ehrke
2014-06-05reenable checkCode()Thomas Müller
2014-06-04add unit testGeorg Ehrke
2014-06-03use isset() instead of array_key_exists()Georg Ehrke
2014-06-02various fixes as requested by pr reviewersGeorg Ehrke
2014-05-31read ocsid from shipped apps on installGeorg Ehrke
2014-05-31add button for properly uninstalling appsGeorg Ehrke
2014-05-31Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke
2014-05-31make it possible to update shipped apps via the appstoreGeorg Ehrke
2014-05-27Added requiremin/requiremax fields for appsVincent Petry
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13Replace @returns with @return, in /libRobin McCorkell
2014-02-21Use 'command -v' to detect whether and where software is installed (instead o...Philipp Schmitt
2014-02-19fix wrong removesMorris Jobke
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-08Fix more documentation failesJoas Schilling
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-15error handling in case a requested app doesn't existsThomas Müller
2013-11-18switch code checker on by default. apps are not allowed to access some of the...Frank Karlitschek
2013-11-18one tab lessFrank Karlitschek
2013-11-18fix the version check for downloaded apps. Fixes https://github.com/owncloud/...Frank Karlitschek
2013-10-31Merge pull request #5551 from owncloud/fix-5202-masterMorris Jobke
2013-10-28update documentation for app updateMorris Jobke
2013-10-25'Update to' is shown when there is no updateBart Visscher
2013-10-25When updating an appstore app, execute a database updateBart Visscher
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller