summaryrefslogtreecommitdiffstats
path: root/settings/Application.php
Commit message (Collapse)AuthorAgeFilesLines
* Clear appstore cache on version upgradeRoeland Jago Douma2016-12-151-1/+2
| | | | | | | | | * Add version to cached json * Compare version * Updated calls * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Clean up the Application class againJoas Schilling2016-11-221-136/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add SubAdminMiddleware backLukas Reschke2016-11-221-0/+2
| | | | | | Removed by mistake in #1946 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* small fixesBjoern Schiessle2016-11-211-2/+4
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove double importChristoph Wurst2016-11-211-1/+0
|
* introduce accounts table and keep it up-to-date with the data added to the ↵Björn Schießle2016-11-211-1/+134
| | | | | | personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Query the timefactory instead of creating itLukas Reschke2016-10-311-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use new appstore APILukas Reschke2016-10-311-0/+23
| | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use magic DI as much as possibleJoas Schilling2016-10-051-172/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove unneeded service definitionsJoas Schilling2016-10-051-44/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* adopt to Controller constructor changesArthur Schiwon2016-08-161-5/+0
|
* Initial work on Apps page split:Arthur Schiwon2016-08-091-0/+23
| | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* Log exception that is thrown by internet connection checkMorris Jobke2016-07-261-1/+2
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-3/+4
|
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
|
* Update license headersLukas Reschke2016-05-261-2/+3
|
* add button to add new device tokensChristoph Wurst2016-05-231-0/+2
|
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-3/+13
|
* Move OC\Core and OC\Settings to composer autoloaderLukas Reschke2016-04-051-0/+258