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 (Expand)Author
2022-01-27Fix psalm not runningCarl Schwan
2021-11-12Fix unit testsJoas Schilling
2021-09-09enable the user to set a primary (notification) email address (backend)Arthur Schiwon
2021-07-29refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier
2021-06-30Migrate HintException to OCPGary Kim
2021-04-27better cleanup of user files on user deletionRobin Appelman
2021-02-15Cache the user backend info for 300sJoas Schilling
2020-10-13Fix more testsJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-19Fix unit testsJoas Schilling
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-18Fix recursive calls in logging via server methodsJoas Schilling
2020-03-15Move deprecated aliases over to new registrationRoeland Jago Douma
2019-12-03Add typed create user eventsChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-27Add typed events for password_policyChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-22Fix the tests after #18029Roeland Jago Douma
2019-11-20Make the post login event publicChristoph Wurst
2019-10-09Make renewSessionToken return the new tokenRoeland Jago Douma
2019-07-29Update testsRoeland Jago Douma
2019-04-11lib/private/User: do not change user properties if value has not changedLeon Klingele
2019-03-01Add dispatcher events to User and Group objectsJoas Schilling
2018-12-20Use a case insensitive search for emailRoeland Jago Douma
2018-10-15filter null values for UserManager::getByEmailGeorg Ehrke
2018-10-02Add testsRoeland Jago Douma
2018-10-02Mark token as invalid if the password doesn't matchRoeland Jago Douma
2018-05-26Added case example to testsJohn Molakvoæ (skjnldsv)
2018-05-15Fix session testsRoeland Jago Douma
2018-04-09Fixed testsJohn Molakvoæ (skjnldsv)
2018-03-06Merge pull request #7419 from Abijeet/feature-7175Morris Jobke
2018-01-25Merge pull request #8036 from nextcloud/phpunit6Roeland Jago Douma
2018-01-24Fix "Undefined method setExpectedException()"Joas Schilling
2018-01-23Fix testsRoeland Jago Douma
2018-01-03never translate login names when requiring with a user idArthur Schiwon
2018-01-03extend tests for status quoArthur Schiwon
2017-12-20refactor user searchingRobin Appelman
2017-12-16Adds search by email function on the users screen.Abijeet
2017-10-24Use ::class in test mocksMorris Jobke
2017-08-17Prevent SQL error message in case of errorLukas Reschke
2017-08-09Fix SessionTestRoeland Jago Douma
2017-06-01emit changeUser only if there really was a change (quota, displayname)Arthur Schiwon
2017-05-18Adjust token nameLukas Reschke