Upload time and Creation time in searchrequest
Open
@icewind1991 is already working on this.
Since Jun 17, 2020.
2. developing
26-feedback
bug
client: 🤖🍏 mobile
feature: dav
hotspot: file time handling
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
https://github.com/nextcloud/server/pull/17765
<?xml version="1.0"?>
<d:searchrequest xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns">
<d:basicsearch>
...
<d:lte>
<d:prop>
<nc:upload_time />
</d:prop>
<d:literal>1591716364</d:literal>
</d:lte>
...
return error, isn't implemented?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.