summaryrefslogtreecommitdiffstats
path: root/lib/private/Accounts/AccountManager.php
Commit message (Expand)AuthorAgeFilesLines
* cleanupArthur Schiwon2021-06-301-7/+3
* adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-301-126/+137
* adjust email verification checkerArthur Schiwon2021-06-301-16/+18
* fix code styleArthur Schiwon2021-06-301-1/+1
* adjust verification state updater methodArthur Schiwon2021-06-301-70/+33
* make AccountManager actually write multi value propertiesArthur Schiwon2021-06-301-98/+145
* prov api reports additional emails on getUserArthur Schiwon2021-06-301-2/+26
* Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper...blizzz2021-06-081-49/+89
|\
| * psalm happinessArthur Schiwon2021-06-041-1/+1
| * fix code styleArthur Schiwon2021-06-031-1/+1
| * allow interacting with IAccountPropertyCollectionsArthur Schiwon2021-06-031-8/+1
| * deal with property collections when fetching users (with update)Arthur Schiwon2021-06-031-14/+39
| * refactor validators and sanitizersArthur Schiwon2021-06-031-35/+57
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+3
|/
* Merge pull request #26259 from nextcloud/feature/noid/validate-website-to-be-...Joas Schilling2021-04-261-0/+30
|\
| * Validate the website field input to be a valid URLJoas Schilling2021-04-221-0/+30
* | Guard against null phone number valueDaniel Calviño Sánchez2021-04-231-0/+3
|/
* Limit size of properties to 2048 charactersLukas Reschke2021-04-081-0/+11
* Allow apps to write/update account dataJoas Schilling2021-03-311-0/+14
* Add property scope tests for AccountManagerVincent Petry2021-03-261-6/+13
* OCS allow reading and writing account property scopesVincent Petry2021-03-261-1/+32
* Map old account scope properties to new namesVincent Petry2021-03-261-8/+8
* Chunk the array of phone numbersJoas Schilling2021-03-121-5/+9
* Make the throwing optional, so background tasks don't breakJoas Schilling2020-12-071-3/+11
* Add a config for default region of phone numbersJoas Schilling2020-12-071-12/+36
* Also translate the phone number when coming in via the accounts manager API d...Joas Schilling2020-12-071-2/+26
* Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-071-0/+19
* Add a database table for the accounts data so we can search it betterJoas Schilling2020-12-071-2/+47
* Make code strictJoas Schilling2020-12-071-1/+1
* PSR logger for accountsJoas Schilling2020-10-201-10/+3
* Only run the query to get the account data onceJoas Schilling2020-10-061-5/+7
* Create account structure also for empty recordDaniel Kesselberg2020-05-171-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-10/+7
* Update license headers for 18Christoph Wurst2019-12-201-1/+2
* Log critical fallback to user default if we can't parse the JSONChristoph Wurst2019-12-131-2/+13
* Return a default user record if json is brokenDaniel Kesselberg2019-12-131-0/+3
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+1
* Move settings to an appChristoph Wurst2019-09-281-1/+1
* Add default values when parsing account dataJulius Härtl2018-12-231-1/+1
* Use empty string instead of nullJulius Härtl2018-10-241-1/+1
* Add \OCP\Account public APIJulius Härtl2018-10-151-20/+15
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+2
* Update license headersMorris Jobke2017-11-061-2/+5
* Remove account data on user deletionJoas Schilling2017-05-151-0/+13
* fix email verification statusBjoern Schiessle2017-04-281-1/+5
* add missing translation and other small fixesBjoern Schiessle2017-04-281-1/+1
* make use of verification buttonsBjoern Schiessle2017-04-281-3/+9
* make sure that every data set has a 'verified' statusBjoern Schiessle2017-04-281-9/+30
* ask lookup server if email address was verified by the userBjoern Schiessle2017-04-281-2/+33