summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* add primary group users to resultset before cachingArthur Schiwon2015-07-231-1/+2
|
* Fixes returns of group memberships and counting if all members have the ↵Arthur Schiwon2015-07-232-9/+77
| | | | specific groups as primary set.
* and escape the search termArthur Schiwon2015-07-233-1/+5
|
* :lipstick:Arthur Schiwon2015-07-231-4/+4
|
* fix counting of users in primary groupArthur Schiwon2015-07-232-24/+69
|
* inlcude AD primary group in user filter, if a group is selected. fixes #12190Arthur Schiwon2015-07-231-2/+12
|
* Backport of #17723 to stable8Arthur Schiwon2015-07-202-125/+133
| | | | | | fix runtime caching in ldap's user manager, fixes #17631 fix indentation. no code changes, whitespace only.
* LDAP: make sure port input box is not getting too small on low widthArthur Schiwon2015-07-061-3/+5
|
* Merge pull request #17318 from owncloud/stable8-clean-ocsidMorris Jobke2015-07-021-1/+1
|\ | | | | [stable8] Delete OCS ID from DB if none is specified
| * Bump versionsLukas Reschke2015-07-021-1/+1
| |
* | [stable8] Remove OCS IDsLukas Reschke2015-07-021-1/+0
|/ | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
* Backport of #16890 to stable8Arthur Schiwon2015-06-182-6/+10
| | | | | | the user is gone, userExists will not bring him back. But the user's folder needs to be deleted anyway delete user test to take getHome into account to ensure it is also deleted subsequently
* Merge pull request #16627 from owncloud/stable8-multiselectsaveraceconditionblizzz2015-06-171-3/+18
|\ | | | | [stable8] Fix LDAP wizard saveMultiSelect race condition
| * save multiselect box on close, not on click. Makes it less frequent and less ↵Arthur Schiwon2015-06-051-1/+1
| | | | | | | | prone to race conditions
| * Fix LDAP wizard saveMultiSelect race conditionVincent Petry2015-06-011-2/+17
| | | | | | | | | | | | | | | | Whenever a checkbox is ticked in a multiselect box, it will trigger the saving and retrieving ajax calls at the same time. This fix makes sure that it will first save, and only once saving is done, do the call that retrieves the filter.
* | port detection needs to take care of now thrown exceptions when LDAP server ↵Arthur Schiwon2015-06-051-13/+21
|/ | | | is not available
* throw exception when LDAP Connection was lostArthur Schiwon2015-04-221-0/+4
|
* fix cherrypickingJörn Friedrich Dreyer2015-04-223-15/+18
|
* fix typo and commentMorris Jobke2015-04-222-3/+3
|
* throw exception if setup is incompleteMorris Jobke2015-04-221-1/+3
|
* fix_testsJörn Friedrich Dreyer2015-04-223-49/+201
| | | | | Conflicts: apps/user_ldap/tests/user_ldap.php
* do not hide exception when ldap server has a hiccupJörn Friedrich Dreyer2015-04-223-17/+10
|
* offset needs to be considered in computed limitArthur Schiwon2015-03-242-1/+15
|
* support paged results against 389ds.Arthur Schiwon2015-03-131-3/+6
|
* set up paged search when limit is 0Arthur Schiwon2015-03-091-0/+11
|
* Remove old l10n filesJoas Schilling2015-02-191-6/+0
|
* no fruitless count attempts, and notification should disappearArthur Schiwon2015-02-102-5/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-80/+80
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-0/+12
|
* Merge pull request #13849 from owncloud/ldap-oc8-updateblizzz2015-02-042-49/+1
|\ | | | | no update routine needed from OC 7 to 8
| * no update routine needed from OC 7 to 8Arthur Schiwon2015-02-032-49/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-036-14/+16
|
* Merge pull request #13817 from owncloud/core-apps-dependenciesMorris Jobke2015-02-021-0/+3
|\ | | | | encryption requires openssl and user_ldap requires ldap :speak_no_evil:
| * encryption requires openssl and user_ldap requires ldap :speak_no_evil:Thomas Müller2015-02-021-0/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-312-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-302-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-282-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-212-6/+6
|
* this must be larger then (>), since buggy behaviour occurs when the ↵Arthur Schiwon2015-01-201-1/+1
| | | | parameter is a small number
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-202-0/+2
|
* Merge pull request #13362 from owncloud/fix-11442Thomas Müller2015-01-193-38/+92
|\ | | | | LDAP Wizared: update user or group count only, when the multiselect is closed
| * coding styleArthur Schiwon2015-01-152-5/+8
| |
| * update user or group count only, when the multiselect is closedArthur Schiwon2015-01-141-4/+34
| |
| * allow to read again objectclasses and groups under certain conditionsArthur Schiwon2015-01-142-2/+31
| |
| * JS cleanupArthur Schiwon2015-01-133-34/+26
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-192-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-172-6/+50
| |
* | compress icons of LDAP and WebDAV-AuthJan-Christoph Borchardt2015-01-161-59/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-152-0/+2
| |