aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-3/+3
| * Refresh remote actors on GET enpointsChocobozzz2019-01-141-1/+1
| * Add notification settings migrationChocobozzz2019-01-091-13/+9
| * Add user notification base codeChocobozzz2019-01-091-2/+13
| * Support additional video extensionsChocobozzz2018-12-111-4/+3
| * Add tmp and redundancy directoriesChocobozzz2018-12-041-2/+1
| * Fix thumbnail processingChocobozzz2018-12-041-8/+13
| * Delete invalid or deleted remote videosChocobozzz2018-11-201-56/+57
| * Fix checkbox marginsChocobozzz2018-11-191-2/+2
| * Optimize image resizingChocobozzz2018-11-191-4/+6
| * Fix images size when downloading themChocobozzz2018-11-161-7/+3
| * Check activities hostChocobozzz2018-11-141-1/+6
| * AP mimeType -> mediaTypeChocobozzz2018-10-181-3/+6
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-2/+2
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+2
|/
* Try to improve redundancy testsChocobozzz2018-10-021-0/+2
* Fix video fps validatorChocobozzz2018-10-011-3/+3
* Fix refreshing external video attributesChocobozzz2018-10-011-11/+11
* Ensure video existence before duplicating itChocobozzz2018-10-011-3/+7
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-1/+1
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-21/+29
* Limit associations fetch when loading tokenChocobozzz2018-09-201-2/+2
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-1/+1
* Optimize video view AP processingChocobozzz2018-09-191-47/+68