Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Select first available channel when accepting ownership change (#3382) | Florian CUNY | 2020-12-01 | 2 | -1/+5 |
| | | | | | | | | | * Select first available channel when accepting ownership change Implements https://github.com/Chocobozzz/PeerTube/issues/2240 * Made use of #patchValue() to set the default selected value And removed the disabled state for the Accept button | ||||
* | Fix sort fields on Video Playlists | Arman | 2020-12-01 | 1 | -1/+1 |
| | | | displayName does not exist in VideoPlaylistModel, the correct field is `name` | ||||
* | Fix live saving after a server restart | Chocobozzz | 2020-11-30 | 2 | -13/+14 |
| | |||||
* | Fix themes colors by using SCSS variables (#3376) | Mathieu Brunot | 2020-11-30 | 2 | -5/+6 |
| | | | | | | | | | * :lipstick: Use foreground var for code * :lipstick: Use submenu var color * :lipstick: Use foreground var color for menu * :bug: Fix var used in menu | ||||
* | Fix scroll check in infinite scroller directive | Chocobozzz | 2020-11-30 | 1 | -6/+7 |
| | |||||
* | Fix lint | Chocobozzz | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | Fix high CPU with long live when save replay is true | Chocobozzz | 2020-11-30 | 4 | -29/+55 |
| | |||||
* | Add missing "supports markdown" config comments | Chocobozzz | 2020-11-30 | 2 | -8/+8 |
| | |||||
* | Add inspect to test script | Chocobozzz | 2020-11-30 | 2 | -8/+14 |
| | |||||
* | Added Markdown formatting in all the fields of the "About" page (#3371) | Florian CUNY | 2020-11-30 | 4 | -30/+28 |
| | | | | | | | | | | | | | * Added Markdown formatting in all the fields of the "About" page Fixes https://github.com/Chocobozzz/PeerTube/issues/3368 * Fixed compilation error in AboutInstanceComponent Moved creationReason, maintenanceLifetime and businessModel into the html dict * Removed textareaHeight for all md textareas in EditCustomConfig HTML * Fixed failing bundlewatch | ||||
* | :sparkles: Add input-password #3375 | madmath03 | 2020-11-30 | 3 | -2/+4 |
| | |||||
* | Fix browser stack badge | Chocobozzz | 2020-11-30 | 1 | -2/+2 |
| | |||||
* | Try to fix live tests | Chocobozzz | 2020-11-30 | 2 | -2/+14 |
| | |||||
* | Fix local e2e tests | Chocobozzz | 2020-11-30 | 6 | -4/+20 |
| | |||||
* | Fix cors on sha segment endpoint | Chocobozzz | 2020-11-27 | 1 | -0/+2 |
| | |||||
* | Fix weblate conflicts | Chocobozzz | 2020-11-27 | 6 | -3612/+3752 |
| | |||||
* | Merge remote-tracking branch 'weblate/develop' into develop | Chocobozzz | 2020-11-27 | 5 | -17408/+19868 |
|\ | |||||
| * | Translated using Weblate (Chinese (Traditional)) | Jeff Huang | 2020-11-27 | 1 | -3424/+3928 |
| | | | | | | | | | | | | | | Currently translated at 100.0% (1694 of 1694 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/ | ||||
| * | Translated using Weblate (Dutch) | Mark Van den Borre | 2020-11-27 | 1 | -3492/+3996 |
| | | | | | | | | | | | | | | Currently translated at 99.5% (1687 of 1694 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/nl/ | ||||
| * | Translated using Weblate (Galician) | josé m | 2020-11-27 | 1 | -3425/+3929 |
| | | | | | | | | | | | | | | Currently translated at 100.0% (1694 of 1694 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/ | ||||
| * | Translated using Weblate (Spanish) | Berto Te | 2020-11-27 | 1 | -3422/+3926 |
| | | | | | | | | | | | | | | Currently translated at 100.0% (1694 of 1694 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/ | ||||
| * | Translated using Weblate (French (France)) | Cedric F | 2020-11-27 | 1 | -3421/+3925 |
| | | | | | | | | | | | | | | Currently translated at 99.3% (1683 of 1694 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/ | ||||
* | | Update translations | Chocobozzz | 2020-11-27 | 41 | -7220/+7464 |
| | | |||||
* | | Refactor last PR | Chocobozzz | 2020-11-27 | 5 | -19/+13 |
| | | |||||
* | | Disable views cleaner on test instances | Chocobozzz | 2020-11-27 | 1 | -0/+5 |
| | | |||||
* | | Various front optimizations | Chocobozzz | 2020-11-27 | 8 | -49/+69 |
| | | |||||
* | | Remove old video views by default | Chocobozzz | 2020-11-27 | 2 | -2/+2 |
| | | |||||
* | | More robust live test | Chocobozzz | 2020-11-27 | 1 | -4/+4 |
|/ | |||||
* | add title attribute for exact view counters (#3365) | Tanguy BERNARD | 2020-11-27 | 4 | -4/+22 |
| | |||||
* | Fix notification width | Chocobozzz | 2020-11-27 | 1 | -0/+2 |
| | |||||
* | Fix 500 on unknown thread | Chocobozzz | 2020-11-27 | 1 | -0/+4 |
| | |||||
* | Add registered setting CLI plugin install test | Chocobozzz | 2020-11-27 | 3 | -14/+27 |
| | |||||
* | Profile settings title consistency | Chocobozzz | 2020-11-26 | 6 | -17/+17 |
| | |||||
* | Try to fix live test | Chocobozzz | 2020-11-26 | 2 | -0/+8 |
| | |||||
* | Create a dedicated transcoding tab in admin config | Chocobozzz | 2020-11-26 | 1 | -135/+133 |
| | |||||
* | Fix "Too many packets buffered for output stream" | Chocobozzz | 2020-11-26 | 1 | -12/+23 |
| | | | | And move encoder global options in a global wrapper | ||||
* | Count only active lives for account limit | Chocobozzz | 2020-11-26 | 1 | -1/+4 |
| | |||||
* | Fix live FPS limit | Chocobozzz | 2020-11-26 | 5 | -42/+68 |
| | |||||
* | Do not display wait transcoding checkbox | Chocobozzz | 2020-11-26 | 2 | -1/+11 |
| | | | | If this is a live and save replay is not enabled | ||||
* | Remove unused i18n build | Chocobozzz | 2020-11-26 | 2 | -15/+1 |
| | |||||
* | add My History API to openapi (#3363) | Arman | 2020-11-26 | 1 | -0/+41 |
| | | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | Merge remote-tracking branch 'weblate/develop' into develop | Chocobozzz | 2020-11-25 | 1 | -132/+202 |
|\ | |||||
| * | Translated using Weblate (Italian) | x | 2020-11-25 | 1 | -42/+42 |
| | | | | | | | | | | | | | | Currently translated at 100.0% (1670 of 1670 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/it/ | ||||
| * | Translated using Weblate (Italian) | x | 2020-11-25 | 1 | -836/+889 |
| | | | | | | | | | | | | | | Currently translated at 97.5% (1629 of 1670 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/it/ | ||||
* | | Regen translations | Chocobozzz | 2020-11-25 | 42 | -131460/+116223 |
| | | |||||
* | | Merge remote-tracking branch 'weblate/develop' into develop | Chocobozzz | 2020-11-25 | 11 | -10014/+23732 |
|\| | |||||
| * | Translated using Weblate (Galician) | josé m | 2020-11-25 | 1 | -9/+9 |
| | | | | | | | | | | | | | | Currently translated at 100.0% (1670 of 1670 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/ | ||||
| * | Translated using Weblate (Basque) | Porrumentzio | 2020-11-25 | 1 | -4317/+4224 |
| | | | | | | | | | | | | | | Currently translated at 46.0% (769 of 1670 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eu/ | ||||
| * | Translated using Weblate (Korean) | Ch | 2020-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Currently translated at 100.0% (234 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/ko/ | ||||
| * | Translated using Weblate (Thai) | Phongpanot | 2020-11-25 | 1 | -25/+15 |
| | | | | | | | | | | | | | | Currently translated at 50.2% (840 of 1670 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/th/ |