summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* existence check works without attribute (like with users)Arthur Schiwon2018-03-161-1/+2
* do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-051-5/+27
* use hash algo that's robust against collisionsArthur Schiwon2018-03-052-2/+2
* fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-261-6/+7
* do not catch ServerNotAvailableArthur Schiwon2018-01-262-2/+8
* Merge pull request #7708 from nextcloud/stable12-7599Morris Jobke2018-01-092-3/+6
|\
| * don't show recurring msg when pages result was turned offArthur Schiwon2018-01-052-3/+6
* | throw ServerNotAvailableException when LDAP is caught shutting downArthur Schiwon2018-01-051-7/+10
|/
* Merge pull request #6699 from nextcloud/backport-6522-stable12Morris Jobke2017-11-076-19/+31
|\
| * Backport of #6522Arthur Schiwon2017-09-296-19/+31
* | and add missing whitespaces to log outoutArthur Schiwon2017-10-231-2/+2
* | Keep the current quota if no suitable quota is foundJuan Pablo Villafáñez2017-10-231-1/+0
|/
* Merge pull request #6509 from nextcloud/backport-5689Roeland Jago Douma2017-09-203-23/+52
|\
| * listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-09-142-1/+41
| * simplify returning the homePath and fixing #4117Arthur Schiwon2017-09-142-23/+12
* | fix counting found results in search opArthur Schiwon2017-09-141-3/+6
* | replace hard-coded attribute with the corresponding settings optionArthur Schiwon2017-09-141-1/+1
* | fix limit-flaw in search on paged resultsArthur Schiwon2017-09-141-8/+8
|/
* : Bigversal and LDAPAllan Nordhøy2017-07-181-2/+2
* Rectify variable $uid->$userRoger Szabo2017-07-101-1/+1
* pass missing function parameterRoger Szabo2017-07-101-0/+1
* set needsPasswordReset flag correctlyRoger Szabo2017-07-101-1/+1
* suppress superflous php error on rejected password changeRoger Szabo2017-07-101-1/+1
* fix pagingArthur Schiwon2017-05-301-3/+4
* make sure used ldap connection resource is always up to dateArthur Schiwon2017-05-301-6/+8
* moved to something a little less invasive. back to passing CR around.bline2017-05-301-36/+40
* special case for controlPagedResultResponse. It would be nice if there was a ...bline2017-05-301-33/+78
* Merge pull request #4512 from nextcloud/fix-translations-2Morris Jobke2017-04-262-2/+14
|\
| * Use correct plural form and add special strings for tomorrow and todayJoas Schilling2017-04-262-2/+14
* | Fix usersInGroup retrievalArthur Schiwon2017-04-251-14/+2
* | fix method name due to changes in masterArthur Schiwon2017-04-251-1/+1
* | Merge branch 'master' of https://github.com/Xuanwo/server into Xuanwo-master2Arthur Schiwon2017-04-254-6/+196
|\ \ | |/ |/|
| * user_ldap: Add support for gidNumberXuanwo2017-04-254-6/+196
* | Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-2416-37/+484
|\ \
| * | unit test adjustmentRoger Szabo2017-04-071-2/+2
| * | blizzz comments 03.04.2017 with cachingRoger Szabo2017-04-061-2/+7
| * | blizzz comments 03.04.2017Roger Szabo2017-04-064-22/+25
| * | remove redundant tabsRoger Szabo2017-03-311-4/+4
| * | restore ldap_password_renew_prRoger Szabo2017-03-3115-36/+475
* | | Adjust existing bruteforce protection codeLukas Reschke2017-04-141-3/+0
* | | Change LDAP method namesMorris Jobke2017-04-123-15/+15
* | | Update comments to NextcloudMorris Jobke2017-04-1112-51/+51
|/ /
* | Merge pull request #4143 from nextcloud/ldap-downstream-64Roeland Jago Douma2017-03-301-7/+53
|\ \
| * | Add comments in the updateQuota method to explain the behaviorJuan Pablo Villafáñez2017-03-291-0/+14
| * | Check if the user exists before trying to set the quotaJuan Pablo Villafáñez2017-03-291-4/+9
| * | Correctly apply quotaJuan Pablo Villafáñez2017-03-291-6/+33
| |/
* | Merge pull request #4141 from nextcloud/ldap-downstream-9Morris Jobke2017-03-291-0/+5
|\ \
| * | Convert the group limit to match the same behaviour as the user searchJuan Pablo Villafáñez2017-03-291-0/+5
| |/
* | Merge pull request #3329 from andreas-p/ldap_no-memberof-with-memberuidRoeland Jago Douma2017-03-291-1/+3
|\ \ | |/ |/|
| * Don't try to use memberof on posixgroups, since it doesn't supportAndreas Pflug2017-01-311-1/+3