summaryrefslogtreecommitdiffstats
path: root/lib/private/Accounts/TAccountsHelper.php
Commit message (Collapse)AuthorAgeFilesLines
* Add new account propertiesChristopher Ng2021-10-191-1/+5
| | | | | | | | | | | | | | - New properties - Organisation - Role - Headline - Biography - Profile Enabled property - Fix errors with building default account properties - Fix L10N factory method `getLanguage` not public error - Update tests Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix code styleArthur Schiwon2021-06-031-1/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* allow interacting with IAccountPropertyCollectionsArthur Schiwon2021-06-031-0/+41
- in fact the API could be done in a nicer way and it might be possible to work without IAccountPropertyCollection, but only with the IAccountProperties. - To keep it simple at first and not overengineer the blunt attempt is followed - If necessary helpful in the further cause of development adjustements or extensions can be done quickly with this base Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>