filestash/server/model
Marcin Piwowarczyk e7bf46eeb5 fix (s3): mv does not work for nested objects
The mv operation executes CopyObject API on the root object, meanwhile
CopyObject doesn't copy the nested objects.

As a result, the user loses all nested objects and after the move
operation gets an empty bucket that requested to move.

This change disallows possibility of moving nested objects.
2020-02-20 07:50:52 +01:00
..
backend fix (s3): mv does not work for nested objects 2020-02-20 07:50:52 +01:00
formater feature (search): content indexing: pdf, docx, txt, pptx, org 2019-04-04 19:34:24 +11:00
files.go fix (path): default path when logging in - #151 2019-04-17 16:32:50 +10:00
index.go feature (search): search feature 2019-04-02 19:48:50 +11:00
permissions.go migrate (name): change project name 2019-01-28 01:09:45 +11:00
search.go improve (config): listen for config changes for reactive configuration 2019-05-22 14:28:31 +10:00
share.go improve (webdav): handle user restriction and password on the webdav server 2019-05-08 11:30:23 +10:00
webdav.go improve (API): Cat now returns a io.ReadCloser to make it obvious it has to be closed 2019-04-04 19:27:06 +11:00