| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #5700 from owncloud/ldapWizSetDisplayNames | Thomas Müller | 2013-11-15 | 1 | -0/+13 |
|\ |
|
| * | LDAP Wizard: do not forget to set display name attributes for user and group,... | Arthur Schiwon | 2013-11-05 | 1 | -0/+13 |
* | | LDAP Wizard: determine port without credentials. don't hide the port input field | Arthur Schiwon | 2013-11-11 | 1 | -2/+2 |
* | | LDAP Wizard: improve check for Agent DN and Credentials | Arthur Schiwon | 2013-11-11 | 1 | -26/+16 |
* | | LDAP: resolve namespace harakiri, fixes background job | Arthur Schiwon | 2013-11-06 | 1 | -4/+4 |
|/ |
|
* | Excpetion->Exception | VicDeo | 2013-11-01 | 1 | -11/+11 |
* | replacing ownCloud by theme-able name or avoid it's usage | Thomas Müller | 2013-10-29 | 1 | -1/+1 |
* | Port PR #5457 to master | Arthur Schiwon | 2013-10-25 | 1 | -4/+11 |
* | make sure the shared ldap connection is rebound to the configured user after ... | Donald Buczek | 2013-10-25 | 1 | -1/+3 |
* | LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518 | Arthur Schiwon | 2013-10-24 | 1 | -0/+15 |
* | LDAP: when multiline values are passed as array, do not try to preg_split the... | Arthur Schiwon | 2013-10-24 | 1 | -1/+1 |
* | typo, fixes #5517 | Arthur Schiwon | 2013-10-24 | 1 | -1/+1 |
* | LDAP Wizard: proper strings and translations for user and group count text | Arthur Schiwon | 2013-10-23 | 1 | -3/+9 |
* | merge master with resolved conflicts | Arthur Schiwon | 2013-10-23 | 1 | -1/+1 |
|\ |
|
| * | LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @... | Arthur Schiwon | 2013-10-19 | 1 | -1/+1 |
* | | Don't set Base User and Base Group when Base DN was detected, would case prob... | Arthur Schiwon | 2013-10-17 | 2 | -5/+3 |
* | | resolve merge conflicts from rebase | Arthur Schiwon | 2013-10-17 | 2 | -46/+32 |
* | | LDAP Wizard: fix couple more or less nasty bugs aka polishing | Arthur Schiwon | 2013-10-17 | 2 | -14/+16 |
* | | Wizard: autodetection of group-member-assoc attribute | Arthur Schiwon | 2013-10-17 | 2 | -1/+67 |
* | | LDAP: set displayname as default attribute for user display name | Arthur Schiwon | 2013-10-17 | 1 | -1/+1 |
* | | Ldap Wizard: Group Filter configuration | Arthur Schiwon | 2013-10-17 | 2 | -13/+149 |
* | | Ldap Wizard: Login filter UI, detection of username attribute, composing of l... | Arthur Schiwon | 2013-10-17 | 2 | -13/+155 |
* | | LDAP Wizard: create user list filter, show number of user that will have acce... | Arthur Schiwon | 2013-10-17 | 2 | -1/+123 |
* | | Cleanup code, sort results | Arthur Schiwon | 2013-10-17 | 1 | -41/+49 |
* | | Ldap Wizard: find out whether server supports memberOf in LDAP Filter and dis... | Arthur Schiwon | 2013-10-17 | 1 | -15/+64 |
* | | cleanup and coding style | Arthur Schiwon | 2013-10-17 | 1 | -2/+2 |
* | | cleanup, doc and todo | Arthur Schiwon | 2013-10-17 | 1 | -35/+55 |
* | | LDAP Wizard: add detection, load and save of LDAP groups for filter purposes | Arthur Schiwon | 2013-10-17 | 2 | -17/+57 |
* | | Remove debug output | Arthur Schiwon | 2013-10-17 | 1 | -1/+0 |
* | | LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu... | Arthur Schiwon | 2013-10-17 | 5 | -15/+190 |
* | | LDAP Wizard: autodetect base DN | Arthur Schiwon | 2013-10-17 | 4 | -8/+104 |
* | | ignore autodetect-attribute on public save method | Arthur Schiwon | 2013-10-17 | 1 | -0/+1 |
* | | Simplify WizardResult | Arthur Schiwon | 2013-10-17 | 2 | -9/+0 |
* | | First stage of new Wizard, neither feature complete nor ready | Arthur Schiwon | 2013-10-17 | 2 | -0/+317 |
* | | LDAP: move Configuration out of Connection into class of its own. The new wi... | Arthur Schiwon | 2013-10-17 | 3 | -392/+560 |
* | | Doc fix | Arthur Schiwon | 2013-10-17 | 1 | -1/+1 |
|/ |
|
* | LDAP: allow different UUID attributes for groups and users | Arthur Schiwon | 2013-10-04 | 2 | -52/+87 |
* | LDAP: don't throw exceptions in the wrapper, errors are handled in the code. ... | Arthur Schiwon | 2013-09-27 | 1 | -3/+5 |
* | LDAP: coding style | Arthur Schiwon | 2013-09-27 | 5 | -8/+14 |
* | 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 in... | Arthur Schiwon | 2013-09-27 | 7 | -44/+81 |
* | LDAP: don't check var type when you can specify the type in the parameter list | Arthur Schiwon | 2013-09-27 | 1 | -7/+3 |
* | LDAP: use wrapper, not direct function call | Arthur Schiwon | 2013-09-27 | 1 | -1/+1 |
* | LDAP: add phpdoc | Arthur Schiwon | 2013-09-27 | 1 | -0/+1 |
* | LDAP: establish wrapper interface to allow proper mocking | Arthur Schiwon | 2013-09-27 | 4 | -28/+275 |
* | LDAP: move is_resource check to ldap wrapper to make it mockable | Arthur Schiwon | 2013-09-27 | 3 | -8/+19 |
* | LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation a... | Arthur Schiwon | 2013-09-27 | 3 | -11/+147 |
* | Resolve merge conflict | Arthur Schiwon | 2013-09-27 | 1 | -11/+12 |
* | LDAP: case insensitive replace for more robustness | Arthur Schiwon | 2013-08-27 | 1 | -1/+1 |
* | LDAP: fix wrong hook name | Arthur Schiwon | 2013-08-22 | 1 | -1/+1 |