aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos.ts
Commit message (Expand)AuthorAgeFilesLines
* Live views updateChocobozzz2020-12-091-2/+7
* Upgrade sequelize to v6Chocobozzz2020-12-091-0/+3
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+2
* Add permanent live supportChocobozzz2020-12-031-0/+2
* Regenerate miniature on live saveChocobozzz2020-11-091-5/+2
* Add save replay live testsChocobozzz2020-11-091-2/+4
* Begin live testsChocobozzz2020-11-091-2/+34
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+3
* Handle live federationChocobozzz2020-11-091-11/+11
* Refactor video creationChocobozzz2020-11-091-5/+3
* Refactor video extensions logic in serverChocobozzz2020-08-111-30/+30
* Split types and typingsChocobozzz2020-06-181-3/+3
* First implem global searchChocobozzz2020-06-101-3/+14
* Avoir some circular dependenciesChocobozzz2020-05-041-2/+1
* Fix lintChocobozzz2020-03-101-2/+1
* Video file metadata PR cleanupChocobozzz2020-03-101-14/+12
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-1/+15
* Update dependenciesChocobozzz2020-02-281-5/+7
* Small cleanupChocobozzz2020-02-061-13/+12
* Be more robust with missing thumbnails/previewsChocobozzz2020-02-061-4/+14
* Don't refresh videos when processing viewsChocobozzz2020-02-041-14/+32
* Move to eslintcontainChocobozzz2020-02-031-22/+28
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-31/+37
* Cleanup server fixmeChocobozzz2020-01-281-1/+0
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-1/+1
* Add internal privacy modeChocobozzz2019-12-121-1/+1
* Add ability to disable webtorrentChocobozzz2019-11-251-57/+84
* Fix ownership changeChocobozzz2019-08-211-3/+3
* Cleanup model typesChocobozzz2019-08-201-6/+6
* Fix testsChocobozzz2019-08-201-3/+1
* Stronger model typingsChocobozzz2019-08-191-58/+85
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-5/+4
* Automatically remove bad followingsChocobozzz2019-08-061-3/+13
* Correctly notify on auto blacklistChocobozzz2019-07-241-5/+8
* Add filter hooks testsChocobozzz2019-07-241-7/+21
* Add server hooksChocobozzz2019-07-241-65/+67
* Refactor video caption/preview cachesChocobozzz2019-04-241-5/+3
* Upgrade sequelizeChocobozzz2019-04-241-22/+12
* Update sequelizeChocobozzz2019-04-241-6/+6
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-24/+68
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-8/+2
* Move config in its own fileChocobozzz2019-04-111-1/+1
* Fix HLS federationChocobozzz2019-04-081-1/+10
* Update P2P media loader peer versionChocobozzz2019-04-081-13/+9
* add quarantine videos feature (#1637)Josh Morel2019-04-021-1/+1
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-5/+20
* Only create refresh job if neededChocobozzz2019-03-191-2/+1
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-0/+2
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-89/+191
|\
| * Add hls support on serverChocobozzz2019-02-111-6/+91