| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #773 from owncloud/fix_ldap_763 | Thomas Müller | 2012-12-17 | 1 | -2/+13 |
|\ |
|
| * | LDAP: don't append absolute paths to datadir when determining customized user... | Arthur Schiwon | 2012-12-08 | 1 | -2/+13 |
* | | backport fix admin check | Frank Karlitschek | 2012-12-17 | 1 | -0/+3 |
* | | Also show a more prominent warning when php_ldap is not installed | Arthur Schiwon | 2012-12-14 | 1 | -0/+3 |
* | | Show conflict warning when user_ldap and user_webdavauth are enabled | Arthur Schiwon | 2012-12-14 | 1 | -0/+4 |
* | | Show conflict warning when user_ldap and user_webdavauth are enabled | Arthur Schiwon | 2012-12-14 | 3 | -1/+11 |
* | | backport of de34f771c22b9a54fa22d9c00741e362f47c852d | Lorenzo M. Catucci | 2012-12-13 | 1 | -3/+3 |
|/ |
|
* | LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes d... | Arthur Schiwon | 2012-12-01 | 1 | -4/+11 |
* | LDAP: also prepare for DN for login due to the escape changes for #419. Hopef... | Arthur Schiwon | 2012-11-20 | 1 | -1/+14 |
* | LDAP: correct escaping in DNs, differ between use for filters and bases. Real... | Arthur Schiwon | 2012-11-20 | 1 | -11/+7 |
* | LDAP: Make update script escape all known DNs. Requires version bump. | Arthur Schiwon | 2012-11-17 | 2 | -6/+33 |
* | LDAP: escape values in the DN, fixes #419 | Arthur Schiwon | 2012-11-16 | 1 | -0/+13 |
* | LDAP: check if search was successful (fixes a PHP warning), provide meaningfu... | Arthur Schiwon | 2012-11-09 | 1 | -0/+6 |
* | LDAP: convert binary objectGUID-value to string before storing in DB | Arthur Schiwon | 2012-11-08 | 1 | -1/+35 |
* | Merge pull request #293 from owncloud/backport_ldap_improved_obj_existance_check | blizzz | 2012-11-08 | 2 | -6/+11 |
|\ |
|
| * | Return an empty array on succesful existence check | Lorenzo M. Catucci | 2012-11-06 | 2 | -3/+4 |
| * | Return true or false from readAttribute if $attr is empty | Lorenzo M. Catucci | 2012-11-06 | 2 | -6/+10 |
* | | LDAP: fix typo in config value handling. | Arthur Schiwon | 2012-11-07 | 1 | -1/+1 |
|/ |
|
* | code style | Arthur Schiwon | 2012-11-05 | 1 | -1/+1 |
* | LDAP: clear the cache not only when TTL changes, but with every settings upda... | Arthur Schiwon | 2012-11-05 | 1 | -6/+6 |
* | LDAP: fix again proper check if groups are enabled | Arthur Schiwon | 2012-10-24 | 1 | -1/+3 |
* | LDAP: properly check if Groups-feature is enabled | Arthur Schiwon | 2012-10-24 | 1 | -3/+2 |
* | LDAP: fix db update for Postgres | Arthur Schiwon | 2012-10-23 | 2 | -2/+2 |
* | LDAP: fix cache save and check, fixes oc-2118 | Arthur Schiwon | 2012-10-22 | 1 | -4/+5 |
* | LDAP: fix retrieval of Quota and Email | Arthur Schiwon | 2012-10-15 | 1 | -6/+9 |
* | LDAP: check if index is set, fix Notices | Arthur Schiwon | 2012-10-15 | 1 | -1/+2 |
* | LDAP: we're good for 0.3 now. No code change | Arthur Schiwon | 2012-10-06 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-04 | 1 | -0/+9 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-02 | 2 | -7/+7 |
* | automatically remove and prevent installation of apps with a require version ... | Frank Karlitschek | 2012-10-02 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-02 | 1 | -1/+1 |
* | LDAP: fix sharing doesn't work with ldap groups, oc-1819 | Arthur Schiwon | 2012-10-01 | 2 | -2/+8 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-28 | 1 | -0/+1 |
* | LDAP: comparison, not assignment. Thanks to Manuel Delgado | Arthur Schiwon | 2012-09-27 | 2 | -3/+3 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-26 | 1 | -0/+1 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-25 | 1 | -0/+37 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-24 | 1 | -0/+37 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-22 | 1 | -0/+7 |
* | LDAP: replace expensive recursiveArraySearch with direct SQL search, leading ... | Arthur Schiwon | 2012-09-21 | 1 | -19/+38 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-21 | 1 | -0/+15 |
* | LDAP: add forgotten class, fixes oc-1803 | Arthur Schiwon | 2012-09-20 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-20 | 1 | -0/+9 |
* | LDAP: take out ldapUuidAttribute from on-the-fly check, cannot be set by the ... | Arthur Schiwon | 2012-09-19 | 1 | -2/+2 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-18 | 2 | -1/+38 |
* | LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke ... | Arthur Schiwon | 2012-09-17 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-12 | 1 | -0/+22 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-11 | 2 | -0/+17 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-08 | 1 | -0/+11 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 6 | -13/+13 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-07 | 1 | -4/+4 |