aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrations
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* autoplay next video support for playlistsRigel Kent2019-12-131-0/+27
|
* Use a migration script to generate HLS torrent filesChocobozzz2019-12-121-55/+0
|
* Fix migrationsChocobozzz2019-12-051-0/+0
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-0/+36
|
* Add disable webtorrent migrationChocobozzz2019-11-251-0/+75
|
* Add ability to disable webtorrentChocobozzz2019-11-252-1/+42
| | | | In favour of HLS
* Fix federation with some actorsChocobozzz2019-10-231-0/+26
| | | | That don't have a shared inbox, or a URL
* Add auto play next video migrationChocobozzz2019-09-241-0/+27
|
* Fix migrationsChocobozzz2019-09-061-0/+0
|
* Add welcome modalChocobozzz2019-09-051-0/+40
|
* Implement auto follow in clientChocobozzz2019-09-041-0/+40
|
* Handle reports from mastodonChocobozzz2019-08-301-0/+26
|
* Lazy load avatarsChocobozzz2019-08-091-0/+60
|
* Automatically update playlist thumbnailsChocobozzz2019-08-011-0/+35
|
* Fix broken playlist apiChocobozzz2019-08-011-0/+39
|
* Add plugin table migration tableChocobozzz2019-07-241-0/+40
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-1/+1
|
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+25
|
* Add language filters in user preferencesChocobozzz2019-06-191-0/+25
|
* Handle email update on serverChocobozzz2019-06-111-0/+25
|
* Improve registrationChocobozzz2019-06-071-2/+7
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Remove unused actor uuid fieldChocobozzz2019-05-311-0/+19
|
* Fix video viewsChocobozzz2019-05-211-0/+29
|
* Fix account description errorChocobozzz2019-05-131-0/+25
|
* Add migrationsChocobozzz2019-04-241-0/+50
|
* Update sequelizeChocobozzz2019-04-244-8/+11
|
* Add user adminFlagsChocobozzz2019-04-151-0/+40
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-113-3/+2
|
* Move config in its own fileChocobozzz2019-04-115-14/+6
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-0/+40
|
* Update P2P media loader peer versionChocobozzz2019-04-081-0/+41
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+64
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Add server migrationsChocobozzz2019-03-181-0/+86
|