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
2015-03-11display app update error messages - fixes #14611Thomas Müller
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-24don't allow installation of already installed apps - fixes #14004Thomas Müller
2015-02-23Updating license headersJenkins for ownCloud
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke
2015-02-16Merge pull request #13750 from owncloud/enhanced-code-checkerThomas Müller
2015-02-12integrate code checker in the installerThomas Müller
2015-02-11App install behind a ProxyWitali Rott
2015-02-10implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller
2015-02-04drop OC_PreferencesMorris Jobke
2015-01-27disable the app code checker - some previous shipped apps cannot be installed...Thomas Müller
2014-11-27Limit blacklist to php filesRichard Clarkson
2014-11-25Replace some more "command -v" calls with the Helper methodJoas Schilling
2014-10-15introduce new app page layoutThomas Müller
2014-08-31Use public api for getting l10nRobin Appelman
2014-08-14in order to prevent false-positives on the code checker - exec and eval will ...Thomas Müller
2014-07-14Merge pull request #9598 from owncloud/fix-app-installation-masterThomas Müller
2014-07-11append file extension to the temporary file which contains the downloaded arc...Thomas Müller
2014-07-10add 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