Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dots are allowed in actor names | Chocobozzz | 2018-12-10 | 2 | -2/+2 |
| | |||||
* | (doc) fix syntax in openapi spec for watching progress | Rigel Kent | 2018-12-08 | 1 | -1/+1 |
| | |||||
* | rename ask-email link to ask-send-email | Josh Morel | 2018-12-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 114 | -237/+867 |
|\ | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared | ||||
| * | Fix dependency issues | buoyantair | 2018-11-20 | 1 | -5/+15 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-20 | 41 | -136/+186 |
| |\ | | | | | | | | | | move-utils-to-shared | ||||
| * \ | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-18 | 40 | -131/+727 |
| |\ \ | | | | | | | | | | | | | move-utils-to-shared | ||||
| * | | | Fix dependency errors between modules | buoyantair | 2018-11-16 | 8 | -11/+18 |
| | | | | |||||
| * | | | Merge from upstream | buoyantair | 2018-11-16 | 118 | -17173/+4971 |
| |\ \ \ | |||||
| * | | | | Fix dependency issues | buoyantair | 2018-10-29 | 8 | -9/+9 |
| | | | | | |||||
| * | | | | Move utils to /shared | buoyantair | 2018-10-29 | 104 | -196/+318 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | | | | | Remove hard-coded 8GB upload limit in client (#1293) | Micah Elizabeth Scott | 2018-12-07 | 2 | -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 names | Chocobozzz | 2018-12-07 | 2 | -4/+4 |
| | | | | | |||||
* | | | | | username/display_name/video_channel_name min length 1 and max length 50 (#1265) | BRAINS YUM | 2018-12-07 | 4 | -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 tests | Chocobozzz | 2018-12-07 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | hardening systemd unit | Rigel Kent | 2018-12-07 | 1 | -0/+14 |
| | | | | | |||||
* | | | | | (well-known url) add change-password | Rigel Kent | 2018-12-07 | 2 | -0/+16 |
| | | | | | |||||
* | | | | | Merge branch 'hotfix/docker' into develop | Chocobozzz | 2018-12-06 | 1 | -26/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Fix docker build and gosu | Chocobozzz | 2018-12-06 | 1 | -26/+5 |
| | | | | | | |||||
* | | | | | | Remove unused dependencies | Chocobozzz | 2018-12-06 | 2 | -13/+4 |
| | | | | | | |||||
* | | | | | | Add base dir to prune storage script | Chocobozzz | 2018-12-06 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Add tmp and redundancy directories to prune script | Chocobozzz | 2018-12-06 | 1 | -1/+4 |
| | | | | | | |||||
* | | | | | | Fix thumbnail sitemap location | Chocobozzz | 2018-12-06 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Improve information regarding prune storage script | Chocobozzz | 2018-12-05 | 2 | -2/+3 |
| | | | | | | |||||
* | | | | | | Add sitemap | Chocobozzz | 2018-12-05 | 11 | -4/+241 |
| | | | | | | |||||
* | | | | | | Add error when email system is not configured and using the forgot | Chocobozzz | 2018-12-05 | 6 | -6/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | password system | ||||
* | | | | | | Put features table in about page | Chocobozzz | 2018-12-05 | 2 | -28/+37 |
| | | | | | | |||||
* | | | | | | Remove inferred type | Chocobozzz | 2018-12-05 | 5 | -37/+37 |
| | | | | | | |||||
* | | | | | | My account menu -> open entries on hover | Chocobozzz | 2018-12-05 | 7 | -93/+168 |
| | | | | | | |||||
* | | | | | | Add information in report modal | Chocobozzz | 2018-12-05 | 3 | -0/+25 |
| | | | | | | |||||
* | | | | | | Add button to help to translate peertube | Chocobozzz | 2018-12-05 | 2 | -1/+11 |
| | | | | | | |||||
* | | | | | | Add ru pl and it translations | Chocobozzz | 2018-12-05 | 19 | -1230/+966 |
| | | | | | | |||||
* | | | | | | Better tools.md doc | Chocobozzz | 2018-12-04 | 1 | -6/+6 |
| | | | | | | |||||
* | | | | | | Use `'` instead of `'` for passwords in the documentation (see #1453) | Nathanaël J | 2018-12-04 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Create redundancy endpoint | Chocobozzz | 2018-12-04 | 7 | -23/+38 |
| | | | | | | |||||
* | | | | | | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 26 | -42/+70 |
| | | | | | | |||||
* | | | | | | Fix thumbnail processing | Chocobozzz | 2018-12-04 | 6 | -20/+25 |
| | | | | | | |||||
* | | | | | | change type of languageOneOf query parameter | Rigel Kent | 2018-12-04 | 1 | -2/+12 |
| | | | | | | |||||
* | | | | | | Upgrade client dependencies | Chocobozzz | 2018-12-04 | 3 | -638/+775 |
| | | | | | | |||||
* | | | | | | Improve tools doc | Chocobozzz | 2018-12-04 | 1 | -40/+40 |
| | | | | | | |||||
* | | | | | | Update dependencies | Chocobozzz | 2018-12-04 | 4 | -161/+196 |
| | | | | | | |||||
* | | | | | | Check if awk and sed are executable | Felix Ableitner | 2018-12-04 | 1 | -7/+9 |
| | | | | | | |||||
* | | | | | | Check free storage before upgrading | Felix Ableitner | 2018-12-04 | 1 | -0/+8 |
|/ / / / / | |||||
* | | | | | Bumped to version v1.1.0v1.1.0 | Chocobozzz | 2018-12-04 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | Fix release script | Chocobozzz | 2018-12-03 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Update CHANGELOG.md | Chocobozzz | 2018-12-03 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Update changelog | Chocobozzz | 2018-12-03 | 1 | -0/+89 |
| | | | | | |||||
* | | | | | Fix trending page | Chocobozzz | 2018-12-03 | 3 | -12/+21 |
| | | | | | |||||
* | | | | | Fix AP redirection | Chocobozzz | 2018-11-30 | 3 | -23/+54 |
| | | | | | |||||
* | | | | | quickfix back to recent nodemon that fixes event-stream vulnerability | Rigel Kent | 2018-11-26 | 2 | -506/+89 |
| | | | | |