-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix file picker not respecting hidden files settings #30597
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
PVince81
left a comment
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.
👍 good enough as a quick fix for files app
hopefully we can move this to initial states later on
c89bf6d to
e14477a
Compare
e14477a to
07d3912
Compare
|
@PVince81 Can you re-review now that there is some new tests? :D |
|
actually the PR with the new tests is https://github.com/nextcloud/server/pull/30600/files. Sorry messed up my tabs |
PVince81
left a comment
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.
👍
|
/compile amend / |
|
/backport to stable23 |
|
/backport to stable22 |
|
/backport to stable21 |
07d3912 to
10a463b
Compare
This will only respect the setting inside the file app. For other apps we will either need to do an API call or add an input field with the same idea to spare a blocking api call. Signed-off-by: Carl Schwan <[email protected]>
10a463b to
1fa58be
Compare
|
The backport to stable23 failed. Please do this backport manually. |
|
The backport to stable22 failed. Please do this backport manually. |
|
The backport to stable21 failed. Please do this backport manually. |
This will only respect the setting inside the file app. For other apps
we will either need to do an API call or add an input field with the
same idea to spare a blocking api call.
Related to #30589
Signed-off-by: Carl Schwan [email protected]