aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Relax videos list thumbnail api joinChocobozzz2019-04-243-7/+7
|
* Update sequelizeChocobozzz2019-04-241-3/+2
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-2/+3
|
* Remove tmp file on image processing errorChocobozzz2019-04-241-1/+8
|
* Add user adminFlagsChocobozzz2019-04-152-3/+73
|
* Add ability to limit videos history sizeChocobozzz2019-04-112-2/+3
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-1121-23/+22
|
* Move config in its own fileChocobozzz2019-04-1112-16/+20
|
* Add logs endpointChocobozzz2019-04-102-6/+19
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-0/+5
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Update P2P media loader peer versionChocobozzz2019-04-082-4/+1
|
* Copy video/audio codec for HLSChocobozzz2019-04-081-37/+59
|
* Fix context typesChocobozzz2019-04-081-11/+11
|
* Fix jsonld contextChocobozzz2019-04-081-12/+45
|
* Use custom ffmpeg path in youtube dlChocobozzz2019-04-031-0/+5
|
* add quarantine videos feature (#1637)Josh Morel2019-04-022-0/+10
| | | | | | | | | | | | | | | | | | | | * 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-3/+2
|
* Cleanup express locals typingsChocobozzz2019-03-191-3/+2
|
* Does existChocobozzz2019-03-198-31/+30
|
* Add to playlist dropdownChocobozzz2019-03-181-1/+9
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-2/+4
|
* Add playlist rest testsChocobozzz2019-03-182-6/+17
|
* Add playlist check param testsChocobozzz2019-03-181-3/+3
|
* Playlist server APIChocobozzz2019-03-185-2/+81
|
* Add request body limitChocobozzz2019-02-211-4/+37
|
* Improve channel and account SEOChocobozzz2019-02-212-12/+2
|
* Refractor published date on video importChocobozzz2019-02-121-6/+23
|
* Import original publication date (CLI)Andrés Maldonado2019-02-121-1/+1
| | | | | * Import original publication date when importing a video from YouTube using the CLI * Fix lint issues
* Import original publication date (web UI)Andrés Maldonado2019-02-121-1/+6
| | | | Import original publication date when importing a video from YouTube in the web UI
* HLS is only supported by ffmpeg 4Chocobozzz2019-02-121-3/+26
| | | | Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07
* Add originallyPublishedAt unit testsChocobozzz2019-02-112-1/+3
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1120-181/+182
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1132-343/+658
| |\
| | * Use a single file instead of segments for HLSChocobozzz2019-02-113-6/+9
| | |
| | * Add hls support on serverChocobozzz2019-02-117-12/+62
| | |
| | * Try to fix Mac video uploadChocobozzz2019-01-241-2/+2
| | |
| | * Prefer avg_frame_rate to fetch video FPSChocobozzz2019-01-171-1/+1
| | |
| | * Prepare Dislike/Flag/View fixesChocobozzz2019-01-1512-163/+107
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-083-4/+4
| | |
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-0/+1
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-063-1/+4
| | |
* | | Enable video upload and editclementbrizard2019-01-121-1/+6
| |/ |/|
* | Implement contact form on server sideChocobozzz2019-01-103-4/+33
| |
* | Add notifications in the clientChocobozzz2019-01-092-5/+9
| |
* | Add new follow, mention and user registered notifsChocobozzz2019-01-092-1/+26
| |
* | Add user notification base codeChocobozzz2019-01-092-0/+24
| |
* | Add history on server sideChocobozzz2018-12-181-0/+5
| | | | | | | | Add ability to disable, clear and list user videos history
* | Fix crash regarding video stream issueChocobozzz2018-12-121-1/+1
| |
* | Fix broken audio with transcodingChocobozzz2018-12-111-3/+3
| |
* | Overwrite video captionChocobozzz2018-12-111-1/+1
| |