aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Decrease player button size on very small screensChocobozzz2018-03-271-1/+1
|
* Fix content type response for ActivityPubChocobozzz2018-03-271-16/+21
|
* Improve SQL request for video AP requestChocobozzz2018-03-271-5/+15
|
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-275-1/+24
| | | move videoQuota under a user object, use byte PipeTransform
* Put Person first in AP attributedToChocobozzz2018-03-271-4/+4
|
* Try to refractor activities sendingChocobozzz2018-03-2711-168/+99
| | | | There is still a need for work on this part though
* Add autoplay parameter in embedChocobozzz2018-03-271-1/+10
|
* Fix delete comment federationChocobozzz2018-03-278-26/+80
|
* Fix my videos list pageChocobozzz2018-03-271-1/+1
|
* 4 lines per page instead of 3 for videos listChocobozzz2018-03-271-1/+1
|
* Add sign language to the index of languages (#420)Rigel Kent2018-03-271-1/+16
|
* Clean shell scripts (#398)Léo Andrès2018-03-2722-59/+97
|
* Fix error loggingChocobozzz2018-03-2624-41/+57
|
* Fix player error when the media is not supportedChocobozzz2018-03-262-9/+8
|
* Fix videos import scriptChocobozzz2018-03-261-1/+4
|
* truncating long video names in import-videos.js (fixes #392) (#415)Rigel Kent2018-03-261-1/+6
|
* Reduce innactivity timeout on embedChocobozzz2018-03-261-0/+1
|
* Improve embed video player responsiveChocobozzz2018-03-261-5/+9
|
* per missing field error in upload.js (fixes #414) (#416)Rigel Kent2018-03-261-1/+5
|
* Fix log in with special password character (+)Chocobozzz2018-03-262-10/+10
|
* Fix check comments params unit testsChocobozzz2018-03-262-3/+3
|
* Update issue template to tell people there is a FAQChocobozzz2018-03-261-1/+3
|
* Fix responsive in videos watchChocobozzz2018-03-261-2/+2
|
* Fix video description CSSChocobozzz2018-03-262-6/+6
|
* Fix break-word and add margin between content and other videos.Chocobozzz2018-03-263-1/+14
|\
| * Fix #408Gérald Niel2018-03-251-0/+4
| |
| * Merge branch 'develop' of github.com:Chocobozzz/PeerTube into developGérald Niel2018-03-254-7/+19
| |\ | |/ |/|
* | Removing unnecessary semicolonsOkhin2018-03-241-4/+4
| |
* | Add the activation of a needed SCL for CentOSOkhin2018-03-241-1/+5
| | | | | | There's a need to activate the devtool-6 SCL before running the yarn install command, to have node-gyp correctly compiling the needed binaries.
* | Improving the CentOS7 specific partsOkhin2018-03-241-3/+7
| | | | | | | | Changing the link for ffmpeg toward a tutorial with an actual mirror of ffmpeg, and with less hassle. Adding the deendencies to devtoolset-6 and centos-release-scl to provide a C++11 compatible G++
* | Replacing the err being thrown by a gracefull exit.process(1)Okhin2018-03-241-2/+6
| |
* | Limit comment length to 1 character, fixes #394 (#399)Aurélien Bertron2018-03-241-1/+1
| |
| * No word-break in comment. Justify text.Gérald Niel2018-03-241-0/+5
| |
| * Fix break-word and add margin between content and other videos.Gérald Niel2018-03-241-1/+5
|/
* Test to remove google as stun serverChocobozzz2018-03-231-3/+0
|
* Update stun serversChocobozzz2018-03-231-1/+18
|
* Add permissions instructions for the data volume (#387)Angristan2018-03-231-0/+12
| | | | | | * Add permissions instructions for the data volume * Remove useless newline
* Run the installation as the peertube user inside the Docker image (#385)Angristan2018-03-232-15/+27
| | | | | | * Run the installation as the peertube user * Run the installation as the peertube user
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-236-39/+116
|
* Add public to activitypub announcesChocobozzz2018-03-231-1/+1
|
* Fix error display on edit config in adminChocobozzz2018-03-232-3/+15
|
* Prepare building docker files on docker hubChocobozzz2018-03-235-58/+13
|
* Fallback to torrent file if there is an incorrect info hashChocobozzz2018-03-231-5/+18
|
* Force form validation in configurationChocobozzz2018-03-231-0/+2
|
* Don't search migration version in old Applications table anymoreChocobozzz2018-03-231-11/+3
|
* fix #382 generic error when password is too long (#383)jomo2018-03-231-2/+7
|
* Improve logging when cannot fetch remote videosChocobozzz2018-03-231-5/+10
|
* Improve readmeChocobozzz2018-03-222-1/+9
|
* Add "Can I seed videos with my classic BitTorrent client" in FAQChocobozzz2018-03-221-2/+11
|
* Improve activity pub actors implementationChocobozzz2018-03-229-12/+32
|