summaryrefslogtreecommitdiffstats
path: root/lib/private/App
Commit message (Expand)AuthorAgeFilesLines
* Clear appstore cache on version upgradeRoeland Jago Douma2016-12-153-16/+24
* Use the mocked config versionJoas Schilling2016-12-141-1/+1
* Check for nextcloud version as wellLukas Reschke2016-12-051-2/+8
* Exclude pre-release versions as per SemVerLukas Reschke2016-11-251-5/+7
* Loop for newest version in appstore responseLukas Reschke2016-11-242-8/+85
* Expose getAppPath to public APIJulius Haertl2016-11-171-0/+16
* Allow to register ProvidersJoas Schilling2016-11-161-0/+6
* Allow to register settings/types via info.xmlJoas Schilling2016-11-161-0/+6
* Allow to register activity filters via info.xmlJoas Schilling2016-11-161-0/+9
* Adjust previous fallbacksLukas Reschke2016-11-151-4/+0
* Add update supportLukas Reschke2016-10-311-2/+7
* %d instead %sLukas Reschke2016-10-311-1/+1
* Use substr and explode instead of a regexLukas Reschke2016-10-311-14/+33
* Read array elements instead of substrLukas Reschke2016-10-311-2/+6
* Use new appstore APILukas Reschke2016-10-315-0/+305
* Cleanup usagesRoeland Jago Douma2016-10-291-7/+0
* App dependencies are now analysed on app enable as well - not only on app ins...Thomas Müller2016-10-241-0/+3
* Ensure $commands being an array - fixes #26073Thomas Müller2016-10-201-0/+3
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-111-0/+6
* Cache AppInfo in Memory Cache if configuredLukas Reschke2016-10-071-0/+23
* Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-28/+4
* Initialize array elements properlyThomas Müller2016-09-071-1/+1
* Allow to validate the password_policy appJoas Schilling2016-09-011-3/+9
* Fix "Undefined index" when the values do not existJoas Schilling2016-08-181-2/+2
* Translate the server version for nextcloudJoas Schilling2016-07-261-2/+24
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-2114-25/+40
* fix more stringsMorris Jobke2016-06-201-2/+2
* emit correct signal if a app get's disabledBjoern Schiessle2016-06-131-1/+1
* Update license headersLukas Reschke2016-05-264-4/+8
* Add two factor auth to coreChristoph Wurst2016-05-232-1/+4
* Allow declaration of background jobs in info.xmlThomas Müller2016-05-031-4/+7
* Adding repair steps for install and uninstall - fixes #24306Thomas Müller2016-05-021-0/+12
* allow app developers to specify the minimum int sizeBernhard Posselt2016-04-282-0/+13
* Introduce background repair stepsThomas Müller2016-04-261-0/+6
* Adding pre- and post-migration repair stepsThomas Müller2016-04-221-12/+12
* Remove deprecated HTTPHelper from InfoParserThomas Müller2016-04-221-12/+22
* Move \OC\App to PSR-4Roeland Jago Douma2016-04-1314-0/+2356