Commit Graph

140 Commits (d544a371bfb84f36a3b789d19d44d6694de21c48)

Author SHA1 Message Date
Arthur Schiwon c538ac3081 LDAP: only connect to LDAP once on login 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 13 years ago
kondou d6b13ccd12 Use !== and === in user_ldap app – Part 2 13 years ago
Arthur Schiwon 0f4e02b6fc LDAP: avoid irritating log output 13 years ago
Arthur Schiwon 504f5f229f LDAP: remove unnecessary func call, was a leftover from earlier refactor 13 years ago
Arthur Schiwon f38932fb80 LDAP: specify appid when selecting from appconfig 13 years ago
Arthur Schiwon 1e07801c95 LDAP: compatibility with Novell eDirectory UUID 13 years ago
Arthur Schiwon 055fadd10d LDAP: escape some more chars for proper search filter, fixes #1673 13 years ago
Arthur Schiwon b08894ba77 LDAP: error codes can be negative, too 13 years ago
Brice Maron dbb9b68331 Fix quoting of query for user_ldap ref #1983 13 years ago
Arthur Schiwon 64551ee06f LDAP: sort users on server-side 13 years ago
Arthur Schiwon e4e915fa3b LDAP: simplify default for user home settings, fixes wrong display of default value in settings 13 years ago
Bart Visscher bb75dfc021 Whitespace fixes 13 years ago
Arthur Schiwon a28df74ee5 LDAP: check array with isset first to avoid warnings about undefined index 13 years ago
Bart Visscher 92a36ca8b8 Join short comment lines 13 years ago
Bart Visscher 1ef2ecd6e8 Style cleanup user_ldap 13 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 13 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 13 years ago
Arthur Schiwon 1e45453da2 LDAP: format dn before using it, not other way round. fixes #1605 13 years ago
Arthur Schiwon afc9fe419a adjust copyright 13 years ago
Arthur Schiwon dbb4be903c LDAP: change generation of internal names. Use UUID for users. Change to sequential numbers for groups as they are still used as display names 13 years ago
Arthur Schiwon 15e383fd01 Typo 13 years ago
Arthur Schiwon 781d247b39 LDAP: better detect timeouts. do not try to reconnect. do not try to bind when connection failed. makes ownCloud more responsive, esp. with multiple server connections configured 13 years ago
Arthur Schiwon e122fdbcb6 LDAP: when ldaps and tls are configured, disable the latter one - they do not work together. ldaps already creates a secure connection. 13 years ago
Arthur Schiwon af2acadc66 LDAP: fix settings handling of homeFolderNamingRule option 13 years ago
Arthur Schiwon afacaf8bc2 string fragment was added by accident and does not belong here 13 years ago
Thomas Mueller 19714151e2 spell check 13 years ago
Thomas Mueller 5862f3d140 spell check 13 years ago
Arthur Schiwon 1a854454d6 LDAP: avoid attempts to save null as configvalue 13 years ago
Arthur Schiwon b5ed8b2751 LDAP: fix wrong index 13 years ago
Arthur Schiwon b3b0544e17 LDAP: make it possible to define attributes that should be considered on searches 13 years ago
Arthur Schiwon e8db1e884e LDAP: some inline documentation 13 years ago
Arthur Schiwon 19867b1d08 LDAP: make sure app meta data is not deleted from database when deleting configuration with empty prefix 13 years ago
Arthur Schiwon 2749a14171 LDAP: make it possible to enable/disable server configurations 13 years ago
Arthur Schiwon 5b9e181198 LDAP: implement deleteConfiguration feature 13 years ago