aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/IUser.php
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add info for the password hashesChristopher Ng2024-07-081-0/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Allow getting/setting the password hash of a userChristopher Ng2024-07-081-0/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-24/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(users): Store and load a user's managerChristoph Wurst2023-05-121-0/+17
| | | | | Co-Authored-By: hamza221 <hamzamahjoubi221@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix creation of new user and display the correct error messageChristopher Ng2022-08-221-0/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Revert api breakCarl Schwan2022-05-241-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix psalm issues related to the user backendCarl Schwan2022-05-201-2/+1
| | | | | | | | | | | | | - Reflect the actual return value returned by the implementation in the the interface. E.g. IUser|bool -> IUser|false - Remove $hasLoggedIn parameter from private countUser implementation. Replace the two call with the equivalent countSeenUser - getBackend is nuallable, add this to the interface - Use backend interface to make psalm happy about call to undefined methods. Also helps with getting rid at some point of the old implementActions Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-091-1/+62
| | | | | | | - specific getters and setters on IUser and implementation - new notify_email field in provisioning API Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused importsChristoph Wurst2020-03-251-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* do not offer to change display name or password, if not possible.Arthur Schiwon2018-11-071-0/+3
| | | | | | Fixes #12319 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Expose the backend of IUserRoeland Jago Douma2018-11-021-0/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Properly return boolean on enable stateJohn Molakvoæ (skjnldsv)2018-04-091-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-0/+202