Commit Graph

159 Commits (800bf0769ff4ea63c5dcc77eaaf1bce669b73d13)

Author SHA1 Message Date
Arthur Schiwon a1aff3e8a1 LDAP: don't throw exceptions in the wrapper, errors are handled in the code. nevertheless, log unexpected errors 13 years ago
Arthur Schiwon 81cf4a22ef LDAP: coding style 13 years ago
Arthur Schiwon bb162b1f94 LDAP: get rid of some PHP Warnings 13 years ago
Arthur Schiwon d4f92494a2 LDAP: make Access be a dependency to the user and group backend instead of inheriting it. 13 years ago
Arthur Schiwon f04aa1af5d LDAP: don't check var type when you can specify the type in the parameter list 13 years ago
Arthur Schiwon b9cd22cf78 LDAP: use wrapper, not direct function call 13 years ago
Arthur Schiwon 5090ca3eb4 LDAP: add phpdoc 13 years ago
Arthur Schiwon 6e850e0bee LDAP: establish wrapper interface to allow proper mocking 13 years ago
Arthur Schiwon 52454e39b7 LDAP: move is_resource check to ldap wrapper to make it mockable 13 years ago
Arthur Schiwon d34fbf3a86 LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation and mock testing 13 years ago
Arthur Schiwon 1a020e0696 Resolve merge conflict 13 years ago
Arthur Schiwon 321c514782 LDAP: case insensitive replace for more robustness 13 years ago
Arthur Schiwon c482512e23 LDAP: fix wrong hook name 13 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 13 years ago
Arthur Schiwon f41c4312ff LDAP: use memcache if available 13 years ago
Arthur Schiwon c538ac3081 LDAP: only connect to LDAP once on login 13 years ago
Arthur Schiwon 479f893f6d LDAP: Show Host name in configuration drop down 13 years ago
Arthur Schiwon f6d133955e LDAP: fix background job, resolves #3528 13 years ago
Arthur Schiwon 5387e5c354 LDAP: even better check for emptiness, fixes #3815 13 years ago
Jörn Friedrich Dreyer 88fc410c19 fix numRows usage in user_ldap 13 years ago
Arthur Schiwon 4976f2e0d3 LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600 13 years ago
Arthur Schiwon 2ff9677cd1 LDAP: sqlite compatibility for emptyiing tables 13 years ago
Arthur Schiwon bd7771867b LDAP: fix generation of alternate internal name on conflicts. Use also smaller number for better user experience on e.g. *DAV links 13 years ago
Arthur Schiwon 86d72b9a61 LDAP: fix possible recursion 13 years ago
Arthur Schiwon bfa715768a LDAP: fix handling when LDAP Host is offline 13 years ago
Arthur Schiwon 796ee8c4c0 LDAP: Implement clear mappings functionality 13 years ago
Arthur Schiwon 3f1717d3d5 LDAP: implement UUID and internal username override 13 years ago
Arthur Schiwon c9b3da5bbc LDAP: better variable name 13 years ago
Arthur Schiwon bc23010670 LDAP: implement r+w for new settings 13 years ago
Arthur Schiwon d659d8e193 LDAP: do not reset UUID attribute setting when guid is detected 13 years ago
Arthur Schiwon 1e2b872160 LDAP: cachekey in set method needs to match with that one from get 13 years ago
Arthur Schiwon 22a8e7ad55 LDAP: remove restriction from group names to be in line with core behaviour again 13 years ago
Robin Appelman 7948341a86 Rework background job system 14 years ago
kondou d6b13ccd12 Use !== and === in user_ldap app – Part 2 14 years ago
Arthur Schiwon 0f4e02b6fc LDAP: avoid irritating log output 14 years ago
Arthur Schiwon 504f5f229f LDAP: remove unnecessary func call, was a leftover from earlier refactor 14 years ago
Arthur Schiwon f38932fb80 LDAP: specify appid when selecting from appconfig 14 years ago
Arthur Schiwon 1e07801c95 LDAP: compatibility with Novell eDirectory UUID 14 years ago
Arthur Schiwon 055fadd10d LDAP: escape some more chars for proper search filter, fixes #1673 14 years ago
Arthur Schiwon b08894ba77 LDAP: error codes can be negative, too 14 years ago
Brice Maron dbb9b68331 Fix quoting of query for user_ldap ref #1983 14 years ago
Arthur Schiwon 64551ee06f LDAP: sort users on server-side 14 years ago
Arthur Schiwon e4e915fa3b LDAP: simplify default for user home settings, fixes wrong display of default value in settings 14 years ago
Bart Visscher bb75dfc021 Whitespace fixes 14 years ago
Arthur Schiwon a28df74ee5 LDAP: check array with isset first to avoid warnings about undefined index 14 years ago
Bart Visscher 92a36ca8b8 Join short comment lines 14 years ago
Bart Visscher 1ef2ecd6e8 Style cleanup user_ldap 14 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 14 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 14 years ago
Arthur Schiwon 1e45453da2 LDAP: format dn before using it, not other way round. fixes #1605 14 years ago