summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* fix pagingArthur Schiwon2017-05-261-3/+4
* make sure used ldap connection resource is always up to dateArthur Schiwon2017-05-251-6/+8
* moved to something a little less invasive. back to passing CR around.bline2017-05-251-36/+40
* special case for controlPagedResultResponse. It would be nice if there was a ...bline2017-05-251-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
* | 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