-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add index route for the OC10 integration #5201
Conversation
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.
LGTM
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.
No changes in routes.php
needed? 🤔
@kulmann Ahh good catch, this one got lost indeed. Added 👍 |
💥 Acceptance tests webUIFiles2 failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/16019/
webUIFilesDetails-fileDetails-feature-116.pngwebUIFilesDetails-fileDetails-feature-172.pngwebUIFilesDetails-fileDetails-feature-66.pngwebUIFilesDetails-fileDetails-feature-82.pngwebUIFilesDetails-fileDetails-feature-99.pngwebUIFilesList-sort-feature-51.pngwebUIFilesList-sort-feature-72.png💥 Acceptance tests webUIFiles2 failed. The build is cancelled... |
💥 Acceptance tests webUIFiles2 failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/16020/
webUIFilesDetails-fileDetails-feature-116.pngwebUIFilesDetails-fileDetails-feature-172.pngwebUIFilesDetails-fileDetails-feature-66.pngwebUIFilesDetails-fileDetails-feature-82.pngwebUIFilesDetails-fileDetails-feature-99.pngwebUIFilesList-sort-feature-51.pngwebUIFilesList-sort-feature-72.png💥 Acceptance tests webUIFiles2 failed. The build is cancelled... |
💥 Acceptance tests Trashbin failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/16022/
webUITrashbinRestore-trashbinRestore-feature-138.pngwebUITrashbinRestore-trashbinRestore-feature-14.pngwebUITrashbinRestore-trashbinRestore-feature-181.pngwebUITrashbinRestore-trashbinRestore-feature-222.pngwebUITrashbinRestore-trashbinRestore-feature-241.pngwebUITrashbinRestore-trashbinRestore-feature-260.pngwebUITrashbinRestore-trashbinRestore-feature-30.png💥 Acceptance tests Trashbin failed. The build is cancelled... |
3841564
to
86d5137
Compare
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.
Awesome 🥇
Description
Added an index route for the OC10 integration which gets called when opening http://your-server/index.php/apps/web. The route basically redirects to the same URL while appending /index.html, as this is the correct URL for accessing the Web UI. Setting Web as default layout would result in an endless redirect loop otherwise.
Related Issue
Types of changes
Checklist: