| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -1/+13 |
|/ |
|
* | 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: Implement clear mappings functionality | Arthur Schiwon | 2013-05-16 | 1 | -0/+25 |
* | LDAP: implement UUID and internal username override | Arthur Schiwon | 2013-05-16 | 1 | -1/+19 |
* | LDAP: better variable name | Arthur Schiwon | 2013-05-16 | 1 | -5/+9 |
* | LDAP: implement r+w for new settings | Arthur Schiwon | 2013-05-16 | 1 | -2/+11 |
* | 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: 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: avoid irritating log output | Arthur Schiwon | 2013-03-19 | 1 | -1/+4 |
* | LDAP: compatibility with Novell eDirectory UUID | Arthur Schiwon | 2013-03-12 | 1 | -2/+2 |
* | LDAP: escape some more chars for proper search filter, fixes #1673 | Arthur Schiwon | 2013-03-05 | 1 | -0/+3 |
* | LDAP: error codes can be negative, too | Arthur Schiwon | 2013-03-05 | 1 | -1/+1 |
* | Fix quoting of query for user_ldap ref #1983 | Brice Maron | 2013-03-02 | 1 | -3/+3 |
* | LDAP: sort users on server-side | Arthur Schiwon | 2013-02-26 | 1 | -1/+10 |
* | Merge pull request #1864 from owncloud/fix_display_default | Frank Karlitschek | 2013-02-25 | 1 | -7/+4 |
|\ |
|
| * | LDAP: simplify default for user home settings, fixes wrong display of default... | Arthur Schiwon | 2013-02-22 | 1 | -7/+4 |
* | | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #1708 from owncloud/style-cleanup-user_ldap | Bernhard Posselt | 2013-02-17 | 3 | -43/+137 |
|\ |
|
| * | Join short comment lines | Bart Visscher | 2013-02-15 | 1 | -4/+2 |
| * | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 3 | -44/+140 |
* | | LDAP: check array with isset first to avoid warnings about undefined index | Arthur Schiwon | 2013-02-16 | 1 | -1/+2 |
* | | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
* | | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -2/+2 |
|/ |
|
* | LDAP: format dn before using it, not other way round. fixes #1605 | Arthur Schiwon | 2013-02-13 | 1 | -1/+1 |
* | Merge pull request #1604 from owncloud/fix_ldap_internalname_generation | blizzz | 2013-02-12 | 1 | -20/+101 |
|\ |
|
| * | adjust copyright | Arthur Schiwon | 2013-02-10 | 1 | -1/+1 |
| * | LDAP: change generation of internal names. Use UUID for users. Change to sequ... | Arthur Schiwon | 2013-02-10 | 1 | -19/+100 |
* | | Merge pull request #1493 from owncloud/fix_ldap_stored_homedir | Frank Karlitschek | 2013-02-11 | 1 | -1/+6 |
|\ \
| |/
|/| |
|
| * | LDAP: fix settings handling of homeFolderNamingRule option | Arthur Schiwon | 2013-02-06 | 1 | -1/+6 |