aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/User
Commit message (Expand)AuthorAgeFilesLines
* chore: Unify user related events to always provide a `getUid` methodchore/migrate-encryption-away-from-hooksFerdinand Thiessen2024-10-153-0/+21
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-195-5/+15
* chore: Add descriptions for new events and fix copyright yearCôme Chilliet2024-09-103-6/+9
* feat(user_ldap): Introduce user id assigned typed events for LDAP usageCarl Schwan2024-09-103-0/+99
* chore(IGetRealUIDBackend): Fix typo in doc blockFerdinand Thiessen2024-09-021-1/+1
* docs: Add info for the password hashesChristopher Ng2024-07-081-0/+5
* feat: Add IPasswordHashBackendChristopher Ng2024-07-081-0/+25
* Fix: Make out of office replacement nullableHamza Mahjoubi2024-07-031-4/+4
* Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-0/+16
* chore: Add SPDX headerAndy Scherzinger2024-05-2439-760/+82
* feat: Add back searching in disabled user listCôme Chilliet2024-05-231-1/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-4/+4
* Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-timeJoas Schilling2023-12-051-1/+18
|\
| * fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-051-1/+18
* | Invert parameter order in getDisabledUserList to be consistentCôme Chilliet2023-11-301-1/+1
|/
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-0/+16
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-232-0/+102
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-236-11/+11
* feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-151-0/+9
* feat: Add out-of-office message APIChristoph Wurst2023-11-095-0/+269
* fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-0/+50
* Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-291-0/+9
* Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-201-4/+4
* Add user enabled state backend featureCôme Chilliet2023-05-231-0/+47
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* dispatch BeforeUserLoggedInEventMaxence Lange2023-03-011-7/+20
* ci: migrate ocp since checker to psalmDaniel Kesselberg2023-01-241-0/+1
* composer run cs:fixCôme Chilliet2023-01-2024-24/+0
* Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-211-0/+39
|\
| * Update lib/public/User/Backend/ICountMappedUsersBackend.phpCôme Chilliet2022-10-251-2/+2
| * Add missing fileCôme Chilliet2022-10-241-0/+39
* | Fix return type for countUsers methodCôme Chilliet2022-10-251-2/+1
|/
* Fix creation of new user and display the correct error messageChristopher Ng2022-08-221-0/+3
* Cleanup avatar related codeCarl Schwan2022-06-221-8/+2
* Fix psalm issues related to the user backendCarl Schwan2022-05-201-1/+1
* Fetch status in heartbeat controller only onceCarl Schwan2022-04-071-11/+20
* allow null password in UserLoggedInEventJulien Veyssier2021-10-131-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0429-58/+31
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-172-1/+44
* Compare and store the login name via the eventJoas Schilling2021-01-201-1/+12
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+5
* Streamline user creation and deletion eventsMorris Jobke2020-11-231-65/+0
* Provide correct PHPDoc tags for public namespaceMorris Jobke2020-09-171-2/+10
* add event to allow apps to overwrite user quotaRobin Appelman2020-09-171-0/+64
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Merge pull request #21288 from lmamane/masterRoeland Jago Douma2020-08-281-1/+15
|\
| * Return correct loginname in credentials,Lionel Elie Mamane2020-08-201-1/+15
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-2411-8/+19
|/
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-1/+1
* Add PHP doc for eventsMorris Jobke2020-08-108-0/+16