aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+1
|
* Lowercase video tags searchChocobozzz2019-08-292-4/+12
|
* Hide video abuses from muted accountsChocobozzz2019-08-291-3/+18
|
* Fix html tag with blacklisted videoChocobozzz2019-08-221-0/+14
|
* Type toActivityPubObject functionsChocobozzz2019-08-216-15/+26
|
* Type toFormattedJSONChocobozzz2019-08-2012-45/+56
|
* Cleanup model typesChocobozzz2019-08-202-13/+12
|
* Fix testsChocobozzz2019-08-201-4/+5
|
* Stronger model typingsChocobozzz2019-08-1914-165/+179
|
* Add avatar to prune scriptChocobozzz2019-08-092-4/+29
|
* Lazy load avatarsChocobozzz2019-08-093-5/+6
|
* Remove comment federation by video ownerChocobozzz2019-08-071-37/+6
|
* Automatically remove bad followingsChocobozzz2019-08-062-36/+20
|
* Automatically update playlist thumbnailsChocobozzz2019-08-013-2/+27
|
* Fix HLS transcodingChocobozzz2019-08-011-1/+7
|
* Fix multiple server testsChocobozzz2019-08-012-10/+38
|
* Fix broken playlist apiChocobozzz2019-08-016-52/+169
|
* Correctly notify on auto blacklistChocobozzz2019-07-241-0/+4
|
* Add hook filters testsChocobozzz2019-07-241-1/+6
|
* Add server hooksChocobozzz2019-07-241-2/+16
|
* Move createTorrent in webtorrent utilsChocobozzz2019-07-241-1/+2
|
* Add language filters in user preferencesChocobozzz2019-06-191-86/+123
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-0/+23
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-20/+1
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-3/+10
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-05-211-25/+41
|\
| * Fix blacklist sortChocobozzz2019-05-211-25/+41
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-211-2/+2
|\|
| * Fix thumbnails in video blacklist list endpointChocobozzz2019-05-211-2/+2
| |
* | Add audio support in uploadChocobozzz2019-05-162-3/+10
|/
* Fix thumbnail when listing my videosChocobozzz2019-05-131-10/+6
|
* Fix createdAt/updatedAt issuesChocobozzz2019-04-261-0/+1
|
* Fix overview endpointChocobozzz2019-04-241-2/+7
|
* Fix scheduled updateChocobozzz2019-04-241-1/+2
|
* Add migrationsChocobozzz2019-04-242-4/+4
|
* Relax videos list thumbnail api joinChocobozzz2019-04-241-1/+6
|
* Fix ownership changesChocobozzz2019-04-241-16/+20
|
* Upgrade sequelizeChocobozzz2019-04-2413-188/+181
|
* Update sequelizeChocobozzz2019-04-2413-179/+175
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-244-98/+266
|
* Add ability to delete old remote viewsChocobozzz2019-04-121-0/+14
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-1112-12/+12
|
* Move config in its own fileChocobozzz2019-04-116-21/+26
|
* Update P2P media loader peer versionChocobozzz2019-04-082-3/+43
|
* Restore videos list componentsChocobozzz2019-04-022-4/+2
|
* add quarantine videos feature (#1637)Josh Morel2019-04-022-20/+39
| | | | | | | | | | | | | | | | | | | | * 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
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-193-1/+29
|
* Refresh playlistsChocobozzz2019-03-192-9/+17
|
* Fix videos list for api SQL requestChocobozzz2019-03-181-3/+4
|
* Add videos playlist exist testsChocobozzz2019-03-181-2/+3
|