aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | * 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-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
| | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
| * 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
| | | | Null values are not considered equal in a UNIQUE index
* 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
|
* Refractor videos AP functionsChocobozzz2018-09-191-206/+214
|
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-1/+1
|
* Basic video redundancy implementationChocobozzz2018-09-131-14/+18
|
* Add ability to search video channelsChocobozzz2018-08-271-4/+4
|
* Add refresh video on searchChocobozzz2018-08-271-93/+148
|
* Add ability to search a video with an URLChocobozzz2018-08-271-75/+107
|
* Use height instead of width to represent the video resolutionChocobozzz2018-08-271-3/+3
|
* Fix fps federationChocobozzz2018-08-061-1/+2
|
* Fix peertube on chromeChocobozzz2018-07-261-1/+1
|