aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* object-storage: @aws-sdk/lib-storage for multipart (#4903)kontrollanten2022-04-191-0/+1
| | | | | | | | | | | | | | | | | * object-storage: @aws-sdk/lib-storage for multipart * gitignore: add .DS_Store * test(object-storage): remove only * test(object-storage/multipart): generate video * fix lint issue * test(obj-storage/video): ensure file size * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move types package in packages/Chocobozzz2021-12-281-1/+3
|
* refactor(types): create dedicated folder for types package srclutangar2021-12-161-1/+1
| | | | | | fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory
* feat(types): create peertube-types packagelutangar2021-12-161-0/+1
| | | | | | | | | | | | Create dedicated Typescript "types" configuration file for each "projects". Create a types folder which includes every useful ts definition: - client - server - shared Add tooling to create a proper package, extract dependencies, etc... Add CI Github task. refactor(types): publish types package in release script
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-0/+3
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Update embed webpack configChocobozzz2021-05-271-1/+1
|
* Don't pause video upon modal open (#3909)kontrollanten2021-04-081-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 transcodingChocobozzz2020-01-291-0/+1
|
* Add generated files to gitignore to have a clean stageJulien Maulny2019-10-191-0/+2
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-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.jsonChocobozzz2019-05-271-0/+1
|
* Upgrade sequelizeChocobozzz2019-04-241-1/+1
|
* HLS is only supported by ffmpeg 4Chocobozzz2019-02-121-0/+1
| | | | Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-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 Johnson2018-08-311-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 testsChocobozzz2018-08-101-0/+1
|
* Add npm debug log to gitignore and organizeJorropo2018-07-261-8/+20
|
* Update iso639 translations for french and deutchChocobozzz2018-06-191-0/+1
|
* Prepare i18n filesChocobozzz2018-06-051-0/+1
|
* Docker config directory as volumeChocobozzz2018-05-071-0/+1
|
* Update gitignoreChocobozzz2018-05-071-0/+2
|
* Fix nginx configuration that do not work with import-videos scriptChocobozzz2018-03-011-0/+1
|
* Fix gitignoreChocobozzz2018-02-161-6/+5
|
* Add ability to reset our passwordChocobozzz2018-01-301-1/+1
|
* Issue #196 : Allow to cancel an upload (#221)Dimitri Gilbert2018-01-231-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 unfollowChocobozzz2018-01-181-1/+1
|
* Add ability to update some configuration keysChocobozzz2018-01-171-0/+1
|
* Bumped to version 0.0.7-alphav0.0.8-alphaChocobozzz2018-01-151-0/+1
|
* Prepare production workflowChocobozzz2018-01-151-9/+1
|
* Refractor peertube videojs pluginChocobozzz2018-01-091-0/+1
|
* Begin to add avatar to actorsChocobozzz2017-12-291-0/+1
|
* Prepare release scriptChocobozzz2017-10-311-0/+1
|
* Move video file metadata in their own tableChocobozzz2017-08-251-0/+1
| | | | Will be used for user video quotas and multiple video resolutions
* Fix upgrade script \nChocobozzz2017-07-231-0/+1
|
* Add previews cache system between podsChocobozzz2017-07-121-0/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+1
|
* Server: add video previewChocobozzz2016-11-161-0/+1
|
* Fix gitignoresChocobozzz2016-11-061-18/+17
|
* Add videos to gitignoreChocobozzz2016-11-011-0/+1
|
* Update gitignoreChocobozzz2016-10-211-0/+1
|
* Remove useless things from gitignoreChocobozzz2016-10-071-15/+7
|
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-021-0/+7
|\
| * gitignore: torrent/ -> torrents/Chocobozzz2016-09-231-1/+1
| |
| * Client: add requests stats pageChocobozzz2016-09-231-0/+3
| |
| * Tags directory in gitignoreChocobozzz2016-08-281-0/+1
| |
* | First draft using only webseed for serverChocobozzz2016-07-271-0/+1
|/
* Server: do not enable images tests by default because it needs a specialChocobozzz2016-07-201-0/+1
| | | | ffmpeg version
* Add production example fileChocobozzz2016-05-201-0/+1
|
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-0/+1
|
* Angular application :first draftChocobozzz2016-03-141-0/+1
|