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

Feature/server forbidden filenames #6965

Merged
merged 13 commits into from
Aug 21, 2024
Merged

Commits on Aug 21, 2024

  1. Parse forbidden filename related capability features

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8f7ad48 View commit details
    Browse the repository at this point in the history
  2. Check for new forbidden filename-related capabilities during exclusio…

    …n handling in discovery
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    29ab9ec View commit details
    Browse the repository at this point in the history
  3. Add test for new forbidden filename capabilities

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    071ab93 View commit details
    Browse the repository at this point in the history
  4. Provide Windows-compatible forbidden filename character in forbidden …

    …filenames test
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    eee3a09 View commit details
    Browse the repository at this point in the history
  5. Assign invalid filename on server syncfileitem status to items with f…

    …orbidden filenames
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1578cb1 View commit details
    Browse the repository at this point in the history
  6. Also provide notification for items that have file name invalid on se…

    …rver
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    eb189f8 View commit details
    Browse the repository at this point in the history
  7. Add rename file link/button to invalid filename activities

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a9dfc6e View commit details
    Browse the repository at this point in the history
  8. Handle invalid filename activities button verb in activity list model

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    94d62e0 View commit details
    Browse the repository at this point in the history
  9. Add invalid mode enum to invalid filename dialog

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f07b492 View commit details
    Browse the repository at this point in the history
  10. Provide different message and explanation strings in invalid filename…

    … dialog depending on invalid mode
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    aaf0653 View commit details
    Browse the repository at this point in the history
  11. Set invalid filename dialog mode in activity list model

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    598f2c9 View commit details
    Browse the repository at this point in the history
  12. Store forbidden filename match bools outside of if statement

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7880675 View commit details
    Browse the repository at this point in the history
  13. When forbidden filename sync warning is encountered, add reason why t…

    …he filename is forbidden to the item's error string
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    abb1f89 View commit details
    Browse the repository at this point in the history