| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-28 | 2 | -0/+39 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-22 | 1 | -0/+33 |
* | port 95cee0e from stable45 | Arthur Schiwon | 2012-11-21 | 1 | -1/+14 |
* | port dd694b5 from stable45 | Arthur Schiwon | 2012-11-21 | 1 | -11/+6 |
* | LDAP: Make update script escape all known DNs. Requires version bump. | Arthur Schiwon | 2012-11-21 | 2 | -6/+33 |
* | LDAP: escape values in the DN, fixes #419 | Arthur Schiwon | 2012-11-21 | 1 | -0/+13 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-21 | 2 | -0/+64 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-13 | 1 | -0/+7 |
* | LDAP: cherrypick objectGUID handling from stable45, was part of PR 344 | Arthur Schiwon | 2012-11-12 | 1 | -1/+35 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-12 | 1 | -0/+30 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-10 | 1 | -0/+24 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-08 | 1 | -0/+17 |
* | LDAP: fix typo in config value handling. | Arthur Schiwon | 2012-11-06 | 1 | -1/+1 |
* | Merge pull request #258 from wardragon/ldap_existence_check_no_refactor | blizzz | 2012-11-06 | 2 | -6/+11 |
|\ |
|
| * | Return an empty array on succesful existence check | Lorenzo M. Catucci | 2012-11-05 | 2 | -3/+4 |
| * | Return true or false from readAttribute if $attr is empty | Lorenzo M. Catucci | 2012-11-05 | 2 | -6/+10 |
* | | Merge pull request #242 from fmms/checkstyle05 | Thomas Müller | 2012-11-05 | 1 | -1/+1 |
|\ \ |
|
| * | | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
* | | | merge from master | Arthur Schiwon | 2012-11-04 | 4 | -13/+13 |
|\| | |
|
| * | | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 4 | -12/+12 |
| * | | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -2/+2 |
* | | | code style | Arthur Schiwon | 2012-11-02 | 1 | -1/+1 |
* | | | LDAP: clear the cache not only when TTL changes, but with every settings upda... | Arthur Schiwon | 2012-11-01 | 1 | -6/+6 |
|/ / |
|
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-31 | 1 | -0/+11 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-30 | 1 | -0/+6 |
|/ |
|
* | LDAP: usersInGroup now also does LDAP serverside search. | Arthur Schiwon | 2012-10-27 | 1 | -30/+41 |
* | LDAP: make filter in readAttribute configurable | Arthur Schiwon | 2012-10-27 | 1 | -2/+6 |
* | LDAP: getGroups to use paged searches | Arthur Schiwon | 2012-10-27 | 1 | -12/+20 |
* | LDAP: improve slicing | Arthur Schiwon | 2012-10-27 | 1 | -3/+8 |
* | LDAP: add error handling for failed searches | Arthur Schiwon | 2012-10-27 | 1 | -0/+5 |
* | LDAP: be careful which limit is send to possible paged LDAP search | Arthur Schiwon | 2012-10-27 | 1 | -1/+4 |
* | LDAP: use the correct attribute in filter | Arthur Schiwon | 2012-10-27 | 1 | -1/+1 |
* | LDAP: fix again proper check if groups are enabled | Arthur Schiwon | 2012-10-27 | 1 | -1/+3 |
* | remove TODO comment, it's done | Arthur Schiwon | 2012-10-27 | 1 | -1/+0 |
* | LDAP: let result processing in Access::search slice the array for not-paginat... | Arthur Schiwon | 2012-10-27 | 2 | -14/+11 |
* | LDAP: debug messaged | Arthur Schiwon | 2012-10-27 | 1 | -3/+4 |
* | LDAP: sourced out paged search init into initPagedSearch method, making searc... | Arthur Schiwon | 2012-10-27 | 1 | -28/+46 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-27 | 1 | -0/+3 |
* | LDAP: let getUsers make use of paged search | Arthur Schiwon | 2012-10-26 | 1 | -15/+29 |
* | LDAP: add support for paged searches. | Arthur Schiwon | 2012-10-26 | 1 | -20/+115 |
* | LDAP: know, wether server supports paged search | Arthur Schiwon | 2012-10-26 | 1 | -0/+3 |
* | LDAP: check for resource before unbinding | Arthur Schiwon | 2012-10-26 | 1 | -1/+3 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-26 | 1 | -0/+37 |
* | Merge pull request #81 from fmms/master | Lukas Reschke | 2012-10-24 | 2 | -9/+9 |
|\ |
|
| * | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 2 | -9/+9 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-24 | 1 | -0/+1 |
* | | LDAP: properly check if Groups-feature is enabled | Arthur Schiwon | 2012-10-24 | 1 | -3/+2 |
|/ |
|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-23 | 3 | -15/+52 |
* | 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 |