Commit Graph

59 Commits (84f522f406d2bec8dff5acb0c7defc54b8e7d79a)

Author SHA1 Message Date
Arthur Schiwon d4f92494a2 LDAP: make Access be a dependency to the user and group backend instead of inheriting it. 12 years ago
Robin Appelman 7948341a86 Rework background job system 12 years ago
kondou b8fe7025da Use !== and === in user_ldap app – Part 1 12 years ago
Arthur Schiwon 07f88424c8 LDAP: fancy version for release, no code change 12 years ago
Arthur Schiwon 39a94a3edc LDAP: orthograophy fix 12 years ago
Arthur Schiwon 0703065e2a LDAP: typos in app description 12 years ago
Robin Appelman 4e826b1673 Set required owncloud version to 4.93 12 years ago
Bart Visscher 1ef2ecd6e8 Style cleanup user_ldap 12 years ago
Arthur Schiwon 1c94ec71ef LDAP: fix database cleanup in update script 12 years ago
Arthur Schiwon 993831b6df LDAP: version bump -> clean up database 12 years ago
Thomas Mueller 7f2d7cdbe1 spell check 12 years ago
Robin Appelman 7207211f3a change required ownCloud version to 4.91 12 years ago
Arthur Schiwon 2749a14171 LDAP: make it possible to enable/disable server configurations 12 years ago
Arthur Schiwon 96949fc9dd LDAP: consolidate config prefix determination, autofill combo box in settings 12 years ago
Arthur Schiwon 6063ce9c8d LDAP: enable support for multiple LDAP/AD servers 12 years ago
Arthur Schiwon 0784bcb8d7 introduce configPrefix to allow settings for multiple LDAP servers 12 years ago
Arthur Schiwon 5cbe8d637b Show conflict warning when user_ldap and user_webdavauth are enabled 12 years ago
Arthur Schiwon 42f235123e LDAP: Make update script escape all known DNs. Requires version bump. 13 years ago
Arthur Schiwon 78a1b987bb LDAP: fix db update for Postgres 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Arthur Schiwon 68bb3809c7 LDAP: we're good for 0.3 now. No code change 13 years ago
Frank Karlitschek 3fdebaa5dc automatically remove and prevent installation of apps with a require version less than the current one. We check now the first ad second part of the version number. 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Arthur Schiwon 1a6f34865c LDAP: on upgrade update user cols in database only when necessary 13 years ago
Arthur Schiwon 2440e500b8 LDAP: on upgrade set homeDirs of users where it is not set. Avoids new folders (empty), depending on the configuration 13 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 13 years ago
Arthur Schiwon d5c111a984 LDAP: identify (map) users with their directory UUID. Fixes the issue, that usernames for owncloud will change, when the DN changes (which happens rarely, but it happens). 13 years ago
Arthur Schiwon c48732987e LDAP: permanantly watch group members. Emit post_addToGroup resp. post_removeFromGroup on membership changes, so that Sharing App can take care of files shared within the groups. Requires and relies on background jobs. 13 years ago
jfd ede464f058 escape all identifiers with backticks 13 years ago
Arthur Schiwon edfd789a87 LDAP: remove obsolete require_once 13 years ago
Arthur Schiwon 8664729843 code style 13 years ago
Arthur Schiwon 25ad1d5c3e LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly. 13 years ago
Arthur Schiwon 42492338fc LDAP: put app under the OCA\user_ldap\ namespace 13 years ago
Arthur Schiwon 5888cb48b6 Support for OCA namespace 13 years ago
Arthur Schiwon 0bdebe0e4a LDAP: pass user backend as instance, not classname 13 years ago
Arthur Schiwon 0a6f7b33c3 LDAP: make it UTF-8 save 13 years ago
Frank Karlitschek c79a529edd remove not needed includes 13 years ago
Arthur Schiwon c1bb8139a0 LDAP: we're 0.2 now 13 years ago
Arthur Schiwon bae954a797 LDAP: only check once for name conflicts on update. Set a value on install as well 13 years ago
Arthur Schiwon 0c7efc234b LDAP: update meta info 13 years ago
Frank Karlitschek 9e73524168 mark the apps as part of the shipped package and increase the requirement to ownCloud 4 13 years ago
Arthur Schiwon 253f101b39 LDAP: check wether applying naming rule would end up in conflicts on update, if so don't do it 13 years ago
Arthur Schiwon ab18a0bfe8 ldap: unique index names for the database, fixes non-creating of indexes for the second table and potential issues in the app 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Arthur Schiwon 82cfb3e0f5 LDAP: don't store agent password in plain text 13 years ago
Frank Karlitschek 2fe646dcec ported the oc_app calls 13 years ago
Frank Karlitschek e48f511606 port linkto and serverHost 13 years ago
Arthur Schiwon cbba469990 LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well as fancy (unqiue as far as users a know from LDAP) names on the ownCloud side. It's done via mapping of owncloud names and LDAP identifiers. 13 years ago
Arthur Schiwon 320fde9eec OC_Group does expect object, not string 13 years ago
Arthur Schiwon 61a43419a5 starting to create the ldap group backend (with some inspiration from Yoann Gini) and preparing an general LDAP class 13 years ago