aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrations
Commit message (Collapse)AuthorAgeFilesLines
* Support two factor authentication in backendChocobozzz2022-10-071-0/+29
|
* Fix old DB enum namesChocobozzz2022-09-131-0/+33
|
* Add ability to list imports of a channel syncChocobozzz2022-08-101-0/+32
|
* Channel sync (#5135)Florent2022-08-101-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Automatically rebuild native modules on ABI changeChocobozzz2022-08-031-0/+66
|
* Clearer live sessionChocobozzz2022-07-221-0/+56
| | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information
* Add compat with openssl 3Chocobozzz2022-07-121-4/+3
|
* store uploaded video filename (#4885)kontrollanten2022-06-211-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* Support live session in serverChocobozzz2022-05-031-0/+34
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-0/+52
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Rename studio to editorChocobozzz2022-03-221-3/+3
|
* Add video edition finished notificationChocobozzz2022-03-221-0/+42
|
* Remove old migration filesChocobozzz2022-03-2198-4155/+0
|
* Don't store remote rates of remote videosChocobozzz2022-03-181-0/+28
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Add latency setting supportChocobozzz2022-03-091-0/+35
|
* Add basic video editor supportChocobozzz2022-02-281-4/+4
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix video file storage column consistencyChocobozzz2022-02-221-0/+20
|
* Move uuid stuff in extra utilsChocobozzz2021-12-293-3/+3
| | | | Since it requires an external dependency
* Move test functions outside extra-utilsChocobozzz2021-12-173-3/+3
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-0/+21
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-163-3/+3
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Remove unused commentsChocobozzz2021-10-111-1/+0
|
* Fix pending job table migrationChocobozzz2021-08-301-0/+27
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-0/+27
|
* Fix object storage migrationChocobozzz2021-08-191-18/+16
| | | | It's too long on big instances
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-172-27/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for saving video files to object storage * Add support for custom url generation on s3 stored files Uses two config keys to support url generation that doesn't directly go to (compatible s3). Can be used to generate urls to any cache server or CDN. * Upload files to s3 concurrently and delete originals afterwards * Only publish after move to object storage is complete * Use base url instead of url template * Fix mistyped config field * Add rudenmentary way to download before transcode * Implement Chocobozzz suggestions https://github.com/Chocobozzz/PeerTube/pull/4290#issuecomment-891670478 The remarks in question: Try to use objectStorage prefix instead of s3 prefix for your function/variables/config names Prefer to use a tree for the config: s3.streaming_playlists_bucket -> object_storage.streaming_playlists.bucket Use uppercase for config: S3.STREAMING_PLAYLISTS_BUCKETINFO.bucket -> OBJECT_STORAGE.STREAMING_PLAYLISTS.BUCKET (maybe BUCKET_NAME instead of BUCKET) I suggest to rename moveJobsRunning to pendingMovingJobs (or better, create a dedicated videoJobInfo table with a pendingMove & videoId columns so we could also use this table to track pending transcoding jobs) https://github.com/Chocobozzz/PeerTube/pull/4290/files#diff-3e26d41ca4bda1de8e1747af70ca2af642abcc1e9e0bfb94239ff2165acfbde5R19 uses a string instead of an integer I think we should store the origin object storage URL in fileUrl, without base_url injection. Instead, inject the base_url at "runtime" so admins can easily change this configuration without running a script to update DB URLs * Import correct function * Support multipart upload * Remove import of node 15.0 module stream/promises * Extend maximum upload job length Using the same value as for redundancy downloading seems logical * Use dynamic part size for really large uploads Also adds very small part size for local testing * Fix decreasePendingMove query * Resolve various PR comments * Move to object storage after optimize * Make upload size configurable and increase default * Prune webtorrent files that are stored in object storage * Move files after transcoding jobs * Fix federation * Add video path manager * Support move to external storage job in client * Fix live object storage tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Improve target bitrate calculationChocobozzz2021-08-061-10/+8
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-0/+66
|
* Support short uuid for GET video/playlistChocobozzz2021-06-293-6/+6
|
* Instance homepage support (#4007)Chocobozzz2021-05-271-0/+33
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Fix remote actor creation dateChocobozzz2021-05-071-0/+26
|
* Add migration to remove duplicated keysChocobozzz2021-04-261-0/+39
| | | | Due to old/corrupted data, it can be problematic to restore a backup
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-081-0/+23
|\
| * Remove duplicate captionsChocobozzz2021-04-081-0/+23
| |
* | Add size info in db for actor imagesChocobozzz2021-04-081-0/+35
| |
* | Add banner migrationsChocobozzz2021-04-081-0/+50
| |
* | Add new plugin/peertube version notifsChocobozzz2021-03-244-0/+97
|/
* Optimize views sort sql queryChocobozzz2021-03-031-0/+20
|
* Fix broken local actorsChocobozzz2021-02-261-0/+34
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Fix latest migrationsChocobozzz2021-02-191-0/+33
| | | | | | | | We made an historical mistake: we have a unique key on videoId, resolution AND fps. But the filenames and torrent filenames do not have fps in their name Remove these duplicate entries
* Don't guess remote tracker URLChocobozzz2021-02-182-0/+174
|
* Add video files migrationChocobozzz2021-02-181-0/+55
|
* Generate a name for caption filesChocobozzz2021-02-161-0/+48
|
* Generate a name for thumbnailsChocobozzz2021-02-161-0/+24
| | | | Allows aggressive caching
* Upgrade sequelize to v6Chocobozzz2020-12-0917-17/+4
|
* Add permanent live supportChocobozzz2020-12-031-0/+27
|
* Add local actor follow url migrationChocobozzz2020-12-011-0/+27
|
* Fix migration and testChocobozzz2020-11-251-6/+17
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-0/+40
|