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: Endpoint to get the files shared with the user #80

Merged
merged 8 commits into from
Oct 24, 2023

Commits on Oct 18, 2023

  1. feat: Endpoint to obtain the list of shares, the tests are not yet im…

    …plemented
    
    Receives the user's token and returns the list of shared files/folders and the user they were shared with.
    Andvelavi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f589d23 View commit details
    Browse the repository at this point in the history
  2. feat: Shared list endpoint

    Receives the user's token and returns the list of shared files/folders that have been shared with them
    Andvelavi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3e1e57f View commit details
    Browse the repository at this point in the history
  3. fix: check-format

    Andvelavi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b2b106e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. refactor: Added the missing "extension" field

    Added the missing "extension" field in addition to changing sharedFile to files
    Andvelavi committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1bc361f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    5c56e70 View commit details
    Browse the repository at this point in the history
  2. refactor: init file and file_views

    The endpoint is complemented by adding the handler to the init file, in addition to adding the path in the file_views file
    Andvelavi committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b649bc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. feat: Tests for shared_files endpoint

    The endpoint shared files is completed, adding the tests, which exceed 70%
    Andvelavi committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    393167d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acacf09 View commit details
    Browse the repository at this point in the history