aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* (doc) add manpage to peertube cliRigel Kent2018-10-201-0/+5
|
* Fix optimize old videos scriptChocobozzz2018-10-181-2/+6
|
* Improve release scriptChocobozzz2018-10-171-3/+3
|
* Move redundancy in its own travis containerChocobozzz2018-10-161-0/+3
|
* add parseBytes utility function and tests (#1239)BRAINS YUM2018-10-131-2/+5
| | | | | | | | | | * 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
* Use DB informations from config/production.yaml in upgrade scriptLuc Didry2018-10-111-1/+6
| | | | | | | Avoid hardcoded values in upgrade script. Avoid asking for DB password. Uses python (usually installed on your system, even with minimal installations) and some of its standard lib modules.
* Merge branch 'release/v1.0.0' into developChocobozzz2018-10-111-1/+1
|\
| * Fix release scriptChocobozzz2018-10-111-1/+1
| |
* | Change a little bit optimize-old-videos logicChocobozzz2018-10-081-19/+18
| |
* | Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-083-9/+38
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* parametrize gpg key in release scriptRigel Kent2018-10-031-1/+2
|
* fix diff orderJohn Livingston2018-10-031-1/+1
|
* using "diff -u", for a clearer displayJohn Livingston2018-10-031-1/+1
|
* Add tests regarding well known/static text endpointsChocobozzz2018-10-011-1/+1
|
* Fix dnt routeChocobozzz2018-10-011-1/+1
|
* add protractor profile for local testsRigel Kent2018-10-012-1/+16
|
* Fix 404 on manifestChocobozzz2018-09-281-0/+1
|
* Improve prune scriptChocobozzz2018-09-281-9/+28
|
* Added elseFelix Ableitner2018-09-281-0/+2
|
* Add prompt to upgrade.sh to install pre-release versionFelix Ableitner2018-09-281-3/+15
|
* Add zh-Hans-CN to client.shSerCom_KC2018-09-251-2/+2
|
* Fix dnt routeChocobozzz2018-09-251-0/+1
|
* Upgrade tslint rulesChocobozzz2018-09-211-3/+3
|
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-193-3/+3
|
* Speaup clean scriptChocobozzz2018-09-141-6/+20
|
* Add trending videos strategyChocobozzz2018-09-141-3/+2
|
* Refactor: Separated "Other Videos" section into a dedicated ↵Brad Johnson2018-08-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Upgrade server dependenciesChocobozzz2018-08-271-1/+1
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-3/+3
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-274-4/+4
|
* Don't compile all languages in travisChocobozzz2018-08-271-1/+1
|
* Add portuguese and swedish languagesChocobozzz2018-08-271-1/+1
|
* Upgrade translationsChocobozzz2018-08-271-0/+2
|
* Add refresh video on searchChocobozzz2018-08-271-5/+8
|
* Fix release scriptChocobozzz2018-08-211-3/+7
|
* Translate player according to the interface langChocobozzz2018-08-161-0/+6
|
* Translate subtitle langs in playerChocobozzz2018-08-161-2/+6
|
* Support occitanChocobozzz2018-08-081-1/+1
|
* Add audit logs for video importChocobozzz2018-08-061-1/+10
|
* Upgrade release script to support release branchChocobozzz2018-08-011-5/+5
|
* Add german, spanish and chinese (traditional, taiwan) languagesChocobozzz2018-07-311-1/+1
|
* Try to fix travis (again)Chocobozzz2018-07-311-0/+2
|
* Fiw winston meta logChocobozzz2018-07-301-1/+1
|
* Handle pre releases in release scriptChocobozzz2018-07-251-6/+15
|
* Hack 459 regarding Angular & i18nChocobozzz2018-07-251-0/+24
|
* Begin advanced searchChocobozzz2018-07-241-2/+6
|
* Render CSS/title/description tags on server sideChocobozzz2018-07-181-10/+13
|
* Add populate database scriptChocobozzz2018-07-171-1/+1
|
* Parse log script parse the last updated logChocobozzz2018-07-161-2/+16
|
* Handle subtitles in playerChocobozzz2018-07-161-0/+1
|