summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/access.php
Commit message (Expand)AuthorAgeFilesLines
* support paged results against 389ds.Arthur Schiwon2015-03-121-3/+6
* set up paged search when limit is 0Arthur Schiwon2015-03-051-0/+11
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+14
* Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke2015-02-241-1/+1
|\
| * and escape the search termArthur Schiwon2015-01-291-1/+1
* | Updating license headersJenkins for ownCloud2015-02-231-14/+24
* | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-101-7/+7
|\ \ | |/ |/|
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-7/+7
* | this must be larger then (>), since buggy behaviour occurs when the parameter...Arthur Schiwon2015-01-201-1/+1
|/
* fix retrieval of user groupsArthur Schiwon2015-01-121-1/+5
* 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
|\