summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/app.php
Commit message (Expand)AuthorAgeFilesLines
...
* Add update supportLukas Reschke2016-10-311-15/+20
* Query the timefactory instead of creating itLukas Reschke2016-10-311-1/+1
* Replace with exception instead of boolean return valueLukas Reschke2016-10-311-12/+2
* Use new appstore APILukas Reschke2016-10-311-185/+57
* App dependencies are now analysed on app enable as well - not only on app ins...Thomas Müller2016-10-241-11/+28
* Cache AppInfo in Memory Cache if configuredLukas Reschke2016-10-071-1/+1
* Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-1/+16
* Fallback from "de" to "de_DE" and the other way aroundJoas Schilling2016-10-041-3/+30
* Allow multiple names and descriptionJoas Schilling2016-09-301-7/+40
* Deprecate getEditionString()Joas Schilling2016-09-061-3/+1
* Move navigation entries without order to the endJoas Schilling2016-09-021-1/+9
* fix ordering of user menu entriesJan-Christoph Borchardt2016-08-271-3/+3
* Cache registered autoloadersLukas Reschke2016-08-221-0/+6
* check registered sections and settings after an app got updated to garbage co...Arthur Schiwon2016-08-161-0/+5
* register app autoload instead of loading appsArthur Schiwon2016-08-121-3/+6
* Merge branch 'master' into implement_712Lukas Reschke2016-08-111-1/+1
|\
| * Merge pull request #529 from nextcloud/vendor-maintenance-downgradeLukas Reschke2016-08-101-1/+1
| |\
| | * Allow downgrades of maintenance accross vendorsJoas Schilling2016-07-221-1/+1
* | | fixes, improvements, and another app:Arthur Schiwon2016-08-111-0/+6
* | | fix registration of admin settings and section on app installArthur Schiwon2016-08-111-0/+6
* | | more admin page splitup improvementsArthur Schiwon2016-08-101-0/+1
* | | Initial work on Apps page split:Arthur Schiwon2016-08-091-1/+4
|/ /
* / fix autoloading in LPAP integration tests, resolves #544Arthur Schiwon2016-07-251-1/+1
|/
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+5
* Revert "Remove "Help" link from personal sidebar"Lukas Reschke2016-07-211-4/+2
* Show app name in error message if app could not be loaded. (#25441)Klaas Freitag2016-07-201-1/+6
* fix more stringsMorris Jobke2016-06-201-1/+1
* Remove "Help" link from personal sidebarLukas Reschke2016-06-061-2/+4
* Update license headersLukas Reschke2016-05-261-4/+4
* Correctly register autoloading before install.php and loading commandsJoas Schilling2016-05-111-1/+2
* Allow declaration of background jobs in info.xmlThomas Müller2016-05-031-0/+8
* Merge pull request #24386 from owncloud/psr4-for-appsMorris Jobke2016-05-031-2/+21
|\
| * Use lib/ instead of src/ because that is what people are used toJoas Schilling2016-05-021-1/+1
| * Register the PSR-4 path on loadAppJoas Schilling2016-05-021-2/+21
* | Move uninstall repair step execution to the correct placeThomas Müller2016-05-021-2/+12
* | OC_Installer -> \OC\InstallerThomas Müller2016-05-021-5/+6
* | Adding repair steps for install and uninstall - fixes #24306Thomas Müller2016-05-021-1/+1
|/
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+1284