aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Accounts/AccountManager.php
Commit message (Expand)AuthorAgeFilesLines
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-2/+2
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-8/+15
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-241-30/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usageJoas Schilling2023-09-251-10/+5
* fix: always use display name from correct backendMax2023-08-151-0/+5
* feat!: Migrate AccountManager event to typed eventJoas Schilling2023-07-281-7/+7
* Renames the property to improve the code readbility/clarity.Faraz Samapoor2023-07-051-2/+2
* Fixes testcase errors.Faraz Samapoor2023-07-021-8/+9
* Fixes Psalm error.Faraz Samapoor2023-07-011-4/+1
* Refactors lib/private/Accounts.Faraz Samapoor2023-07-011-72/+18
* fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-121-2/+3
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-1/+1
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* | fix(CI): Satisfy psalm by removing a now obsolete type checkJoas Schilling2023-05-311-2/+1
|/
* Rename mastodon to fediverseCarl Schwan2022-11-221-4/+4
* Add mastodon personal info fieldCarl Schwan2022-11-211-0/+9
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Fix exception handling when profile data is too longJoas Schilling2022-06-091-1/+1
* Allow to tweak default scopes for accountsThomas Citharel2022-05-161-25/+37
* Minor optimizations for saving user personal informationCarl Schwan2022-05-121-9/+9
* Cache account informationCarl Schwan2022-04-051-1/+10
* Add profile default setting for adminChristopher Ng2022-03-181-1/+4
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-1/+1
|\
| * Check style updateCarl Schwan2022-01-131-1/+1
* | Fix email verificationChristopher Ng2022-01-061-1/+4
|/
* Obey col length of 255 to insert and search in accounts_dataArthur Schiwon2021-11-261-1/+8
* fix populating account array with missing default valuesArthur Schiwon2021-10-221-6/+7
* Add new account propertiesChristopher Ng2021-10-191-12/+48
* implement verification for additional mailsArthur Schiwon2021-09-091-10/+121
* 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