summaryrefslogtreecommitdiffstats
path: root/tests/lib/Accounts
Commit message (Collapse)AuthorAgeFilesLines
* Use ::class in test mocksMorris Jobke2017-10-241-6/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix email verification statusBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* updated unit testsBjoern Schiessle2017-04-281-6/+50
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-111-1/+0
|\ | | | | Move OC_Defaults to OCP\Defaults
| * Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Also send the new account data with the eventJoas Schilling2017-04-101-5/+8
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* bring back setEmailAddress for the user managementBjoern Schiessle2016-11-251-0/+157
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update accounts table if email address or display name changes from outsideBjoern Schiessle2016-11-251-15/+24
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix unit testsBjoern Schiessle2016-11-211-0/+202
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>