summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/access.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12984 from owncloud/ldap-user-cleanup-masterLukas Reschke2015-01-091-2/+27
|\
| * basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass.Arthur Schiwon2014-12-201-2/+26
| * LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-0/+1
* | Be less verbose when using a paged searchLyonel Vincent2014-12-241-1/+1
|/
* Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon2014-12-191-218/+62
* first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-1/+1
* add docArthur Schiwon2014-12-081-0/+1
* preserve an asterisk at the start when escaping a search termArthur Schiwon2014-12-081-2/+7
* Forward port of #12493Arthur Schiwon2014-12-041-1/+51
* fix counting when ldapPagingSize is 0Arthur Schiwon2014-11-211-6/+5
* phpdoc and mixed up lettersArthur Schiwon2014-11-201-0/+1
* to reassure that selected attributes still work, do not count all matching en...Arthur Schiwon2014-11-201-6/+8
* consolidate user count filter in wizard and user back endArthur Schiwon2014-11-201-0/+12
* Fix infinite loop if count and limit is 0Morris Jobke2014-11-111-1/+1
* Merge pull request #11172 from owncloud/user-ldap-no-bcmathblizzz2014-11-031-21/+27
|\
| * user_ldap: Reimplement convertSID2Str() without BCMath dependency.Andreas Fischer2014-11-031-21/+27
* | make performance less bad. Still far from good, but at least it worksArthur Schiwon2014-10-171-1/+1
|/
* make scrutinizer happy, very minor changesArthur Schiwon2014-10-011-1/+1
* init a new paged search on read operations to satisfy OpenLDAPArthur Schiwon2014-09-301-0/+3
* abandond paged search only if PHP supports themArthur Schiwon2014-09-301-1/+1
* abandon ongoing paged search before starting a new oneArthur Schiwon2014-09-301-4/+3
* properly cancel a Paginated Results operation in order to avoid protocol erro...Arthur Schiwon2014-09-301-4/+25
* better check whether string resembles a DN, fixes #9887Arthur Schiwon2014-08-111-0/+12
* make tests deal with missing bcmathArthur Schiwon2014-07-111-1/+1
* warn and continue gracefully if bcmath is not installedArthur Schiwon2014-07-101-0/+6
* support for AD primary groupsArthur Schiwon2014-07-081-5/+89
* adjust access constructor to masterArthur Schiwon2014-06-251-1/+1
* Port of LDAP Wizard: get correct total no of users, groups and complete list...Arthur Schiwon2014-06-251-5/+14
* Backport subset of #4179, re-established Oracle compatibility for LDAPArthur Schiwon2014-06-201-1/+1
* fix typo in var nameArthur Schiwon2014-06-051-1/+1
* get rid of @read in PHP doc after rebaseArthur Schiwon2014-06-031-3/+3
* LDAP: put out fetching of user meta data into a fully tested class of its own...Arthur Schiwon2014-06-031-9/+24
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-39/+39
* Fix whitespace issuesRobin McCorkell2014-05-161-5/+5
* PHPDoc fixes for user_ldapRobin McCorkell2014-05-161-15/+15
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-17/+17
* Use array as typeLukas Reschke2014-05-121-1/+1
* Use @return instead of @returnsLukas Reschke2014-05-111-4/+4
* Use proper PHPDoc and variable names in the LDAP libLukas Reschke2014-05-111-204/+231
* Merge pull request #6297 from leo-b/fix_ldap_errorsblizzz2014-04-231-4/+6
|\
| * "reset" ldap pagedSearch control by setting it to a high valueAlexander Bergolth2014-03-061-1/+1
| * only check ldap_errno if an ldap_* function actually failsroot2014-03-061-4/+6
* | add additional comments, PHPdoc and check whether it's really applicableArthur Schiwon2014-04-221-3/+12
* | LDAP: cache display names immediately on retrieval, saves tens of unecessary ...Arthur Schiwon2014-04-221-0/+6
* | Merge pull request #8220 from owncloud/type-hinting-ldapblizzz2014-04-171-2/+2
|\ \
| * | Fix PHPdoc in user_ldapBart Visscher2014-04-151-2/+2
* | | replace hardcoded limit of 400 with user controlled ldapPagingSize valueArthur Schiwon2014-04-091-2/+1
* | | Put inner loop into own method, let's see whether it makes scrutinizer happierArthur Schiwon2014-04-091-9/+18
* | | var count is assigned in the inner loop so it must be checked inside there to...Arthur Schiwon2014-04-091-1/+5
* | | initialize variableArthur Schiwon2014-04-091-0/+1