PeerTube/server/lib
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
..
activitypub Avoid concurrency issue on transcoding 2022-08-09 09:32:17 +02:00
auth Suffix external auth username on conflict 2022-08-03 10:10:26 +02:00
emails Add new plugin/peertube version notifs 2021-03-24 18:18:41 +01:00
files-cache Reduce lazy static error logs 2022-06-30 09:25:17 +02:00
job-queue Channel sync (#5135) 2022-08-10 09:53:39 +02:00
live Use bullmq job dependency 2022-08-09 09:18:07 +02:00
model-loaders Fix lint 2022-08-03 11:54:08 +02:00
notifier Use bullmq job dependency 2022-08-09 09:18:07 +02:00
object-storage Regenerate video filenames on transcoding 2022-07-25 10:57:16 +02:00
opentelemetry Add more tracing 2022-07-28 10:56:05 +02:00
plugins Automatically rebuild native modules on ABI change 2022-08-03 15:08:36 +02:00
schedulers Channel sync (#5135) 2022-08-10 09:53:39 +02:00
transcoding Fix live max rate 2022-08-09 13:59:51 +02:00
views Add live and viewers otel metrics 2022-07-27 16:19:25 +02:00
worker Lazy load piscina 2022-06-28 09:09:03 +02:00
actor-follow-health-cache.ts Fix actor follow counts calculation 2021-10-13 16:18:42 +02:00
actor-image.ts Implement avatar miniatures (#4639) 2022-02-28 08:34:43 +01:00
blocklist.ts Fix lint 2022-07-13 12:14:26 +02:00
client-html.ts Fix incorrect error logs 2022-07-18 11:55:13 +02:00
emailer.ts Use bullmq job dependency 2022-08-09 09:18:07 +02:00
hls.ts Prevent job failure on concurrent HLS transcoding 2022-08-09 13:21:18 +02:00
local-actor.ts Suffix external auth username on conflict 2022-08-03 10:10:26 +02:00
moderation.ts Fix lint 2022-07-13 12:14:26 +02:00
paths.ts Add ability to save replay of permanent lives 2022-04-21 11:47:57 +02:00
peertube-socket.ts Refactor video views 2021-11-09 15:00:31 +01:00
redis.ts Update server dependencies 2022-06-21 11:23:32 +02:00
redundancy.ts Better logs for redundancy 2021-08-26 11:02:41 +02:00
search.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
server-config-manager.ts Channel sync (#5135) 2022-08-10 09:53:39 +02:00
signup.ts Fix various typos 2022-06-07 16:41:21 +02:00
stat-manager.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
sync-channel.ts Channel sync (#5135) 2022-08-10 09:53:39 +02:00
thumbnail.ts Process images in a dedicated worker 2022-06-27 11:53:12 +02:00
timeserie.ts Add ability to filter overall video stats by date 2022-05-06 14:23:02 +02:00
uploadx.ts Fix 2 hours limit on uploads 2022-04-19 11:44:03 +02:00
user.ts Suffix external auth username on conflict 2022-08-03 10:10:26 +02:00
video-blacklist.ts Support live session in server 2022-05-03 14:49:15 +02:00
video-channel.ts Rename video full loading 2022-06-28 15:06:15 +02:00
video-comment.ts Add `req` and `res` as controllers hooks parameters 2021-11-25 09:54:22 +01:00
video-file.ts Add ability to delete a specific video file 2022-08-01 14:55:10 +02:00
video-import.ts Channel sync (#5135) 2022-08-10 09:53:39 +02:00
video-path-manager.ts Move uuid stuff in extra utils 2021-12-29 14:44:58 +01:00
video-playlist.ts Fix incorrect IDs in AP federation 2020-11-20 11:21:08 +01:00
video-state.ts Use bullmq job dependency 2022-08-09 09:18:07 +02:00
video-studio.ts Rename studio to editor 2022-03-22 17:24:32 +01:00
video-urls.ts Add support for saving video files to object storage (#4290) 2021-08-17 08:26:20 +02:00
video.ts Avoid concurrency issue on transcoding 2022-08-09 09:32:17 +02:00