aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos.ts
Commit message (Expand)AuthorAgeFilesLines
* Don't retry failed transaction for refreshChocobozzz2021-04-091-1/+1
* Add size info in db for actor imagesChocobozzz2021-04-081-22/+16
* Update data in DB when regenerate thumbnailsChocobozzz2021-04-081-1/+2
* Fix 404 AP status codesChocobozzz2021-03-241-9/+10
* Use got instead of requestChocobozzz2021-03-241-21/+10
* Fix emptying video tagsChocobozzz2021-03-031-1/+1
* More robust channel change federationChocobozzz2021-02-261-4/+9
* CleanupChocobozzz2021-02-181-1/+1
* Don't guess remote tracker URLChocobozzz2021-02-181-6/+53
* Dissociate video file names and video uuidChocobozzz2021-02-181-16/+38
* Remove previous thumbnail if neededChocobozzz2021-02-161-65/+89
* Generate a name for caption filesChocobozzz2021-02-161-3/+18
* Generate a name for thumbnailsChocobozzz2021-02-161-8/+10
* 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