Changed some project priorities and wrote about it in README.md
This commit is contained in:
20
README.md
20
README.md
@@ -9,16 +9,18 @@ This server is a single Nginx module attempting to be a fully-fledged WebDAV ser
|
||||
|
||||
- [ ] WebDAV PROPPATCH method
|
||||
|
||||
- [ ] WebDAV SEARCH method through xapian(?)
|
||||
|
||||
- [ ] etag checksums for more robust client syncing
|
||||
|
||||
- [ ] optional thumbnailing though cron jobs
|
||||
|
||||
- [ ] optional filesystem indexing for WebDAV SEARCH with cron jobs that uses noninvasive and compatible .index files
|
||||
- [ ] <d:getetag /> checksums for more robust client syncing
|
||||
|
||||
- [ ] optional locking and unlocking in redis
|
||||
|
||||
- [ ] support of <d:creationdate /> standard posix apis should be good enough
|
||||
|
||||
- [ ] support of <d:getcontenttype /> need to find apis to access the mime.types include file// try finding in the source code ways to access types?
|
||||
|
||||
- [ ] support of <d:getcontentlanguage /> "en" or dont implement
|
||||
|
||||
- [ ] support of <d:quota-available-bytes /> and <d:quota-used-bytes /> used through btrfs apis
|
||||
|
||||
- [x] functional testing suite
|
||||
|
||||
# Was this written from zero?
|
||||
@@ -129,3 +131,7 @@ The libxslt library is technically redundant and is only required since this com
|
||||
|
||||
# Testing
|
||||
TODO
|
||||
|
||||
# Thumbnails and WebDAV SEARCH
|
||||
We believe that all the users of Cloud Storage services should encrypt their data with tools such as [gocryptfs](https://github.com/rfjakob/gocryptfs) available through KDE and GNOME Vault tools. *As far as we are concerned is the only way Cloud Storage can be used.* One of the results is that the data resting on the server are encrypted and therefore a binary mess, attempting to get thumbnails and indexing them for WebDAV SEARCH is not possible. We have therefore concluded that these two features will not be implemented at this point in time.
|
||||
Missing these features is not a problem, nothing stops file browsers thumbnailing and indexing the directories over time. In fact this creates a much better user experience.
|
||||
|
||||
Reference in New Issue
Block a user