Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | ||||
* | Fix crash regarding video stream issue | Chocobozzz | 2018-12-12 | 1 | -1/+1 |
| | |||||
* | Fix broken audio with transcoding | Chocobozzz | 2018-12-11 | 1 | -3/+3 |
| | |||||
* | Overwrite video caption | Chocobozzz | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | Use move instead rename | Chocobozzz | 2018-12-11 | 1 | -2/+2 |
| | | | | To avoid EXDEV errors | ||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 3 | -8/+13 |
| | |||||
* | Add sitemap | Chocobozzz | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 4 | -12/+13 |
| | |||||
* | Fix thumbnail processing | Chocobozzz | 2018-12-04 | 2 | -10/+8 |
| | |||||
* | Optimize config endpoint | Chocobozzz | 2018-11-23 | 1 | -3/+3 |
| | |||||
* | Fix youtube video import | Chocobozzz | 2018-11-21 | 1 | -2/+2 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Fix checkbox margins | Chocobozzz | 2018-11-19 | 1 | -5/+5 |
| | |||||
* | Optimize image resizing | Chocobozzz | 2018-11-19 | 1 | -2/+17 |
| | |||||
* | Fix images size when downloading them | Chocobozzz | 2018-11-16 | 1 | -1/+11 |
| | |||||
* | Fix AP collections pagination | Chocobozzz | 2018-11-16 | 1 | -7/+7 |
| | |||||
* | Check activities host | Chocobozzz | 2018-11-14 | 2 | -2/+11 |
| | |||||
* | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 2 | -9/+66 |
| | |||||
* | Merge branch 'master' into develop | Chocobozzz | 2018-11-13 | 1 | -1/+1 |
|\ | |||||
| * | Rename context stats to state | Thomas Citharel | 2018-11-13 | 1 | -1/+1 |
| | | | | | | I guess it refers to the VideoState enum used here as `state` instead. | ||||
| * | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 2 | -39/+63 |
| | | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation | ||||
* | | (ffmpeg) force pixel format yuv420p (#1394) | Rigel Kent | 2018-11-12 | 1 | -0/+1 |
| | | |||||
* | | Update translations | Chocobozzz | 2018-10-19 | 1 | -4/+1 |
| | | |||||
* | | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 2 | -39/+63 |
| | | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation | ||||
* | | Fix transcoding | Chocobozzz | 2018-10-18 | 1 | -72/+87 |
| | | |||||
* | | AP mimeType -> mediaType | Chocobozzz | 2018-10-18 | 1 | -3/+4 |
| | | |||||
* | | Oup's | Chocobozzz | 2018-10-17 | 1 | -7/+7 |
| | | |||||
* | | Fix tests | Chocobozzz | 2018-10-17 | 1 | -7/+9 |
| | | |||||
* | | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 1 | -0/+5 |
|\ \ | |||||
| * | | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -5/+4 |
| | | | |||||
| * | | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | | | Set keyframe interval for transcoding (fixes #1147) (#1231) | Felix Ableitner | 2018-10-17 | 1 | -24/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set keyframe interval for transcoding (fixes #1147) * remove -maxrate and old bitrate setter * pass fps as parameter * set type for ffmpeg param * assign ffmpeg object | ||||
* | | | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 1 | -1/+4 |
|/ / | |||||
* | | add parseBytes utility function and tests (#1239) | BRAINS YUM | 2018-10-13 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | * add parseBytes utility function and tests make it parse TB MB fix parseBytes; * 1024 test bytes too, and make parseByte to parse quotas add test in travis.sh in misc * fix parseBytes and test to pass linting | ||||
* | | Merge branch 'release/v1.0.0' into develop | Chocobozzz | 2018-10-11 | 1 | -3/+3 |
|\| | |||||
| * | Add more headers to broadcast/unicast | Chocobozzz | 2018-10-10 | 1 | -3/+3 |
| | | |||||
* | | Add ability to list all local videos | Chocobozzz | 2018-10-10 | 2 | -4/+8 |
| | | | | | | | | Including private/unlisted for moderators/admins | ||||
* | | fix automatic bitrate adjustment | Rigel Kent | 2018-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | The regression was introduced in edb4ffc7e0b13659d7c73b120f2c87b27e4c26a1 and forced a fixed bitrate per resolution | ||||
* | | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 2 | -3/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file | ||||
* | | Add user history and resume videos | Chocobozzz | 2018-10-05 | 2 | -3/+5 |
|/ | |||||
* | Fix config endpoint | Chocobozzz | 2018-10-03 | 2 | -11/+26 |
| |