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

🌟 Implement media filter and both download and upload origin #2206

Merged
merged 6 commits into from
Jun 1, 2022

Conversation

RomaricMourgues
Copy link
Contributor

@RomaricMourgues RomaricMourgues commented May 31, 2022

@RomaricMourgues RomaricMourgues marked this pull request as ready for review May 31, 2022 17:26
@RomaricMourgues RomaricMourgues merged commit 241c5f1 into linagora:develop Jun 1, 2022
@RomaricMourgues RomaricMourgues added the qa:ready When a PR is ready to go to QA label Jun 1, 2022
RomaricMourgues added a commit that referenced this pull request Jun 1, 2022
* Implement media filter and both download and upload origin

* Add user in the file object

* Fix recent backend endpoints

* Fixing tests

* Fix tests
@github-actions github-actions bot added staging:qa and removed qa:ready When a PR is ready to go to QA staging:develop labels Jun 1, 2022
@RomaricMourgues RomaricMourgues added canary:ready Any PR with this label will be cherry picked in canary environment and removed canary:ready Any PR with this label will be cherry picked in canary environment labels Jun 1, 2022
RomaricMourgues added a commit that referenced this pull request Jun 1, 2022
* Implement media filter and both download and upload origin

* Add user in the file object

* Fix recent backend endpoints

* Fixing tests

* Fix tests
@github-actions github-actions bot added staging:canary and removed canary:ready Any PR with this label will be cherry picked in canary environment staging:qa labels Jun 1, 2022
@@ -131,17 +136,15 @@ export class ViewsController {

const userFiles = await gr.services.files.listUserMarkedFiles(
request.currentUser.id,
request.query.type,
request.query.type || "both",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

request.query.type can't be undefined (to become "both") cause it has strict check on line 133

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oups, my mistake

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

Successfully merging this pull request may close these issues.

2 participants