Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
|\ | | | | | LDAP: improved object existence check | ||||
| * | 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 |
| | | | | | | This way, readAttribute can act as an existence checker. | ||||
* | | Merge pull request #242 from fmms/checkstyle05 | Thomas Müller | 2012-11-05 | 1 | -1/+1 |
|\ \ | | | | | | | Checkstyle fixes | ||||
| * | | 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 ↵ | Arthur Schiwon | 2012-11-01 | 1 | -6/+6 |
|/ / | | | | | | | update. Fixes #194 | ||||
* | | [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 ↵ | Arthur Schiwon | 2012-10-27 | 2 | -14/+11 |
| | | | | not-paginated search. getUsers e.g. does not need to take care of it anymore. adjustments in group_ldap to follow. | ||||
* | LDAP: debug messaged | Arthur Schiwon | 2012-10-27 | 1 | -3/+4 |
| | |||||
* | LDAP: sourced out paged search init into initPagedSearch method, making ↵ | Arthur Schiwon | 2012-10-27 | 1 | -28/+46 |
| | | | | search slicker again | ||||
* | [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 |
|\ | | | | | Codestyle add some needed spaces. | ||||
| * | 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 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-22 | 1 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-20 | 1 | -7/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-19 | 1 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 1 | -0/+37 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 1 | -0/+8 |
| | |||||
* | 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 |
| |