| Commit message (Expand) | Author | Age | Files | Lines |
* | Use !== and === in user_ldap app – Part 1 | kondou | 2013-04-20 | 3 | -4/+4 |
* | LDAP: fancy version for release, no code change | Arthur Schiwon | 2013-03-10 | 1 | -1/+1 |
* | LDAP: orthograophy fix | Arthur Schiwon | 2013-03-04 | 1 | -1/+1 |
* | LDAP: typos in app description | Arthur Schiwon | 2013-03-04 | 2 | -3/+5 |
* | Set required owncloud version to 4.93 | Robin Appelman | 2013-02-24 | 1 | -1/+1 |
* | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 2 | -2/+6 |
* | LDAP: fix database cleanup in update script | Arthur Schiwon | 2013-02-09 | 2 | -3/+4 |
* | LDAP: version bump -> clean up database | Arthur Schiwon | 2013-02-06 | 2 | -2/+5 |
* | Merge pull request #1365 from owncloud/ldap_multiple_server | blizzz | 2013-01-31 | 3 | -13/+29 |
|\ |
|
| * | spell check | Thomas Mueller | 2013-01-31 | 1 | -2/+2 |
| * | LDAP: make it possible to enable/disable server configurations | Arthur Schiwon | 2013-01-24 | 3 | -8/+18 |
| * | LDAP: consolidate config prefix determination, autofill combo box in settings | Arthur Schiwon | 2013-01-24 | 1 | -15/+5 |
| * | LDAP: enable support for multiple LDAP/AD servers | Arthur Schiwon | 2013-01-16 | 1 | -5/+21 |
| * | introduce configPrefix to allow settings for multiple LDAP servers | Arthur Schiwon | 2013-01-10 | 1 | -1/+1 |
* | | change required ownCloud version to 4.91 | Robin Appelman | 2013-01-28 | 1 | -1/+1 |
|/ |
|
* | Show conflict warning when user_ldap and user_webdavauth are enabled | Arthur Schiwon | 2012-12-14 | 2 | -1/+6 |
* | LDAP: Make update script escape all known DNs. Requires version bump. | Arthur Schiwon | 2012-11-21 | 2 | -6/+33 |
* | LDAP: fix db update for Postgres | Arthur Schiwon | 2012-10-23 | 2 | -2/+2 |
* | LDAP: we're good for 0.3 now. No code change | Arthur Schiwon | 2012-10-06 | 1 | -1/+1 |
* | automatically remove and prevent installation of apps with a require version ... | Frank Karlitschek | 2012-10-02 | 1 | -1/+1 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 2 | -2/+2 |
* | LDAP: on upgrade update user cols in database only when necessary | Arthur Schiwon | 2012-08-30 | 2 | -2/+2 |
* | LDAP: on upgrade set homeDirs of users where it is not set. Avoids new folder... | Arthur Schiwon | 2012-08-30 | 2 | -2/+4 |
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -2/+2 |
* | LDAP: identify (map) users with their directory UUID. Fixes the issue, that u... | Arthur Schiwon | 2012-08-23 | 3 | -21/+39 |
* | LDAP: permanantly watch group members. Emit post_addToGroup resp. post_remove... | Arthur Schiwon | 2012-08-22 | 3 | -1/+36 |
* | LDAP: remove obsolete require_once | Arthur Schiwon | 2012-07-25 | 1 | -3/+0 |
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
* | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec... | Arthur Schiwon | 2012-07-25 | 1 | -2/+8 |
* | LDAP: put app under the OCA\user_ldap\ namespace | Arthur Schiwon | 2012-07-25 | 1 | -5/+3 |
* | Support for OCA namespace | Arthur Schiwon | 2012-07-25 | 1 | -0/+1 |
* | LDAP: pass user backend as instance, not classname | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
* | LDAP: make it UTF-8 save | Arthur Schiwon | 2012-07-02 | 2 | -1/+19 |
* | remove not needed includes | Frank Karlitschek | 2012-05-28 | 1 | -4/+1 |
* | LDAP: we're 0.2 now | Arthur Schiwon | 2012-05-18 | 1 | -1/+1 |
* | LDAP: only check once for name conflicts on update. Set a value on install as... | Arthur Schiwon | 2012-05-18 | 2 | -15/+24 |
* | LDAP: update meta info | Arthur Schiwon | 2012-05-18 | 1 | -1/+1 |
* | mark the apps as part of the shipped package and increase the requirement to ... | Frank Karlitschek | 2012-05-18 | 1 | -2/+3 |
* | LDAP: check wether applying naming rule would end up in conflicts on update, ... | Arthur Schiwon | 2012-05-18 | 2 | -6/+24 |
* | ldap: unique index names for the database, fixes non-creating of indexes for ... | Arthur Schiwon | 2012-05-16 | 2 | -5/+5 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
* | LDAP: don't store agent password in plain text | Arthur Schiwon | 2012-05-14 | 2 | -1/+10 |
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -2/+1 |
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well... | Arthur Schiwon | 2012-04-25 | 2 | -1/+96 |
* | OC_Group does expect object, not string | Arthur Schiwon | 2012-04-16 | 1 | -1/+1 |
* | starting to create the ldap group backend (with some inspiration from Yoann G... | Arthur Schiwon | 2012-04-14 | 1 | -0/+3 |
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 2 | -1/+1 |
* | webdav needs to load authentication apps | Arthur Schiwon | 2012-04-04 | 1 | -0/+3 |
* | Combing LDAP backend with LDAP extended backend | Arthur Schiwon | 2012-02-20 | 1 | -3/+3 |