aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/ajax/testConfiguration.php
Commit message (Collapse)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+5
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-301-24/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
| | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-9/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-221-8/+8
| | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Spelling: Shortening and bindingAllan Nordhøy2017-07-141-4/+4
|
* Hide the LDAP password in the client sideJuan Pablo Villafáñez2016-08-191-5/+11
| | | | | Connection checks will be done by using the configuration id, with the stored password. LDAP password won't be sent to the client.
* Close session fast when doing a test to prevent blocking the nextJuan Pablo Villafáñez2016-07-271-0/+7
| | | | requests
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+2
|
* 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
|
* passing an empty base in this diagnosis call will not result in LDAP errorsArthur Schiwon2015-12-081-1/+1
| | | | Neither in "Invalid DN syntax" nor in "Object not found"
* throw exception on LDAP error 1, which we usually do not see and is pretty ↵Arthur Schiwon2015-05-181-0/+17
| | | | generic. AD uses is for uses not enlisted in the RFC, like on issues with anonymous binds. we also try to guess this case and show a hint.
* catch unallowed anonymous auth attempt and show specific errorArthur Schiwon2015-05-181-8/+13
|
* Update license headersJenkins for ownCloud2015-03-261-13/+15
|
* Revert "Updating license headers"Morris Jobke2015-02-261-14/+14
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-14/+14
|
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* LDAP: on testing configuration, set active property to true, otherwise ↵Arthur Schiwon2013-12-041-0/+2
| | | | inactive connections cannot be tested properly
* replacing ownCloud by theme-able name or avoid it's usageThomas Müller2013-10-291-1/+1
|
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-271-1/+2
| | | | inheriting it.
* Join split translated stringsBart Visscher2013-02-151-2/+1
|
* Style cleanup user_ldapBart Visscher2013-02-141-3/+7
|
* adding l10n support to user_ldapThomas Mueller2013-01-311-3/+5
|
* introduce configPrefix to allow settings for multiple LDAP serversArthur Schiwon2013-01-101-2/+2
|
* LDAP: add Test Configuration functionality in the settingsArthur Schiwon2012-07-261-0/+39