aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/UserStatus/IManager.php
Commit message (Collapse)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.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-181-0/+21
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-261-1/+0
|\ | | | | Add php docs build script
| * Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-7/+8
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide a PHP Api for UserStatusGeorg Ehrke2020-08-051-0/+44
Signed-off-by: Georg Ehrke <developer@georgehrke.com>