aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Playlist reorder supportChocobozzz2019-03-181-1/+6
|
* Add to playlist dropdownChocobozzz2019-03-181-0/+23
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-182-5/+5
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-2/+28
|
* Add playlist rest testsChocobozzz2019-03-185-39/+109
|
* Add playlist check param testsChocobozzz2019-03-183-4/+5
|
* Playlist server APIChocobozzz2019-03-185-99/+754
|
* findById -> findByPkChocobozzz2019-02-216-8/+8
|
* Improve channel and account SEOChocobozzz2019-02-211-1/+9
|
* Fix mention notification with a remote accountChocobozzz2019-02-151-15/+25
|
* Add search by original publication dateAndrés Maldonado2019-02-121-0/+11
|
* Add originallyPublishedAt unit testsChocobozzz2019-02-112-5/+12
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-117-67/+407
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1110-142/+715
| |\
| | * Use a single file instead of segments for HLSChocobozzz2019-02-111-0/+4
| | |
| | * Add hls support on serverChocobozzz2019-02-114-36/+364
| | |
| | * Add totalLocalVideoFilesSize in statsChocobozzz2019-01-151-0/+20
| | |
| | * Increase abuse length to 3000Chocobozzz2019-01-141-16/+3
| | | | | | | | | | | | And correctly handle new lines
| | * Refresh remote actors on GET enpointsChocobozzz2019-01-141-0/+4
| | |
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-15/+6
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-082-3/+3
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-062-0/+6
| | |
* | | Change modelsclementbrizard2019-01-122-0/+8
| |/ |/|
* | Add new follow, mention and user registered notifsChocobozzz2019-01-091-4/+37
| |
* | Add import finished and video published notifsChocobozzz2019-01-093-2/+14
| |
* | Add user notification base codeChocobozzz2019-01-094-15/+8
| |
* | Optimize index sizesChocobozzz2018-12-201-8/+36
| |
* | Add history page on clientChocobozzz2018-12-181-0/+5
| |
* | Add history on server sideChocobozzz2018-12-181-3/+16
| | | | | | | | Add ability to disable, clear and list user videos history
* | Support additional video extensionsChocobozzz2018-12-112-4/+6
| |
* | Add sitemapChocobozzz2018-12-051-0/+21
| |
* | Remove inferred typeChocobozzz2018-12-051-10/+10
| |
* | Create redundancy endpointChocobozzz2018-12-041-2/+8
| |
* | Delete invalid or deleted remote videosChocobozzz2018-11-201-0/+6
| |
* | Check follow constraints when getting a videoChocobozzz2018-11-161-0/+17
| |
* | Check activities hostChocobozzz2018-11-141-1/+1
| |
* | AP mimeType -> mediaTypeChocobozzz2018-10-181-0/+4
| |
* | Add ability to mute a user/instance by server in clientChocobozzz2018-10-162-4/+6
| |
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-162-31/+104
| |
* | Add ability to list all local videosChocobozzz2018-10-101-6/+20
| | | | | | | | Including private/unlisted for moderators/admins