Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor search filters | Chocobozzz | 2021-05-03 | 47 | -494/+280 |
| | |||||
* | Reduce advanced search input debounce time | Chocobozzz | 2021-05-03 | 1 | -1/+1 |
| | |||||
* | Fix avatar in report page | Chocobozzz | 2021-05-03 | 1 | -2/+2 |
| | |||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 46 | -335/+568 |
| | |||||
* | add description with operation link to category/licence/language constants | Rigel Kent | 2021-05-03 | 1 | -6/+15 |
| | |||||
* | fix video channel parameters limit in openapi spec | Rigel Kent | 2021-05-03 | 1 | -17/+48 |
| | |||||
* | fix name limit for video in openapi spec | Rigel Kent | 2021-05-03 | 1 | -11/+22 |
| | |||||
* | update FAQ urls in README (#4027) | Gabriel Scherer | 2021-05-02 | 1 | -2/+2 |
| | |||||
* | fix FAQ link in production guide | Rigel Kent | 2021-05-01 | 1 | -1/+1 |
| | |||||
* | Cleanup plugins admin CSS | Chocobozzz | 2021-04-29 | 11 | -49/+60 |
| | |||||
* | Fix avatar size in moderation tables | Chocobozzz | 2021-04-29 | 1 | -4/+3 |
| | |||||
* | Fix my library/account/admin sub titles alignment | Chocobozzz | 2021-04-29 | 3 | -52/+55 |
| | |||||
* | Fix actor avatar background | Chocobozzz | 2021-04-29 | 2 | -4/+4 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 118 | -1056/+1389 |
| | |||||
* | Remove avatarUrl from models | Chocobozzz | 2021-04-28 | 10 | -79/+38 |
| | |||||
* | Refactor actor avatar display | Chocobozzz | 2021-04-28 | 62 | -278/+346 |
| | |||||
* | Rename actor image edit module | Chocobozzz | 2021-04-28 | 13 | -10/+10 |
| | |||||
* | Better video languages filter UX | Chocobozzz | 2021-04-28 | 1 | -29/+40 |
| | | | | | Don't throw if the user did not select any language, automatically select "all languages" instead | ||||
* | Fix overview page with new thumbnail size | Chocobozzz | 2021-04-28 | 1 | -3/+3 |
| | |||||
* | Add player mode to player stats | Chocobozzz | 2021-04-28 | 2 | -1/+4 |
| | |||||
* | Add log to prune storage script | Chocobozzz | 2021-04-28 | 1 | -0/+2 |
| | |||||
* | Clearer nsfw "do not list" label | Chocobozzz | 2021-04-28 | 3 | -5/+5 |
| | |||||
* | Cleanup stats for nerds | Chocobozzz | 2021-04-28 | 6 | -120/+248 |
| | |||||
* | add stats videojs plugin | Rigel Kent | 2021-04-28 | 9 | -2/+280 |
| | |||||
* | Use account initial as default avatar (#4002) | kontrollanten | 2021-04-27 | 6 | -16/+88 |
| | | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom | ||||
* | Autoclose settings on outside click | Chocobozzz | 2021-04-27 | 2 | -6/+23 |
| | |||||
* | Set permissions in production.md | Chocobozzz | 2021-04-27 | 1 | -0/+1 |
| | |||||
* | Fix plugins doc | Chocobozzz | 2021-04-27 | 1 | -2/+11 |
| | |||||
* | Use server config to display supported videos ext | Chocobozzz | 2021-04-27 | 2 | -1/+5 |
| | |||||
* | Fix ng-select with an image | Chocobozzz | 2021-04-27 | 1 | -0/+5 |
| | |||||
* | Fix playlist position error | Chocobozzz | 2021-04-27 | 1 | -2/+2 |
| | |||||
* | Try to fix bad timestamps in .srt | Chocobozzz | 2021-04-27 | 1 | -10/+17 |
| | |||||
* | Fix video actions dropdown overflow | Chocobozzz | 2021-04-26 | 1 | -0/+1 |
| | |||||
* | Playlist miniature consistency | Chocobozzz | 2021-04-26 | 2 | -4/+4 |
| | |||||
* | Fix menu dropdown overflow | Chocobozzz | 2021-04-26 | 2 | -14/+9 |
| | | | | Weird issue conflicting with the dropdown config from the menu component | ||||
* | Fix font size inconsistency with ng-select | Chocobozzz | 2021-04-26 | 1 | -5/+3 |
| | |||||
* | Fix modal word break | Chocobozzz | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Fix eye button for password input | Chocobozzz | 2021-04-26 | 2 | -1/+5 |
| | |||||
* | Add migration to remove duplicated keys | Chocobozzz | 2021-04-26 | 2 | -1/+40 |
| | | | | Due to old/corrupted data, it can be problematic to restore a backup | ||||
* | Increase test timeout | Chocobozzz | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Added ability to reply to comments with remote interaction | Poslovitch | 2021-04-26 | 1 | -2/+2 |
| | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3725 | ||||
* | Added "last" and a reversed ?playlistPosition in playlist URL (#3974) | Florian CUNY | 2021-04-26 | 2 | -1/+15 |
| | | | | | | | | | | | | | | | | | * Added "last" and a reversed playlistPosition Implements https://github.com/Chocobozzz/PeerTube/issues/3897 * Fixed lint errors in video-watch component * Applied requested changes * Removed debug logs * Fixed lint * Playlist position styling Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Refactor next/prev logic | Chocobozzz | 2021-04-26 | 1 | -33/+20 |
| | |||||
* | Fixed lint error | Poslovitch | 2021-04-26 | 1 | -2/+4 |
| | |||||
* | Fixed "previous" button showing when not watching a playlist | Poslovitch | 2021-04-26 | 1 | -4/+5 |
| | |||||
* | Added a "previous" button on player when watching playlist | Poslovitch | 2021-04-26 | 2 | -0/+31 |
| | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3485 | ||||
* | Update translations | Chocobozzz | 2021-04-22 | 41 | -26304/+25275 |
| | |||||
* | Translated using Weblate (Vietnamese) | Duy | 2021-04-22 | 1 | -24/+21 |
| | | | | | | | Currently translated at 62.7% (1162 of 1851 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/vi/ | ||||
* | Translated using Weblate (Gaelic) | GunChleoc | 2021-04-22 | 1 | -879/+989 |
| | | | | | | | Currently translated at 95.5% (1769 of 1851 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gd/ | ||||
* | Translated using Weblate (Russian) | Andrey | 2021-04-22 | 1 | -879/+989 |
| | | | | | | | Currently translated at 95.6% (1771 of 1851 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/ |