aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Collapse)AuthorAgeFilesLines
* Prefer video studio instead of video editionChocobozzz2023-05-091-2/+2
| | | | Clearer and easier to find in the project
* Support studio transcoding in peertube runnerChocobozzz2023-05-093-1/+57
|
* Add TMP persistent directoryChocobozzz2023-05-091-3/+3
| | | | To store files that must be preserved between peertube restarts
* Implement remote runner jobs in serverChocobozzz2023-05-0914-13/+387
| | | | Move ffmpeg functions to @shared
* Allow to update a live with untouched privacyChocobozzz2023-04-141-1/+1
|
* Prevent exception when headers are already sentChocobozzz2023-04-141-1/+4
|
* Feature/filter already watched videos (#5739)Wicklow2023-04-121-0/+11
| | | | | * filter already watched videos * Updated code based on review comments
* feature/ability to disable video history by default (#5728)Wicklow2023-04-072-0/+4
| | | | | | | | | | | | | * draft: ability to disable video history by default * Update configuration and add tests * Updated code based on review comments * Add tests on registration and video quota * Remove required video quotas in query * Fix tests
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments
* Add additional check for playlistNameChocobozzz2023-02-271-1/+5
|
* Fix filters on playlistsWicklow2023-02-231-1/+1
|
* Move to new documentation linksChocobozzz2023-02-222-2/+2
|
* Update server dependenciesChocobozzz2023-02-161-1/+1
|
* Add ability to not send an email for registrationChocobozzz2023-01-201-1/+6
|
* Implement signup approval in serverChocobozzz2023-01-198-211/+399
|
* Refactor model utilsChocobozzz2023-01-101-22/+1
|
* Add ability to get user from file tokenChocobozzz2022-12-201-7/+5
|
* Support reinjecting token in private m3u8 playlistChocobozzz2022-12-022-3/+10
|
* Fix server lintChocobozzz2022-11-152-3/+3
|
* Don't inject untrusted inputChocobozzz2022-11-1511-15/+26
| | | | | Even if it's already checked in middlewares It's better to have safe modals too
* refactor(server): redis > ioredis (#5371)kontrollanten2022-11-141-3/+3
| | | | | | | | | | | | | | | | | | | * refactor(server): redis > ioredis * refactor(JobQueue): reuse redis connection builder * fix(redisio) * fix(redis): setValue * feat(redis): showFriendlyErrorStack * feat(redis): auto pipelining https://github.com/luin/ioredis/blob/308017a6b9429c16b074e03e70f5524499476fa9/README.md#autopipelining * dont use autopipelining for bullmq * ioredis events
* Add ability to install alpha/beta/rc pluginChocobozzz2022-11-142-6/+11
|
* Option to disable static files auth check/s3 proxyChocobozzz2022-10-272-0/+21
|
* Use private ACL for private videos in s3Chocobozzz2022-10-242-20/+58
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-245-29/+204
|
* Allow admins to disable two factor authChocobozzz2022-10-071-15/+32
|
* Support two factor authentication in backendChocobozzz2022-10-074-57/+174
|
* Ask password reset/email verif error handlingChocobozzz2022-09-281-0/+14
| | | | With a user that uses a plugin authentication
* Add akismet testsChocobozzz2022-09-231-2/+3
|
* Check channel sync id is owned by channelChocobozzz2022-09-161-0/+7
|
* Fix channel sync right checkChocobozzz2022-09-081-7/+8
|
* Cleanup tests importsChocobozzz2022-08-174-15/+15
|
* Remove unnecessary logsChocobozzz2022-08-1745-352/+46
|
* Cleanup useless express validator messagesChocobozzz2022-08-1743-419/+512
|
* Add playback metric endpoint sent to OTELChocobozzz2022-08-162-0/+57
|
* Add ability to list comments on local videosChocobozzz2022-08-161-0/+6
|
* Add spans for AP signature checkersChocobozzz2022-08-111-71/+76
|
* Add ability to list imports of a channel syncChocobozzz2022-08-105-17/+57
|
* Channel sync (#5135)Florent2022-08-105-18/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add option to not transcode original resolutionChocobozzz2022-08-091-0/+5
|
* Use single quotes in server/ and update eslint rulesFlorent2022-08-081-2/+2
|
* Remove uneeded asyncChocobozzz2022-08-021-7/+12
|
* Add ability to delete a specific video fileChocobozzz2022-08-011-1/+86
|
* Prevent error on highlighted threadChocobozzz2022-07-291-3/+9
|
* Add live and viewers otel metricsChocobozzz2022-07-271-1/+1
|
* Prevent logging an error on lazy static 404Chocobozzz2022-07-271-1/+16
|
* Add rejected state to followsChocobozzz2022-07-272-7/+30
| | | | Prevent reprocessing already rejected follows
* Prevent headers sent errorChocobozzz2022-07-181-2/+7
|
* Add ability for client to create server logsChocobozzz2022-07-181-3/+49
|
* Relax log levelChocobozzz2022-07-131-1/+1
| | | | | 401 is expected when the token has expired federation issues are not very important