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
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
2017-04-29UserManager can now count disabled usersArthur Schiwon
2017-04-27Use the new method in the old one to remove duplicate codeJoas Schilling
2017-04-25Trigger change when a user is enabled/disabledJoas Schilling
2017-04-20Use the correct Dummy and Backend classJoas Schilling
2017-04-18Better validation of allowed user namesJoas Schilling
2017-04-05Save the scope of an auth token in the sessionRobin Appelman
2017-03-20Add tests for database user backend cachingVincent Petry
2017-01-05Fix testsJoas Schilling
2016-12-23Get user home folder before deletionVincent Petry