summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-12-2658-138/+92
|
* Merge pull request #2808 from alantygel/patch-1Morris Jobke2016-12-221-1/+1
|\ | | | | Translation string corrected > 1 user
| * Translation string corrected > 1 userAlan Tygel2016-12-211-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2016-12-222-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2016-12-202-8/+8
|
* remove frequent, unimportant log messageArthur Schiwon2016-12-191-5/+0
| | | | | | Fixes #2585 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #2504 from nextcloud/downstream-ldap-15Roeland Jago Douma2016-12-161-22/+122
|\ | | | | Downstream LDAP Range Support
| * adjust: sanitizeDN resides in HelperArthur Schiwon2016-12-051-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Extract lowercase conversion out of the loopJuan Pablo Villafáñez2016-12-051-1/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * range support for LDAP read operationsArthur Schiwon2016-12-051-22/+121
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-12-122-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-12-082-2/+12
|/
* [tx-robot] updated from transifexNextcloud bot2016-12-052-2/+6
|
* log exception about user not present on LDAP on login only if loglevel is ↵Arthur Schiwon2016-11-291-8/+11
| | | | | | set to debug Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2016-11-292-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-11-286-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-11-274-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2016-11-266-0/+24
|
* Add testsLukas Reschke2016-11-237-1/+268
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* restore ldap_password_prroot2016-11-2311-6/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> remove notification part Signed-off-by: Roger Szabo <roger.szabo@web.de> blizzz comments Signed-off-by: Roger Szabo <roger.szabo@web.de> morris comment Signed-off-by: Roger Szabo <roger.szabo@web.de> improved error message for changing password Signed-off-by: Roger Szabo <roger.szabo@web.de> blizz comments 20161013 Signed-off-by: Roger Szabo <roger.szabo@web.de> Signed-off-by: Roger Szabo <roger.szabo@web.de> Adjust HintException usage Signed-off-by: Roger Szabo <roger.szabo@web.de> Signed-off-by: Roger Szabo <roger.szabo@web.de>
* [tx-robot] updated from transifexNextcloud bot2016-11-202-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-11-192-2/+4
|
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2016-11-052-38/+102
|
* Merge pull request #1935 from nextcloud/downstream-ldap-26Lukas Reschke2016-10-311-1/+1
|\ | | | | Add prefix to the connection
| * Add prefix to the connectionJuan Pablo Villafáñez2016-10-271-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2016-10-282-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2016-10-254-4/+6
|
* Merge branch 'master' into downstream-ldap-3Arthur Schiwon2016-10-163-3/+4
|\ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * symfony replaced table helper by class, fixes two broken LDAP occ commandsArthur Schiwon2016-10-123-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix and tidy up tests after merge conflictsArthur Schiwon2016-10-131-16/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Update tests for phunit 5.5Victor Dubiniuk2016-10-135-30/+47
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Harden emptyVictor Dubiniuk2016-10-137-50/+59
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use more IConfig and add unit testsRoeland Jago Douma2016-10-102-21/+120
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-1026-27/+43
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not query data that is already in the appconfigRoeland Jago Douma2016-10-101-23/+12
| | | | | | This is already available. We better use a simple regex. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2016-10-082-0/+2
|
* cache loginName2UserName and cover the method with unit testsArthur Schiwon2016-10-074-12/+162
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* get rid of test warningsArthur Schiwon2016-10-061-21/+22
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Log the error with display nameJoas Schilling2016-10-061-2/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Prevent user with empty uidJörn Friedrich Dreyer2016-10-041-0/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2016-10-012-0/+2
|
* Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-282-125/+2
|\ | | | | Svgo optimization
| * Svgo optimizationskjnldsv2016-09-272-125/+2
| | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2016-09-282-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2016-09-232-16/+20
|
* [tx-robot] updated from transifexNextcloud bot2016-09-222-0/+2
|
* Fix the User_LDAP appJoas Schilling2016-09-127-17/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-09-082-0/+2
|