aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos
Commit message (Collapse)AuthorAgeFilesLines
* Add gitlab ci supportChocobozzz2019-07-291-3/+3
|
* Correctly notify on auto blacklistChocobozzz2019-07-243-14/+17
|
* Add plugin static files cacheChocobozzz2019-07-241-3/+3
|
* Add filter hooks testsChocobozzz2019-07-243-13/+27
|
* Add hook filters testsChocobozzz2019-07-242-8/+12
|
* Add server hooksChocobozzz2019-07-242-18/+54
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-071-6/+10
|\
| * Fix video import if autoblacklist is enabledChocobozzz2019-06-071-6/+10
| |
* | Add ability to set to private a public/unlisted videoChocobozzz2019-06-061-3/+10
| |
* | Improve 4K video quality after transcodingChocobozzz2019-06-061-3/+3
| |
* | Add audio upload testsChocobozzz2019-05-171-2/+9
| |
* | Add audio support in uploadChocobozzz2019-05-161-12/+26
|/
* Fix optional privacy in upload endpointChocobozzz2019-04-251-1/+1
|
* Fix ownership changesChocobozzz2019-04-241-4/+8
|
* Upgrade sequelizeChocobozzz2019-04-242-31/+16
|
* Update sequelizeChocobozzz2019-04-242-5/+4
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-243-54/+79
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-114-5/+8
|
* Move config in its own fileChocobozzz2019-04-113-4/+6
|
* add quarantine videos feature (#1637)Josh Morel2019-04-023-12/+41
| | | | | | | | | | | | | | | | | | | | * 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
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+0
|
* Cleanup express locals typingsChocobozzz2019-03-199-44/+36
|
* Does existChocobozzz2019-03-191-1/+1
|
* Playlist server APIChocobozzz2019-03-181-2/+2
|
* Import original publication date (web UI)Andrés Maldonado2019-02-121-1/+2
| | | | Import original publication date when importing a video from YouTube in the web UI
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-114-16/+39
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-117-57/+108
| |\
| | * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-112-3/+3
| | |\
| | | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-152-3/+3
| | | |
| | * | Add hls support on serverChocobozzz2019-02-111-8/+11
| | |/
| | * Refresh remote actors on GET enpointsChocobozzz2019-01-141-1/+1
| | |
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-102-3/+20
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-082-3/+3
| | |
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-1/+1
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-062-0/+3
| | |
* | | Enable video upload and editclementbrizard2019-01-121-1/+7
| |/ |/|
* | Add notification settings migrationChocobozzz2019-01-091-9/+10
| |
* | Add user notification base codeChocobozzz2019-01-094-3/+27
| |
* | Use move instead renameChocobozzz2018-12-111-2/+2
| | | | | | | | To avoid EXDEV errors
* | Support additional video extensionsChocobozzz2018-12-113-18/+9
| |
* | Add tmp and redundancy directoriesChocobozzz2018-12-042-8/+8
| |
* | Fix trending pageChocobozzz2018-12-031-6/+1
| |
* | Delete invalid or deleted remote videosChocobozzz2018-11-201-1/+6
| |
* | Check follow constraints when getting a videoChocobozzz2018-11-161-0/+2
| |
* | Don't forward view, send updates insteadChocobozzz2018-11-151-1/+5
| | | | | | | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views
* | Check activities hostChocobozzz2018-11-141-7/+10
| |
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-162-4/+10
|/
* Add user history and resume videosChocobozzz2018-10-054-9/+45
|
* Increase timeout on upload endpointChocobozzz2018-10-011-0/+7
|