| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -7/+9 |
|/ |
|
* | do not use private AccountManager in UsersController | Arthur Schiwon | 2021-05-25 | 2 | -4/+17 |
* | allow to set valid scopes only in AccountProperty | Arthur Schiwon | 2021-05-12 | 1 | -11/+20 |
* | Merge pull request #26259 from nextcloud/feature/noid/validate-website-to-be-... | Joas Schilling | 2021-04-26 | 1 | -0/+30 |
|\ |
|
| * | Validate the website field input to be a valid URL | Joas Schilling | 2021-04-22 | 1 | -0/+30 |
* | | Guard against null phone number value | Daniel Calviño Sánchez | 2021-04-23 | 1 | -0/+3 |
|/ |
|
* | Limit size of properties to 2048 characters | Lukas Reschke | 2021-04-08 | 1 | -0/+11 |
* | Allow apps to write/update account data | Joas Schilling | 2021-03-31 | 1 | -0/+14 |
* | Add property scope tests for AccountManager | Vincent Petry | 2021-03-26 | 1 | -6/+13 |
* | OCS allow reading and writing account property scopes | Vincent Petry | 2021-03-26 | 2 | -2/+33 |
* | Map old account scope properties to new names | Vincent Petry | 2021-03-26 | 2 | -10/+28 |
* | Chunk the array of phone numbers | Joas Schilling | 2021-03-12 | 1 | -5/+9 |