Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+7 | |
| | ||||||
* | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-15 | 1 | -1/+2 | |
|\ | | | | | | | | | Conflicts: apps/user_ldap/lib/connection.php | |||||
| * | LDAP: only read config from database, if configID is given. Not what we want ↵ | Arthur Schiwon | 2014-01-14 | 1 | -1/+2 | |
| | | | | | | | | to do when on-the-fly-testing settings from the admin page | |||||
* | | Use $server->getMemCacheFactory() in ldap connection | Robin Appelman | 2014-01-09 | 1 | -1/+1 | |
|/ | ||||||
* | LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518 | Arthur Schiwon | 2013-10-24 | 1 | -0/+15 | |
| | ||||||
* | resolve merge conflicts from rebase | Arthur Schiwon | 2013-10-17 | 1 | -37/+20 | |
| | ||||||
* | LDAP: move Configuration out of Connection into class of its own. The new ↵ | Arthur Schiwon | 2013-10-17 | 1 | -391/+207 | |
| | | | | wizard requires it. | |||||
* | Doc fix | Arthur Schiwon | 2013-10-17 | 1 | -1/+1 | |
| | ||||||
* | LDAP: allow different UUID attributes for groups and users | Arthur Schiwon | 2013-10-04 | 1 | -24/+45 | |
| | ||||||
* | LDAP: coding style | Arthur Schiwon | 2013-09-27 | 1 | -3/+7 | |
| | ||||||
* | LDAP: get rid of some PHP Warnings | Arthur Schiwon | 2013-09-27 | 1 | -1/+6 | |
| | ||||||
* | LDAP: make Access be a dependency to the user and group backend instead of ↵ | Arthur Schiwon | 2013-09-27 | 1 | -9/+13 | |
| | | | | inheriting it. | |||||
* | LDAP: use wrapper, not direct function call | Arthur Schiwon | 2013-09-27 | 1 | -1/+1 | |
| | ||||||
* | LDAP: establish wrapper interface to allow proper mocking | Arthur Schiwon | 2013-09-27 | 1 | -3/+3 | |
| | ||||||
* | LDAP: move is_resource check to ldap wrapper to make it mockable | Arthur Schiwon | 2013-09-27 | 1 | -4/+5 | |
| | ||||||
* | Resolve merge conflict | Arthur Schiwon | 2013-09-27 | 1 | -11/+12 | |
| | ||||||
* | LDAP: use memcache if available | Arthur Schiwon | 2013-08-17 | 1 | -1/+6 | |
| | ||||||
* | LDAP: only connect to LDAP once on login | Arthur Schiwon | 2013-08-17 | 1 | -1/+13 | |
| | ||||||
* | LDAP: even better check for emptiness, fixes #3815 | Arthur Schiwon | 2013-07-10 | 1 | -8/+19 | |
| | ||||||
* | LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600 | Arthur Schiwon | 2013-06-04 | 1 | -0/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | Merge branch 'master' into ldap_configurable_username_n_uuid | Arthur Schiwon | 2013-05-13 | 1 | -7/+7 | |
|\ | ||||||
| * | Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-app | Bart Visscher | 2013-05-07 | 1 | -7/+7 | |
| |\ | | | | | | | Use === and !== in user_ldap app | |||||
| | * | Use !== and === in user_ldap app – Part 2 | kondou | 2013-04-20 | 1 | -7/+7 | |
| | | | ||||||
* | | | 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: remove unnecessary func call, was a leftover from earlier refactor | Arthur Schiwon | 2013-03-19 | 1 | -1/+0 | |
| | ||||||
* | LDAP: simplify default for user home settings, fixes wrong display of ↵ | Arthur Schiwon | 2013-02-22 | 1 | -7/+4 | |
| | | | | default value in settings | |||||
* | Merge pull request #1708 from owncloud/style-cleanup-user_ldap | Bernhard Posselt | 2013-02-17 | 1 | -17/+69 | |
|\ | | | | | Style cleanup user_ldap | |||||
| * | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 1 | -18/+70 | |
| | | ||||||
* | | 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 | |
|/ | ||||||
* | Merge pull request #1493 from owncloud/fix_ldap_stored_homedir | Frank Karlitschek | 2013-02-11 | 1 | -1/+6 | |
|\ | | | | | Fix ldap stored homedir | |||||
| * | LDAP: fix settings handling of homeFolderNamingRule option | Arthur Schiwon | 2013-02-06 | 1 | -1/+6 | |
| | | ||||||
* | | Typo | Arthur Schiwon | 2013-02-07 | 1 | -1/+1 | |
| | | ||||||
* | | LDAP: better detect timeouts. do not try to reconnect. do not try to bind ↵ | Arthur Schiwon | 2013-02-06 | 1 | -3/+10 | |
| | | | | | | | | when connection failed. makes ownCloud more responsive, esp. with multiple server connections configured | |||||
* | | LDAP: when ldaps and tls are configured, disable the latter one - they do ↵ | Arthur Schiwon | 2013-02-06 | 1 | -0/+5 | |
|/ | | | | not work together. ldaps already creates a secure connection. | |||||
* | string fragment was added by accident and does not belong here | Arthur Schiwon | 2013-01-31 | 1 | -1/+0 | |
| | ||||||
* | spell check | Thomas Mueller | 2013-01-31 | 1 | -3/+3 | |
| | ||||||
* | LDAP: avoid attempts to save null as configvalue | Arthur Schiwon | 2013-01-31 | 1 | -4/+3 | |
| | ||||||
* | LDAP: fix wrong index | Arthur Schiwon | 2013-01-31 | 1 | -1/+1 | |
| | ||||||
* | LDAP: make it possible to define attributes that should be considered on ↵ | Arthur Schiwon | 2013-01-31 | 1 | -2/+21 | |
| | | | | searches | |||||
* | LDAP: some inline documentation | Arthur Schiwon | 2013-01-30 | 1 | -0/+7 | |
| | ||||||
* | LDAP: make it possible to enable/disable server configurations | Arthur Schiwon | 2013-01-24 | 1 | -2/+23 | |
| | ||||||
* | LDAP: Clear cache on saving settings | Arthur Schiwon | 2013-01-24 | 1 | -0/+1 | |
| | ||||||
* | LDAP: fix default | Arthur Schiwon | 2013-01-23 | 1 | -1/+1 | |
| | ||||||
* | make sure that Configuration is read when getConfiguration is called. And ↵ | Arthur Schiwon | 2013-01-23 | 1 | -4/+14 | |
| | | | | give back the appropriate result. |