aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Don't call watching endpoint if history is disabledChocobozzz2018-12-191-1/+1
|
* Add ability to disable and clear historyChocobozzz2018-12-189-55/+158
|
* Add history page on clientChocobozzz2018-12-1812-7/+234
|
* Add WebFinger support (#1498)Acid Chicken (硫酸鶏)2018-12-181-2/+19
| | | | | | | | | | * Add WebFinger support * Fix TS7006 * Follow lint * Fix TS7006
* Add ability to set subtitle in URL in watch pageChocobozzz2018-12-171-3/+6
|
* Set last subtitle or subtitle in URLChocobozzz2018-12-176-41/+81
|
* Fix adding captions to a videoChocobozzz2018-12-171-3/+1
|
* Fix followers searchChocobozzz2018-12-131-1/+1
|
* add Content Security Policy (#1252)Rigel Kent2018-12-132-1/+14
| | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* Redirect to the last url on loginChocobozzz2018-12-116-22/+25
|
* Support additional video extensionsChocobozzz2018-12-1110-7/+36
|
* Fix default homepage in web applicationChocobozzz2018-12-101-1/+1
|
* dots are allowed in actor namesChocobozzz2018-12-102-2/+2
|
* rename ask-email link to ask-send-emailJosh Morel2018-12-081-1/+1
|
* Remove hard-coded 8GB upload limit in client (#1293)Micah Elizabeth Scott2018-12-071-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 namesChocobozzz2018-12-072-4/+4
|
* username/display_name/video_channel_name min length 1 and max length 50 (#1265)BRAINS YUM2018-12-072-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 forgotChocobozzz2018-12-053-6/+13
| | | | password system
* Put features table in about pageChocobozzz2018-12-052-28/+37
|
* Remove inferred typeChocobozzz2018-12-051-22/+22
|
* 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-0517-1226/+959
|
* Upgrade client dependenciesChocobozzz2018-12-043-638/+775
|
* Bumped to version v1.1.0v1.1.0Chocobozzz2018-12-041-1/+1
|
* Bumped to version v1.1.0-rc.1v1.1.0-rc.1Chocobozzz2018-11-221-1/+1
|
* Fix some zanata translationsChocobozzz2018-11-229-170/+85
|
* Update translationsChocobozzz2018-11-2236-1725/+7725
|
* Reload user table when setting an email to verifiedChocobozzz2018-11-211-0/+2
|
* Add separators in user moderation dropdownChocobozzz2018-11-214-14/+36
|
* enable email verification by admin (#1348)Josh Morel2018-11-215-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 titleChocobozzz2018-11-201-1/+2
|
* Fix checkbox marginsChocobozzz2018-11-192-37/+52
|
* Optimize image resizingChocobozzz2018-11-191-1/+0
|
* Auto login user on signupChocobozzz2018-11-161-6/+16
|
* Improve message visibility on signupChocobozzz2018-11-163-10/+14
|
* Check follow constraints when getting a videoChocobozzz2018-11-161-1/+1
|
* Improve video upload error handlingChocobozzz2018-11-1613-18/+80
|
* Fix player progress bar when changing resolutionChocobozzz2018-11-163-2/+7
|
* Fix video channel videos url when scrollingChocobozzz2018-11-151-2/+2
|
* Fix embed video id parsingChocobozzz2018-11-151-3/+2
|
* Fix miniature with a long nameChocobozzz2018-11-152-4/+4
|
* Add background effect to active menu pageChocobozzz2018-11-151-1/+5
|
* Upgrade server depChocobozzz2018-11-151-1/+1
|
* Upgrade client dependenciesChocobozzz2018-11-152-574/+733
|
* Fix new Angular 7 issuesChocobozzz2018-11-1515-440/+502
|
* update ng-bootstrapBO412018-11-151-1/+1
|
* update dependenciesBO412018-11-151-15/+15
|
* update angularBO412018-11-152-21/+15
|