aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not query data that is already in the appconfigRoeland Jago Douma2016-10-101-23/+12
* cache loginName2UserName and cover the method with unit testsArthur Schiwon2016-10-073-4/+44
* Log the error with display nameJoas Schilling2016-10-061-2/+5
* Prevent user with empty uidJörn Friedrich Dreyer2016-10-041-0/+7
* Fix the User_LDAP appJoas Schilling2016-09-124-12/+12
* Fix phpdocRoeland Jago Douma2016-08-291-1/+1
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-297-11/+7
* Add unit testsLukas Reschke2016-08-151-7/+3
* change casing in section display namesArthur Schiwon2016-08-131-1/+1
* rename IAdmin to ISettings, the interface is not bound to a specific settings...Arthur Schiwon2016-08-111-2/+2
* more admin page splitup improvementsArthur Schiwon2016-08-101-31/+9
* Initial work on Apps page split:Arthur Schiwon2016-08-092-0/+182
* Merge pull request #590 from nextcloud/fixing-undefined-OfflineUser-composeAn...Morris Jobke2016-07-281-2/+8
|\
| * [stable9.1] Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes #...Thomas Müller2016-07-271-2/+8
* | Merge pull request #592 from nextcloud/ldap-avoidneedlesssetemailonloginLukas Reschke2016-07-281-1/+4
|\ \
| * | Prevent setting email and triggering events at login time (#25553)Vincent Petry2016-07-271-1/+4
| |/
* | Nextcloud license header for new filesroot2016-07-283-24/+31
* | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-271-1/+1
|\|