Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | do not remember session tokens by default | Christoph Wurst | 2016-11-27 | 1 | -3/+43 |
* | Add missing tests and fix PHPDoc | Lukas Reschke | 2016-11-02 | 1 | -1/+44 |
* | inject ISecureRandom into user session and use injected config too | Christoph Wurst | 2016-11-02 | 1 | -49/+60 |
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 1 | -128/+161 |
* | Proper DI of config | Roeland Jago Douma | 2016-10-28 | 2 | -26/+55 |
* | introduce callForSeenUsers and countSeenUsers (#26361) | Jörn Friedrich Dreyer | 2016-10-28 | 1 | -1/+63 |
* | Fix and cleanup SessionTest | Roeland Jago Douma | 2016-10-25 | 1 | -43/+26 |
* | Fix logClientIn for non-existing users (#26292) | Vincent Petry | 2016-10-25 | 1 | -0/+26 |
* | Add test to ensure token times are updated | Robin Appelman | 2016-10-11 | 1 | -24/+128 |
* | dont update the auth token twice | Robin Appelman | 2016-10-11 | 1 | -3/+0 |
* | Only trigger postDelete hooks when the user was deleted... | Joas Schilling | 2016-09-29 | 1 | -4/+5 |
* | Make sure that comments, notifications and preferences are deleted | Joas Schilling | 2016-09-29 | 1 | -11/+74 |
* | Fix getMock User | Roeland Jago Douma | 2016-09-13 | 4 | -136/+146 |
* | dont get bruteforce delay twice | Robin Appelman | 2016-08-29 | 1 | -6/+6 |
* | Mitigate race condition | Lukas Reschke | 2016-07-20 | 1 | -3/+18 |