-
Notifications
You must be signed in to change notification settings - Fork 2.1k
explicit routes for files_external #10591
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
|
A new inspection was created. |
|
LGTM 👍 @PVince81 What's https://github.com/owncloud/core/blob/master/apps/files_external/list.php for? - Is this still used? - If so: Does it need to be routable? |
|
🚀 Test Passed. 🚀 |
|
|
@butonic can you please add this route as well? THX |
|
Same would be true for |
|
hm, I only see a http://localhost/core/index.php/apps/files/ajax/list.php?dir=%2F&sort=name&sortdirection=asc call so, my guess is a list.php route is not needed? |
|
@PVince81 the externals side bar is using OCS API calls - I guess list.php is not needed any more
|
|
Ok got it. That It doesn't need routing as it is not meant to be included/called from outside. |
|
So please DON'T DROP the files, but drop the route, if any was added. |
|
files not dropped, route not added. can we merge this now pls? |
|
Ok, I'll retest this app |
Where's the UI for the certificate ? Is it new ? (CC @icewind1991) |
|
Works 👍 |
explicit routes for files_external
Leftover of "Remove loadAppScriptFile #10522"
@LukasReschke @PVince81 @blizzz @th3fallen @MorrisJobke @DeepDiver1975