summaryrefslogtreecommitdiffstats
path: root/lib/public/UserStatus
Commit message (Collapse)AuthorAgeFilesLines
* Add status automationJoas Schilling2022-07-011-0/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Clarify that some interface are not meant to be implementedCarl Schwan2022-03-041-1/+5
| | | | | | | | | This make sure that apps don't implement this interfaces and gives us more liberty to add new methods to them (as long as it is compatible from an usage point of view) Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com>
* Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-151-1/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an API to set and rollback the user statusCarl Schwan2021-10-182-1/+22
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Always use IUserStatus constsGeorg Ehrke2020-09-071-0/+6
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-263-3/+0
|\ | | | | Add php docs build script
| * Remove @package annotations from public namespaceJulius Härtl2020-08-263-3/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-21/+24
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide a PHP Api for UserStatusGeorg Ehrke2020-08-053-0/+193
Signed-off-by: Georg Ehrke <developer@georgehrke.com>