1
0
Fork 0
peertube/shared/models/videos
Florent 2a491182e4
Channel sync (#5135)
* Add external channel URL for channel update / creation (#754)

* Disallow synchronisation if user has no video quota (#754)

* More constraints serverside (#754)

* Disable sync if server configuration does not allow HTTP import (#754)

* Working version synchronizing videos with a job (#754)

TODO: refactoring, too much code duplication

* More logs and try/catch (#754)

* Fix eslint error (#754)

* WIP: support synchronization time change (#754)

* New frontend #754

* WIP: Create sync front (#754)

* Enhance UI, sync creation form (#754)

* Warning message when HTTP upload is disallowed

* More consistent names (#754)

* Binding Front with API (#754)

* Add a /me API (#754)

* Improve list UI (#754)

* Implement creation and deletion routes (#754)

* Lint (#754)

* Lint again (#754)

* WIP: UI for triggering import existing videos (#754)

* Implement jobs for syncing and importing channels

* Don't sync videos before sync creation + avoid concurrency issue (#754)

* Cleanup (#754)

* Cleanup: OpenAPI + API rework (#754)

* Remove dead code (#754)

* Eslint (#754)

* Revert the mess with whitespaces in constants.ts (#754)

* Some fixes after rebase (#754)

* Several fixes after PR remarks (#754)

* Front + API: Rename video-channels-sync to video-channel-syncs (#754)

* Allow enabling channel sync through UI (#754)

* getChannelInfo (#754)

* Minor fixes: openapi + model + sql (#754)

* Simplified API validators (#754)

* Rename MChannelSync to MChannelSyncChannel (#754)

* Add command for VideoChannelSync (#754)

* Use synchronization.enabled config (#754)

* Check parameters test + some fixes (#754)

* Fix conflict mistake (#754)

* Restrict access to video channel sync list API (#754)

* Start adding unit test for synchronization (#754)

* Continue testing (#754)

* Tests finished + convertion of job to scheduler (#754)

* Add lastSyncAt field (#754)

* Fix externalRemoteUrl sort + creation date not well formatted (#754)

* Small fix (#754)

* Factorize addYoutubeDLImport and buildVideo (#754)

* Check duplicates on channel not on users (#754)

* factorize thumbnail generation (#754)

* Fetch error should return status 400 (#754)

* Separate video-channel-import and video-channel-sync-latest (#754)

* Bump DB migration version after rebase (#754)

* Prettier states in UI table (#754)

* Add DefaultScope in VideoChannelSyncModel (#754)

* Fix audit logs (#754)

* Ensure user can upload when importing channel + minor fixes (#754)

* Mark synchronization as failed on exception + typos (#754)

* Change REST API for importing videos into channel (#754)

* Add option for fully synchronize a chnanel (#754)

* Return a whole sync object on creation to avoid tricks in Front (#754)

* Various remarks (#754)

* Single quotes by default (#754)

* Rename synchronization to video_channel_synchronization

* Add check.latest_videos_count and max_per_user options (#754)

* Better channel rendering in list #754

* Allow sorting with channel name and state (#754)

* Add missing tests for channel imports (#754)

* Prefer using a parent job for channel sync

* Styling

* Client styling

Co-authored-by: Chocobozzz <me@florianbigard.com>
2022-08-10 09:53:39 +02:00
..
blacklist Reorganize shared models 2020-08-07 08:28:14 +02:00
caption Display latest uploaded date for captions 2022-07-25 10:45:40 +02:00
change-ownership Cleanup shared models 2021-05-11 11:32:31 +02:00
channel Added "total views" in the my channels list (#5007) 2022-05-31 16:01:11 +02:00
channel-sync Channel sync (#5135) 2022-08-10 09:53:39 +02:00
comment Cleanup shared models imports 2021-07-28 10:46:32 +02:00
file Include video file id in API 2022-07-29 11:33:27 +02:00
import Add ability to cancel & delete video imports 2022-01-19 14:31:05 +01:00
live Clearer live session 2022-07-22 15:22:21 +02:00
playlist Introduce playlist command 2021-07-20 15:27:18 +02:00
rate Reorganize client shared modules 2020-06-23 16:00:49 +02:00
stats Add total viewers overall stat 2022-05-18 09:18:39 +02:00
studio Rename studio to editor 2022-03-22 17:24:32 +01:00
transcoding Add basic video editor support 2022-02-28 10:42:19 +01:00
index.ts Channel sync (#5135) 2022-08-10 09:53:39 +02:00
nsfw-policy.type.ts Add ability to choose what policy we have for NSFW videos 2018-04-19 11:01:34 +02:00
thumbnail.type.ts Reorganize shared models 2020-08-07 08:28:14 +02:00
video-constant.model.ts add ng-select for templatable select options 2020-08-11 09:03:39 +02:00
video-create-result.model.ts Support short uuid for GET video/playlist 2021-06-29 14:56:35 +02:00
video-create.model.ts Add check constraints live tests 2020-11-09 15:33:04 +01:00
video-filter.type.ts Deprecate filter video query 2021-10-29 11:48:21 +02:00
video-include.enum.ts Add ability to filter out public videos from admin 2021-11-12 14:23:22 +01:00
video-privacy.enum.ts Reorganize shared models 2020-08-07 08:28:14 +02:00
video-rate.type.ts Check activities host 2018-11-14 16:32:27 +01:00
video-schedule-update.model.ts Add internal privacy mode 2019-12-12 16:51:59 +01:00
video-sort-field.type.ts (#4959) Add 'Originally Published At' sort option in videos pages (#4977) 2022-05-24 11:42:50 +02:00
video-source.ts store uploaded video filename (#4885) 2022-06-21 15:31:25 +02:00
video-state.enum.ts Add basic video editor support 2022-02-28 10:42:19 +01:00
video-storage.enum.ts Add support for saving video files to object storage (#4290) 2021-08-17 08:26:20 +02:00
video-streaming-playlist.model.ts Add ability to run transcoding jobs 2021-11-18 15:20:57 +01:00
video-streaming-playlist.type.ts Reorganize shared models 2020-08-07 08:28:14 +02:00
video-update.model.ts Introduce videos command 2021-07-20 15:27:18 +02:00
video-view.model.ts Support video views/viewers stats in server 2022-04-15 09:49:35 +02:00
video.model.ts Support video views/viewers stats in server 2022-04-15 09:49:35 +02:00