summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-2/+2
* | Background jobs can take 4k of characters only. We find a good batch size.Arthur Schiwon2017-02-173-9/+20
* | Add repair stepsArthur Schiwon2017-02-178-0/+266
* | add integration test for uuid attr detectionArthur Schiwon2017-02-171-0/+2
* | Fix determining the UUID attribute, default of the override is nullArthur Schiwon2017-02-171-1/+1
* | Merge pull request #3421 from espro/freeipa-uuid-fixMorris Jobke2017-02-151-1/+1
|\ \
| * | Update uuidAttributes list to include FreeIPA's ipauniqueidBrent Bloxam2017-02-101-1/+1
| |/
* / LDAP's checkPassword should only catch when a user was not found, fixes #2431Arthur Schiwon2017-01-303-36/+85
|/
* Merge pull request #3264 from nextcloud/ldap-deny-long-dnsMorris Jobke2017-01-262-0/+14
|\
| * Gracefully deny users or groups with too long DNsArthur Schiwon2017-01-252-0/+14
* | Merge pull request #3162 from nextcloud/ldap-ocsMorris Jobke2017-01-254-19/+359
|\ \
| * | fix deletion for configIDs < s10Arthur Schiwon2017-01-201-14/+12
| * | LDAP PUT command now supports setting multiple keys at onceArthur Schiwon2017-01-201-14/+16
| * | LDAP OCS Api for show configArthur Schiwon2017-01-191-0/+94
| * | test against OCS v2 insteadArthur Schiwon2017-01-191-12/+4
| * | add LDAP OCS Api for modifying a configurationArthur Schiwon2017-01-191-5/+64
| * | fix and extend behat testsArthur Schiwon2017-01-191-2/+2
| * | LDAP OCS Api for delete configArthur Schiwon2017-01-181-0/+51
| * | LDAP OCS Api for create configArthur Schiwon2017-01-184-19/+163
* | | Add icon to admin page sidebar for LDAPMorris Jobke2017-01-241-1/+1
| |/ |/|
* | Add the icons for shipped appsJoas Schilling2017-01-191-3/+18
|/
* remove frequent, unimportant log messageArthur Schiwon2016-12-191-5/+0
* adjust: sanitizeDN resides in HelperArthur Schiwon2016-12-051-1/+1
* Extract lowercase conversion out of the loopJuan Pablo Villafáñez2016-12-051-1/+2
* range support for LDAP read operationsArthur Schiwon2016-12-051-22/+121
* log exception about user not present on LDAP on login only if loglevel is set...Arthur Schiwon2016-11-291-8/+11
* Add testsLukas Reschke2016-11-233-1/+5
* restore ldap_password_prroot2016-11-237-5/+118
* Merge branch 'master' into downstream-ldap-3Arthur Schiwon2016-10-163-3/+4
|\
| * symfony replaced table helper by class, fixes two broken LDAP occ commandsArthur Schiwon2016-10-123-3/+4
* | Harden emptyVictor Dubiniuk2016-10-137-50/+59
|/
* Use more IConfig and add unit testsRoeland Jago Douma2016-10-101-21/+25
* DI IConfig into ldap helperRoeland Jago Douma2016-10-1011-11/+25