aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/ajax
Commit message (Collapse)AuthorAgeFilesLines
* fix(user_ldap): Improve typing and fix a var nameCôme Chilliet2024-04-301-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-054-4/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-2/+2
| | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-0/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-251-21/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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>
* Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ↵Côme Chilliet2021-11-091-1/+1
| | | | | | PSR instead Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix two mistakes in previous migration to LoggerInterface in ↵Côme Chilliet2021-10-141-1/+2
| | | | | | OCA\User_LDAP\Access Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-13/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-063-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* user share manager to determine share ownershipArthur Schiwon2020-10-261-2/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-15/+15
| | | | | | | | | | | | | | | 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>
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-317-2/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-267-25/+25
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-057-10/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Access needs UserManager, missed to add in #8833Arthur Schiwon2018-04-231-1/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* more consistent namingArthur Schiwon2018-04-051-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon2018-04-051-6/+16
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Finally remove \OCP\JSONRoeland Jago Douma2018-03-231-9/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-227-45/+45
| | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* resolve DIArthur Schiwon2017-11-091-2/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-065-2/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Spelling: Shortening and bindingAllan Nordhøy2017-07-141-4/+4
|
* restore ldap_password_renew_prRoger Szabo2017-03-311-1/+2
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* Add prefix to the connectionJuan Pablo Villafáñez2016-10-271-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-103-3/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Hide the LDAP password in the client sideJuan Pablo Villafáñez2016-08-192-6/+17
| | | | | Connection checks will be done by using the configuration id, with the stored password. LDAP password won't be sent to the client.
* Merge pull request #595 from nextcloud/fix_slow_testblizzz2016-07-311-0/+7
|\ | | | | Close session fast when doing a test to prevent blocking the next requests
| * Close session fast when doing a test to prevent blocking the nextJuan Pablo Villafáñez2016-07-271-0/+7
| | | | | | | | requests
* | New LDAPProvider for user_ldaproot2016-07-221-1/+1
|/
* Update with robinJoas Schilling2016-07-213-3/+3
|
* Fix apps/Joas Schilling2016-07-217-13/+20
|
* Update license headersLukas Reschke2016-05-267-12/+18
|
* Move Access to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move Configuration to PSR-4Joas Schilling2016-05-252-4/+4
|
* Move Connection to PSR-4Joas Schilling2016-05-254-5/+5
|
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move Helper to PSR-4Joas Schilling2016-05-252-2/+2
|
* Move LDAP to PSR-4Joas Schilling2016-05-254-4/+4
|
* Move LogWrapper to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move wizardJoas Schilling2016-05-251-1/+1
|
* Move lib\user to PSR-4Joas Schilling2016-05-251-1/+1
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)