-
Notifications
You must be signed in to change notification settings - Fork 58
Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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.
Unit tests fail; please update PageControllerTest as needed :-)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Tests are fixed, they still fail because the new classes from nextcloud/server#9084 are not available. Once that is merged they should run fine. |
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.
Looks good 👍
Retriggered them, because server PR was merged. |
Codecov Report
@@ Coverage Diff @@
## master #425 +/- ##
============================================
+ Coverage 82.55% 82.61% +0.05%
Complexity 360 360
============================================
Files 38 38
Lines 1313 1323 +10
============================================
+ Hits 1084 1093 +9
- Misses 229 230 +1
Continue to review full report at Codecov.
|
Look at all this beautiful green :) |
Use the new PublicPageResponse for NC14+ to render public pages that have the same header actions as the files_sharing app.
Fixes #403 and #358
Requires nextcloud/server#9084