Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the activation of a needed SCL for CentOS | Okhin | 2018-03-24 | 1 | -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 parts | Okhin | 2018-03-24 | 1 | -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) | Okhin | 2018-03-24 | 1 | -2/+6 |
| | |||||
* | Limit comment length to 1 character, fixes #394 (#399) | Aurélien Bertron | 2018-03-24 | 1 | -1/+1 |
| | |||||
* | Test to remove google as stun server | Chocobozzz | 2018-03-23 | 1 | -3/+0 |
| | |||||
* | Update stun servers | Chocobozzz | 2018-03-23 | 1 | -1/+18 |
| | |||||
* | Add permissions instructions for the data volume (#387) | Angristan | 2018-03-23 | 1 | -0/+12 |
| | | | | | | * Add permissions instructions for the data volume * Remove useless newline | ||||
* | Run the installation as the peertube user inside the Docker image (#385) | Angristan | 2018-03-23 | 2 | -15/+27 |
| | | | | | | * Run the installation as the peertube user * Run the installation as the peertube user | ||||
* | Proxify local storage and handle if it is unavailable | Chocobozzz | 2018-03-23 | 6 | -39/+116 |
| | |||||
* | Add public to activitypub announces | Chocobozzz | 2018-03-23 | 1 | -1/+1 |
| | |||||
* | Fix error display on edit config in admin | Chocobozzz | 2018-03-23 | 2 | -3/+15 |
| | |||||
* | Prepare building docker files on docker hub | Chocobozzz | 2018-03-23 | 5 | -58/+13 |
| | |||||
* | Fallback to torrent file if there is an incorrect info hash | Chocobozzz | 2018-03-23 | 1 | -5/+18 |
| | |||||
* | Force form validation in configuration | Chocobozzz | 2018-03-23 | 1 | -0/+2 |
| | |||||
* | Don't search migration version in old Applications table anymore | Chocobozzz | 2018-03-23 | 1 | -11/+3 |
| | |||||
* | fix #382 generic error when password is too long (#383) | jomo | 2018-03-23 | 1 | -2/+7 |
| | |||||
* | Improve logging when cannot fetch remote videos | Chocobozzz | 2018-03-23 | 1 | -5/+10 |
| | |||||
* | Improve readme | Chocobozzz | 2018-03-22 | 2 | -1/+9 |
| | |||||
* | Add "Can I seed videos with my classic BitTorrent client" in FAQ | Chocobozzz | 2018-03-22 | 1 | -2/+11 |
| | |||||
* | Improve activity pub actors implementation | Chocobozzz | 2018-03-22 | 9 | -12/+32 |
| | |||||
* | Update README.md (#378) | Julien Maulny | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Fix data volume path in docker-compose | Angristan | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Add activity route to video and video comment objects | Chocobozzz | 2018-03-22 | 1 | -0/+19 |
| | |||||
* | Add option to disable starttls | Chocobozzz | 2018-03-22 | 6 | -1/+6 |
| | |||||
* | Add /activity to activity create ids | Chocobozzz | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Disable starttls for emails on localhost | Chocobozzz | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Use instance name for page titles | Chocobozzz | 2018-03-22 | 2 | -7/+9 |
| | |||||
* | Use {postgres,redis}:alpine images with docker-compose (#372) | Angristan | 2018-03-22 | 1 | -2/+2 |
| | | | | * Specify Redis major version | ||||
* | Add logging for emails | Chocobozzz | 2018-03-22 | 3 | -12/+43 |
| | |||||
* | Add license info to readme (#370) | TrashMacNugget | 2018-03-22 | 1 | -0/+17 |
| | |||||
* | Fix pagination when videos take all the width | Chocobozzz | 2018-03-21 | 2 | -2/+4 |
| | |||||
* | Fix issues with truncated description and utf characters | Chocobozzz | 2018-03-21 | 4 | -5/+12 |
| | |||||
* | Fix mentions in comments | Chocobozzz | 2018-03-21 | 1 | -7/+7 |
| | |||||
* | Add information about the definitive peertube domaine name | Chocobozzz | 2018-03-21 | 1 | -0/+2 |
| | |||||
* | Update FAQ | Chocobozzz | 2018-03-21 | 3 | -7/+3 |
| | |||||
* | Upgrade github issue template | Chocobozzz | 2018-03-21 | 1 | -2/+1 |
| | |||||
* | Typo | Chocobozzz | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Logo/title redirects to the default route | Chocobozzz | 2018-03-21 | 2 | -1/+5 |
| | |||||
* | Fix '@' missing in comment mention | Chocobozzz | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Revert "Selective route permission to use embeds, fixes #322 in a better way ↵ | Chocobozzz | 2018-03-20 | 1 | -6/+0 |
| | | | | | (#364)" (#365) This reverts commit d40cd86bf56973d7217ad44737e3890b6e7f1ad5. | ||||
* | Selective route permission to use embeds, fixes #322 in a better way (#364) | Rigel Kent | 2018-03-20 | 1 | -0/+6 |
| | |||||
* | Bumped to version v1.0.0-beta.1v1.0.0-beta.1 | Chocobozzz | 2018-03-20 | 2 | -2/+2 |
| | |||||
* | Prepare beta | Chocobozzz | 2018-03-20 | 4 | -49/+7 |
| | |||||
* | Improve update host script | Chocobozzz | 2018-03-20 | 1 | -12/+7 |
| | |||||
* | Reformat production guide | Chocobozzz | 2018-03-20 | 1 | -5/+5 |
| | |||||
* | Display ffmpeg output errors | Chocobozzz | 2018-03-20 | 1 | -3/+7 |
| | |||||
* | Add FreeBSD documentation | Chocobozzz | 2018-03-20 | 2 | -2/+18 |
|\ | |||||
| * | Add FreeBSD startup | Gérald Niel | 2018-03-19 | 1 | -0/+16 |
| | | |||||
| * | Update shebang and date format for working on FreeBSD (fix typo) | Gérald Niel | 2018-03-19 | 1 | -1/+1 |
| | | | | | | | | (not tested on Linux) | ||||
| * | Update shebang and date to POSIX format for working on FreeBSD (not | Gérald Niel | 2018-03-19 | 1 | -2/+2 |
|/ | | | | tested on Linux) |