Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send an email to the old address on email change | Joas Schilling | 2017-04-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move logic into new class with DI | Joas Schilling | 2017-04-13 | 1 | -80/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Send an email on password change | Joas Schilling | 2017-04-13 | 1 | -4/+42 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add activities when email or password is changed | Joas Schilling | 2017-04-13 | 1 | -0/+66 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 1 | -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 theming | Lukas Reschke | 2017-04-07 | 1 | -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 upgrade | Roeland Jago Douma | 2016-12-15 | 1 | -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 again | Joas Schilling | 2016-11-22 | 1 | -136/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add SubAdminMiddleware back | Lukas Reschke | 2016-11-22 | 1 | -0/+2 |
| | | | | | | Removed by mistake in #1946 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | small fixes | Bjoern Schiessle | 2016-11-21 | 1 | -2/+4 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | remove double import | Christoph Wurst | 2016-11-21 | 1 | -1/+0 |
| | |||||
* | introduce accounts table and keep it up-to-date with the data added to the ↵ | Björn Schießle | 2016-11-21 | 1 | -1/+134 |
| | | | | | | personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Query the timefactory instead of creating it | Lukas Reschke | 2016-10-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 1 | -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 possible | Joas Schilling | 2016-10-05 | 1 | -172/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove unneeded service definitions | Joas Schilling | 2016-10-05 | 1 | -44/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | adopt to Controller constructor changes | Arthur Schiwon | 2016-08-16 | 1 | -5/+0 |
| | |||||
* | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 1 | -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 check | Morris Jobke | 2016-07-26 | 1 | -1/+2 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | |||||
* | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+3 |
| | |||||
* | add button to add new device tokens | Christoph Wurst | 2016-05-23 | 1 | -0/+2 |
| | |||||
* | list user's auth tokens on the personal settings page | Christoph Wurst | 2016-05-23 | 1 | -3/+13 |
| | |||||
* | Move OC\Core and OC\Settings to composer autoloader | Lukas Reschke | 2016-04-05 | 1 | -0/+258 |