summaryrefslogtreecommitdiffstats
path: root/settings/Application.php
Commit message (Collapse)AuthorAgeFilesLines
* Send an email to the old address on email changeJoas Schilling2017-04-131-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move logic into new class with DIJoas Schilling2017-04-131-80/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Send an email on password changeJoas Schilling2017-04-131-4/+42
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add activities when email or password is changedJoas Schilling2017-04-131-0/+66
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-3/+4
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add support for themingLukas Reschke2017-04-071-3/+20
| | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* 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