feat: add upload_time support to file search and recent files#58327
feat: add upload_time support to file search and recent files#58327
Conversation
5511e66 to
cbab612
Compare
|
/backport to stable33 |
susnux
left a comment
There was a problem hiding this comment.
Either my search was not good or thats the wrong property.
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
cbab612 to
e964351
Compare
susnux
left a comment
There was a problem hiding this comment.
Looks good.
But please update the docs after merge:
https://docs.nextcloud.com/server/stable/developer_manual/client_apis/WebDAV/search.html#supported-dav-properties
( https://github.com/nextcloud/documentation/ )
Will do! Thanks for sharing the link for the docs. |
|
@susnux I've opened this PR to update the doc accordingly: nextcloud/documentation#14076 |
|
/backport to stable32 |
|
/backport to stable31 |
|
/backport to stable30 |
|
/backport to stable29 |
Summary
This PR adds support for the
upload_timeproperty in file search queries, enabling filtering and ordering by when files were uploaded to the server.An additional frontend PR was opened on
nextcloud-libraries/nextcloud-filesto utilize this new capability:This backend PR is independent and can be merged first, as it only adds new functionality and should not break existing behavior.
Checklist
3. to review, feature component)stable32)