Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translated using Weblate (Dutch) | Mark Van den Borre | 2020-11-18 | 1 | -229/+237 |
| | | | | | | | Currently translated at 98.7% (1628 of 1649 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/nl/ | ||||
* | Translated using Weblate (Japanese) | chris@famichiki.tube | 2020-11-18 | 1 | -373/+381 |
| | | | | | | | Currently translated at 51.7% (854 of 1649 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ja/ | ||||
* | Translated using Weblate (Japanese) | chris@famichiki.tube | 2020-11-18 | 1 | -7/+7 |
| | | | | | | | Currently translated at 100.0% (101 of 101 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ja/ | ||||
* | Translated using Weblate (Japanese) | chris@famichiki.tube | 2020-11-18 | 1 | -2/+2 |
| | | | | | | | Currently translated at 99.1% (244 of 246 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/ja/ | ||||
* | Translated using Weblate (Japanese) | chris@famichiki.tube | 2020-11-18 | 1 | -28/+24 |
| | | | | | | | Currently translated at 51.8% (855 of 1650 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ja/ | ||||
* | Automatically enable videos auto block on signup | Chocobozzz | 2020-11-18 | 3 | -0/+35 |
| | |||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 17 | -41/+161 |
| | |||||
* | Fix accept ownership change accept | Chocobozzz | 2020-11-18 | 1 | -1/+3 |
| | |||||
* | Try to fix multiple server tests | Chocobozzz | 2020-11-18 | 1 | -1/+2 |
| | |||||
* | Fix youtube-dl ipv4 PR | Chocobozzz | 2020-11-18 | 4 | -8/+12 |
| | |||||
* | default youtube-dl to use ipv4 (#3311) | Mark Van den Borre | 2020-11-18 | 4 | -0/+10 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Try to fix playlist tests | Chocobozzz | 2020-11-18 | 2 | -1/+5 |
| | |||||
* | Clearer periods in videos list | Chocobozzz | 2020-11-18 | 2 | -45/+49 |
| | |||||
* | Don't take into account ended lives in concurrent lives check | Chocobozzz | 2020-11-18 | 1 | -1/+5 |
| | |||||
* | Update live settings edge delay | Chocobozzz | 2020-11-18 | 2 | -2/+2 |
| | |||||
* | Remove notifications of muted accounts/servers | Chocobozzz | 2020-11-18 | 6 | -5/+348 |
| | |||||
* | Disable auto-focus markdown textarea on touchdevices | kimsible | 2020-11-18 | 1 | -2/+6 |
| | |||||
* | Memorize scroll position when maximized mode used with markdown textarea | kimsible | 2020-11-18 | 1 | -1/+8 |
| | |||||
* | remove nginx fd caching, add module requirements | Rigel Kent | 2020-11-18 | 2 | -5/+6 |
| | |||||
* | Fix live tests | Chocobozzz | 2020-11-17 | 2 | -2/+2 |
| | |||||
* | Fix CLI import script | Chocobozzz | 2020-11-17 | 1 | -29/+41 |
| | |||||
* | Fix client build | Chocobozzz | 2020-11-17 | 2 | -4/+4 |
| | |||||
* | Add html test for mentions too | Chocobozzz | 2020-11-17 | 1 | -10/+24 |
| | |||||
* | Refactor markdown/sanitize html code | Chocobozzz | 2020-11-17 | 7 | -70/+67 |
| | |||||
* | Add email markdown tests | Chocobozzz | 2020-11-17 | 1 | -0/+22 |
| | |||||
* | Disable HTTP import in push actions | Chocobozzz | 2020-11-17 | 1 | -1/+8 |
| | |||||
* | Increase live delay | Chocobozzz | 2020-11-17 | 2 | -2/+2 |
| | |||||
* | Process remaining segment hashes on live ending | Chocobozzz | 2020-11-17 | 1 | -9/+25 |
| | |||||
* | small refactor + clipboard copy on anchor click in instance page (#3318) | Kimsible | 2020-11-17 | 8 | -41/+117 |
| | | | | | | | | | | | | | * Refacto scrollTo top and anchors * Add on click clipboard copy and notifier to anchors about/instance page * Fix margin top anchor middle title about page * Use viewportscroller for scrolltoanchor * Add to Link copied notification on instance page Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | fix internal redirection cycle whithin nginx client-override optimization | Rigel Kent | 2020-11-17 | 1 | -1/+3 |
| | |||||
* | refresh nginx config and optimize delivery (#3313) | Rigel Kent | 2020-11-16 | 2 | -116/+164 |
| | | | | | | | | | | | | | | | | | | | | | | | | refactors the Nginx configuration for the following points: - update tls version to include 1.3 by default. so far it was not included by default to make room for previous versions of Nginx, but since 2018 Debian stable has included Nginx in version 1.14.1, and tls 1.3 is available since Nginx 1.13.0. - clearly indicate that new minimum required version. - update outdated ssl_ciphers to remove cipher required to support android 4.4, since that version is unsupported since March 2020. - reordered configuration in sections for easier maintenance: performance optimizations are separated from the vital application/websocket parts. - move parts that always require manual configuration at the top: peertube host and server name, use server_name - move peertube host to a more flexible upstream block: it allows to configure it in one place instead of 3, and is future-proof regarding load-balancing. - simplified port 80 block: Let’s Encrypt supports 301 redirects. - group certificate-related config together. - remove reslover config: it defaults to /etc/resolv.conf which is more than enough. - align values with their neighbors for easier reading - always specify units - always specify default values when they differ from the values set - use ’m’ for minutes, ’M’ for megabytes - add consensual optimizations wrt file serving: - add timeout optimizations - add file descriptor cache optimizations - enable sendfile with chunk size > rate limit - enable threading - tcp optimizations - point to further, more system-specific optimizations in the section description - CDN configuration reduced to one line change | ||||
* | Fix about scrolling behaviour | Chocobozzz | 2020-11-16 | 2 | -11/+17 |
| | |||||
* | Fix channel's playlist infinite scrolling | Chocobozzz | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Replace keyboard shortcut icon | Chocobozzz | 2020-11-16 | 6 | -32/+7 |
| | | | | Use svg instead | ||||
* | Use badge in video block list | Chocobozzz | 2020-11-16 | 3 | -16/+15 |
| | |||||
* | In my account -> in my library | Chocobozzz | 2020-11-16 | 2 | -3/+3 |
| | |||||
* | Refactor rest table search filter | Chocobozzz | 2020-11-16 | 9 | -115/+61 |
| | |||||
* | Put admin actions on the left | Chocobozzz | 2020-11-16 | 6 | -28/+28 |
| | |||||
* | Dropdown should be on top of everything | Chocobozzz | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/admin-comments' into develop | Chocobozzz | 2020-11-16 | 29 | -185/+1036 |
|\ | |||||
| * | Add admin view to manage comments | Chocobozzz | 2020-11-16 | 16 | -241/+503 |
| | | |||||
| * | Implement video comment list in admin | Chocobozzz | 2020-11-13 | 18 | -14/+602 |
| | | |||||
* | | add client overrides to nginx configuration (#3297) | Kimsible | 2020-11-16 | 3 | -2/+13 |
| | | | | | | | | Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | | add help popup for choosing license (#3306) | Frank Sträter | 2020-11-15 | 1 | -0/+9 |
|/ | | | Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | Fix player height on mobile | Chocobozzz | 2020-11-13 | 1 | -1/+5 |
| | |||||
* | Cleanup lives on server restart | Chocobozzz | 2020-11-13 | 8 | -10/+151 |
| | |||||
* | Fix live sha segments with multiple resolutions | Chocobozzz | 2020-11-13 | 1 | -2/+6 |
| | |||||
* | Reorganize left menu and account menu | Chocobozzz | 2020-11-13 | 68 | -603/+849 |
| | | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library | ||||
* | fix CONTRIBUTING.md command order (#3305) | Frank Sträter | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | Regenerate strings after @rigelk changes | Chocobozzz | 2020-11-13 | 41 | -7790/+7882 |
| |