Skip to content

feat: Provide limit via dav property#241

Merged
Pytal merged 3 commits intomasterfrom
feat/dav
Mar 22, 2024
Merged

feat: Provide limit via dav property#241
Pytal merged 3 commits intomasterfrom
feat/dav

Conversation

@Pytal
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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?

Comment thread lib/Dav/PropFindPlugin.php
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Pytal added 2 commits March 22, 2024 11:58
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
@Pytal Pytal enabled auto-merge March 22, 2024 19:01
@Pytal Pytal merged commit 1b72bef into master Mar 22, 2024
@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