Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix peertube CLI documentation | Chocobozzz | 2019-01-14 | 1 | -1/+2 |
| | |||||
* | Patch docker entrypoint to speed up the chown at startup | victor héry | 2019-01-14 | 1 | -2/+2 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 2 | -0/+6 |
| | |||||
* | Fix video tags update/upload in openapi | Chocobozzz | 2019-01-09 | 1 | -4/+8 |
| | |||||
* | (doc) update API spec to include user subscription routes | Rigel Kent | 2019-01-03 | 1 | -4/+105 |
| | |||||
* | more systemd service hardening (#1488) | Michael Koppmann | 2018-12-15 | 1 | -0/+5 |
| | |||||
* | (fix) FreeBSD startup script (#1484) | Gérald Niel | 2018-12-13 | 1 | -4/+3 |
| | | | This PR fixes #1477 introduced by #1474 | ||||
* | add Content Security Policy (#1252) | Rigel Kent | 2018-12-13 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support | ||||
* | Update FreeBSD startup script (#1474) | Gérald Niel | 2018-12-10 | 1 | -0/+2 |
| | |||||
* | (doc) fix syntax in openapi spec for watching progress | Rigel Kent | 2018-12-08 | 1 | -1/+1 |
| | |||||
* | Remove hard-coded 8GB upload limit in client (#1293) | Micah Elizabeth Scott | 2018-12-07 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove hard-coded 8GB upload limit in client Ideally we'd know what the specific server's configured upload limit is before starting, but this 8GB limit is not useful if an administrator has changed the nginx post limit on the server. * Better docs for admins about client_max_body_size Seems like some admins already tweak this value up or down to allow for different maximum video upload sizes. The current codebase has no other server-side limits that I'm aware of, and I've been routinely uploading quite large videos to my instance. This patch replaces the somewhat incorrect (or outdated?) 'hard limit' comment with some advice about allocating enough space for nginx and communicating the limit with your users. Of course it would be better if this configuration could be unified with PeerTube's config somehow. I'm not sure whether the best option there is to turn off nginx's buffering here and let PeerTube handle the entire upload (can we do this only for the video upload API endpoint?) or whether we want PeerTube to generate nginx configs in a more automated way layer. In any case, this patch is intended as an incremental improvement. | ||||
* | hardening systemd unit | Rigel Kent | 2018-12-07 | 1 | -0/+14 |
| | |||||
* | Merge branch 'hotfix/docker' into develop | Chocobozzz | 2018-12-06 | 1 | -26/+5 |
|\ | |||||
| * | Fix docker build and gosu | Chocobozzz | 2018-12-06 | 1 | -26/+5 |
| | | |||||
* | | Improve information regarding prune storage script | Chocobozzz | 2018-12-05 | 1 | -2/+2 |
| | | |||||
* | | Better tools.md doc | Chocobozzz | 2018-12-04 | 1 | -6/+6 |
| | | |||||
* | | Use `'` instead of `'` for passwords in the documentation (see #1453) | Nathanaël J | 2018-12-04 | 1 | -2/+2 |
| | | |||||
* | | Create redundancy endpoint | Chocobozzz | 2018-12-04 | 1 | -2/+7 |
| | | |||||
* | | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 1 | -0/+2 |
| | | |||||
* | | change type of languageOneOf query parameter | Rigel Kent | 2018-12-04 | 1 | -2/+12 |
| | | |||||
* | | Improve tools doc | Chocobozzz | 2018-12-04 | 1 | -40/+40 |
|/ | |||||
* | Bumped to version v1.1.0v1.1.0 | Chocobozzz | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | add parameters to GET /videos route spec | Rigel Kent | 2018-11-24 | 1 | -11/+158 |
| | |||||
* | add donate link, move redundancy doc and images to docs.joinpeertube.org | Rigel Kent | 2018-11-23 | 9 | -56/+0 |
| | |||||
* | Add open api bump version in release script | Chocobozzz | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | Various improvements for docker-compose | Felix Ableitner | 2018-11-21 | 4 | -4/+18 |
| | |||||
* | make POST /users have integer role enum | Rigel Kent | 2018-11-21 | 2 | -7/+12 |
| | |||||
* | Improve FreeBSD setup instructions | Mateusz Piotrowski | 2018-11-21 | 1 | -3/+2 |
| | | | | | Use install(1) instead of cp(1) and chmod(1) to install the service file. Also, use sysrc(8) to enable the PeerTube service in rc.conf(5). | ||||
* | add job state in path in openapi spec | Rigel Kent | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | fix rest api quickstart and specify values in openapi spec | Rigel Kent | 2018-11-19 | 2 | -4/+9 |
| | |||||
* | (quickfix) typo in openapi spec groups | Rigel Kent | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | grouping moderation endpoints in the REST API spec | Rigel Kent | 2018-11-17 | 1 | -0/+1 |
| | |||||
* | grouping tags by main category in the spec | Rigel Kent | 2018-11-16 | 1 | -45/+114 |
| | |||||
* | adding ownership and watching video APIs to the spec | Rigel Kent | 2018-11-16 | 1 | -2/+130 |
| | |||||
* | remove superfluous privacy field for upload | Rigel Kent | 2018-11-16 | 1 | -3/+0 |
| | |||||
* | fix API spec on POST /videos/upload and provide Shell example | Rigel Kent | 2018-11-15 | 1 | -3/+39 |
| | |||||
* | migrate Swagger 2.0 spec to OpenAPI 3.0.0 | Rigel Kent | 2018-11-15 | 15 | -14050/+1061 |
| | |||||
* | updated REST API documentation | Rigel Kent | 2018-11-13 | 2 | -1730/+2330 |
| | |||||
* | sync API version with PeerTube version and auto-update it via git hooks | Rigel Kent | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | Configure docker image to accept trust_proxy as an env variable in json ↵ | LecygneNoir | 2018-10-22 | 2 | -2/+7 |
| | | | | array (#1338) | ||||
* | Improve dev Dockerfile (#1333) | Kyâne Pichou | 2018-10-22 | 1 | -27/+25 |
| | | | | | | | | | | * Improve dev Dockerfile Use Docker best-practices for the development Dockerfile. Save 3Mo. * Update support/docker/dev/Dockerfile Co-Authored-By: pichouk <kyane@kyane.fr> | ||||
* | (doc) fix path to peertube-repl | Rigel Kent | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | add repl to the cli wrapper, remove extraneous TOC in tools.md | Rigel Kent | 2018-10-19 | 1 | -34/+24 |
| | |||||
* | (doc) update architecture, tools and readme | Rigel Kent | 2018-10-14 | 1 | -8/+37 |
| | |||||
* | add REPL in server/tools/repl.ts (#1248) | BRAINS YUM | 2018-10-14 | 1 | -0/+131 |
| | |||||
* | Create new Docker dev image (#1173) | am97 | 2018-10-09 | 7 | -16/+90 |
| | | | | | | * Move the old dev docker files to support/docker/janitor * Create new Docker dev image | ||||
* | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | (docker) search and import settings env variables (#1210) | kaiyou | 2018-10-07 | 1 | -0/+20 |
| | |||||
* | add features section to README.md | Rigel Kent | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | modify decentralized illustration in README | Rigel Kent | 2018-10-02 | 2 | -1/+1 |
| |