| Commit message (Expand) | Author | Age | Files | Lines |
* | LDAP: improve compilation of filters | Arthur Schiwon | 2014-02-21 | 2 | -0/+14 |
* | Merge pull request #5425 from buczek/fix-ldap-login | blizzz | 2013-10-25 | 1 | -1/+3 |
|\ |
|
| * | make sure the shared ldap connection is rebound to the configured user after ... | Donald Buczek | 2013-10-18 | 1 | -1/+3 |
* | | LDAP: cookies from Paged Search must only be used once, as stated in RFC 2696... | Arthur Schiwon | 2013-10-21 | 1 | -4/+11 |
* | | LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @... | Arthur Schiwon | 2013-10-18 | 1 | -1/+1 |
|/ |
|
* | LDAP: case insensitive replace for more robustness | Arthur Schiwon | 2013-08-27 | 1 | -1/+1 |
* | Merge pull request #4487 from owncloud/ldap_fix_hook | blizzz | 2013-08-21 | 1 | -1/+1 |
|\ |
|
| * | LDAP: fix wrong hook name | Arthur Schiwon | 2013-08-17 | 1 | -1/+1 |
* | | LDAP: only connect to LDAP once on login | Arthur Schiwon | 2013-08-14 | 2 | -6/+18 |
|/ |
|
* | LDAP / Oracle compatibility: sql for emptying tables | Arthur Schiwon | 2013-07-24 | 1 | -1/+3 |
* | LDAP / Oracle compatibility, make SQL syntax valid | Arthur Schiwon | 2013-07-24 | 1 | -1/+1 |
* | LDAP: avoid PHP Warnings cause by passing empty values to implode | Arthur Schiwon | 2013-07-22 | 1 | -1/+5 |
* | LDAP: Oracle compat. fix, closes #4064 | Arthur Schiwon | 2013-07-22 | 1 | -1/+6 |
* | Merge pull request #3778 from owncloud/fix_3528 | Bart Visscher | 2013-07-19 | 1 | -11/+9 |
|\ |
|
| * | LDAP: fix background job, resolves #3528 | Arthur Schiwon | 2013-06-18 | 1 | -11/+9 |
* | | fix numRows usage in user_ldap | Jörn Friedrich Dreyer | 2013-07-04 | 2 | -7/+5 |
* | | LDAP: even better check for emptiness, fixes #3815 | Arthur Schiwon | 2013-06-21 | 1 | -8/+19 |
* | | Revert "LDAP: better check for emptiness, fixes #3815" | Arthur Schiwon | 2013-06-21 | 1 | -12/+2 |
* | | LDAP: better check for emptiness, fixes #3815 | Arthur Schiwon | 2013-06-21 | 1 | -2/+12 |
|/ |
|
* | LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600 | Arthur Schiwon | 2013-06-03 | 1 | -0/+4 |
* | LDAP: sqlite compatibility for emptyiing tables | Arthur Schiwon | 2013-05-31 | 1 | -1/+7 |
* | LDAP: fix possible recursion | Arthur Schiwon | 2013-05-31 | 1 | -0/+7 |
* | Backport bfa7157 | Arthur Schiwon | 2013-05-31 | 1 | -3/+2 |
* | LDAP: fix generation of alternate internal name on conflicts. Use also smalle... | Arthur Schiwon | 2013-05-30 | 1 | -2/+2 |
* | LDAP: fix help (doc) URL. Old one works, but leads to an outdated version | Arthur Schiwon | 2013-05-29 | 1 | -1/+1 |
* | LDAP: fix display of numerical display names | Arthur Schiwon | 2013-05-16 | 1 | -1/+1 |
* | LDAP: Implement clear mappings functionality | Arthur Schiwon | 2013-05-16 | 4 | -1/+91 |
* | LDAP: implement UUID and internal username override | Arthur Schiwon | 2013-05-16 | 1 | -1/+19 |
* | LDAP: better variable name | Arthur Schiwon | 2013-05-16 | 2 | -7/+11 |
* | LDAP: implement r+w for new settings | Arthur Schiwon | 2013-05-16 | 1 | -2/+11 |
* | LDAP: add settings for UUID override | Arthur Schiwon | 2013-05-16 | 1 | -2/+5 |
* | LDAP: prepare settings for internal username attribute and clearing user mapp... | Arthur Schiwon | 2013-05-16 | 2 | -0/+13 |
* | LDAP: Coypright info | Arthur Schiwon | 2013-05-16 | 1 | -0/+2 |
* | Merge pull request #3143 from owncloud/ldap_guid_check | blizzz | 2013-05-06 | 1 | -1/+3 |
|\ |
|
| * | LDAP: do not reset UUID attribute setting when guid is detected | Arthur Schiwon | 2013-04-26 | 1 | -1/+3 |
* | | LDAP: cachekey in set method needs to match with that one from get | Arthur Schiwon | 2013-05-03 | 1 | -1/+1 |
* | | LDAP: remove restriction from group names to be in line with core behaviour a... | Arthur Schiwon | 2013-05-03 | 1 | -1/+1 |
|/ |
|
* | LDAP: reset user/group-config association only after exists-check, may perfor... | Arthur Schiwon | 2013-04-23 | 2 | -4/+18 |
* | Typo, fixes #2690 | Arthur Schiwon | 2013-04-03 | 1 | -1/+1 |
* | LDAP: fix wrong return value | Arthur Schiwon | 2013-03-20 | 1 | -2/+2 |
* | LDAP: specify appid when selecting from appconfig | Arthur Schiwon | 2013-03-19 | 1 | -1/+2 |
* | LDAP: remove unnecessary func call, was a leftover from earlier refactor | Arthur Schiwon | 2013-03-19 | 1 | -1/+0 |
* | LDAP: check first whether group exists in this backend before doing other ope... | Arthur Schiwon | 2013-03-19 | 1 | -0/+9 |
* | LDAP: check whether user exists for before trying to determine displayname | Arthur Schiwon | 2013-03-19 | 1 | -0/+4 |
* | LDAP: avoid irritating log output | Arthur Schiwon | 2013-03-19 | 1 | -1/+4 |
* | LDAP: user exists check on getHome, otherwise check will be performed with wr... | Arthur Schiwon | 2013-03-19 | 1 | -0/+5 |
* | LDAP: compatibility with Novell eDirectory UUID | Arthur Schiwon | 2013-03-12 | 1 | -2/+2 |
* | LDAP: fancy version for release, no code change | Arthur Schiwon | 2013-03-10 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-10 | 2 | -7/+25 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-09 | 1 | -2/+7 |