aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Fix calendar in dark modeChocobozzz2019-01-174-6/+16
| | |
| | * Fix invisible things in dark modeChocobozzz2019-01-175-10/+20
| | |
| | * Fix some stylesChocobozzz2019-01-175-30/+41
| | | | | | | | | | | | Video edit tags, dropdown actions font ...
| | * Refactor how we use iconsChocobozzz2019-01-17110-659/+531
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * Fix notification z-index on modalsChocobozzz2019-01-152-2/+7
| | |
| | * Add missing translations in embed templateChocobozzz2019-01-1431-5843/+11506
| | |
| | * Increase abuse length to 3000Chocobozzz2019-01-1424-58/+90
| | | | | | | | | | | | And correctly handle new lines
| | * Fix notification socketChocobozzz2019-01-148-39/+63
| | | | | | | | | | | | Should be in core module to share the same subject to all the app
| | * Fix scroll in notifications pageChocobozzz2019-01-142-1/+2
| | |
| | * Add unload listener on video upload/updateChocobozzz2019-01-143-6/+32
| | |
| | * Add error message when trying to upload .ass subtitlesChocobozzz2019-01-141-0/+11
| | |
| | * Warn user when they want to delete a channelChocobozzz2019-01-141-3/+7
| | | | | | | | | | | | | | | Because they will not be able to create another channel with the same actor name
| | * Help translators to translate trending title/tooltipChocobozzz2019-01-142-10/+13
| | |
| | * Fix NSFW blur on searchChocobozzz2019-01-142-3/+8
| | |
| | * Fix captions in HTTP fallbackChocobozzz2019-01-143-0/+26
| | |
| | * Improve "no notifications" messageChocobozzz2019-01-142-0/+8
| | |
| | * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-145-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)Chocobozzz2019-01-106-7/+32
| | |
| * | Fix too big line lengthLucas Declercq2018-10-081-1/+9
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-0810-18/+18
| | |
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-2/+2
| | |
| * | Only show download button if downloadingEnabled is set to trueLucas Declercq2018-10-062-0/+7
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-069-2/+19
| | |
* | | Enable video watchclementbrizard2019-01-122-2/+9
| | |
* | | Enable video upload and editclementbrizard2019-01-125-3/+29
| | |
* | | Change modelsclementbrizard2019-01-122-1/+14
| |/ |/|
* | Update translationsChocobozzz2019-01-103-849/+748
| |
* | Implement contact form in the clientChocobozzz2019-01-1012-12/+260
| |
* | Add contact form checkbox in admin formChocobozzz2019-01-108-399/+387
| |
* | Correctly scroll to video commentChocobozzz2019-01-092-6/+2
| |
* | Correctly scroll in notification preferencesChocobozzz2019-01-093-6/+5
| |
* | Add notifications in the clientChocobozzz2019-01-0936-46/+871
| |
* | Fix notification icon positionChocobozzz2019-01-092-5/+2
| |
* | Fix notification with large messageChocobozzz2018-12-204-23/+26
| |
* | Refractor notification serviceChocobozzz2018-12-1976-470/+435
| | | | | | | | Shorter name and use primeng component
* | 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.