| Commit message (Expand) | Author | Age | Files | Lines |
* | introduce new app page layout | Thomas Müller | 2014-10-15 | 1 | -2/+1 |
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -3/+3 |
* | in order to prevent false-positives on the code checker - exec and eval will ... | Thomas Müller | 2014-08-14 | 1 | -4/+0 |
* | Merge pull request #9598 from owncloud/fix-app-installation-master | Thomas Müller | 2014-07-14 | 1 | -9/+4 |
|\ |
|
| * | append file extension to the temporary file which contains the downloaded arc... | Thomas Müller | 2014-07-11 | 1 | -9/+4 |
* | | add proper version comparision in OC_Installer::isUpdateAvailable | Georg Ehrke | 2014-07-10 | 1 | -2/+1 |
|/ |
|
* | Add explanation about the current implementation of updateApp | Bart Visscher | 2014-06-22 | 1 | -1/+5 |
* | disable code check for shipped apps | Georg Ehrke | 2014-06-16 | 1 | -1/+1 |
* | don't skip code check for skipped apps | Georg Ehrke | 2014-06-13 | 1 | -1/+1 |
* | 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 |
|\ |
|
| * | Added requiremin/requiremax fields for apps | Vincent Petry | 2014-05-27 | 1 | -4/+1 |
| * | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -7/+7 |
| * | 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 o... | Philipp Schmitt | 2014-02-21 | 1 | -1/+1 |
* | fix wrong removes | Morris Jobke | 2014-02-19 | 1 | -1/+24 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -26/+1 |
* | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -14/+13 |
* | 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 the... | Frank Karlitschek | 2013-11-18 | 1 | -2/+1 |
* | one tab less | Frank Karlitschek | 2013-11-18 | 1 | -1/+1 |
* | fix the version check for downloaded apps. Fixes https://github.com/owncloud/... | Frank Karlitschek | 2013-11-18 | 1 | -2/+9 |
* | 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 | Bart Visscher | 2013-10-25 | 1 | -1/+5 |
* | | 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 |
|/ |
|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+481 |