| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
* | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage | Joas Schilling | 2023-09-25 | 1 | -10/+5 |
* | fix: always use display name from correct backend | Max | 2023-08-15 | 1 | -0/+5 |
* | feat!: Migrate AccountManager event to typed event | Joas Schilling | 2023-07-28 | 1 | -7/+7 |
* | Renames the property to improve the code readbility/clarity. | Faraz Samapoor | 2023-07-05 | 1 | -2/+2 |
* | Fixes testcase errors. | Faraz Samapoor | 2023-07-02 | 1 | -8/+9 |
* | Fixes Psalm error. | Faraz Samapoor | 2023-07-01 | 1 | -4/+1 |
* | Refactors lib/private/Accounts. | Faraz Samapoor | 2023-07-01 | 5 | -138/+46 |
* | fix(caching): Avoid checking existence before fetching | Christoph Wurst | 2023-06-12 | 1 | -2/+3 |
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 2 | -2/+2 |
|\ |
|
| * | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 2 | -2/+2 |
* | | fix(CI): Satisfy psalm by removing a now obsolete type check | Joas Schilling | 2023-05-31 | 1 | -2/+1 |
|/ |
|
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 3 | -3/+0 |
* | Rename mastodon to fediverse | Carl Schwan | 2022-11-22 | 1 | -4/+4 |
* | Add mastodon personal info field | Carl Schwan | 2022-11-21 | 1 | -0/+9 |
* | Cleanup tags and Share component | Carl Schwan | 2022-09-29 | 1 | -0/+3 |
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -1/+1 |
* | Fix exception handling when profile data is too long | Joas Schilling | 2022-06-09 | 1 | -1/+1 |
* | Allow to tweak default scopes for accounts | Thomas Citharel | 2022-05-16 | 1 | -25/+37 |
* | Minor optimizations for saving user personal information | Carl Schwan | 2022-05-12 | 1 | -9/+9 |
* | Cache account information | Carl Schwan | 2022-04-05 | 1 | -1/+10 |
* | Add profile default setting for admin | Christopher Ng | 2022-03-18 | 1 | -1/+4 |
* | Add method to set all account properties from json | Christopher Ng | 2022-03-17 | 1 | -0/+22 |
* | Discard duplicate collection name from account serialization | Christopher Ng | 2022-03-17 | 1 | -2/+9 |
* | Merge pull request #30508 from nextcloud/fix/psaml-bin | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
|\ |
|
| * | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | | Fix undefined/unset scope in account properties | Joas Schilling | 2022-01-11 | 1 | -0/+1 |
* | | Fix email verification | Christopher Ng | 2022-01-06 | 1 | -1/+4 |
|/ |
|
* | Obey col length of 255 to insert and search in accounts_data | Arthur Schiwon | 2021-11-26 | 1 | -1/+8 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 3 | -3/+4 |
* | fix populating account array with missing default values | Arthur Schiwon | 2021-10-22 | 1 | -6/+7 |
* | Add new account properties | Christopher Ng | 2021-10-19 | 2 | -13/+53 |
* | implement verification for additional mails | Arthur Schiwon | 2021-09-09 | 3 | -11/+150 |
* | cleanup | Arthur Schiwon | 2021-06-30 | 1 | -7/+3 |
* | adjust internal data handling logic to fix store and load | Arthur Schiwon | 2021-06-30 | 2 | -132/+147 |
* | adjust email verification checker | Arthur Schiwon | 2021-06-30 | 1 | -16/+18 |
* | fix code style | Arthur Schiwon | 2021-06-30 | 2 | -2/+2 |
* | adjust verification state updater method | Arthur Schiwon | 2021-06-30 | 1 | -70/+33 |
* | make AccountManager actually write multi value properties | Arthur Schiwon | 2021-06-30 | 1 | -98/+145 |
* | accounts event handler to use eventdispatcher, DI and Accounts API | Arthur Schiwon | 2021-06-30 | 1 | -39/+28 |
* | prov api to be able to edit multivalue properties | Arthur Schiwon | 2021-06-30 | 1 | -0/+13 |
* | prov api reports additional emails on getUser | Arthur Schiwon | 2021-06-30 | 1 | -2/+26 |
* | Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper... | blizzz | 2021-06-08 | 4 | -57/+273 |
|\ |
|
| * | psalm happiness | Arthur Schiwon | 2021-06-04 | 2 | -2/+2 |
| * | adjust property type declaration | Arthur Schiwon | 2021-06-03 | 1 | -1/+1 |
| * | fix code style | Arthur Schiwon | 2021-06-03 | 3 | -3/+2 |
| * | allow interacting with IAccountPropertyCollections | Arthur Schiwon | 2021-06-03 | 4 | -14/+98 |
| * | add IAccountPropertyCollection with implementation | Arthur Schiwon | 2021-06-03 | 1 | -0/+86 |
| * | deal with property collections when fetching users (with update) | Arthur Schiwon | 2021-06-03 | 1 | -14/+39 |
| * | refactor validators and sanitizers | Arthur Schiwon | 2021-06-03 | 1 | -35/+57 |