| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(AccountManager): Sanitize social media handles | Ferdinand Thiessen | 2025-02-06 | 1 | -50/+200 |
* | fix(settings): pronouns UsersControllerTest | John Molakvoæ (skjnldsv) | 2024-09-18 | 1 | -0/+6 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 5 | -25/+25 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -2/+2 |
* | feat(ldap): sync additional properties to profile and SAB | Jake Nabasny | 2024-05-30 | 1 | -0/+6 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 5 | -93/+11 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage | Joas Schilling | 2023-09-25 | 1 | -2/+9 |
* | feat!: Migrate AccountManager event to typed event | Joas Schilling | 2023-07-28 | 1 | -11/+10 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Fix tests | Carl Schwan | 2022-11-22 | 1 | -0/+39 |
* | Allow to tweak default scopes for accounts | Thomas Citharel | 2022-05-16 | 1 | -33/+71 |
* | Minor optimizations for saving user personal information | Carl Schwan | 2022-05-12 | 1 | -6/+3 |
* | Add profile default setting for admin | Christopher Ng | 2022-03-18 | 1 | -0/+6 |
* | Add method to set all account properties from json | Christopher Ng | 2022-03-17 | 1 | -0/+25 |
* | Discard duplicate collection name from account serialization | Christopher Ng | 2022-03-17 | 1 | -1/+15 |
* | Fix test | Joas Schilling | 2022-01-11 | 1 | -1/+1 |
* | Fix email verification | Christopher Ng | 2022-01-06 | 1 | -0/+39 |
* | fix populating account array with missing default values | Arthur Schiwon | 2021-10-22 | 1 | -9/+7 |
* | Merge pull request #26725 from nextcloud/fix-federated-scope-not-shown-when-p... | John Molakvoæ | 2021-10-22 | 1 | -0/+1 |
|\ |
|
| * | Add missing scope to test | Daniel Calviño Sánchez | 2021-08-18 | 1 | -0/+1 |
* | | Add new account properties | Christopher Ng | 2021-10-19 | 1 | -6/+192 |
* | | implement verification for additional mails | Arthur Schiwon | 2021-09-09 | 1 | -0/+36 |
|/ |
|
* | adjust internal data handling logic to fix store and load | Arthur Schiwon | 2021-06-30 | 1 | -146/+109 |
* | adjust email verification checker | Arthur Schiwon | 2021-06-30 | 1 | -4/+1 |
* | adjust verification state updater method | Arthur Schiwon | 2021-06-30 | 1 | -10/+5 |
* | make AccountManager actually write multi value properties | Arthur Schiwon | 2021-06-30 | 1 | -163/+106 |
* | accounts event handler to use eventdispatcher, DI and Accounts API | Arthur Schiwon | 2021-06-30 | 1 | -42/+42 |
* | prov api reports additional emails on getUser | Arthur Schiwon | 2021-06-30 | 1 | -0/+1 |
* | CI: more flexible assertions | Arthur Schiwon | 2021-06-07 | 1 | -1/+6 |
* | allow interacting with IAccountPropertyCollections | Arthur Schiwon | 2021-06-03 | 1 | -3/+24 |
* | add IAccountPropertyCollection with implementation | Arthur Schiwon | 2021-06-03 | 1 | -0/+209 |
* | update unit tests | Arthur Schiwon | 2021-06-03 | 1 | -16/+166 |
* | do not use private AccountManager in UsersController | Arthur Schiwon | 2021-05-25 | 3 | -18/+40 |
* | allow to set valid scopes only in AccountProperty | Arthur Schiwon | 2021-05-12 | 2 | -7/+25 |
* | Validate the website field input to be a valid URL | Joas Schilling | 2021-04-22 | 1 | -0/+26 |
* | Add property scope tests for AccountManager | Vincent Petry | 2021-03-26 | 1 | -0/+123 |
* | Map old account scope properties to new names | Vincent Petry | 2021-03-26 | 3 | -34/+63 |
* | Fix Test class name | Joas Schilling | 2021-03-12 | 1 | -2/+2 |
* | Add and fix unit tests | Joas Schilling | 2020-12-07 | 1 | -6/+45 |
* | Make code strict | Joas Schilling | 2020-12-07 | 1 | -14/+15 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -1/+4 |
* | PSR logger for accounts | Joas Schilling | 2020-10-20 | 2 | -8/+9 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 1 | -3/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -14/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 2 | -2/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Log critical fallback to user default if we can't parse the JSON | Christoph Wurst | 2019-12-13 | 1 | -7/+12 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 2 | -3/+3 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 2 | -3/+3 |