summaryrefslogtreecommitdiffstats
path: root/lib/private/app.php
Commit message (Expand)AuthorAgeFilesLines
* Further cleanup of files_encryptionThomas Müller2015-04-071-1/+1
* Update license headersJenkins for ownCloud2015-03-261-18/+36
* Correctly get array of groups and send OCP\IGroup objects to enable methodJoas Schilling2015-03-241-1/+9
* Merge pull request #14862 from owncloud/introduce-shipped.json-masterMorris Jobke2015-03-231-5/+12
|\
| * shipped apps are now defined in core/shipped.json - the shipped tag in info.x...Thomas Müller2015-03-131-5/+12
* | Merge pull request #14961 from owncloud/onlyrequireinfoBernhard Posselt2015-03-171-3/+3
|\ \
| * | only hard depend on the info.xml and not the app.phpBernhard Posselt2015-03-171-3/+3
* | | Use a closure for the files app entry and deprecate old methodsJoas Schilling2015-03-171-23/+4
| |/ |/|
* | Fix totally broken AppStore code...Lukas Reschke2015-03-061-2/+37
* | Merge pull request #14326 from owncloud/remove-unnessary-backslashes-from-tra...Morris Jobke2015-03-041-2/+2
|\ \ | |/ |/|
| * Remove unnecessary backslashes from translationsJoas Schilling2015-02-181-2/+2
* | Revert "Updating license headers"Morris Jobke2015-02-261-36/+18
* | 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-241-33/+0
* | don't allow installation of already installed apps - fixes #14004Thomas Müller2015-02-231-6/+7
* | Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-77/+71
|\ \
| * | Use appmanager in OC_App::enable/disableRobin Appelman2015-02-171-3/+5
| * | better name for getAppsEnabledForUserRobin Appelman2015-02-171-1/+1
| * | Use the app manager from oc_appRobin Appelman2015-02-161-75/+67
* | | Updating license headersJenkins for ownCloud2015-02-231-18/+36
| |/ |/|
* | Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-2/+3
* | Remove unused function and correct PHPDocLukas Reschke2015-02-161-27/+10
|/
* Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-101-3/+3
|\
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-3/+3
* | Merge pull request #13852 from owncloud/cache-app-versionsVincent Petry2015-02-091-2/+7
|\ \
| * | clear app version cache on upgradeRobin Appelman2015-02-031-0/+1
| * | Cache app versionsRobin Appelman2015-02-031-2/+6
* | | enabled disabled files app in repair stepMorris Jobke2015-02-031-1/+1
* | | Disallow disabling of files appMorris Jobke2015-02-031-0/+3
|/ /
* | Merge pull request #13319 from owncloud/replace-line-breaks-in-app-descriptionLukas Reschke2015-01-171-1/+38
|\ \ | |/ |/|
| * OC_App::parseAppInfoMorris Jobke2015-01-141-1/+38
* | Fix PHPDocLukas Reschke2015-01-151-0/+1
* | Check new and old ways of required oC version for app compatibilityJoas Schilling2015-01-141-2/+6
|/
* 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