Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-16Fix typo in IUserManager::createUser docChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-04-05more consistent namingArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-04-05admin_audit and dav listen to announce and revoke signalsArthur Schiwon
also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-29UserManager can now count disabled usersArthur Schiwon
Users page takes advantage of that Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-04-27Use the new method in the old one to remove duplicate codeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-26Allow to create a user for a specific backendJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-15@since 9.2.0 to @since 11.0.0Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-28Proper DI of configRoeland Jago Douma
* Fixed comments Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-28introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer
* introduce callForSeenUsers and countSeenUsers * add tests * oracle should support not null on clob * since 9.2.0
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-19Move \OCP to PSR-4Roeland Jago Douma