Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax activity validation | Chocobozzz | 2019-05-21 | 1 | -12/+13 |
| | |||||
* | Relax activity validation | Chocobozzz | 2019-05-13 | 1 | -2/+1 |
| | |||||
* | Fix optional privacy in upload endpoint | Chocobozzz | 2019-04-25 | 1 | -3/+2 |
| | |||||
* | Relax videos list thumbnail api join | Chocobozzz | 2019-04-24 | 3 | -7/+7 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 1 | -3/+2 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 1 | -2/+3 |
| | |||||
* | Remove tmp file on image processing error | Chocobozzz | 2019-04-24 | 1 | -1/+8 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 2 | -3/+73 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 2 | -2/+3 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 21 | -23/+22 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 12 | -16/+20 |
| | |||||
* | Add logs endpoint | Chocobozzz | 2019-04-10 | 2 | -6/+19 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 1 | -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 version | Chocobozzz | 2019-04-08 | 2 | -4/+1 |
| | |||||
* | Copy video/audio codec for HLS | Chocobozzz | 2019-04-08 | 1 | -37/+59 |
| | |||||
* | Fix context types | Chocobozzz | 2019-04-08 | 1 | -11/+11 |
| | |||||
* | Fix jsonld context | Chocobozzz | 2019-04-08 | 1 | -12/+45 |
| | |||||
* | Use custom ffmpeg path in youtube dl | Chocobozzz | 2019-04-03 | 1 | -0/+5 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 2 | -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/shares | Chocobozzz | 2019-03-19 | 1 | -3/+2 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 1 | -3/+2 |
| | |||||
* | Does exist | Chocobozzz | 2019-03-19 | 8 | -31/+30 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 1 | -1/+9 |
| | |||||
* | Refactor video playlist middlewares | Chocobozzz | 2019-03-18 | 1 | -2/+4 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 2 | -6/+17 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 1 | -3/+3 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 5 | -2/+81 |
| | |||||
* | Add request body limit | Chocobozzz | 2019-02-21 | 1 | -4/+37 |
| | |||||
* | Improve channel and account SEO | Chocobozzz | 2019-02-21 | 2 | -12/+2 |
| | |||||
* | Refractor published date on video import | Chocobozzz | 2019-02-12 | 1 | -6/+23 |
| | |||||
* | Import original publication date (CLI) | Andrés Maldonado | 2019-02-12 | 1 | -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 Maldonado | 2019-02-12 | 1 | -1/+6 |
| | | | | Import original publication date when importing a video from YouTube in the web UI | ||||
* | HLS is only supported by ffmpeg 4 | Chocobozzz | 2019-02-12 | 1 | -3/+26 |
| | | | | Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07 | ||||
* | Add originallyPublishedAt unit tests | Chocobozzz | 2019-02-11 | 2 | -1/+3 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 20 | -181/+182 |
|\ | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 32 | -343/+658 |
| |\ | |||||
| | * | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 3 | -6/+9 |
| | | | |||||
| | * | Add hls support on server | Chocobozzz | 2019-02-11 | 7 | -12/+62 |
| | | | |||||
| | * | Try to fix Mac video upload | Chocobozzz | 2019-01-24 | 1 | -2/+2 |
| | | | |||||
| | * | Prefer avg_frame_rate to fetch video FPS | Chocobozzz | 2019-01-17 | 1 | -1/+1 |
| | | | |||||
| | * | Prepare Dislike/Flag/View fixes | Chocobozzz | 2019-01-15 | 12 | -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 downloadEnabled | Lucas Declercq | 2018-10-08 | 3 | -4/+4 |
| | | | |||||
| * | | Fix some defaults values + indentation | Lucas Declercq | 2018-10-08 | 1 | -0/+1 |
| | | | |||||
| * | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 3 | -1/+4 |
| | | | |||||
* | | | Enable video upload and edit | clementbrizard | 2019-01-12 | 1 | -1/+6 |
| |/ |/| | |||||
* | | Implement contact form on server side | Chocobozzz | 2019-01-10 | 3 | -4/+33 |
| | | |||||
* | | Add notifications in the client | Chocobozzz | 2019-01-09 | 2 | -5/+9 |
| | | |||||
* | | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 2 | -1/+26 |
| | | |||||
* | | Add user notification base code | Chocobozzz | 2019-01-09 | 2 | -0/+24 |
| | | |||||
* | | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -0/+5 |
| | | | | | | | | Add ability to disable, clear and list user videos history |