Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix psalm spotted errors with new requirements | Côme Chilliet | 2023-01-02 | 1 | -0/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Make sure to use AccessFactory to create Access instances and use DI | Côme Chilliet | 2022-10-25 | 1 | -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 limits | Arthur Schiwon | 2022-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -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 Chilliet | 2021-11-09 | 1 | -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 Chilliet | 2021-10-14 | 1 | -1/+2 |
| | | | | | | OCA\User_LDAP\Access Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 7 | -13/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use query builder instead of OC_DB in user_ldap | Joas Schilling | 2020-11-06 | 3 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | user share manager to determine share ownership | Arthur Schiwon | 2020-10-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 6 | -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 if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 7 | -2/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 7 | -25/+25 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 7 | -10/+11 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Access needs UserManager, missed to add in #8833 | Arthur Schiwon | 2018-04-23 | 1 | -1/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | more consistent naming | Arthur Schiwon | 2018-04-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | LDAP backend to emit announce and revoke signals on mapping changes | Arthur Schiwon | 2018-04-05 | 1 | -6/+16 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Finally remove \OCP\JSON | Roeland Jago Douma | 2018-03-23 | 1 | -9/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 7 | -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() method | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | resolve DI | Arthur Schiwon | 2017-11-09 | 1 | -2/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 5 | -2/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Spelling: Shortening and binding | Allan Nordhøy | 2017-07-14 | 1 | -4/+4 |
| | |||||
* | restore ldap_password_renew_pr | Roger Szabo | 2017-03-31 | 1 | -1/+2 |
| | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | Add prefix to the connection | Juan Pablo Villafáñez | 2016-10-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | DI IConfig into ldap helper | Roeland Jago Douma | 2016-10-10 | 3 | -3/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Hide the LDAP password in the client side | Juan Pablo Villafáñez | 2016-08-19 | 2 | -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_test | blizzz | 2016-07-31 | 1 | -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 next | Juan Pablo Villafáñez | 2016-07-27 | 1 | -0/+7 |
| | | | | | | | | requests | ||||
* | | New LDAPProvider for user_ldap | root | 2016-07-22 | 1 | -1/+1 |
|/ | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 7 | -13/+20 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 7 | -12/+18 |
| | |||||
* | Move Access to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Move Configuration to PSR-4 | Joas Schilling | 2016-05-25 | 2 | -4/+4 |
| | |||||
* | Move Connection to PSR-4 | Joas Schilling | 2016-05-25 | 4 | -5/+5 |
| | |||||
* | Move FilesystemHelper to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Move Helper to PSR-4 | Joas Schilling | 2016-05-25 | 2 | -2/+2 |
| | |||||
* | Move LDAP to PSR-4 | Joas Schilling | 2016-05-25 | 4 | -4/+4 |
| | |||||
* | Move LogWrapper to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Move wizard | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Move lib\user to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Use IUser::setEMailAddress in ldap as well | Thomas Müller | 2016-01-20 | 1 | -1/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 7 | -7/+7 |
| | |||||
* | passing an empty base in this diagnosis call will not result in LDAP errors | Arthur Schiwon | 2015-12-08 | 1 | -1/+1 |
| | | | | Neither in "Invalid DN syntax" nor in "Object not found" | ||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| |