aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
Commit message (Collapse)AuthorAgeFilesLines
* [ImgBot] optimizes imagesJorropo2018-07-242-0/+0
| | | | | | | | | | | | | | | | | | | | | *Total -- 289.13kb -> 211.82kb (26.74%)/support/doc/development/server/upload-video.png -- 56.19kb -> 33.83kb (39.8%)/support/doc/development/client/components-tree.png -- 31.81kb -> 19.82kb (37.68%)/client/src/assets/images/icons/icon-512x512.png -- 14.24kb -> 9.97kb (30.03%)/server/tests/fixtures/avatar-resized.png -- 1.69kb -> 1.19kb (29.24%)/server/tests/fixtures/avatar2-resized.png -- 1.68kb -> 1.21kb (28.41%)/client/src/assets/images/default-avatar.png -- 1.63kb -> 1.24kb (23.89%)/server/tests/fixtures/avatar.png -- 1.63kb -> 1.24kb (23.89%)/server/tests/fixtures/avatar-big.png -- 143.15kb -> 111.56kb (22.06%)/client/src/assets/images/icons/icon-192x192.png -- 3.58kb -> 2.86kb (20.21%)/server/tests/fixtures/video_short1.webm.jpg -- 2.83kb -> 2.36kb (16.75%)/client/src/assets/images/icons/icon-144x144.png -- 2.34kb -> 1.95kb (16.53%)/client/src/assets/images/icons/icon-96x96.png -- 1.91kb -> 1.62kb (11.93%)/client/src/assets/images/icons/icon-72x72.png -- 1.72kb -> 1.53kb (11.1%)/client/src/assets/images/icons/icon-48x48.png -- 1.18kb -> 1.17kb (1%)
* Begin advanced searchChocobozzz2018-07-242-1/+12
|
* Fix start/count/sort params in documentationChocobozzz2018-07-1713-1198/+1089
|
* 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
* 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 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
|
* 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
|
* 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
|
* Environment variables for Docker ComposeFlorent Poinsaut2018-06-051-12/+17
|
* 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
|
* (doc): use sysrc instead of editing /etc/rc.conf on FreeBSD (#603)norrist2018-05-291-7/+3
|
* Improve production guide formatChocobozzz2018-05-291-2/+2
|
* Update production.mdDavid Libeau2018-05-291-0/+2
|
* Stop docker containers before upgradingChocobozzz2018-05-281-1/+3
|
* Improve docker doc and fix missing keys on updateChocobozzz2018-05-281-31/+40
|
* Only use account name in routesChocobozzz2018-05-252-24/+256
|
* import-videos: prompt for passwordJohn Livingston2018-05-111-1/+1
|
* Remove the /etc/pkg/FreeBSD.conf change. The latest version came with node ↵Jacques Foucry2018-05-101-18/+3
| | | | 10 and PeerTube does not deal with it. Staying in quartely give node 9.10.1
* Docker config directory as volumeChocobozzz2018-05-071-1/+1
|
* Switch Arch Linux dependency to NodeJS LTSPierre-Alain TORET2018-05-071-1/+1
| | | | Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Adapt docker image file path in docker-compose.ymlFlorent Fayolle2018-05-071-2/+2
|
* Update video-channel routes (again)Chocobozzz2018-04-252-593/+377
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-251-7/+46
|
* Update video channel routesChocobozzz2018-04-242-200/+415
|
* Bold dependencies part in production guideChocobozzz2018-04-241-2/+2
|
* Use ISO 639 for languagesChocobozzz2018-04-231-11/+14
|
* Add rest api quickstartChocobozzz2018-04-171-0/+47
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+32
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Add auth documentationChocobozzz2018-04-163-4/+753
|
* use gosu to fix /data permissions errorsFlorent Poinsaut2018-04-161-12/+0
|
* Adding a more specific phrasing for yarn installation (#487)Rigel Kent2018-04-091-1/+1
|
* Upgrade spectacle moduleChocobozzz2018-04-063-1021/+695
|
* Add what now section to production guideChocobozzz2018-04-061-1/+6
|