| Commit message (Expand) | Author | Age | Files | Lines |
* | remove frequent, unimportant log message | Arthur Schiwon | 2016-12-19 | 1 | -5/+0 |
* | adjust: sanitizeDN resides in Helper | Arthur Schiwon | 2016-12-05 | 1 | -1/+1 |
* | Extract lowercase conversion out of the loop | Juan Pablo Villafáñez | 2016-12-05 | 1 | -1/+2 |
* | range support for LDAP read operations | Arthur Schiwon | 2016-12-05 | 1 | -22/+121 |
* | log exception about user not present on LDAP on login only if loglevel is set... | Arthur Schiwon | 2016-11-29 | 1 | -8/+11 |
* | Add tests | Lukas Reschke | 2016-11-23 | 3 | -1/+5 |
* | restore ldap_password_pr | root | 2016-11-23 | 7 | -5/+118 |
* | Merge branch 'master' into downstream-ldap-3 | Arthur Schiwon | 2016-10-16 | 3 | -3/+4 |
|\ |
|
| * | symfony replaced table helper by class, fixes two broken LDAP occ commands | Arthur Schiwon | 2016-10-12 | 3 | -3/+4 |
* | | Harden empty | Victor Dubiniuk | 2016-10-13 | 7 | -50/+59 |
|/ |
|
* | Use more IConfig and add unit tests | Roeland Jago Douma | 2016-10-10 | 1 | -21/+25 |
* | DI IConfig into ldap helper | Roeland Jago Douma | 2016-10-10 | 11 | -11/+25 |
* | Do not query data that is already in the appconfig | Roeland Jago Douma | 2016-10-10 | 1 | -23/+12 |
* | cache loginName2UserName and cover the method with unit tests | Arthur Schiwon | 2016-10-07 | 3 | -4/+44 |
* | Log the error with display name | Joas Schilling | 2016-10-06 | 1 | -2/+5 |
* | Prevent user with empty uid | Jörn Friedrich Dreyer | 2016-10-04 | 1 | -0/+7 |
* | Fix the User_LDAP app | Joas Schilling | 2016-09-12 | 4 | -12/+12 |
* | Fix phpdoc | Roeland Jago Douma | 2016-08-29 | 1 | -1/+1 |
* | fix a few minor code smells | Jörn Friedrich Dreyer | 2016-08-29 | 7 | -11/+7 |
* | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -7/+3 |
* | change casing in section display names | Arthur Schiwon | 2016-08-13 | 1 | -1/+1 |
* | rename IAdmin to ISettings, the interface is not bound to a specific settings... | Arthur Schiwon | 2016-08-11 | 1 | -2/+2 |
* | more admin page splitup improvements | Arthur Schiwon | 2016-08-10 | 1 | -31/+9 |
* | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 2 | -0/+182 |
* | Merge pull request #590 from nextcloud/fixing-undefined-OfflineUser-composeAn... | Morris Jobke | 2016-07-28 | 1 | -2/+8 |
|\ |
|
| * | [stable9.1] Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes #... | Thomas Müller | 2016-07-27 | 1 | -2/+8 |
* | | Merge pull request #592 from nextcloud/ldap-avoidneedlesssetemailonlogin | Lukas Reschke | 2016-07-28 | 1 | -1/+4 |
|\ \ |
|
| * | | Prevent setting email and triggering events at login time (#25553) | Vincent Petry | 2016-07-27 | 1 | -1/+4 |
| |/ |
|
* | | Nextcloud license header for new files | root | 2016-07-28 | 3 | -24/+31 |
* | | Merge branch 'master' of https://github.com/nextcloud/server | root | 2016-07-27 | 1 | -1/+1 |
|\| |
|
| * | Merge pull request #349 from nextcloud/ldab-groupOfUniqueNames | blizzz | 2016-07-26 | 1 | -1/+1 |
| |\ |
|
| | * | add groupOfUniqueNames as valid group object class | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
* | | | comments amended | root | 2016-07-27 | 2 | -2/+2 |
* | | | final changes | root | 2016-07-27 | 3 | -15/+12 |
* | | | New LDAPProvider for user_ldap | root | 2016-07-22 | 10 | -65/+442 |
|/ / |
|
* | | Update with robin | Joas Schilling | 2016-07-21 | 4 | -4/+4 |
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 35 | -70/+109 |
* | | Escape special characters (#25429) | Aaron Wood | 2016-07-20 | 2 | -3/+5 |
|/ |
|
* | Merge pull request #25344 from owncloud/fix-ldap-check-user | Vincent Petry | 2016-07-05 | 1 | -0/+4 |
|\ |
|
| * | check if renamed user is still valid by reapplying the ldap filter (#25338) | felixboehm | 2016-07-04 | 1 | -0/+4 |
* | | Cap LDAP user cache (#25323) | Jörn Friedrich Dreyer | 2016-07-04 | 1 | -13/+15 |
|/ |
|
* | Fix null pointer exception in user_ldap (#25062) | Jörn Friedrich Dreyer | 2016-06-21 | 1 | -1/+8 |
* | Use proper namespaces - fixes #25078 (#25079) | Thomas Müller | 2016-06-13 | 1 | -1/+2 |
* | Use array_merge when reading cached groups members | Vincent Petry | 2016-06-08 | 1 | -1/+1 |
* | Use a capped memory cache for the user/group cache | Roeland Jago Douma | 2016-05-30 | 1 | -2/+6 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 35 | -52/+79 |
* | Last instances of lowercase user_ldap | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
* | Fix several minor issues | Joas Schilling | 2016-05-25 | 4 | -11/+9 |
* | Move Job to a better class name | Joas Schilling | 2016-05-25 | 1 | -3/+5 |
* | Move Access to PSR-4 | Joas Schilling | 2016-05-25 | 6 | -12/+4 |