-
Notifications
You must be signed in to change notification settings - Fork 60
Fixes for naughty filenames #867
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
91048ce to
acdda92
Compare
|
Thank you for this! There is a lot to cover indeed! Feel free to ping me if needed! 💪 |
Signed-off-by: Robbert Gurdeep Singh <[email protected]>
Signed-off-by: Robbert Gurdeep Singh <[email protected]>
Signed-off-by: Robbert Gurdeep Singh <[email protected]>
Signed-off-by: Robbert Gurdeep Singh <[email protected]>
Signed-off-by: Robbert Gurdeep Singh <[email protected]>
Signed-off-by: Robbert Gurdeep Singh <[email protected]>
Signed-off-by: Robbert Gurdeep Singh <[email protected]>
Signed-off-by: Robbert Gurdeep Singh <[email protected]>
Without this commit cypress may sat it has created a user when that is not the case. Nextcloud returns a 200 HTTP code with a status set to "failure" Signed-off-by: Robbert Gurdeep Singh <[email protected]>
Signed-off-by: Robbert Gurdeep Singh <[email protected]>
76a9c46 to
9ed4dda
Compare
|
@skjnldsv I'm ready with this, I (or someone else) will fix the double escaping issue in the error page (and make tests for it) in another PR. I fixed the issues I found with these tests. The results of the added test can be seen in the GH action. Commit 9f85553 should probably not be squashed when merging, it fixes a semi-unrelated error. Do you have any feedback? |
|
It seems that some tests still fails :) Btw, because you're a member here, you can create branches here, and benefit from the integrated record of cypress testing 😉 |
|
Superseded by #868 |
I've added some tests and fixes to open files named
In a folder named
It breaks things :), when I (or someone else) has time I'll try to fix the issues as well, the audio/video player breaks with these names.
Issues to be fixed:
error box→ for other PRAdd test for failing load (to test error box)→for other PRSuggestions for making the filenames even naughtier are very welcome.