summaryrefslogtreecommitdiffstats
path: root/lib/private/app.php
Commit message (Expand)AuthorAgeFilesLines
* rework api of DependencyAnalyzerThomas Müller2014-12-121-2/+2
* check app dependencies on installation as wellThomas Müller2014-12-111-6/+21
* translate labels properlyThomas Müller2014-12-041-2/+2
* Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-251-56/+3
* Run preupdate before an updateLukas Reschke2014-11-131-4/+0
* prevent PHP noticeThomas Müller2014-10-301-1/+1
* Log some basic eventsRobin Appelman2014-10-201-0/+2
* Encapsulate require_once to avoid name space bleedindVincent Petry2014-10-171-1/+11
* Add a try catch blockLukas Reschke2014-10-161-6/+10
* introduce new app page layoutThomas Müller2014-10-151-63/+55
* Merge pull request #11495 from owncloud/apps-clearenableappscacheafterloading...Vincent Petry2014-10-091-0/+7
|\
| * Clear enabled apps cache after loading authentication appVincent Petry2014-10-091-0/+7
* | Add support for keys in the info.xmlLukas Reschke2014-10-091-1/+9
|/
* Fix upgrade process when apps enabled for specific groupsVincent Petry2014-09-021-7/+24
* Use public api for getting l10nRobin Appelman2014-08-311-2/+2
* Merge pull request #9866 from owncloud/app-upgradeRobin Appelman2014-08-191-37/+14
|\
| * Also set the app version when updating from app storeRobin Appelman2014-08-041-0/+3
| * Allow loading app without checking the upgradeRobin Appelman2014-08-041-4/+8
| * Throw an exception when we try to load an app that needs to be upgradedRobin Appelman2014-08-041-34/+4
* | check if array index ocsid is set before accessing itGeorg Ehrke2014-08-171-1/+2
* | Fix issue when no apps are enabledVincent Petry2014-08-111-0/+1
|/
* Merge pull request #9571 from owncloud/fix_appstore_update_issueVincent Petry2014-07-141-7/+2
|\
| * improve check for duplicate appsGeorg Ehrke2014-07-101-7/+2
* | adding 'groups' entry to remote appsThomas Müller2014-07-091-1/+2
* | fixing typosThomas Müller2014-07-091-97/+96
|/
* add ocsids to info.xmlGeorg Ehrke2014-07-071-0/+3
* fix phpDocBlock for OC_App::getAppInfoGeorg Ehrke2014-07-051-1/+1
* better validation: cadd extra check if appinfo/info.xml existsGeorg Ehrke2014-07-051-0/+3
* 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
|\
| * Simulate apps database schema update on upgradeVincent Petry2014-06-041-17/+30
| * 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 ar...Robin Appelman2014-06-031-248/+258
* | 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
|\|
| * Now showing disabled apps as upgrade status lineVincent Petry2014-05-271-0/+8
| * Added requiremin/requiremax fields for appsVincent Petry2014-05-271-22/+62
| * Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-16/+16
| * Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-2/+2