-
Notifications
You must be signed in to change notification settings - Fork 6
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: External links feature branch #1306
base: master
Are you sure you want to change the base?
Conversation
feat(Endpoint): Finish the external links endpoint implementation
refactor: Simplified code
} | ||
|
||
let configuration = Configuration(selectAllSupported: false, | ||
rootTitle: "public share", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either empty or not hardcoded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup I had a todo in the old PR
kDrive/UI/Controller/Menu/SharedWithMe/SharedWithMeViewModel.swift
Outdated
Show resolved
Hide resolved
feat: External links list files
feat: External links download files
Quality Gate passedIssues Measures |
Abstract
Feature PR of the external links
Core tasks so far:
FileListViewController
Merged PRs:
sub PRs to review:
sub PRs DRAFT:
⚠ Must change deeplink handling backend side when the app is live.