aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Accounts
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-4/+4
* docs: update docs for ocp eventsDaniel Kesselberg2024-07-231-0/+2
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-246-124/+12
* refactor(provisioning_api): Add types for user details scopesprovokateurin2024-05-111-0/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+53
* feat!: Migrate AccountManager event to typed eventJoas Schilling2023-07-281-0/+58
* Fix typos in lib/public subdirectorySimon L2023-05-102-2/+2
* Always set displayname and display-name for user datajld31032023-02-101-0/+2
* composer run cs:fixCôme Chilliet2023-01-205-5/+0
* Rename mastodon to fediverseCarl Schwan2022-11-221-2/+2
* Add mastodon personal info fieldCarl Schwan2022-11-211-0/+2
* Allow to tweak default scopes for accountsThomas Citharel2022-05-161-0/+36
* Add example to DocBlockChristopher Ng2022-03-171-0/+34
* Add method to set all account properties from jsonChristopher Ng2022-03-171-0/+9
* Profile backendChristopher Ng2021-10-191-0/+26
* implement verification for additional mailsArthur Schiwon2021-09-092-0/+29
* adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-301-1/+2
* prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-301-0/+8
* Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper...blizzz2021-06-083-3/+125
|\
| * allow interacting with IAccountPropertyCollectionsArthur Schiwon2021-06-032-2/+42
| * add IAccountPropertyCollection with implementationArthur Schiwon2021-06-031-0/+77
| * extend AccountManager API with collection constArthur Schiwon2021-06-031-1/+6
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-8/+7
|/
* do not use private AccountManager in UsersControllerArthur Schiwon2021-05-252-2/+17
* allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-121-0/+3
* Allow apps to write/update account dataJoas Schilling2021-03-311-0/+10
* Map old account scope properties to new namesVincent Petry2021-03-261-3/+3
* Add new v2-private account scopeVincent Petry2021-03-261-3/+46
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-071-0/+11
* Remove @package annotations from public namespaceJulius Härtl2020-08-264-4/+0
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-13/+13
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-4/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+0
* Allow property filters to be nullJulius Härtl2018-10-241-1/+1
* Add \OCP\Account public APIJulius Härtl2018-10-154-0/+310