| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | consolidate groupsMatchFilter in groupsExist | Arthur Schiwon | 2020-04-17 | 1 | -39/+0 |
* | PHP-CS-Fixer green | Roeland Jago Douma | 2020-04-16 | 1 | -14/+14 |
* | use serverControls directly with LDAP calls, fixes 19127 | Arthur Schiwon | 2020-04-14 | 1 | -181/+145 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -163/+157 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -5/+5 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -3/+3 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -4/+4 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -7/+7 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -30/+30 |
* | fixes auto-detecting UUID attributes | Arthur Schiwon | 2020-03-19 | 1 | -4/+0 |
* | remove noise from detectUuid and cache results | Arthur Schiwon | 2020-02-19 | 1 | -17/+25 |
* | cache group existence early to save useless requests to LDAP | Arthur Schiwon | 2020-01-08 | 1 | -2/+19 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -3/+7 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
* | Merge pull request #14540 from army1349/master | Morris Jobke | 2019-07-19 | 1 | -1/+3 |
|\ |
|
| * | LDAP Password Modify Extended Operation support | Peter Kubica | 2019-03-19 | 1 | -1/+3 |
* | | Merge pull request #15741 from mxss/fix/phpdoc-fixes | Morris Jobke | 2019-07-02 | 1 | -0/+28 |
|\ \ |
|
| * | | misc phpdoc fixes | Max Kovalenko | 2019-05-27 | 1 | -0/+28 |
| |/ |
|
* | | ensures mapping of chosen userid | Arthur Schiwon | 2019-06-19 | 1 | -1/+1 |
* | | group display name support (service level + ldap) | Arthur Schiwon | 2019-05-27 | 1 | -0/+7 |
|/ |
|
* | iterate over bases instead of doing parallel search | Arthur Schiwon | 2019-01-28 | 1 | -5/+28 |
* | cache users as existing after mapping | Arthur Schiwon | 2018-11-27 | 1 | -14/+30 |
* | Add return type | Daniel Kesselberg | 2018-11-25 | 1 | -1/+1 |
* | Fix count on string | Daniel Kesselberg | 2018-11-24 | 1 | -2/+15 |
* | remove app specific IUserTools and consolidate test | Arthur Schiwon | 2018-10-30 | 1 | -2/+1 |
* | fixes wrong variable usage | Arthur Schiwon | 2018-10-26 | 1 | -3/+3 |
* | functions that were checked for are present since PHP 5.4, supported is >=/ | Arthur Schiwon | 2018-10-25 | 1 | -13/+9 |
* | FIX: emit assignedUserId only for users | Arthur Schiwon | 2018-08-09 | 1 | -5/+5 |
* | check user state when fetching to avoid dealing with offline objects | Arthur Schiwon | 2018-05-29 | 1 | -6/+19 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -25/+30 |
* | Access needs UserManager, missed to add in #8833 | Arthur Schiwon | 2018-04-23 | 1 | -1/+0 |
* | DI for NC's user manager | Arthur Schiwon | 2018-04-05 | 1 | -5/+15 |
* | more consistent naming | Arthur Schiwon | 2018-04-05 | 1 | -2/+2 |
* | LDAP backend to emit announce and revoke signals on mapping changes | Arthur Schiwon | 2018-04-05 | 1 | -0/+2 |
* | existence check works without attribute (like with users) | Arthur Schiwon | 2018-03-15 | 1 | -1/+2 |
* | Merge pull request #8221 from Cybso/8220_applyLdapUserFilter_on_members | Morris Jobke | 2018-03-08 | 1 | -2/+4 |
|\ |
|
| * | dn2ocname: also apply group filter to readAttribute() | Roland Tapken | 2018-03-07 | 1 | -6/+4 |
| * | Apply ldapUserFilter on members of group | Roland Tapken | 2018-02-07 | 1 | -1/+5 |
* | | treat iconv issues | Arthur Schiwon | 2018-03-05 | 1 | -4/+9 |
* | | typo + phpdoc | Arthur Schiwon | 2018-03-05 | 1 | -1/+2 |
* | | do not create empty userid when attribute does not have allowed chars | Arthur Schiwon | 2018-03-02 | 1 | -3/+19 |
* | | Simplify return statement | Morris Jobke | 2018-02-13 | 1 | -6/+3 |
|/ |
|
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -3/+3 |
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -15/+15 |
* | do not catch ServerNotAvailable | Arthur Schiwon | 2018-01-26 | 1 | -0/+3 |
* | Cleanup OC_User and OCP\User | Morris Jobke | 2018-01-16 | 1 | -2/+2 |
* | revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd) | Arthur Schiwon | 2018-01-11 | 1 | -5/+2 |
* | enrich log message with backtrace, but level it down to DEBUG | Arthur Schiwon | 2018-01-11 | 1 | -3/+3 |