aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Accounts/Account.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Refactors lib/private/Accounts.Faraz Samapoor2023-07-011-6/+4
* Add method to set all account properties from jsonChristopher Ng2022-03-171-0/+22
* Discard duplicate collection name from account serializationChristopher Ng2022-03-171-2/+9
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-1/+2
* adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-301-6/+10
* Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper...blizzz2021-06-081-8/+54
|\
| * psalm happinessArthur Schiwon2021-06-041-1/+1
| * adjust property type declarationArthur Schiwon2021-06-031-1/+1
| * fix code styleArthur Schiwon2021-06-031-1/+1
| * allow interacting with IAccountPropertyCollectionsArthur Schiwon2021-06-031-6/+52
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
|/
* do not use private AccountManager in UsersControllerArthur Schiwon2021-05-251-2/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Add \OCP\Account public APIJulius Härtl2018-10-151-0/+81