feat(recent-files): add recent_files_limit config on files settings#58761
Merged
provokateurin merged 9 commits intomasterfrom Mar 26, 2026
Merged
feat(recent-files): add recent_files_limit config on files settings#58761provokateurin merged 9 commits intomasterfrom
provokateurin merged 9 commits intomasterfrom
Conversation
7 tasks
7631ec7 to
da37572
Compare
654547e to
0ee97af
Compare
0ee97af to
a999f0e
Compare
provokateurin
requested changes
Mar 19, 2026
a999f0e to
40362f5
Compare
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
09d3bdd to
48ce8c3
Compare
Contributor
Author
|
Quick update on the state of this PR:
PR updated to handle only the backend part and to enable setting |
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
e7b9b07 to
9b605de
Compare
artonge
reviewed
Mar 25, 2026
…h function Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
Contributor
Author
|
/backport to stable33 |
artonge
reviewed
Mar 25, 2026
Collaborator
artonge
left a comment
There was a problem hiding this comment.
Looks good to me besides one question
Contributor
Author
|
/backport to stable32 |
Contributor
Author
|
/backport to stable31 |
Contributor
Author
|
/backport to stable30 |
Contributor
Author
|
/backport to stable29 |
526c988 to
6594d54
Compare
artonge
approved these changes
Mar 25, 2026
provokateurin
approved these changes
Mar 26, 2026
This was referenced Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR focuses on the backend part of implementation.
Adds
recent_files_limitsetting for the files app.occ config:app:set files recent_limit --value=50)Adds
<nc:last_activity>DAV property (selectable and sortable)<nc:last_activity>resolves tomax(mtime, upload_time)for a given file/folder, ensuring recently uploaded files with an older mtime are correctly ranked in the Recent sectionTwo additional PRs were opened on
nextcloud-libraries/nextcloud-files:Checklist
3. to review, feature component)stable32)AI (if applicable)