aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Remove hard-coded 8GB upload limit in client (#1293)Micah Elizabeth Scott2018-12-072-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Remove hard-coded 8GB upload limit in client Ideally we'd know what the specific server's configured upload limit is before starting, but this 8GB limit is not useful if an administrator has changed the nginx post limit on the server. * Better docs for admins about client_max_body_size Seems like some admins already tweak this value up or down to allow for different maximum video upload sizes. The current codebase has no other server-side limits that I'm aware of, and I've been routinely uploading quite large videos to my instance. This patch replaces the somewhat incorrect (or outdated?) 'hard limit' comment with some advice about allocating enough space for nginx and communicating the limit with your users. Of course it would be better if this configuration could be unified with PeerTube's config somehow. I'm not sure whether the best option there is to turn off nginx's buffering here and let PeerTube handle the entire upload (can we do this only for the video upload API endpoint?) or whether we want PeerTube to generate nginx configs in a more automated way layer. In any case, this patch is intended as an incremental improvement.
* Remove dashes from actor namesChocobozzz2018-12-072-4/+4
|
* username/display_name/video_channel_name min length 1 and max length 50 (#1265)BRAINS YUM2018-12-074-27/+27
| | | | | | | | | | | | | * make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263); ! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine; allow for usernames to start with a number; fix test, since username can be 1 char now make test check empty; fix test, Should fail with a too long username; fix test, Should fail with a too small username; fix regular expression for username and videoChannel; change username, videoChannel to be lowercase and fix message; * change 1 characters to 1 character
* Fix AP testsChocobozzz2018-12-071-4/+4
|
* hardening systemd unitRigel Kent2018-12-071-0/+14
|
* (well-known url) add change-passwordRigel Kent2018-12-072-0/+16
|
* Merge branch 'hotfix/docker' into developChocobozzz2018-12-061-26/+5
|\
| * Fix docker build and gosuChocobozzz2018-12-061-26/+5
| |
* | Remove unused dependenciesChocobozzz2018-12-062-13/+4
| |
* | Add base dir to prune storage scriptChocobozzz2018-12-061-1/+2
| |
* | Add tmp and redundancy directories to prune scriptChocobozzz2018-12-061-1/+4
| |
* | Fix thumbnail sitemap locationChocobozzz2018-12-061-1/+1
| |
* | Improve information regarding prune storage scriptChocobozzz2018-12-052-2/+3
| |
* | Add sitemapChocobozzz2018-12-0511-4/+241
| |
* | Add error when email system is not configured and using the forgotChocobozzz2018-12-056-6/+28
| | | | | | | | password system
* | Put features table in about pageChocobozzz2018-12-052-28/+37
| |
* | Remove inferred typeChocobozzz2018-12-055-37/+37
| |
* | My account menu -> open entries on hoverChocobozzz2018-12-057-93/+168
| |
* | Add information in report modalChocobozzz2018-12-053-0/+25
| |
* | Add button to help to translate peertubeChocobozzz2018-12-052-1/+11
| |
* | Add ru pl and it translationsChocobozzz2018-12-0519-1230/+966
| |
* | Better tools.md docChocobozzz2018-12-041-6/+6
| |
* | Use `'` instead of `'` for passwords in the documentation (see #1453)Nathanaƫl J2018-12-041-2/+2
| |
* | Create redundancy endpointChocobozzz2018-12-047-23/+38
| |
* | Add tmp and redundancy directoriesChocobozzz2018-12-0426-42/+70
| |
* | Fix thumbnail processingChocobozzz2018-12-046-20/+25
| |
* | change type of languageOneOf query parameterRigel Kent2018-12-041-2/+12
| |
* | Upgrade client dependenciesChocobozzz2018-12-043-638/+775
| |
* | Improve tools docChocobozzz2018-12-041-40/+40
| |
* | Update dependenciesChocobozzz2018-12-044-161/+196
| |
* | Check if awk and sed are executableFelix Ableitner2018-12-041-7/+9
| |
* | Check free storage before upgradingFelix Ableitner2018-12-041-0/+8
|/
* Bumped to version v1.1.0v1.1.0Chocobozzz2018-12-043-3/+3
|
* Fix release scriptChocobozzz2018-12-031-1/+1
|
* Update CHANGELOG.mdChocobozzz2018-12-031-2/+2
|
* Update changelogChocobozzz2018-12-031-0/+89
|
* Fix trending pageChocobozzz2018-12-033-12/+21
|
* Fix AP redirectionChocobozzz2018-11-303-23/+54
|
* quickfix back to recent nodemon that fixes event-stream vulnerabilityRigel Kent2018-11-262-506/+89
|
* quickfix back to older nodemonRigel Kent2018-11-262-34/+157
|
* quickfix back to safe nodemonRigel Kent2018-11-262-77/+313
|
* add parameters to GET /videos route specRigel Kent2018-11-241-11/+158
|
* add donate link, move redundancy doc and images to docs.joinpeertube.orgRigel Kent2018-11-2312-87/+10
|
* Optimize config endpointChocobozzz2018-11-233-12/+9
|
* (doc) less technical headline, more compact introductionRigel Kent2018-11-222-22/+28
| | | | | * FAQ: moving motivation from README. * README: headline is more appealing to a non-technical public. Introduction now presents WebTorrent and ActivityPub.
* Add Introduction to READMEThomas Kuntz2018-11-221-11/+17
| | | Provide small explanation of what is PeerTube and point to resources to learn more (combined with 'Want to see in action?' links)
* Don't import test tools in coreChocobozzz2018-11-222-5/+3
|
* Add open api bump version in release scriptChocobozzz2018-11-224-4/+8
|
* Bumped to version v1.1.0-rc.1v1.1.0-rc.1Chocobozzz2018-11-222-2/+2
|
* Fix some zanata translationsChocobozzz2018-11-2210-170/+86
|