Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 1 | -4/+4 |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -7/+7 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -3/+5 |
* | Add typed events for password_policy | Christoph Wurst | 2019-11-27 | 1 | -8/+7 |
* | Make sure limit is never negative | Roeland Jago Douma | 2019-10-28 | 1 | -0/+10 |
* | Get the proper UID | Roeland Jago Douma | 2019-08-13 | 1 | -1/+12 |
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 1 | -3/+3 |
* | remove obsolete use statements | Arthur Schiwon | 2019-04-24 | 1 | -2/+0 |
* | Just update password hash without validating | Roeland Jago Douma | 2018-10-03 | 1 | -8/+12 |
* | make table name configurable for db user backend | Robin Appelman | 2018-06-19 | 1 | -9/+13 |
* | use query builder in all places in the db user backend | Robin Appelman | 2018-06-15 | 1 | -13/+26 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+2 |
* | Numeric only uids are no fun | Roeland Jago Douma | 2018-04-24 | 1 | -1/+4 |
* | Cast retrieved DB fields to string | Roeland Jago Douma | 2018-04-24 | 1 | -4/+4 |
* | Use the uid_lower column | Roeland Jago Douma | 2018-04-06 | 1 | -24/+65 |
* | Move to ABackend | Roeland Jago Douma | 2018-03-22 | 1 | -2/+2 |
* | Move Database backend over to new User/Backend interfaces | Roeland Jago Douma | 2018-03-22 | 1 | -16/+30 |
* | Fix configuration values matched in user searches | Daniel Calviño Sánchez | 2018-03-14 | 1 | -3/+3 |
* | refactor user searching | Robin Appelman | 2017-12-20 | 1 | -44/+44 |
* | Adds search by email function on the users screen. | Abijeet | 2017-12-16 | 1 | -2/+11 |
* | Fix search in user managent when no group is selected | Morris Jobke | 2017-11-14 | 1 | -0/+2 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
* | Prevent SQL error message in case of error | Lukas Reschke | 2017-08-17 | 1 | -1/+5 |
* | user ids are strings | Robin Appelman | 2017-03-30 | 1 | -1/+2 |
* | Merge pull request #3889 from nextcloud/downstream-26950 | Morris Jobke | 2017-03-23 | 1 | -2/+2 |
|\ | |||||
| * | fix sorting in the backend | Morris Jobke | 2017-03-23 | 1 | -2/+2 |
* | | Add tests for database user backend caching | Vincent Petry | 2017-03-20 | 1 | -1/+6 |
* | | cache loadUser if not exists | Jörn Friedrich Dreyer | 2017-03-20 | 1 | -1/+1 |
* | | Don't call function in constructor | Lukas Reschke | 2017-03-16 | 1 | -7/+3 |
* | | Escape like parameters in database user backend | Lukas Reschke | 2017-03-15 | 1 | -3/+7 |
|/ | |||||
* | spaces added | Loki3000 | 2017-01-10 | 1 | -1/+1 |
* | allowed '0' uid | Loki3000 | 2017-01-10 | 1 | -1/+1 |
* | remove non required db requests | Loki3000 | 2017-01-10 | 1 | -1/+6 |
* | Default value for null user | Loki3000 | 2017-01-09 | 1 | -0/+1 |
* | Cache non existing DB user | Roeland Jago Douma | 2016-10-10 | 1 | -2/+7 |
* | Add PHPdoc | Roeland Jago Douma | 2016-08-15 | 1 | -3/+5 |
* | Unnecessary fully qualified names | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -4/+8 |
* | Apply password policy on user creation | michag86 | 2016-08-03 | 1 | -0/+2 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+5 |
* | verify user password on change | Bjoern Schiessle | 2016-06-27 | 1 | -2/+8 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -4/+4 |
* | Add \OC\User\Backend | Roeland Jago Douma | 2016-05-10 | 1 | -1/+1 |
* | Move OC_User_Database to \OC\User\Database | Roeland Jago Douma | 2016-05-10 | 1 | -0/+349 |