summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-052-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* LDAP clear cache on config modification also when done via API or CLIArthur Schiwon2018-12-171-1/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon2018-10-251-1/+0
| | | | | | | * so the check from older days is really not necessary anymore * resolves #10923 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Rectify variable $uid->$userRoger Szabo2017-07-101-1/+1
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* set needsPasswordReset flag correctlyRoger Szabo2017-06-221-1/+1
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-241-0/+180
|\ | | | | Handle password expiry in user_ldap
| * blizzz comments 03.04.2017Roger Szabo2017-04-061-8/+3
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * restore ldap_password_renew_prRoger Szabo2017-03-311-0/+185
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | Adjust existing bruteforce protection codeLukas Reschke2017-04-141-3/+0
|/ | | | | | | - Moves code to annotation - Adds the `throttle()` call on the responses on existing annotations Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* fix deletion for configIDs < s10Arthur Schiwon2017-01-201-14/+12
| | | | | | | Also move ensureConfigIDExists checks into try, it might throw DB related exceptions Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP PUT command now supports setting multiple keys at onceArthur Schiwon2017-01-201-14/+16
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for show configArthur Schiwon2017-01-191-0/+94
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* test against OCS v2 insteadArthur Schiwon2017-01-191-12/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add LDAP OCS Api for modifying a configurationArthur Schiwon2017-01-191-5/+64
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix and extend behat testsArthur Schiwon2017-01-191-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for delete configArthur Schiwon2017-01-181-0/+51
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for create configArthur Schiwon2017-01-181-0/+126
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>