Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | LDAP: fix wrong hook name | Arthur Schiwon | 2013-08-22 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #4497 from owncloud/newlines_at_eof_kondou | Kondou | 2013-08-18 | 1 | -1/+1 | |
|\ | | | | | Add newlines at the end of files | |||||
| * | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #4486 from owncloud/ldap_adjust_cache | Bart Visscher | 2013-08-18 | 1 | -1/+6 | |
|\ \ | | | | | | | LDAP: use memcache if available | |||||
| * | | LDAP: use memcache if available | Arthur Schiwon | 2013-08-17 | 1 | -1/+6 | |
| |/ | ||||||
* | | Merge pull request #4426 from owncloud/ldap_settings_design | Jan-Christoph Borchardt | 2013-08-18 | 1 | -0/+28 | |
|\ \ | |/ |/| | Ldap settings design | |||||
| * | LDAP: Show Host name in configuration drop down | Arthur Schiwon | 2013-08-15 | 1 | -0/+28 | |
| | | ||||||
* | | LDAP: only connect to LDAP once on login | Arthur Schiwon | 2013-08-17 | 1 | -1/+13 | |
|/ | ||||||
* | LDAP: fix background job, resolves #3528 | Arthur Schiwon | 2013-07-19 | 1 | -11/+9 | |
| | ||||||
* | LDAP: even better check for emptiness, fixes #3815 | Arthur Schiwon | 2013-07-10 | 1 | -8/+19 | |
| | ||||||
* | fix numRows usage in user_ldap | Jörn Friedrich Dreyer | 2013-06-24 | 2 | -7/+5 | |
| | ||||||
* | LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600 | Arthur Schiwon | 2013-06-04 | 1 | -0/+4 | |
| | ||||||
* | merge master into backgroundjob | Robin Appelman | 2013-06-02 | 3 | -27/+97 | |
|\ | ||||||
| * | Merge pull request #3565 from owncloud/fix_ldap_sqlite_n_js | blizzz | 2013-05-31 | 1 | -1/+7 | |
| |\ | | | | | | | Fix ldap sqlite n js | |||||
| | * | LDAP: sqlite compatibility for emptyiing tables | Arthur Schiwon | 2013-05-31 | 1 | -1/+7 | |
| | | | ||||||
| * | | Merge pull request #3562 from owncloud/fix_ldap_offline_host_handling | blizzz | 2013-05-31 | 1 | -3/+9 | |
| |\ \ | | |/ | |/| | Fix ldap offline host handling | |||||
| | * | LDAP: fix possible recursion | Arthur Schiwon | 2013-05-25 | 1 | -0/+7 | |
| | | | ||||||
| | * | LDAP: fix handling when LDAP Host is offline | Arthur Schiwon | 2013-05-25 | 1 | -3/+2 | |
| | | | ||||||
| * | | LDAP: fix generation of alternate internal name on conflicts. Use also ↵ | Arthur Schiwon | 2013-05-30 | 1 | -2/+2 | |
| |/ | | | | | | | smaller number for better user experience on e.g. *DAV links | |||||
| * | Merge branch 'master' into ldap_configurable_username_n_uuid | Arthur Schiwon | 2013-05-13 | 3 | -19/+19 | |
| |\ | ||||||
| | * | Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-app | Bart Visscher | 2013-05-07 | 3 | -19/+19 | |
| | |\ | | | | | | | | | Use === and !== in user_ldap app | |||||
| | | * | Use !== and === in user_ldap app – Part 2 | kondou | 2013-04-20 | 3 | -19/+19 | |
| | | | | ||||||
| * | | | LDAP: Implement clear mappings functionality | Arthur Schiwon | 2013-05-08 | 1 | -0/+25 | |
| | | | | ||||||
| * | | | LDAP: implement UUID and internal username override | Arthur Schiwon | 2013-05-08 | 1 | -1/+19 | |
| | | | | ||||||
| * | | | LDAP: better variable name | Arthur Schiwon | 2013-05-08 | 1 | -5/+9 | |
| | | | | ||||||
| * | | | LDAP: implement r+w for new settings | Arthur Schiwon | 2013-05-08 | 1 | -2/+11 | |
| |/ / | ||||||
| * | | LDAP: do not reset UUID attribute setting when guid is detected | Arthur Schiwon | 2013-05-06 | 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 ↵ | Arthur Schiwon | 2013-05-03 | 1 | -1/+1 | |
| |/ | | | | | | | again | |||||
* / | Rework background job system | Robin Appelman | 2013-04-20 | 1 | -10/+9 | |
|/ | ||||||
* | LDAP: avoid irritating log output | Arthur Schiwon | 2013-03-19 | 1 | -1/+4 | |
| | ||||||
* | LDAP: remove unnecessary func call, was a leftover from earlier refactor | Arthur Schiwon | 2013-03-19 | 1 | -1/+0 | |
| | ||||||
* | LDAP: specify appid when selecting from appconfig | Arthur Schiwon | 2013-03-19 | 1 | -1/+2 | |
| | ||||||
* | LDAP: compatibility with Novell eDirectory UUID | Arthur Schiwon | 2013-03-11 | 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 de... | |||||
| * | LDAP: simplify default for user home settings, fixes wrong display of ↵ | Arthur Schiwon | 2013-02-22 | 1 | -7/+4 | |
| | | | | | | | | default value in settings | |||||
* | | 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 | |
|\ | | | | | Style cleanup user_ldap | |||||
| * | 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 | |
|\ | | | | | Improve generation of interal user names resp. group display names | |||||
| * | adjust copyright | Arthur Schiwon | 2013-02-10 | 1 | -1/+1 | |
| | |