| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the scope of the lockdownmanager | Roeland Jago Douma | 2018-08-14 | 1 | -0/+3 |
* | make table name configurable for db user backend | Robin Appelman | 2018-06-19 | 1 | -9/+13 |
* | Merge pull request #9881 from nextcloud/user-db-backend-querybuilder | Morris Jobke | 2018-06-19 | 1 | -13/+26 |
|\ |
|
| * | use query builder in all places in the db user backend | Robin Appelman | 2018-06-15 | 1 | -13/+26 |
* | | Allow updating the token on session regeneration | Roeland Jago Douma | 2018-06-14 | 1 | -0/+2 |
|/ |
|
* | Ignore case when sorting users | John Molakvoæ (skjnldsv) | 2018-05-26 | 1 | -2/+2 |
* | Added total count for subadmins | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -0/+19 |
* | Added disabled count per groups | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -6/+42 |
* | 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 |
* | Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooks | Morris Jobke | 2018-04-11 | 2 | -0/+6 |
|\ |
|
| * | more consistent naming | Arthur Schiwon | 2018-04-05 | 2 | -6/+6 |
| * | admin_audit and dav listen to announce and revoke signals | Arthur Schiwon | 2018-04-05 | 2 | -0/+6 |
* | | Properly return boolean on enable state | John Molakvoæ (skjnldsv) | 2018-04-09 | 1 | -3/+2 |
* | | Use the uid_lower column | Roeland Jago Douma | 2018-04-06 | 1 | -24/+65 |
|/ |
|
* | Merge pull request #9063 from nextcloud/fix-callForSeenUsers | Morris Jobke | 2018-04-04 | 1 | -1/+2 |
|\ |
|
| * | Move on with the next user if we found the user on one user back-end | Bjoern Schiessle | 2018-04-03 | 1 | -1/+2 |
* | | 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 |
* | | Merge pull request #7419 from Abijeet/feature-7175 | Morris Jobke | 2018-03-06 | 1 | -35/+44 |
|\ \
| |/
|/| |
|
| * | 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 |
* | | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -1/+0 |
* | | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | | Use proper code flow instead of not needed else branch | Morris Jobke | 2018-01-25 | 1 | -11/+11 |
* | | Fix tests | Roeland Jago Douma | 2018-01-23 | 1 | -3/+3 |
* | | Don't polute log when loggin into dav with email | Roeland Jago Douma | 2018-01-23 | 1 | -10/+21 |
* | | never translate login names when requiring with a user id | Arthur Schiwon | 2018-01-03 | 1 | -10/+0 |
|/ |
|
* | 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 | 5 | -5/+11 |
* | Fix failing csp/nonce check due to timed out session | Christoph Wurst | 2017-09-04 | 1 | -5/+8 |
* | Prevent SQL error message in case of error | Lukas Reschke | 2017-08-17 | 2 | -2/+9 |
* | Can not insert auto increment on oracle | Joas Schilling | 2017-08-02 | 1 | -1/+2 |
* | null users dont exist | Robin Appelman | 2017-07-13 | 1 | -0/+3 |
* | Create users in non default backends first | Joas Schilling | 2017-06-20 | 1 | -0/+13 |
* | emit changeUser only if there really was a change (quota, displayname) | Arthur Schiwon | 2017-06-01 | 1 | -2/+7 |
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 1 | -2/+2 |
* | Fix encryption + remembered login due to missing login hook | Christoph Wurst | 2017-05-16 | 1 | -1/+7 |
* | Remove account data on user deletion | Joas Schilling | 2017-05-15 | 1 | -0/+5 |
* | handle permissions errors when copying the skeleton for a read only user | Robin Appelman | 2017-05-05 | 1 | -2/+7 |
* | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 1 | -0/+22 |
* | Use the new method in the old one to remove duplicate code | Joas Schilling | 2017-04-27 | 1 | -30/+28 |
* | Allow to create a user for a specific backend | Joas Schilling | 2017-04-26 | 1 | -0/+18 |
* | Trigger change when a user is enabled/disabled | Joas Schilling | 2017-04-25 | 1 | -1/+5 |
* | Better validation of allowed user names | Joas Schilling | 2017-04-18 | 1 | -1/+5 |
* | Merge pull request #4330 from nextcloud/activities-for-password-mail-change | Roeland Jago Douma | 2017-04-14 | 1 | -3/+4 |
|\ |
|
| * | Allow to read the old email on the hook as well | Joas Schilling | 2017-04-13 | 1 | -3/+4 |