aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Add HTTP signature check before linked signatureChocobozzz2018-10-191-0/+1
| | | | | | 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 transcodingChocobozzz2018-10-181-0/+1
|
* Bumped to version v1.1.0-alpha.1v1.1.0-alpha.1Chocobozzz2018-10-171-1/+1
|
* Merge branch 'release/v1.0.0' into developChocobozzz2018-10-111-1/+1
|\
| * Bumped to version v1.0.0v1.0.0Chocobozzz2018-10-111-1/+1
| |
* | 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
* Delete correctly redundancy filesChocobozzz2018-10-031-2/+2
|
* Bumped to version v1.0.0-rc.2v1.0.0-rc.2Chocobozzz2018-10-031-1/+1
|
* Bumped to version v1.0.0-rc.1v1.0.0-rc.1Rigel Kent2018-10-031-1/+1
|
* add protractor profile for local testsRigel Kent2018-10-011-0/+1
|
* Bumped to version v1.0.0-beta.16v1.0.0-beta.16Chocobozzz2018-10-011-1/+1
|
* Bumped to version v1.0.0-beta.15v1.0.0-beta.15Chocobozzz2018-09-261-1/+1
|
* Bumped to version v1.0.0-beta.14v1.0.0-beta.14Chocobozzz2018-09-251-1/+1
|
* Upgrade tslint rulesChocobozzz2018-09-211-1/+1
|
* Upgrade server dependenciesChocobozzz2018-09-211-3/+2
|
* Merge branch 'develop' into cli-wrapperChocobozzz2018-09-201-1/+3
|\
| * Fix ios player playback/subtitles menuChocobozzz2018-09-171-1/+1
| |
| * Speed up overviews routeChocobozzz2018-09-141-0/+2
| |
* | one cli to unite them allRigel Kent2018-09-141-0/+10
|/ | | | | | | Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli
* Basic video redundancy implementationChocobozzz2018-09-131-0/+2
|
* Bumped to version v1.0.0-beta.13v1.0.0-beta.13Chocobozzz2018-09-131-1/+1
|
* Try to fix bcrypt on node 8.12Chocobozzz2018-09-131-1/+1
|
* Bumped to version v1.0.0-beta.12v1.0.0-beta.12Chocobozzz2018-09-111-1/+1
|
* move .sass-lint.yml to client/Rigel Kent2018-09-071-1/+2
|
* Fix oauth server moduleChocobozzz2018-08-281-1/+0
|
* Upgrade server dependenciesChocobozzz2018-08-271-13/+13
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-1/+1
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
|
* Bumped to version v1.0.0-beta.11v1.0.0-beta.11Chocobozzz2018-08-211-1/+1
|
* Change npm repo to git+httpsJorropo2018-08-201-1/+1
|
* Implement user blocking on server sideChocobozzz2018-08-081-0/+2
|
* Import magnets with webtorrentChocobozzz2018-08-081-1/+1
|
* advertising PeerTube's rather simple DNT policyRigel Kent2018-08-081-0/+2
|
* Merge branch 'release/beta-10' into developChocobozzz2018-08-071-1/+1
|\
| * Bumped to version v1.0.0-beta.10v1.0.0-beta.10Chocobozzz2018-08-071-1/+1
| |
* | Merge branch 'release/beta-10' into developChocobozzz2018-08-061-1/+1
|\|
| * Fix caption upload on Mac OSChocobozzz2018-08-061-1/+1
| |
* | Add ability to import video with youtube-dlChocobozzz2018-08-061-3/+4
| |
* | Add audit logs moduleAurélien Bertron2018-07-311-0/+2
|/
* Bumped to version v1.0.0-beta.10.pre.3v1.0.0-beta.10.pre.3Chocobozzz2018-07-311-1/+1
|
* Bumped to version v1.0.0-beta.10.pre.2v1.0.0-beta.10.pre.2Chocobozzz2018-07-271-1/+1
|
* Bumped to version v1.0.0-beta.10.pre.1v1.0.0-beta.10.pre.1Chocobozzz2018-07-261-1/+1
|
* selective route permission to use embeds with x-frame-denyRigel Kent2018-07-171-0/+1
|
* Painfull server dep upgradeChocobozzz2018-07-171-4/+7
|
* Handle .srt subtitlesChocobozzz2018-07-161-0/+1
|
* Remove kue from the dependencies and move prompt to main onesChocobozzz2018-07-111-3/+1
|
* Switch to bullChocobozzz2018-07-111-0/+2
|
* (feed) adding thumbnail support for RSS feedRigel Kent2018-06-291-1/+1
|
* Add ability to choose the languageChocobozzz2018-06-281-0/+1
|
* Upgrade dependenciesChocobozzz2018-06-261-6/+6
|