aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/app.php
Commit message (Collapse)AuthorAgeFilesLines
* Added unit test for default app URLVincent Petry2014-07-011-1/+1
|
* better validation for OC_App::getAppPath()Georg Ehrke2014-06-251-0/+4
|
* Add commentRobin Appelman2014-06-231-0/+3
|
* Only cache enabled apps when logged inRobin Appelman2014-06-231-2/+4
|
* fix php doc blockGeorg Ehrke2014-06-101-0/+2
|
* always return a bool in OC_App::updateAppGeorg Ehrke2014-06-101-1/+1
|
* fix php doc blockGeorg Ehrke2014-06-101-3/+1
|
* remove unnecessary @returnGeorg Ehrke2014-06-101-1/+0
|
* some additional type checksGeorg Ehrke2014-06-061-2/+2
|
* Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-051-228/+264
|\ | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * Simulate apps database schema update on upgradeVincent Petry2014-06-041-17/+30
| | | | | | | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade.
| * Fix sorting of appsRobin Appelman2014-06-031-1/+5
| |
| * Fix phpdocRobin Appelman2014-06-031-1/+1
| |
| * Add option to enable app for specific groupsRobin Appelman2014-06-031-4/+14
| |
| * Allow enabling apps by group by setting the config value to a json encoded ↵Robin Appelman2014-06-031-248/+258
| | | | | | | | array of groups
* | various fixes as requested by pr reviewersGeorg Ehrke2014-06-021-20/+16
| |
* | add button for properly uninstalling appsGeorg Ehrke2014-05-311-6/+4
| |
* | Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-05-311-40/+88
|\| | | | | | | | | | | Conflicts: lib/private/app.php lib/private/installer.php
| * Now showing disabled apps as upgrade status lineVincent Petry2014-05-271-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 appsVincent Petry2014-05-271-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 PHPDocMorris Jobke2014-05-191-16/+16
| | | | | | | | * test case added to avoid adding them later
| * Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-2/+2
| |
* | make it possible to update shipped apps via the appstoreGeorg Ehrke2014-05-311-66/+184
|/
* Some more PHPDoc fixesLukas Reschke2014-04-211-1/+1
|
* Fix PHPdoc in lib/privateBart Visscher2014-04-151-6/+11
| | | | using scrutinizer patch
* move replace to inside issetMyles McNamara2014-02-281-2/+2
|
* replace spaces in download link without encoding entire URLMyles McNamara2014-02-281-0/+2
|
* kill $coreStyles and $coreScriptsThomas Müller2014-02-201-11/+0
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-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 patchesJörn Friedrich Dreyer2014-02-061-4/+7
|
* Mark an app as loaded before we start loading itRobin Appelman2014-01-311-1/+1
|
* show link to app documentationBjoern Schiessle2014-01-171-0/+4
|
* Fixed apps loading orderVincent Petry2013-12-201-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 enabledBjoern Schiessle2013-10-221-0/+1
|
* fix undefined "shipped"Morris Jobke2013-10-171-5/+5
|
* case insensitive sortFrank Karlitschek2013-10-141-1/+1
|
* fix styleFrank Karlitschek2013-10-141-5/+5
|
* finally fix the app sortingFrank Karlitschek2013-10-141-0/+33
|
* OC_App: Cache list of enabled appsMarkus Goetz2013-10-051-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/publicThomas Müller2013-09-301-0/+967
Conflicts: lib/private/vcategories.php