Skip to content
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

feat(files): Implement files list filters #45708

Merged
merged 6 commits into from
Jul 25, 2024
Merged

feat(files): Implement files list filters #45708

merged 6 commits into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. feat(files): Allow to add file list filters

    This adds sticky file list filters above the file list.
    Those filters are used to filter the directory content and thus filter the file list.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    968d412 View commit details
    Browse the repository at this point in the history
  2. feat(files): Implement files list filters for name, modified time and…

    … type
    
    Co-authored-by: John Molakvoæ <[email protected]>
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux and skjnldsv committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    842c21f View commit details
    Browse the repository at this point in the history
  3. refactor: Make route parameters accessible using composables to reuse

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    aad0976 View commit details
    Browse the repository at this point in the history
  4. feat(files_sharing): Add file list filter to filter by owner / sharee

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1fc6b79 View commit details
    Browse the repository at this point in the history
  5. test: Add cypress tests for file list filtering

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2c0e2cc View commit details
    Browse the repository at this point in the history
  6. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    66f77b5 View commit details
    Browse the repository at this point in the history