aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies.mdGérald Niel2018-03-271-9/+0
|
* Fix typo in markdown syntaxGérald Niel2018-03-271-5/+5
|
* Mise à jour documentation pour FreeBSDGérald Niel2018-03-272-2/+83
|
* Reduce title/button size for embedChocobozzz2018-03-271-1/+1
|
* Fix lintChocobozzz2018-03-272-2/+2
|
* Fix my videos paginationChocobozzz2018-03-272-2/+11
|
* Fix videos list paramsChocobozzz2018-03-272-2/+3
|
* Add root class if user is logged inChocobozzz2018-03-273-3/+7
|
* Add privacy setting to upload.js cli (#422)Olivier Jolly2018-03-271-0/+2
|
* Update changelogChocobozzz2018-03-271-0/+37
|
* Fix custom server configuration numbersChocobozzz2018-03-274-12/+31
|
* Redirect to homepage on empty searchChocobozzz2018-03-272-4/+6
|
* Add ability to search on domain and username tooChocobozzz2018-03-271-3/+17
|
* 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