Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure to use AccessFactory to create Access instances and use DI | Côme Chilliet | 2022-10-25 | 1 | -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 limits | Arthur Schiwon | 2022-10-18 | 1 | -28/+14 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ↵ | Côme Chilliet | 2021-11-09 | 1 | -2/+1 |
| | | | | | | PSR instead Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access | Côme Chilliet | 2021-10-12 | 1 | -1/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Use query builder instead of OC_DB in user_ldap | Joas Schilling | 2020-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | user share manager to determine share ownership | Arthur Schiwon | 2020-10-26 | 1 | -3/+5 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | formatting | Arthur Schiwon | 2020-04-23 | 1 | -12/+13 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | don't circulate with only one backend | Arthur Schiwon | 2020-04-17 | 1 | -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 keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -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 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -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 manager | Arthur Schiwon | 2018-04-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | use hash algo that's robust against collisions | Arthur Schiwon | 2018-03-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | resolve DI | Arthur Schiwon | 2017-11-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | don't skip updating when ajax is set as background job mode | Arthur Schiwon | 2017-11-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Little bit of code cleanup | Roeland Jago Douma | 2017-10-19 | 1 | -5/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Do not check existance before fetch | Roeland Jago Douma | 2017-10-19 | 1 | -14/+7 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | restore ldap_password_renew_pr | Roger Szabo | 2017-03-31 | 1 | -1/+4 |
| | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | Add repair steps | Arthur Schiwon | 2017-02-17 | 1 | -0/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | DI IConfig into ldap helper | Roeland Jago Douma | 2016-10-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | New LDAPProvider for user_ldap | root | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+4 |
| | |||||
* | Use proper namespaces - fixes #25078 (#25079) | Thomas Müller | 2016-06-13 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -3/+3 |
| | |||||
* | Move Access to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+0 |
| | |||||
* | Move Connection to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+0 |
| | |||||
* | Move FilesystemHelper to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+0 |
| | |||||
* | Move interface to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+0 |
| | |||||
* | Move LogWrapper to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+0 |
| | |||||
* | Move Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+204 |