Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translated using Weblate (Russian) | Александр | 2020-07-02 | 1 | -3134/+3418 |
| | | | | | | | Currently translated at 68.4% (981 of 1434 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/ | ||||
* | Translated using Weblate (Spanish) | Berto Te | 2020-07-02 | 1 | -2612/+2581 |
| | | | | | | | Currently translated at 100.0% (1434 of 1434 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/ | ||||
* | Translated using Weblate (French (France)) | Rigel Kent | 2020-07-02 | 1 | -2605/+2596 |
| | | | | | | | Currently translated at 92.3% (1325 of 1434 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/ | ||||
* | Update credits | Chocobozzz | 2020-07-02 | 1 | -0/+2 |
| | |||||
* | Update changelog | Chocobozzz | 2020-07-02 | 1 | -174/+90 |
| | |||||
* | Don't reload videos on mute | Chocobozzz | 2020-07-02 | 1 | -1/+0 |
| | |||||
* | simplify navigation within most admin menus | Rigel Kent | 2020-07-02 | 15 | -70/+77 |
| | |||||
* | remove extraneous user-list table attribute | Rigel Kent | 2020-07-02 | 2 | -17/+5 |
| | |||||
* | align danger colors for user-edit | Rigel Kent | 2020-07-01 | 2 | -1/+6 |
| | |||||
* | update scripts/generate-code-contributors.ts | Rigel Kent | 2020-07-01 | 1 | -4/+5 |
| | |||||
* | fix reactive file upload button | Rigel Kent | 2020-07-01 | 5 | -1/+5 |
| | |||||
* | fix video update button, add color to danger zone | Rigel Kent | 2020-07-01 | 12 | -26/+59 |
| | |||||
* | switch from softies to feathericons | Rigel Kent | 2020-07-01 | 132 | -432/+146 |
| | | | | also organize icons in folders per origin | ||||
* | distinct style for rows of banned users in listing, saving space | Rigel Kent | 2020-07-01 | 3 | -5/+14 |
| | |||||
* | fix go client library generation | Rigel Kent | 2020-06-29 | 1 | -0/+1 |
| | |||||
* | Update CentOS insutructions in dependencies.md | Clifford Garwood II | 2020-06-29 | 1 | -6/+45 |
| | | | | | | | | Created section for CentOS 8 instructions as it deviates from CentOS 7 - There is no python binary that can be installed with a package so it must be symlinked - Removed packages not needed from step 4 - Removed step concerning g++ as the version in CentOS 8 is usable - Improved wording for Steps summary in both CentOS 8 and 7 | ||||
* | fix change ownership typing | Rigel Kent | 2020-06-28 | 2 | -8/+4 |
| | |||||
* | remove extra action for when the video block type is set to manual | Rigel Kent | 2020-06-28 | 1 | -4/+6 |
| | |||||
* | slight improvement for column size in imports table | Rigel Kent | 2020-06-28 | 1 | -6/+6 |
| | |||||
* | allow muting from the miniature options | Rigel Kent | 2020-06-28 | 8 | -37/+81 |
| | | | | initial implementation with a listing refresh except on search results | ||||
* | align ownership change video list table with moderation tables | Rigel Kent | 2020-06-28 | 6 | -33/+138 |
| | |||||
* | fix typo in blocked notice in login | Rigel Kent | 2020-06-28 | 1 | -1/+1 |
| | |||||
* | replace current ownership transfer icon with softies forward icon | Rigel Kent | 2020-06-28 | 5 | -10/+7 |
| | |||||
* | fix quota representation in profile settings | Rigel Kent | 2020-06-28 | 2 | -4/+5 |
| | |||||
* | add user account-blocklist missing scss mixin | Rigel Kent | 2020-06-28 | 1 | -0/+4 |
| | |||||
* | allow limiting video-comments rss feeds to an account or video channel | Rigel Kent | 2020-06-27 | 5 | -23/+119 |
| | |||||
* | update openapi spec with links and callback for search | Rigel Kent | 2020-06-27 | 2 | -20/+94 |
| | |||||
* | Fix query string parsing | Chocobozzz | 2020-06-26 | 2 | -4/+6 |
| | |||||
* | Fix search filter in video reports | Chocobozzz | 2020-06-26 | 1 | -3/+4 |
| | |||||
* | Close mock blocklit server when tests end | Chocobozzz | 2020-06-26 | 3 | -1/+11 |
| | |||||
* | add examples and descriptions, missing filters for abuses in openapi spec | Rigel Kent | 2020-06-26 | 1 | -195/+565 |
| | |||||
* | switch plugins public settings to unauthenticated in the openapi spec | Rigel Kent | 2020-06-26 | 1 | -2/+0 |
| | |||||
* | Block infohash spammers from tracker | Chocobozzz | 2020-06-25 | 4 | -22/+81 |
| | |||||
* | Add auto block videos plugin tests | Chocobozzz | 2020-06-25 | 2 | -0/+191 |
| | |||||
* | add plugins to the openapi spec | Rigel Kent | 2020-06-25 | 1 | -1/+292 |
| | |||||
* | add redundancy to the openapi spec | Rigel Kent | 2020-06-25 | 1 | -7/+172 |
| | |||||
* | add notifications to the openapi spec | Rigel Kent | 2020-06-25 | 1 | -13/+296 |
| | |||||
* | Add database.name config option | Girish Ramakrishnan | 2020-06-25 | 4 | -4/+4 |
| | | | | | | | | If database.name is set, we use it as the complete database name. If unset, we use the "peertube"+database.suffix as the complete database name. Fixes #1620 | ||||
* | Regenerate contributors | Chocobozzz | 2020-06-24 | 1 | -9/+28 |
| | |||||
* | Update translations | Chocobozzz | 2020-06-24 | 41 | -134124/+102945 |
| | |||||
* | Fix missing module for my-account | Chocobozzz | 2020-06-24 | 1 | -0/+2 |
| | |||||
* | Put empty module in app module | Chocobozzz | 2020-06-24 | 1 | -0/+2 |
| | |||||
* | Translated using Weblate (Swedish) | Filip Bengtsson | 2020-06-24 | 1 | -13/+13 |
| | | | | | | | Currently translated at 100.0% (1385 of 1385 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/ | ||||
* | Translated using Weblate (French (France)) | Rigel Kent | 2020-06-24 | 1 | -4/+1 |
| | | | | | | | Currently translated at 100.0% (1385 of 1385 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/ | ||||
* | Translated using Weblate (Greek) | Vagelis F | 2020-06-24 | 1 | -2760/+4470 |
| | | | | | | | Currently translated at 59.7% (827 of 1385 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/el/ | ||||
* | Translated using Weblate (French (France)) | Rigel Kent | 2020-06-24 | 1 | -8/+8 |
| | | | | | | | Currently translated at 99.9% (1384 of 1385 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/ | ||||
* | Translated using Weblate (Thai) | Phongpanot | 2020-06-24 | 1 | -20/+13 |
| | | | | | | | Currently translated at 58.7% (814 of 1385 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/th/ | ||||
* | Translated using Weblate (Swedish) | Filip Bengtsson | 2020-06-24 | 1 | -1/+1 |
| | | | | | | | Currently translated at 100.0% (1385 of 1385 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/ | ||||
* | Translated using Weblate (Occitan) | Quentin PAGÈS | 2020-06-24 | 1 | -11/+11 |
| | | | | | | | Currently translated at 77.0% (1067 of 1385 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/oc/ | ||||
* | Translated using Weblate (French (France)) | Rigel Kent | 2020-06-24 | 1 | -1/+1 |
| | | | | | | | Currently translated at 99.9% (1384 of 1385 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/ |