-
Notifications
You must be signed in to change notification settings - Fork 14
Bump phpSPO to 2.4, brings 2019 support #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
57b601d to
1e292d5
Compare
1e292d5 to
47f8933
Compare
47f8933 to
3d7abdc
Compare
* adjusts to namespace changes * adjusts to simplified client context and auth mechanism Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
- file content items are provided as Field - fetch lastResponse via event, since Requests::getHistory() was removed - getProperties() was removed, provide a list of known properties - adjust to changed auth mechanism - migrate NTLM auth mechanism Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3d7abdc to
b91194c
Compare
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
/backport to stable23 |
|
/backport to stable22 |
|
/backport to stable21 |
lib/Client.php
Outdated
| } else { | ||
| $lastRequest = $this->getLastRequestData(); | ||
| if (!isset($lastRequest['response'])) { | ||
| if (!isset($this->lastResponse)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redundant with if (!isset($this->lastResponse['error'])) { on line 132
lib/Client.php
Outdated
| namespace OCA\SharePoint; | ||
|
|
||
| use Exception; | ||
| use OCP\ILogger; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems ILogger was not used before and I don’t see it used in the diff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In ensureConnection(), but let me replace that as well.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
/backport to stable20 |
|
The backport to stable20 failed. Please do this backport manually. |
solves #49