aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Accounts
Commit message (Expand)AuthorAgeFilesLines
* Obey col length of 255 to insert and search in accounts_dataArthur Schiwon2021-11-261-1/+8
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-233-3/+4
* fix populating account array with missing default valuesArthur Schiwon2021-10-221-6/+7
* Add new account propertiesChristopher Ng2021-10-192-13/+53
* implement verification for additional mailsArthur Schiwon2021-09-093-11/+150
* cleanupArthur Schiwon2021-06-301-7/+3
* adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-302-132/+147
* adjust email verification checkerArthur Schiwon2021-06-301-16/+18
* fix code styleArthur Schiwon2021-06-302-2/+2
* adjust verification state updater methodArthur Schiwon2021-06-301-70/+33
* make AccountManager actually write multi value propertiesArthur Schiwon2021-06-301-98/+145
* accounts event handler to use eventdispatcher, DI and Accounts APIArthur Schiwon2021-06-301-39/+28
* prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-301-0/+13
* 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-084-57/+273
|\
| * psalm happinessArthur Schiwon2021-06-042-2/+2
| * adjust property type declarationArthur Schiwon2021-06-031-1/+1
| * fix code styleArthur Schiwon2021-06-033-3/+2
| * allow interacting with IAccountPropertyCollectionsArthur Schiwon2021-06-034-14/+98
| * add IAccountPropertyCollection with implementationArthur Schiwon2021-06-031-0/+86
| * 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-044-7/+9
|/
* do not use private AccountManager in UsersControllerArthur Schiwon2021-05-252-4/+17
* allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-121-11/+20
* 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-262-2/+33
* Map old account scope properties to new namesVincent Petry2021-03-262-10/+28
* Chunk the array of phone numbersJoas Schilling2021-03-121-5/+9
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* 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-072-5/+6
* PSR logger for accountsJoas Schilling2020-10-202-21/+9
* 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
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-13/+7
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update license headers for 18Christoph Wurst2019-12-202-1/+3
* Log critical fallback to user default if we can't parse the JSONChristoph Wurst2019-12-132-8/+15
* Return a default user record if json is brokenDaniel Kesselberg2019-12-131-0/+3