Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't pause video upon modal open (#3909) | kontrollanten | 2021-04-08 | 1 | -0/+2 |
| | | | | | | | | | * client: dont pause video upon modal open closes #3816 * client(video/watch): remove obsolete code * gitignore: add vscode and vim swp files | ||||
* | Fix transcoding | Chocobozzz | 2020-01-29 | 1 | -0/+1 |
| | |||||
* | Add generated files to gitignore to have a clean stage | Julien Maulny | 2019-10-19 | 1 | -0/+2 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again | ||||
* | Move CLI dependencies in their own package.json | Chocobozzz | 2019-05-27 | 1 | -0/+1 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | HLS is only supported by ffmpeg 4 | Chocobozzz | 2019-02-12 | 1 | -0/+1 |
| | | | | Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07 | ||||
* | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Refactor: Separated "Other Videos" section into a dedicated ↵ | Brad Johnson | 2018-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | component/service (#969) * Separated "Other Videos" section into a dedicated component/service I'm currently working on some proof-of-concepts for recommendation providers that could work with PeerTube to provide useful video suggestions to the user. As a first step, I want to have great clarity about how PeerTube, itself, will surface these videos to the user. With this branch, I'm refactoring the "recommendations" to make it easier to swap out different recommender implementations quickly. Stop recommender from including the video that's being watched. Ensure always 5 recommendations * Treat recommendations as a stream of values, rather than a single async value. * Prioritize readability over HTTP response size early-optimization. * Simplify pipe | ||||
* | Try to fix travis tests | Chocobozzz | 2018-08-10 | 1 | -0/+1 |
| | |||||
* | Add npm debug log to gitignore and organize | Jorropo | 2018-07-26 | 1 | -8/+20 |
| | |||||
* | Update iso639 translations for french and deutch | Chocobozzz | 2018-06-19 | 1 | -0/+1 |
| | |||||
* | Prepare i18n files | Chocobozzz | 2018-06-05 | 1 | -0/+1 |
| | |||||
* | Docker config directory as volume | Chocobozzz | 2018-05-07 | 1 | -0/+1 |
| | |||||
* | Update gitignore | Chocobozzz | 2018-05-07 | 1 | -0/+2 |
| | |||||
* | Fix nginx configuration that do not work with import-videos script | Chocobozzz | 2018-03-01 | 1 | -0/+1 |
| | |||||
* | Fix gitignore | Chocobozzz | 2018-02-16 | 1 | -6/+5 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Issue #196 : Allow to cancel an upload (#221) | Dimitri Gilbert | 2018-01-23 | 1 | -0/+5 |
| | | | | | | | | | | | | | | * issue #196 * fixed missattribution of var * fix styling issue * renamed videoUpload to videoUploadObservable * added created path to gitignore * changed uploadCancel method name to cancelUpload | ||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Add ability to update some configuration keys | Chocobozzz | 2018-01-17 | 1 | -0/+1 |
| | |||||
* | Bumped to version 0.0.7-alphav0.0.8-alpha | Chocobozzz | 2018-01-15 | 1 | -0/+1 |
| | |||||
* | Prepare production workflow | Chocobozzz | 2018-01-15 | 1 | -9/+1 |
| | |||||
* | Refractor peertube videojs plugin | Chocobozzz | 2018-01-09 | 1 | -0/+1 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -0/+1 |
| | |||||
* | Prepare release script | Chocobozzz | 2017-10-31 | 1 | -0/+1 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 1 | -0/+1 |
| | | | | Will be used for user video quotas and multiple video resolutions | ||||
* | Fix upgrade script \n | Chocobozzz | 2017-07-23 | 1 | -0/+1 |
| | |||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 1 | -0/+1 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+1 |
| | |||||
* | Server: add video preview | Chocobozzz | 2016-11-16 | 1 | -0/+1 |
| | |||||
* | Fix gitignores | Chocobozzz | 2016-11-06 | 1 | -18/+17 |
| | |||||
* | Add videos to gitignore | Chocobozzz | 2016-11-01 | 1 | -0/+1 |
| | |||||
* | Update gitignore | Chocobozzz | 2016-10-21 | 1 | -0/+1 |
| | |||||
* | Remove useless things from gitignore | Chocobozzz | 2016-10-07 | 1 | -15/+7 |
| | |||||
* | Merge branch 'master' into webseed-merged | Chocobozzz | 2016-10-02 | 1 | -0/+7 |
|\ | |||||
| * | gitignore: torrent/ -> torrents/ | Chocobozzz | 2016-09-23 | 1 | -1/+1 |
| | | |||||
| * | Client: add requests stats page | Chocobozzz | 2016-09-23 | 1 | -0/+3 |
| | | |||||
| * | Tags directory in gitignore | Chocobozzz | 2016-08-28 | 1 | -0/+1 |
| | | |||||
* | | First draft using only webseed for server | Chocobozzz | 2016-07-27 | 1 | -0/+1 |
|/ | |||||
* | Server: do not enable images tests by default because it needs a special | Chocobozzz | 2016-07-20 | 1 | -0/+1 |
| | | | | ffmpeg version | ||||
* | Add production example file | Chocobozzz | 2016-05-20 | 1 | -0/+1 |
| | |||||
* | Refractoring and add thumbnails support (without tests) | Chocobozzz | 2016-05-10 | 1 | -0/+1 |
| | |||||
* | Angular application :first draft | Chocobozzz | 2016-03-14 | 1 | -0/+1 |
| | |||||
* | Prepare Angular routes | Chocobozzz | 2016-03-07 | 1 | -3/+0 |
| | |||||
* | Add test4,5,6 to directories to ignore | Chocobozzz | 2016-01-09 | 1 | -0/+3 |
| | |||||
* | Add stylesheets vendor and global.css to ignore | Chocobozzz | 2015-11-23 | 1 | -0/+2 |
| | |||||
* | Spawn | Chocobozzz | 2015-10-29 | 1 | -0/+10 |