aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrations
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-011-0/+28
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-0/+30
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Fix build with typescript 3.8Chocobozzz2020-02-281-1/+1
|
* Update dependenciesChocobozzz2020-02-282-2/+2
|
* Move to eslintcontainChocobozzz2020-02-0384-240/+233
|
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-0/+27
|
* Add ability to list redundanciesChocobozzz2020-01-281-0/+27
|
* Cleanup DB indexesChocobozzz2020-01-101-0/+22
|
* Fix video import with long thumbnail urlChocobozzz2019-12-171-0/+27
|