Feature #25397
Add filtering for filesystem.listdir
Status:
Resolved
Priority:
Expected
Assignee:
William Grzybowski
Category:
Middleware
Target version:
Estimated time:
Severity:
New
Reason for Closing:
Reason for Blocked:
Needs QA:
No
Needs Doc:
Yes
Needs Merging:
Yes
Needs Automation:
No
Support Suite Ticket:
n/a
Hardware Configuration:
Description
We would like server side filtering on the filesystem.listdir call so that we can do things like hide files when selecting a directory to be used as a share or a home directory
Associated revisions
feat(middlewared): add filters to filesystem.listdir
Ticket: #25397
feat(middlewared): add filters to filesystem.listdir
Ticket: #25397
History
#1
Updated by William Grzybowski over 3 years ago
- Status changed from Unscreened to Screened
#2
Updated by William Grzybowski over 3 years ago
- Status changed from Screened to Ready For Release
Example:
midclt call filesystem.listdir '/' '[["type", "=", "DIRECTORY"]]' | jq .
#3
Updated by Dru Lavigne over 3 years ago
- Subject changed from Filtering for filesystem.listdir to Add filtering for filesystem.listdir
#4
Updated by Dru Lavigne over 3 years ago
- Target version changed from 11.1 to 11.1-BETA1
#5
Updated by Dru Lavigne about 3 years ago
- Status changed from Ready For Release to Resolved
#6
Updated by Nick Wolff about 3 years ago
- QA Status Test Passes FreeNAS added
- QA Status deleted (
Not Tested)
#7
Updated by Joe Maloney about 3 years ago
- Needs QA changed from Yes to No