-
Notifications
You must be signed in to change notification settings - Fork 60
Fixes for naughty filenames #868
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
|
@skjnldsv the sidebar test just seems to be flaky. Update: Oddly enough it just ran fine 3 times (after my force pushes) |
9ed4dda to
0785d13
Compare
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]>
0785d13 to
abecd79
Compare
Once in a while a timeout fails, I need to dive back into proper support of a after-close event for the AppSidebar component, so I can really trigger AFTER the sidebar is done collpasing :) |
|
Awesome pr! Thank you so much for ding this! |
|
/backport to stable21 |
|
/backport to stable20 |
|
/backport to stable19 |
|
The backport to stable20 failed. Please do this backport manually. |
|
The backport to stable19 failed. Please do this backport manually. |
|
@beardhatcode if possible, could you backport this to stable20 (and possibly stable19 ?) |
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.
Supersedes #867