summaryrefslogtreecommitdiffstats
path: root/lib/private/Accounts
Commit message (Collapse)AuthorAgeFilesLines
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-062-2/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove account data on user deletionJoas Schilling2017-05-151-0/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix email verification statusBjoern Schiessle2017-04-281-1/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add missing translation and other small fixesBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* make use of verification buttonsBjoern Schiessle2017-04-281-3/+9
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* make sure that every data set has a 'verified' statusBjoern Schiessle2017-04-281-9/+30
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* ask lookup server if email address was verified by the userBjoern Schiessle2017-04-282-3/+35
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* make sure that we don't lose previous verification statusBjoern Schiessle2017-04-281-0/+15
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* store verification status in accounts table and update lookup serverBjoern Schiessle2017-04-281-0/+46
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Also send the new account data with the eventJoas Schilling2017-04-101-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* bring back setEmailAddress for the user managementBjoern Schiessle2016-11-252-12/+28
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update accounts table if email address or display name changes from outsideBjoern Schiessle2016-11-252-5/+93
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix unit testsBjoern Schiessle2016-11-211-1/+0
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-13/+99
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* introduce accounts table and keep it up-to-date with the data added to the ↵Björn Schießle2016-11-211-0/+116
personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>