Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve instance follow display | Chocobozzz | 2022-11-07 | 2 | -8/+21 |
| | |||||
* | Fix lodash import | Chocobozzz | 2022-10-31 | 1 | -1/+1 |
| | |||||
* | Breaking API: Consistency with role id/label | Chocobozzz | 2022-10-28 | 8 | -17/+27 |
| | |||||
* | Fix upload error handling | Chocobozzz | 2022-10-28 | 3 | -11/+3 |
| | |||||
* | Update privacy-concerns.component.html | treac1e | 2022-10-27 | 1 | -1/+1 |
| | | | When translated, the white space after "Reminder:" is cut off, so in other languages there is no white space between the "Reminder:" and the following text, which looks ugly (e.g. in the German translation). A solution is to move the space behind the translated phrase (using the html-entity for space  ). | ||||
* | Fix bad date display for jobs | Chocobozzz | 2022-10-25 | 1 | -0/+2 |
| | |||||
* | Fix playlist overflow in account channels page | Chocobozzz | 2022-10-25 | 2 | -12/+17 |
| | |||||
* | Don't display live sessions block without sessions | Chocobozzz | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | Deleting an abuse is only for admins | Chocobozzz | 2022-10-25 | 1 | -4/+3 |
| | |||||
* | Reload data when deleting a blocked video | Chocobozzz | 2022-10-25 | 1 | -1/+4 |
| | |||||
* | Use onpush strategy for dropdown | Chocobozzz | 2022-10-25 | 2 | -4/+6 |
| | |||||
* | Fix player | Chocobozzz | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | Don't import all lodash | Chocobozzz | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 10 | -46/+117 |
| | |||||
* | feat: show contained playlists under My videos (#5125) | kontrollanten | 2022-10-24 | 9 | -16/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: show contained playlists under My videos closes #4769 * refactor(server): remove unused types * fixes after code review * fix(client/video-miniature): add to playlist * fix(server/user/me): shortUUID response * Revert "fix(client/video-miniature): add to playlist" This reverts commit f1a0412391c7e2370b87df2594c9fe3f39a40ddc. * fix(client/PlaylistService): caching * Revert "fix(server/user/me): shortUUID response" This reverts commit e3f1ee4e335739b895bced938540c003df24af73. * Fix fetching playlists Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Added filter to sort videos by name (alphabetical order) | Poslovitch | 2022-10-24 | 1 | -0/+1 |
| | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/5134 | ||||
* | Fix action dropdown with query params | Chocobozzz | 2022-10-12 | 2 | -1/+7 |
| | |||||
* | Fix responsive in account channels list | Chocobozzz | 2022-10-12 | 1 | -1/+1 |
| | |||||
* | Fix import link | Chocobozzz | 2022-10-12 | 3 | -4/+9 |
| | |||||
* | Sync channel: move the list imports button #5337 | Florent | 2022-10-12 | 2 | -7/+7 |
| | |||||
* | Hide wait transcoding for lives | Chocobozzz | 2022-10-11 | 7 | -21/+13 |
| | | | | Replays are always transcoded | ||||
* | Add ability for plugins to register ws routes | Chocobozzz | 2022-10-11 | 1 | -0/+5 |
| | |||||
* | Add auto complete to user edit password | Chocobozzz | 2022-10-10 | 2 | -2/+5 |
| | |||||
* | Fix user channels list with increased max counter | Chocobozzz | 2022-10-10 | 1 | -3/+6 |
| | |||||
* | Use video links for files | Chocobozzz | 2022-10-10 | 1 | -2/+2 |
| | |||||
* | Add object storage info badge | Chocobozzz | 2022-10-10 | 2 | -1/+11 |
| | |||||
* | Prevent sass deprecated warning | Chocobozzz | 2022-10-10 | 3 | -4/+4 |
| | |||||
* | Refactor form reactive | Chocobozzz | 2022-10-07 | 46 | -171/+101 |
| | |||||
* | Allow admins to disable two factor auth | Chocobozzz | 2022-10-07 | 11 | -29/+53 |
| | |||||
* | Implement two factor in client | Chocobozzz | 2022-10-07 | 31 | -68/+621 |
| | |||||
* | Fix subscription button radius | Chocobozzz | 2022-09-28 | 3 | -3/+3 |
| | |||||
* | Hide all email block if we can't change it | Chocobozzz | 2022-09-28 | 2 | -2/+2 |
| | |||||
* | Add channels link in menu | Chocobozzz | 2022-09-28 | 3 | -17/+17 |
| | |||||
* | Fix error display in bulk service | Chocobozzz | 2022-09-28 | 1 | -5/+10 |
| | |||||
* | Fix lint | Chocobozzz | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | Force channel in my videos | Chocobozzz | 2022-09-28 | 2 | -3/+12 |
| | |||||
* | Put video quota info in its own component | Chocobozzz | 2022-09-28 | 12 | -54/+93 |
| | |||||
* | Add transcoding quota message to admin config page | The Cashew Trader | 2022-09-28 | 2 | -1/+28 |
| | |||||
* | Correctly unsubscribe upload events on destroy | Chocobozzz | 2022-09-28 | 1 | -2/+7 |
| | |||||
* | fix: keep partially uploaded files | kukhariev | 2022-09-28 | 1 | -1/+1 |
| | | | | | | Do not delete a partially uploaded file when closing the upload page fixes #5078, #4432 | ||||
* | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-09-28 | 1 | -1/+1 |
|\ | |||||
| * | Reword instance following title | Chocobozzz | 2022-09-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-09-27 | 3 | -1/+17 |
|\| | |||||
| * | Fix moderation dropdown overflow on mobile | Chocobozzz | 2022-09-27 | 2 | -1/+13 |
| | | |||||
| * | Fix number with text input overflow | Chocobozzz | 2022-09-27 | 1 | -0/+4 |
| | | |||||
* | | Fix error messages | Chocobozzz | 2022-09-23 | 3 | -3/+3 |
|/ | |||||
* | Fix missing i18n on signup label | Chocobozzz | 2022-09-20 | 1 | -1/+1 |
| | |||||
* | Fix broken dates with localized pages | Chocobozzz | 2022-09-16 | 6 | -31/+9 |
| | |||||
* | Disable uninstall button on plugin uninstallation | Chocobozzz | 2022-09-16 | 4 | -12/+40 |
| | |||||
* | Don't break install plugin on failure | Chocobozzz | 2022-09-16 | 1 | -1/+5 |
| |