summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix another missing checkJuan Pablo Villafáñez2016-08-181-1/+1
* Add missing filter during cleanupJuan Pablo Villafáñez2016-08-181-1/+1
* [stable8.1] check if renamed user is still valid by reapplying the ldap filte...felixboehm2016-08-181-0/+5
* Merge pull request #23403 from owncloud/backport-23282-stable8.1Vincent Petry2016-05-242-3/+89
|\
| * fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-04-262-3/+89
* | Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-10/+0
|/
* Merge pull request #22617 from owncloud/backport-22358-stable8.1Morris Jobke2016-03-014-5/+32
|\
| * Fix race condition when switching filter mode. Fixes #22278Arthur Schiwon2016-02-244-5/+32
* | [user_ldap] properly decode cached objectsMorris Jobke2016-02-241-1/+1
* | Use "json_encode" and "json_decode" instead of unserializeLukas Reschke2016-02-242-4/+4
|/
* always use an LDAP URL when connecting to LDAPArthur Schiwon2016-01-114-18/+178
* Merge pull request #21207 from owncloud/backport-21133-stable8.1Vincent Petry2015-12-154-9/+203
|\
| * fix find DN by UUID for ADArthur Schiwon2015-12-141-13/+56
| * unit test on getHome in combination with OfflineUserArthur Schiwon2015-12-141-2/+52
| * adjust unit testArthur Schiwon2015-12-141-0/+8
| * look for DN changes before marking a user as deletedArthur Schiwon2015-12-143-3/+76
| * throw NoUserException in getHome when the requested user does not exist anymoreArthur Schiwon2015-12-141-5/+25
* | Properly handle enforce home folder naming rule settingMorris Jobke2015-12-152-1/+9
|/
* ensure multiselect always receives an array when setting its value, fixes #18734Arthur Schiwon2015-12-091-1/+5
* passing an empty base in this diagnosis call will not result in LDAP errorsArthur Schiwon2015-12-081-1/+1
* integration testsArthur Schiwon2015-11-061-0/+118
* LDAP: attempt to connect to backup server again, if main server is not availa...Arthur Schiwon2015-11-061-20/+31
* Merge pull request #20246 from owncloud/backport-20192-stable8.1Vincent Petry2015-11-052-0/+12
|\
| * if a user that is flag as deleted shows up again, remove that flag. Fixes #20090Arthur Schiwon2015-11-022-0/+12
* | add port to host only, if an URL is used instead of a plain hostnameArthur Schiwon2015-11-041-3/+7
* | fix possible infinite loop when reading groups in the wizardArthur Schiwon2015-10-293-1/+106
|/
* fixing typoThomas Müller2015-10-281-2/+1
* memberOf resembles a DN as well and is actively usedArthur Schiwon2015-10-282-1/+37
* Adjust unit testsLukas Reschke2015-10-261-8/+3
* Fix styleLukas Reschke2015-10-261-1/+1
* Revert "adjust to nested group fixFrédéric Fortier2015-10-261-6/+1
* adjust fetchList with a single requested attribute accordinglyArthur Schiwon2015-10-221-1/+3
* adjust testsArthur Schiwon2015-10-222-4/+4
* fix primary group retrievalArthur Schiwon2015-10-221-1/+1
* treat dn as any other attribute when building the search() return arrayArthur Schiwon2015-10-223-5/+5
* adjust handling changed return array structure from search() and fetchList()Arthur Schiwon2015-10-224-13/+33
* allow an attribute to return more than one valueArthur Schiwon2015-10-222-29/+14
* lowercase configured displayname attribute so isset works - all attribute nam...Arthur Schiwon2015-10-222-5/+17
* fix update quota with known valueArthur Schiwon2015-10-222-3/+42
* stable8.1 related adjustments to #18469 backportArthur Schiwon2015-10-222-7/+33
* Backport #18469 (read all relevant user attributes on login and user search, ...Arthur Schiwon2015-10-2210-93/+514
* Merge pull request #18123 from GreenArchon/backport-17759-stable8.1blizzz2015-09-212-7/+35
|\
| * fix more review comments for #18042 / #17759Frédéric Fortier2015-08-071-4/+3
| * Take review comments into consideration for pr #18042 / issue #17759Frédéric Fortier2015-08-071-16/+13
| * Properly nest groups when using memberOf to detect group membership, fixes #1...Frédéric Fortier2015-08-072-7/+39
* | Move registration of LDAP background jobs to the install and updateJoas Schilling2015-09-143-3/+26
* | Backport of #17464, fix uncaught exception on not permitted file types when s...Arthur Schiwon2015-07-299-98/+340
|/
* Merge pull request #17762 from owncloud/backport-17723-stable8.1Morris Jobke2015-07-212-125/+133
|\
| * Backport of #17723 to stable8.1Arthur Schiwon2015-07-202-125/+133
* | LDAP: when checking group for matching filter, also take base DN into conside...Arthur Schiwon2015-07-174-2/+96