| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "ended" embed API event | Chocobozzz | 2020-04-08 | 1 | -1/+2 |
* | Correctly fix docker storage config | Chocobozzz | 2020-04-02 | 1 | -1/+1 |
* | Move streaming-playlists to /data | xcffl | 2020-04-02 | 1 | -0/+1 |
* | Fix grammar in translation documentation | dingycle | 2020-03-26 | 1 | -1/+1 |
* | Fix embed api docs | David Dobryakov | 2020-03-25 | 1 | -1/+1 |
* | Change raw.github.com to raw.githubusercontent.com | Christoph Geschwind | 2020-03-21 | 1 | -3/+3 |
* | Fix embed api documentation | Chocobozzz | 2020-03-20 | 1 | -9/+1 |
* | feat: add dkim to docker-compose | kimsible | 2020-03-11 | 3 | -0/+16 |
* | Add Nginx configuration to redirect videos to an s3 bucket | Rigel Kent | 2020-03-09 | 1 | -0/+8 |
* | Reword HSTS configuration to warn user of nginx's add_header shortcomings | Rigel Kent | 2020-03-03 | 1 | -6/+2 |
* | Add missing api=1 info in embed quickstart | Chocobozzz | 2020-02-28 | 1 | -1/+2 |
* | Bumped to version v2.1.1 | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
* | Chore/docker-documentation-improvements (#2494) | Kim | 2020-02-24 | 4 | -39/+88 |
* | Minor update to the OpenAPI: instance config recent additions | Rigel Kent | 2020-02-21 | 1 | -0/+26 |
* | Create template dirs for openapi clients and provide README templates | Average Dude | 2020-02-18 | 6 | -0/+265 |
* | Add missing ca-certificates in docker image | Chocobozzz | 2020-02-17 | 1 | -1/+1 |
* | Creating a user with an empty password will send an email to let him set his ... | John Livingston | 2020-02-17 | 1 | -1/+1 |
* | Fix missing python dependency in Dockerfile.buster (#2495) | Kim | 2020-02-17 | 1 | -1/+1 |
* | Add libraries section to the REST Quickstart | Rigel Kent | 2020-02-17 | 1 | -0/+10 |
* | Merge branch 'open-api-clients' into develop | Chocobozzz | 2020-02-17 | 4 | -0/+17 |
|\ |
|
| * | OpenAPI clients generation | Average Dude | 2020-02-14 | 4 | -0/+17 |
* | | fix markdown link (#2504) | Moritz Warning | 2020-02-16 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-11 | 1 | -1/+1 |
|\ |
|
| * | Bumped to version v2.1.0v2.1.0 | Chocobozzz | 2020-02-11 | 1 | -1/+1 |
* | | Downsample to the closest divisor standard framerate | Rigel Kent | 2020-01-29 | 1 | -0/+6 |
* | | Force utf8 when creating the database | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
* | | Add redundancy CLI doc | Chocobozzz | 2020-01-28 | 1 | -1/+31 |
|/ |
|
* | Add openssl in docker container | Chocobozzz | 2020-01-27 | 1 | -1/+1 |
* | Bumped to version v2.1.0-rc.1v2.1.0-rc.1 | Chocobozzz | 2020-01-27 | 1 | -1/+1 |
* | Add video caption upload documentation and improve error message | Rigel Kent | 2020-01-09 | 1 | -1/+1 |
* | Update changelog, 2.1.0-rc.1 -> end of January | Chocobozzz | 2020-01-07 | 1 | -0/+6 |
* | Replace `peertube.example.com` with user's Peertube domain. (#2356) | ManMade-cube42 | 2019-12-30 | 1 | -0/+7 |
* | Add author indicator to the comment replies loader | Rigel Kent | 2019-12-28 | 1 | -0/+2 |
* | Update OpenAPI documentation to include basic playlists and new comment sorting | Rigel Kent | 2019-12-27 | 1 | -1/+80 |
* | Add embed api build | Chocobozzz | 2019-12-18 | 1 | -1/+20 |
* | Add package.json for embed api | Chocobozzz | 2019-12-18 | 1 | -1/+5 |
* | Update nginx cipher to the one we use on framatube | Chocobozzz | 2019-12-17 | 1 | -1/+2 |
* | Added pointer to the .env file | tilllt | 2019-12-12 | 1 | -1/+4 |
* | Slightly relax Cipher Suite hardening | Markus Richter | 2019-12-12 | 1 | -1/+1 |
* | Docker: stretch -> buster | Chocobozzz | 2019-12-12 | 3 | -3/+3 |
* | Add support for HLS in the Docker container. (#2324) | Ben Lubar | 2019-12-12 | 2 | -5/+8 |
* | Fix nginx config | Chocobozzz | 2019-12-10 | 1 | -14/+13 |
* | Add streaming playlists endpoint in nginx | Chocobozzz | 2019-12-10 | 1 | -3/+16 |
* | Add client_body_temp_path hint in nginx template | Chocobozzz | 2019-12-05 | 1 | -0/+4 |
* | Simplify Dockerfile and slim Docker image | Felix Ableitner | 2019-12-04 | 1 | -20/+4 |
* | Try to fix gitpod | Chocobozzz | 2019-12-03 | 1 | -1/+1 |
* | Fix For GitPod | MrGiga | 2019-11-28 | 1 | -1/+1 |
* | Update dependencies.md to be consistent | Dirk Kelly | 2019-11-27 | 1 | -83/+122 |
* | Clarify and expand on admin credentials detail | Leopere | 2019-11-18 | 1 | -3/+9 |
* | Sticking to one env-var management system (#2247) | Leopere | 2019-11-18 | 2 | -8/+11 |