Commit Graph

12 Commits

Author SHA1 Message Date
541e32e10b sync: Return the reader from importer instead of writing to a given Writer 2024-04-19 11:46:51 +02:00
9a2fd85d57 sync: Unneeded log
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-07 01:06:31 +02:00
aab66bf612 sync: Implement writable importer 2022-05-24 22:57:16 +02:00
4a190f51c5 admin: Fix video route 2022-05-24 12:03:00 +02:00
2645109839 admin: Display commit ID in admin interface 2022-01-21 08:02:23 +01:00
aebfb7bf96 sync: Add Init and Sync functions
Init initializes the directory/repository before the first use.
Sync is called to unsure the directory is up-to-date.
2021-11-14 17:30:29 +01:00
823328ead2 sync: fix file merging when using symlinks 2020-01-29 16:02:30 +01:00
8e618565ad sync: Fix long running bug known as "why my fresh uploaded file is now empty again"
Thanks to Nicolas Ribeyrolle
2019-11-25 14:52:19 +01:00
dcb67fba63 Docs, docs, docs! 2018-05-13 14:15:07 +02:00
db9077a85c admin/sync: add stat method to importer 2018-01-18 12:08:12 +01:00
8ed23ddc7a admin: localimporter can make symlink instead of copying whole files 2018-01-17 18:52:42 +01:00
8f7de926d3 admin: Implement sychronization backends
We are now able, depending on configuration, to retrieve files from either WebDAV or local file system.
2018-01-17 18:52:39 +01:00