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

[QA] Test coverage for activites api #9543

Open
8 tasks
amrita-shrestha opened this issue Jul 5, 2024 · 1 comment
Open
8 tasks

[QA] Test coverage for activites api #9543

amrita-shrestha opened this issue Jul 5, 2024 · 1 comment
Assignees
Labels

Comments

@amrita-shrestha
Copy link
Contributor

amrita-shrestha commented Jul 5, 2024

Description

Add tests coverage for activities api https://owncloud.dev/libre-graph-api/#/activities/GetActivities

  • GET /v1beta1/extensions/org.libregraph/activities

  • web is using this api endpoint ( implemented)

Scenarios:

  • check activities for events (applicable to files, folders or spaces):
  • Activity filter:
    • depth (depth:1) - for folder, should not list the activities for files inside that folder
    • limit (limit:2)
  • share receiver can not see any activities, similar to versions

    if the user who makes the search request doesn't have the permission to see activities, early return with an error response (403?)

  • check activity message translation to the language other than English
@saw-jan
Copy link
Member

saw-jan commented Jul 24, 2024

Bug reports:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants