Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | skip certain tests for shipped apps | Georg Ehrke | 2014-06-13 | 1 | -6/+10 | |
| | ||||||
* | don't show update button when appstore is disabled or no writable dir exists | Georg Ehrke | 2014-06-10 | 1 | -0/+15 | |
| | ||||||
* | some additional type checks | Georg Ehrke | 2014-06-06 | 1 | -1/+1 | |
| | ||||||
* | reenable checkCode() | Thomas Müller | 2014-06-05 | 1 | -1/+0 | |
| | ||||||
* | add unit test | Georg Ehrke | 2014-06-04 | 1 | -16/+25 | |
| | ||||||
* | use isset() instead of array_key_exists() | Georg Ehrke | 2014-06-03 | 1 | -1/+1 | |
| | ||||||
* | various fixes as requested by pr reviewers | Georg Ehrke | 2014-06-02 | 1 | -2/+2 | |
| | ||||||
* | read ocsid from shipped apps on install | Georg Ehrke | 2014-05-31 | 1 | -0/+3 | |
| | ||||||
* | add button for properly uninstalling apps | Georg Ehrke | 2014-05-31 | 1 | -5/+13 | |
| | ||||||
* | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-05-31 | 1 | -9/+6 | |
|\ | | | | | | | | | | | Conflicts: lib/private/app.php lib/private/installer.php | |||||
| * | Added requiremin/requiremax fields for apps | Vincent Petry | 2014-05-27 | 1 | -4/+1 | |
| | | | | | | | | | | Apps can now specify a minimum and maximum version of ownCloud in which they are supported. | |||||
| * | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -7/+7 | |
| | | | | | | | | * test case added to avoid adding them later | |||||
| * | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 | |
| | | ||||||
| * | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 | |
| | | ||||||
* | | make it possible to update shipped apps via the appstore | Georg Ehrke | 2014-05-31 | 1 | -108/+174 | |
|/ | ||||||
* | Use 'command -v' to detect whether and where software is installed (instead ↵ | Philipp Schmitt | 2014-02-21 | 1 | -1/+1 | |
| | | | | of 'which') | |||||
* | fix wrong removes | Morris Jobke | 2014-02-19 | 1 | -1/+24 | |
| | ||||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -26/+1 | |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | |||||
* | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -14/+13 | |
| | | | | Issue #7111 | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -2/+4 | |
| | ||||||
* | error handling in case a requested app doesn't exists | Thomas Müller | 2014-01-15 | 1 | -0/+3 | |
| | ||||||
* | switch code checker on by default. apps are not allowed to access some of ↵ | Frank Karlitschek | 2013-11-18 | 1 | -2/+1 | |
| | | | | the internal classes where we have a public api for now | |||||
* | one tab less | Frank Karlitschek | 2013-11-18 | 1 | -1/+1 | |
| | ||||||
* | fix the version check for downloaded apps. Fixes ↵ | Frank Karlitschek | 2013-11-18 | 1 | -2/+9 | |
| | | | | https://github.com/owncloud/apps/issues/1485 | |||||
* | Merge pull request #5551 from owncloud/fix-5202-master | Morris Jobke | 2013-10-31 | 1 | -1/+5 | |
|\ | | | | | When updating an appstore app, execute a database update | |||||
| * | When updating an appstore app, execute a database update | Bart Visscher | 2013-10-25 | 1 | -1/+5 | |
| | | | | | | | | See #5202 | |||||
* | | update documentation for app update | Morris Jobke | 2013-10-28 | 1 | -1/+1 | |
| | | ||||||
* | | 'Update to' is shown when there is no update | Bart Visscher | 2013-10-25 | 1 | -2/+2 | |
|/ | | | | See #4716 | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+481 | |
Conflicts: lib/private/vcategories.php |