summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* Backport of #17723 to stable7Arthur Schiwon2015-07-202-156/+164
* Merge pull request #17319 from owncloud/stable7-clean-ocsidMorris Jobke2015-07-021-1/+1
|\
| * Bump versionsLukas Reschke2015-07-021-1/+1
* | [stable7] Remove OCS IDsLukas Reschke2015-07-021-1/+0
|/
* Backport of #16890 to stable7Arthur Schiwon2015-06-182-5/+10
* port detection needs to take care of now thrown exceptions when LDAP server i...Arthur Schiwon2015-06-051-13/+21
* Fix compatibility with 5.4 againLukas Reschke2015-06-011-1/+1
* Merge pull request #13742 from owncloud/fix-12190-2-stable7Thomas Müller2015-05-265-30/+164
|\
| * add primary group users to resultset before cachingArthur Schiwon2015-05-141-1/+2
| * Fixes returns of group memberships and counting if all members have the speci...Arthur Schiwon2015-04-142-9/+77
| * Backport of #13740Arthur Schiwon2015-04-145-26/+91
* | throw exception when LDAP Connection was lostArthur Schiwon2015-04-221-0/+4
* | throw exception if setup is incompleteMorris Jobke2015-04-221-1/+3
* | fix_testsJörn Friedrich Dreyer2015-04-223-50/+200
* | do not hide exception when ldap server has a hiccupJörn Friedrich Dreyer2015-04-223-18/+11
|/
* Merge pull request #14889 from owncloud/backport-14849-stable7Morris Jobke2015-03-241-3/+6
|\
| * support paged results against 389ds.Arthur Schiwon2015-03-131-3/+6
* | offset needs to be considered in computed limitArthur Schiwon2015-03-242-1/+15
|/
* set up paged search when limit is 0Arthur Schiwon2015-03-051-0/+11
* fix update routineArthur Schiwon2015-01-291-1/+1
* this must be larger then (>), since buggy behaviour occurs when the parameter...Arthur Schiwon2015-01-211-1/+1
* fix retrieval of user groupsArthur Schiwon2015-01-132-2/+8
* and don't forget to adjust testsArthur Schiwon2014-12-181-21/+12
* PHPdoc fixes, no code changeArthur Schiwon2014-12-173-5/+7
* forgotten fileArthur Schiwon2014-12-171-0/+129
* add ldap:check-user to check user existance on the flyArthur Schiwon2014-12-175-28/+81
* LDAP User CleanupArthur Schiwon2014-12-1530-89/+1034
* Merge pull request #12663 from zinks-/l10n-fr-backportMorris Jobke2014-12-101-6/+6
|\
| * Patched french translation (backported from master)Thomas Imbreckx2014-12-051-6/+6
* | add docArthur Schiwon2014-12-081-0/+1
* | preserve an asterisk at the start when escaping a search termArthur Schiwon2014-12-082-3/+8
|/
* Merge pull request #12309 from owncloud/ldap-cache-user-countblizzz2014-12-041-0/+5
|\
| * cache total user countArthur Schiwon2014-11-191-0/+5
* | LDAP search filter creation changes:Arthur Schiwon2014-11-281-1/+40
* | add ldap-search command to occArthur Schiwon2014-11-283-0/+112
|/
* user_ldap: Reimplement convertSID2Str() without BCMath dependency.Andreas Fischer2014-11-123-54/+57
* Fix infinite loop if count and limit is 0Morris Jobke2014-11-111-1/+1
* dont fail with 500 if configured display name attribute is not setArthur Schiwon2014-11-112-3/+29
* on xp'ed mode and switching configurations: save raw mode instead of toggling...Arthur Schiwon2014-10-312-14/+10
* backport of #11494Arthur Schiwon2014-10-183-14/+84
* backport of #11478Arthur Schiwon2014-10-1612-206/+551
* Log warning when no uid was found for userVincent Petry2014-10-101-0/+4
* Prevent button click when enter key is pressed in LDAP wizardVincent Petry2014-10-103-3/+3
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+1
* Backport of #10527Arthur Schiwon2014-10-092-8/+31
* Updated info.xml app descriptionMTRichards2014-10-081-4/+2
* dn needs to be fetched to be able to detect memberOf supportArthur Schiwon2014-09-291-2/+4
* update encryption doc linkVolkan Gezer2014-09-181-1/+1
* adding unit test to truncate the tableThomas Müller2014-09-172-1/+32
* Use Doctrine Platform to generate SQL query for table truncation.Andreas Fischer2014-09-171-8/+3