summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Proxy.php
Commit message (Collapse)AuthorAgeFilesLines
* Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-251-31/+15
| | | | 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-28/+14
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ↵Côme Chilliet2021-11-091-2/+1
| | | | | | PSR instead Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-121-1/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-061-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* user share manager to determine share ownershipArthur Schiwon2020-10-261-3/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* formattingArthur Schiwon2020-04-231-12/+13
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* don't circulate with only one backendArthur Schiwon2020-04-171-2/+15
| | | | | | | - saves some overhead costs - in some occasions saves LDAP requests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+8
| | | | | | | | | | | | | | | 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-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/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* DI for NC's user managerArthur Schiwon2018-04-051-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* use hash algo that's robust against collisionsArthur Schiwon2018-03-021-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* resolve DIArthur Schiwon2017-11-091-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-091-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Little bit of code cleanupRoeland Jago Douma2017-10-191-5/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not check existance before fetchRoeland Jago Douma2017-10-191-14/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* restore ldap_password_renew_prRoger Szabo2017-03-311-1/+4
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* Add repair stepsArthur Schiwon2017-02-171-0/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* New LDAPProvider for user_ldaproot2016-07-221-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+4
|
* Use proper namespaces - fixes #25078 (#25079)Thomas Müller2016-06-131-1/+2
|
* Update license headersLukas Reschke2016-05-261-3/+3
|
* Move Access to PSR-4Joas Schilling2016-05-251-1/+0
|
* Move Connection to PSR-4Joas Schilling2016-05-251-1/+0
|
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-251-1/+0
|
* Move interface to PSR-4Joas Schilling2016-05-251-1/+0
|
* Move LogWrapper to PSR-4Joas Schilling2016-05-251-1/+0
|
* Move Proxy to PSR-4Joas Schilling2016-05-251-0/+204