Uh oh!
There was an error while loading. Please reload this page.
Conversation
ArtificialOwl
commented
Jan 16, 2018
clean nc14 (with the fix)+moodle34+plugin for moodle from owncloud : nextcloud.log: apache: |
ArtificialOwl
commented
Jan 16, 2018
nevermind, wrong endpoint for the webdav |
rullzer
commented
Jan 16, 2018
@pierreozoux maybe you can test this as well? |
Codecov Report
@@ Coverage Diff @@## master #7873 +/- ##
===========================================
- Coverage 51.7% 51.7% -0.01% - Complexity 25426 25427 +1
===========================================
Files 1598 1598 Lines 95236 95239 +3 Branches 1376 1376 ===========================================
+ Hits 49243 49244 +1 - Misses 45993 45995 +2
|
pierreozoux
commented
Jan 27, 2018
I confirm it works! Thanks for the proper fix :) |
rullzer
commented
Jan 27, 2018
@pierreozoux thanks for testing! And also thanks for your first PR, getting to know the code indeed takes time. Looking forward to the next one 😄 ! |
Dagefoerde
commented
Jan 29, 2018
Hi @rullzer, I tested your fix and it seems to work ok on Nextcloud 12.0.5 (+applied patch) in combination with the Moodle plugin. Thanks a lot for fixing this issue!! 👍 Some general remarks:
|
Fixes#5694 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
rullzer
commented
Jan 29, 2018
@Dagefoerde thanks for testing!
Because basically the OCS endpoints and the webdav endpoints are the 'official' endpoints we use. If you need more we can look into it. But I'd like to keep the rest of the system as locked down as possible ;)
Mmmm maybe you set Accept headers?
My bad. Fixed! |
Dagefoerde
commented
Jan 29, 2018
Not yet, but thank you. This was just intended as a general remark because I was wondering what would be the "right" extent of this patch.
Fair enough. Moodle's API sets an accept header (see below). Does Nextcloud use the value of this header? Thanks for the hint, I should be able to change that. |
rullzer
commented
Jan 29, 2018
Yes we use the accept header :) I shall fire of an issue to the doc repo to clarify this |
rullzer
commented
Jan 29, 2018
nickvergessen
commented
Jan 29, 2018
Fine by me 👍 |
MorrisJobke
commented
Jan 29, 2018
@rullzer Backport to stable13? |
Fixes#5694
Todo:
@daita please verify
@Dagefoerde could you also check this out? THNX.