PeerTube/server/core/lib/user-import-export/exporters
chagai95 e57c3024f4
Add config option to keep original video file (basic first version) (#6157)
* testing not removing old file and adding columb to db

* implement feature

* remove unnecessary config changes

* use only keptOriginalFileName, change keptOriginalFileName to keptOriginalFilename for consistency with with videoFile table, slight refactor with basename()

* save original video files to dedicated directory original-video-files

* begin implementing object storage (bucket) support

---------

Co-authored-by: chagai.friedlander <chagai.friedlander@fairkom.eu>
Co-authored-by: Ian <ian.kraft@hotmail.com>
Co-authored-by: Chocobozzz <me@florianbigard.com>
2024-03-15 15:47:18 +01:00
..
abstract-user-exporter.ts
account-exporter.ts
actor-exporter.ts
blocklist-exporter.ts
channels-exporter.ts
comments-exporter.ts
dislikes-exporter.ts Add user history in import/export 2024-02-28 16:48:59 +01:00
followers-exporter.ts
following-exporter.ts
index.ts Add user history in import/export 2024-02-28 16:48:59 +01:00
likes-exporter.ts Add user history in import/export 2024-02-28 16:48:59 +01:00
user-settings-exporter.ts
user-video-history-exporter.ts Add user history in import/export 2024-02-28 16:48:59 +01:00
video-playlists-exporter.ts
videos-exporter.ts Add config option to keep original video file (basic first version) (#6157) 2024-03-15 15:47:18 +01:00