Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added unit test for default app URL | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | better validation for OC_App::getAppPath() | Georg Ehrke | 2014-06-25 | 1 | -0/+4 |
| | |||||
* | Add comment | Robin Appelman | 2014-06-23 | 1 | -0/+3 |
| | |||||
* | Only cache enabled apps when logged in | Robin Appelman | 2014-06-23 | 1 | -2/+4 |
| | |||||
* | fix php doc block | Georg Ehrke | 2014-06-10 | 1 | -0/+2 |
| | |||||
* | always return a bool in OC_App::updateApp | Georg Ehrke | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | fix php doc block | Georg Ehrke | 2014-06-10 | 1 | -3/+1 |
| | |||||
* | remove unnecessary @return | Georg Ehrke | 2014-06-10 | 1 | -1/+0 |
| | |||||
* | some additional type checks | Georg Ehrke | 2014-06-06 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-05 | 1 | -228/+264 |
|\ | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php | ||||
| * | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 1 | -17/+30 |
| | | | | | | | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade. | ||||
| * | Fix sorting of apps | Robin Appelman | 2014-06-03 | 1 | -1/+5 |
| | | |||||
| * | Fix phpdoc | Robin Appelman | 2014-06-03 | 1 | -1/+1 |
| | | |||||
| * | Add option to enable app for specific groups | Robin Appelman | 2014-06-03 | 1 | -4/+14 |
| | | |||||
| * | Allow enabling apps by group by setting the config value to a json encoded ↵ | Robin Appelman | 2014-06-03 | 1 | -248/+258 |
| | | | | | | | | array of groups | ||||
* | | various fixes as requested by pr reviewers | Georg Ehrke | 2014-06-02 | 1 | -20/+16 |
| | | |||||
* | | add button for properly uninstalling apps | Georg Ehrke | 2014-05-31 | 1 | -6/+4 |
| | | |||||
* | | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-05-31 | 1 | -40/+88 |
|\| | | | | | | | | | | | Conflicts: lib/private/app.php lib/private/installer.php | ||||
| * | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -0/+8 |
| | | | | | | | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade | ||||
| * | Added requiremin/requiremax fields for apps | Vincent Petry | 2014-05-27 | 1 | -22/+62 |
| | | | | | | | | | | 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 | -16/+16 |
| | | | | | | | | * test case added to avoid adding them later | ||||
| * | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | | |||||
* | | make it possible to update shipped apps via the appstore | Georg Ehrke | 2014-05-31 | 1 | -66/+184 |
|/ | |||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -6/+11 |
| | | | | using scrutinizer patch | ||||
* | move replace to inside isset | Myles McNamara | 2014-02-28 | 1 | -2/+2 |
| | |||||
* | replace spaces in download link without encoding entire URL | Myles McNamara | 2014-02-28 | 1 | -0/+2 |
| | |||||
* | kill $coreStyles and $coreScripts | Thomas Müller | 2014-02-20 | 1 | -11/+0 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+2 |
| | | | | | | | | | | | 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 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -4/+7 |
| | |||||
* | Mark an app as loaded before we start loading it | Robin Appelman | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | show link to app documentation | Bjoern Schiessle | 2014-01-17 | 1 | -0/+4 |
| | |||||
* | Fixed apps loading order | Vincent Petry | 2013-12-20 | 1 | -4/+6 |
| | | | | | | | | | | On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442 | ||||
* | add post_enable hook if a app gets enabled | Bjoern Schiessle | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | fix undefined "shipped" | Morris Jobke | 2013-10-17 | 1 | -5/+5 |
| | |||||
* | case insensitive sort | Frank Karlitschek | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | fix style | Frank Karlitschek | 2013-10-14 | 1 | -5/+5 |
| | |||||
* | finally fix the app sorting | Frank Karlitschek | 2013-10-14 | 1 | -0/+33 |
| | |||||
* | OC_App: Cache list of enabled apps | Markus Goetz | 2013-10-05 | 1 | -3/+10 |
| | | | | | In my test here 1 SELECT instead of 5 (when doing a DAV request, probably similar for other requests) | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+967 |
Conflicts: lib/private/vcategories.php |