aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Begin advanced searchChocobozzz2018-07-242-1/+12
|
* (nginx) remove headers now dealt with helmetRigel Kent2018-07-181-3/+0
|
* Fix static avatars/thumbnails cacheChocobozzz2018-07-171-1/+2
|
* Fix start/count/sort params in documentationChocobozzz2018-07-1713-1198/+1089
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+1
|
* Correcting documentation to be more precise about CentOS 7Rigel Kent2018-07-162-7/+7
|
* support/doc/dependencies.md: Add Gentoo documentationHaelwenn (lanodan) Monnier2018-07-111-0/+38
| | | | Related to: https://github.com/Chocobozzz/PeerTube/issues/778
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-0/+122
| | | | | | | | | | | | | | | | | | | | * first stab at jschannel based player api * semicolon purge * more method-level docs; consolidate definitions * missing definitions * better match peertube's class conventions * styling for embed tester * basic docs * add `getVolume` * document the test-embed feature
* Increase upload limit to 8GB (test)Chocobozzz2018-06-291-3/+3
|
* Add warning regarding the domain name for docker installChocobozzz2018-06-281-0/+2
|
* fix docker-compose extension typoJosh Morel2018-06-281-1/+1
| | | was `yaml` changed to `yml`
* Filter by category (#720)PhieF2018-06-271-0/+5
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* Add PEERTUBE_SMTP_DISABLE_STARTTLS config docker envChocobozzz2018-06-272-0/+2
|
* Add tips in translation docChocobozzz2018-06-271-0/+10
|
* Improve update host script and add warning if AP urls are invalidChocobozzz2018-06-212-2/+12
|
* Small fixes on translation guideLuc Didry2018-06-211-5/+5
|
* Add translation guideChocobozzz2018-06-211-0/+24
|
* Fix docker compose with admin emailChocobozzz2018-06-211-1/+1
|
* Update doc for CentOS 7 devtoolset-7Pierre-Alain TORET2018-06-182-4/+4
| | | | Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Add resolution to create-transcoding-job script (#654)Florent F2018-06-151-0/+5
| | | | | | * Add resolution to create-transcoding-job script * Requested changes
* Add ability to schedule video publicationChocobozzz2018-06-152-8/+97
|
* Add note in upgrade guide for nginx/systemdChocobozzz2018-06-141-3/+38
|
* Move iso639 strings in its own translation fileChocobozzz2018-06-131-2/+3
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-123-2/+41
| | | | publishing a video
* Improve tools documentationChocobozzz2018-06-111-10/+19
|
* Add API example to list videosChocobozzz2018-06-111-0/+7
|
* Fix docker configChocobozzz2018-06-111-3/+3
|
* Update sudo command for yarn during upgradeKody2018-06-071-2/+2
|
* (doc) adding tools documentation for job creationRigel Kent2018-06-071-14/+36
|
* Add dev doc about localizationChocobozzz2018-06-061-0/+32
|
* Blank instead of null for docker envChocobozzz2018-06-051-6/+6
|
* add the comment from ↵Florent Poinsaut2018-06-051-5/+5
| | | | https://github.com/Chocobozzz/PeerTube/pull/617/files#diff-5003d902a2333dfdbcd79d688f2806daL38
* Environment variables for Docker ComposeFlorent Poinsaut2018-06-053-29/+49
|
* (docker) making security settings of traefik on par with nginxRigel Kent2018-06-041-0/+23
|
* Remove "/" of PEERTUBE_URL exampleDavid Libeau2018-06-011-1/+1
| | | With an url ended with a "/", the script returns an error.
* Update archlinux dependenciesChocobozzz2018-05-301-1/+1
|
* Fix docker config custom env copyChocobozzz2018-05-301-1/+1
|
* Cleanup docker configurationChocobozzz2018-05-302-5/+4
|
* Do not set default transcoding resolutionsPierre Jaury2018-05-301-4/+0
|
* Allow to setup transcoding in the docker imagePierre Jaury2018-05-302-0/+26
|
* (doc): use sysrc instead of editing /etc/rc.conf on FreeBSD (#603)norrist2018-05-291-7/+3
|
* Add help in conf file regarding SMTPChocobozzz2018-05-291-0/+2
|
* Copy custom-environment-variables.yaml on docker startupChocobozzz2018-05-291-1/+2
|
* Improve production guide formatChocobozzz2018-05-291-2/+2
|
* Update production.mdDavid Libeau2018-05-291-0/+2
|
* Add disable_starttls configuration variable for dockerChocobozzz2018-05-281-0/+3
|
* Stop docker containers before upgradingChocobozzz2018-05-281-1/+3
|
* Improve docker doc and fix missing keys on updateChocobozzz2018-05-284-33/+110
|
* Only use account name in routesChocobozzz2018-05-252-24/+256
|
* Update Janitor DockerfileJan Keromnes2018-05-172-8/+10
| | | | | | | - Upgrade to newer janitortechnology/ubuntu-dev base image - Fix workspace folder - Add Theia port - Dockerfile best practices