aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrations
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* findById -> findByPkChocobozzz2019-02-211-1/+1
|
* Move original publication date in advanced settingsChocobozzz2019-02-111-11/+5
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-115-11/+142
|\
| * Update migration version for download enabledChocobozzz2019-02-111-0/+0
| |
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1118-14/+463
| |\
| | * Add hls support on serverChocobozzz2019-02-111-0/+51
| | |
| | * Increase abuse length to 3000Chocobozzz2019-01-141-0/+37
| | | | | | | | | | | | And correctly handle new lines
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-0/+27
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-2/+2
| | |