summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Collapse)AuthorAgeFilesLines
* Port PR #5457 to masterArthur Schiwon2013-10-251-4/+11
|
* make sure the shared ldap connection is rebound to the configured user after ↵Donald Buczek2013-10-251-1/+3
| | | | being used for password checking.
* LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518Arthur Schiwon2013-10-241-0/+15
|
* LDAP: when multiline values are passed as array, do not try to preg_split ↵Arthur Schiwon2013-10-241-1/+1
| | | | them. Fixes #5521
* typo, fixes #5517Arthur Schiwon2013-10-241-1/+1
|
* LDAP Wizard: proper strings and translations for user and group count textArthur Schiwon2013-10-231-3/+9
|
* merge master with resolved conflictsArthur Schiwon2013-10-231-1/+1
|\
| * LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to ↵Arthur Schiwon2013-10-191-1/+1
| | | | | | | | @sfyang
* | Don't set Base User and Base Group when Base DN was detected, would case ↵Arthur Schiwon2013-10-172-5/+3
| | | | | | | | problems but does not provide any benefit. also make sure that empty string is saved instead of false for multiline values
* | resolve merge conflicts from rebaseArthur Schiwon2013-10-172-46/+32
| |
* | LDAP Wizard: fix couple more or less nasty bugs aka polishingArthur Schiwon2013-10-172-14/+16
| |
* | Wizard: autodetection of group-member-assoc attributeArthur Schiwon2013-10-172-1/+67
| |
* | LDAP: set displayname as default attribute for user display nameArthur Schiwon2013-10-171-1/+1
| |
* | Ldap Wizard: Group Filter configurationArthur Schiwon2013-10-172-13/+149
| |
* | Ldap Wizard: Login filter UI, detection of username attribute, composing of ↵Arthur Schiwon2013-10-172-13/+155
| | | | | | | | login filter
* | LDAP Wizard: create user list filter, show number of user that will have ↵Arthur Schiwon2013-10-172-1/+123
| | | | | | | | access to OC
* | Cleanup code, sort resultsArthur Schiwon2013-10-171-41/+49
| |
* | Ldap Wizard: find out whether server supports memberOf in LDAP Filter and ↵Arthur Schiwon2013-10-171-15/+64
| | | | | | | | disable group chooser if not
* | cleanup and coding styleArthur Schiwon2013-10-171-2/+2
| |
* | cleanup, doc and todoArthur Schiwon2013-10-171-35/+55
| |
* | LDAP Wizard: add detection, load and save of LDAP groups for filter purposesArthur Schiwon2013-10-172-17/+57
| |
* | Remove debug outputArthur Schiwon2013-10-171-1/+0
| |
* | LDAP Wizard: add detection, load and save of LDAP objectClasses for filter ↵Arthur Schiwon2013-10-175-15/+190
| | | | | | | | purposes
* | LDAP Wizard: autodetect base DNArthur Schiwon2013-10-174-8/+104
| |
* | ignore autodetect-attribute on public save methodArthur Schiwon2013-10-171-0/+1
| |
* | Simplify WizardResultArthur Schiwon2013-10-172-9/+0
| |
* | First stage of new Wizard, neither feature complete nor readyArthur Schiwon2013-10-172-0/+317
| |
* | LDAP: move Configuration out of Connection into class of its own. The new ↵Arthur Schiwon2013-10-173-392/+560
| | | | | | | | wizard requires it.
* | Doc fixArthur Schiwon2013-10-171-1/+1
|/
* LDAP: allow different UUID attributes for groups and usersArthur Schiwon2013-10-042-52/+87
|
* LDAP: don't throw exceptions in the wrapper, errors are handled in the code. ↵Arthur Schiwon2013-09-271-3/+5
| | | | nevertheless, log unexpected errors
* LDAP: coding styleArthur Schiwon2013-09-275-8/+14
|
* LDAP: get rid of some PHP WarningsArthur Schiwon2013-09-271-1/+6
|
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-277-44/+81
| | | | inheriting it.
* LDAP: don't check var type when you can specify the type in the parameter listArthur Schiwon2013-09-271-7/+3
|
* LDAP: use wrapper, not direct function callArthur Schiwon2013-09-271-1/+1
|
* LDAP: add phpdocArthur Schiwon2013-09-271-0/+1
|
* LDAP: establish wrapper interface to allow proper mockingArthur Schiwon2013-09-274-28/+275
|
* LDAP: move is_resource check to ldap wrapper to make it mockableArthur Schiwon2013-09-273-8/+19
|
* LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation ↵Arthur Schiwon2013-09-273-11/+147
| | | | and mock testing
* Resolve merge conflictArthur Schiwon2013-09-271-11/+12
|
* LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
|
* LDAP: fix wrong hook nameArthur Schiwon2013-08-221-1/+1
|
* Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou2013-08-181-1/+1
|\ | | | | Add newlines at the end of files
| * Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
| |
* | Merge pull request #4486 from owncloud/ldap_adjust_cacheBart Visscher2013-08-181-1/+6
|\ \ | | | | | | LDAP: use memcache if available
| * | LDAP: use memcache if availableArthur Schiwon2013-08-171-1/+6
| |/
* | Merge pull request #4426 from owncloud/ldap_settings_designJan-Christoph Borchardt2013-08-181-0/+28
|\ \ | |/ |/| Ldap settings design
| * LDAP: Show Host name in configuration drop downArthur Schiwon2013-08-151-0/+28
| |
* | LDAP: only connect to LDAP once on loginArthur Schiwon2013-08-171-1/+13
|/