summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/ajax/getConfiguration.php
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-221-4/+4
| | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Hide the LDAP password in the client sideJuan Pablo Villafáñez2016-08-191-1/+6
| | | | | Connection checks will be done by using the configuration id, with the stored password. LDAP password won't be sent to the client.
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-2/+3
|
* Move Connection to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move LDAP to PSR-4Joas Schilling2016-05-251-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-13/+14
|
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+14
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-14/+13
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-1/+1
| | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-271-1/+2
| | | | inheriting it.
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* LDAP settings: read configuration when another server config is chosenArthur Schiwon2013-01-231-0/+31