aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrations
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
|
* Add actor follow url migrationChocobozzz2020-11-201-0/+26
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-3/+3
|
* Cleanup follows of orphean actorsChocobozzz2020-11-101-0/+27
|
* Fix live migrationsChocobozzz2020-11-101-0/+26
|
* Check live duration and sizeChocobozzz2020-11-091-1/+1
|
* Live streaming implementation first stepChocobozzz2020-11-092-0/+65
|
* Add server migration for playlistsChocobozzz2020-08-191-0/+46
|
* Add migrations for abuse messagesChocobozzz2020-07-311-0/+54
|
* Relax migrationsChocobozzz2020-07-111-7/+0
|
* Add new abuses testsChocobozzz2020-07-101-2/+0
|
* Add migrationsChocobozzz2020-07-102-0/+92
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-2/+2
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-0/+31
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Fix broken migration introduced in 2.2.0-rc.1Chocobozzz2020-05-252-30/+38
|
* Fix migrationsChocobozzz2020-05-181-0/+30
|
* Add last login date to usersChocobozzz2020-05-071-0/+26
|
* Fix playlist description lengthChocobozzz2020-05-051-0/+26
|
* Fix plugin-auth migrationRigel Kent2020-05-051-0/+0
|
* Add plugin auth migrationsChocobozzz2020-05-042-30/+42
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-3/+1
|