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: Provide limit via dav property #241

Merged
merged 3 commits into from
Mar 22, 2024
Merged

feat: Provide limit via dav property #241

merged 3 commits into from
Mar 22, 2024

Conversation

Pytal
Copy link
Member

@Pytal Pytal commented Mar 15, 2024

@Pytal Pytal added the 3. to review Waiting for reviews label Mar 15, 2024
@Pytal Pytal requested review from artonge and skjnldsv March 15, 2024 19:35
@Pytal Pytal self-assigned this Mar 15, 2024
@Pytal Pytal enabled auto-merge March 15, 2024 19:35
@Pytal Pytal force-pushed the feat/dav branch 3 times, most recently from 9ccb708 to 6a2bb12 Compare March 15, 2024 23:40
return new LimitList([]);
}

$externalShares = $this->getSharesForTypes(
Copy link

Choose a reason for hiding this comment

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

Aren't we in the context of a specific share here? So the limit should be relative to the share and not every share.
Or maybe I missed something.

Copy link
Member Author

Choose a reason for hiding this comment

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

The context is a single file node which can have multiple external shares

Copy link

Choose a reason for hiding this comment

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

So the answer is for the share owner when he edits the share?

Copy link
Member Author

Choose a reason for hiding this comment

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

This would be for clients I guess as requested in this issue #239, no plan to use this for the web UI

Copy link

Choose a reason for hiding this comment

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

Ok, not sure what is the purpose then 🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

Any more details on clients-side @tobiasKaminsky?

Signed-off-by: Christopher Ng <[email protected]>
@Pytal Pytal enabled auto-merge March 22, 2024 19:01
@Pytal Pytal merged commit 1b72bef into master Mar 22, 2024
23 checks passed
@Pytal Pytal deleted the feat/dav branch March 22, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

limit info in webdav request
3 participants