Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -2/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove account data on user deletion | Joas Schilling | 2017-05-15 | 1 | -0/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix email verification status | Bjoern Schiessle | 2017-04-28 | 1 | -1/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add missing translation and other small fixes | Bjoern Schiessle | 2017-04-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make use of verification buttons | Bjoern Schiessle | 2017-04-28 | 1 | -3/+9 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make sure that every data set has a 'verified' status | Bjoern Schiessle | 2017-04-28 | 1 | -9/+30 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | ask lookup server if email address was verified by the user | Bjoern Schiessle | 2017-04-28 | 2 | -3/+35 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make sure that we don't lose previous verification status | Bjoern Schiessle | 2017-04-28 | 1 | -0/+15 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | store verification status in accounts table and update lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -0/+46 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Also send the new account data with the event | Joas Schilling | 2017-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | bring back setEmailAddress for the user management | Bjoern Schiessle | 2016-11-25 | 2 | -12/+28 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | update accounts table if email address or display name changes from outside | Bjoern Schiessle | 2016-11-25 | 2 | -5/+93 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix unit tests | Bjoern Schiessle | 2016-11-21 | 1 | -1/+0 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 1 | -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ßle | 2016-11-21 | 1 | -0/+116 |
personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |