Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 4 | -76/+76 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -5/+5 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 3 | -156/+156 |
* | Fix recursive calls in logging via server methods | Joas Schilling | 2020-03-18 | 1 | -4/+4 |
* | Move deprecated aliases over to new registration | Roeland Jago Douma | 2020-03-15 | 1 | -2/+3 |
* | Add typed create user events | Christoph Wurst | 2019-12-03 | 2 | -57/+73 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 4 | -28/+28 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 5 | -6/+6 |
* | Add typed events for password_policy | Christoph Wurst | 2019-11-27 | 1 | -13/+19 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -2/+2 |
* | Fix the tests after #18029 | Roeland Jago Douma | 2019-11-21 | 1 | -2/+1 |
* | Make the post login event public | Christoph Wurst | 2019-11-20 | 1 | -2/+2 |
* | Make renewSessionToken return the new token | Roeland Jago Douma | 2019-10-09 | 1 | -10/+9 |
* | Update tests | Roeland Jago Douma | 2019-07-29 | 1 | -44/+71 |
* | lib/private/User: do not change user properties if value has not changed | Leon Klingele | 2019-04-11 | 1 | -16/+4 |
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 4 | -76/+94 |
* | Use a case insensitive search for email | Roeland Jago Douma | 2018-12-20 | 1 | -2/+3 |
* | filter null values for UserManager::getByEmail | Georg Ehrke | 2018-10-15 | 1 | -0/+33 |
* | Add tests | Roeland Jago Douma | 2018-10-02 | 1 | -0/+57 |
* | Mark token as invalid if the password doesn't match | Roeland Jago Douma | 2018-10-02 | 1 | -4/+2 |
* | Added case example to tests | John Molakvoæ (skjnldsv) | 2018-05-26 | 1 | -2/+4 |
* | Fix session tests | Roeland Jago Douma | 2018-05-15 | 1 | -2/+11 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-09 | 1 | -1/+1 |
* | Merge pull request #7419 from Abijeet/feature-7175 | Morris Jobke | 2018-03-06 | 2 | -2/+46 |
|\ | |||||
| * | refactor user searching | Robin Appelman | 2017-12-20 | 2 | -4/+23 |
| * | Adds search by email function on the users screen. | Abijeet | 2017-12-16 | 1 | -0/+25 |
* | | Merge pull request #8036 from nextcloud/phpunit6 | Roeland Jago Douma | 2018-01-25 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 1 | -1/+1 |
* | | | Fix tests | Roeland Jago Douma | 2018-01-23 | 1 | -45/+50 |
|/ / | |||||
* | | never translate login names when requiring with a user id | Arthur Schiwon | 2018-01-03 | 1 | -12/+28 |
* | | extend tests for status quo | Arthur Schiwon | 2018-01-03 | 1 | -0/+12 |
|/ | |||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 3 | -6/+6 |
* | Prevent SQL error message in case of error | Lukas Reschke | 2017-08-17 | 1 | -1/+20 |
* | Fix SessionTest | Roeland Jago Douma | 2017-08-09 | 1 | -0/+11 |
* | emit changeUser only if there really was a change (quota, displayname) | Arthur Schiwon | 2017-06-01 | 1 | -1/+95 |
* | Adjust token name | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 1 | -0/+25 |
* | Use the new method in the old one to remove duplicate code | Joas Schilling | 2017-04-27 | 1 | -5/+11 |
* | Trigger change when a user is enabled/disabled | Joas Schilling | 2017-04-25 | 1 | -1/+49 |
* | Use the correct Dummy and Backend class | Joas Schilling | 2017-04-20 | 1 | -2/+2 |
* | Better validation of allowed user names | Joas Schilling | 2017-04-18 | 1 | -0/+43 |
* | Save the scope of an auth token in the session | Robin Appelman | 2017-04-05 | 1 | -29/+36 |
* | Add tests for database user backend caching | Vincent Petry | 2017-03-20 | 1 | -1/+18 |
* | Fix tests | Joas Schilling | 2017-01-05 | 1 | -1/+13 |
* | Get user home folder before deletion | Vincent Petry | 2016-12-23 | 1 | -0/+32 |
* | Improve OC\User\User coverage | Roeland Jago Douma | 2016-12-20 | 1 | -49/+204 |
* | Set last-login-check on basic auth | Roeland Jago Douma | 2016-12-05 | 1 | -0/+101 |
* | fix parameter order | Christoph Wurst | 2016-11-28 | 1 | -1/+1 |