Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix notification z-index on modals | Chocobozzz | 2019-01-15 | 1 | -2/+2 |
| | |||||
* | Increase abuse length to 3000 | Chocobozzz | 2019-01-14 | 24 | -58/+90 |
| | | | | And correctly handle new lines | ||||
* | Fix notification socket | Chocobozzz | 2019-01-14 | 8 | -39/+63 |
| | | | | Should be in core module to share the same subject to all the app | ||||
* | Fix scroll in notifications page | Chocobozzz | 2019-01-14 | 2 | -1/+2 |
| | |||||
* | Add unload listener on video upload/update | Chocobozzz | 2019-01-14 | 3 | -6/+32 |
| | |||||
* | Add error message when trying to upload .ass subtitles | Chocobozzz | 2019-01-14 | 1 | -0/+11 |
| | |||||
* | Warn user when they want to delete a channel | Chocobozzz | 2019-01-14 | 1 | -3/+7 |
| | | | | | Because they will not be able to create another channel with the same actor name | ||||
* | Help translators to translate trending title/tooltip | Chocobozzz | 2019-01-14 | 2 | -10/+13 |
| | |||||
* | Fix NSFW blur on search | Chocobozzz | 2019-01-14 | 2 | -3/+8 |
| | |||||
* | Improve "no notifications" message | Chocobozzz | 2019-01-14 | 2 | -0/+8 |
| | |||||
* | WIP : Indicate to users how "trending" works (#1458) | Aurélien Béranger | 2019-01-14 | 5 | -4/+22 |
| | | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage | ||||
* | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 6 | -7/+32 |
| | |||||
* | Update translations | Chocobozzz | 2019-01-10 | 2 | -2/+7 |
| | |||||
* | Implement contact form in the client | Chocobozzz | 2019-01-10 | 12 | -12/+260 |
| | |||||
* | Add contact form checkbox in admin form | Chocobozzz | 2019-01-10 | 8 | -399/+387 |
| | |||||
* | Correctly scroll to video comment | Chocobozzz | 2019-01-09 | 2 | -6/+2 |
| | |||||
* | Correctly scroll in notification preferences | Chocobozzz | 2019-01-09 | 3 | -6/+5 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 34 | -44/+866 |
| | |||||
* | Fix notification icon position | Chocobozzz | 2019-01-09 | 1 | -5/+0 |
| | |||||
* | Fix notification with large message | Chocobozzz | 2018-12-20 | 3 | -10/+12 |
| | |||||
* | Refractor notification service | Chocobozzz | 2018-12-19 | 75 | -470/+390 |
| | | | | Shorter name and use primeng component | ||||
* | Don't call watching endpoint if history is disabled | Chocobozzz | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | Add ability to disable and clear history | Chocobozzz | 2018-12-18 | 8 | -41/+104 |
| | |||||
* | Add history page on client | Chocobozzz | 2018-12-18 | 12 | -7/+234 |
| | |||||
* | Add WebFinger support (#1498) | Acid Chicken (硫酸鶏) | 2018-12-18 | 1 | -2/+19 |
| | | | | | | | | | | * Add WebFinger support * Fix TS7006 * Follow lint * Fix TS7006 | ||||
* | Add ability to set subtitle in URL in watch page | Chocobozzz | 2018-12-17 | 1 | -3/+6 |
| | |||||
* | Fix adding captions to a video | Chocobozzz | 2018-12-17 | 1 | -3/+1 |
| | |||||
* | Fix followers search | Chocobozzz | 2018-12-13 | 1 | -1/+1 |
| | |||||
* | Redirect to the last url on login | Chocobozzz | 2018-12-11 | 6 | -22/+25 |
| | |||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 10 | -7/+36 |
| | |||||
* | dots are allowed in actor names | Chocobozzz | 2018-12-10 | 2 | -2/+2 |
| | |||||
* | rename ask-email link to ask-send-email | Josh Morel | 2018-12-08 | 1 | -1/+1 |
| | |||||
* | Remove hard-coded 8GB upload limit in client (#1293) | Micah Elizabeth Scott | 2018-12-07 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -20/+20 |
| | | | | | | | | | | | | | * 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 | ||||
* | Add error when email system is not configured and using the forgot | Chocobozzz | 2018-12-05 | 3 | -6/+13 |
| | | | | password system | ||||
* | Put features table in about page | Chocobozzz | 2018-12-05 | 2 | -28/+37 |
| | |||||
* | Remove inferred type | Chocobozzz | 2018-12-05 | 1 | -22/+22 |
| | |||||
* | 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 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Reload user table when setting an email to verified | Chocobozzz | 2018-11-21 | 1 | -0/+2 |
| | |||||
* | Add separators in user moderation dropdown | Chocobozzz | 2018-11-21 | 4 | -14/+36 |
| | |||||
* | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 5 | -3/+71 |
| | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required | ||||
* | Fix search title | Chocobozzz | 2018-11-20 | 1 | -1/+2 |
| | |||||
* | Fix checkbox margins | Chocobozzz | 2018-11-19 | 2 | -37/+52 |
| | |||||
* | Optimize image resizing | Chocobozzz | 2018-11-19 | 1 | -1/+0 |
| | |||||
* | Auto login user on signup | Chocobozzz | 2018-11-16 | 1 | -6/+16 |
| | |||||
* | Improve message visibility on signup | Chocobozzz | 2018-11-16 | 3 | -10/+14 |
| |