aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Rename studio to editorChocobozzz2022-03-2226-108/+109
|
* Add video edition finished notificationChocobozzz2022-03-223-3/+17
|
* Lazy load charts when listing my channelsChocobozzz2022-03-215-5/+94
|
* Fix channel edition pageChocobozzz2022-03-212-3/+5
|
* Don't allow video edition if not enabledChocobozzz2022-03-183-6/+10
|
* Fix menu weird display issue on firefoxChocobozzz2022-03-181-0/+5
|
* Fix invalid token on uploadChocobozzz2022-03-161-24/+43
|
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-161-1/+2
| | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config
* Clearer theme select labelsChocobozzz2022-03-152-3/+18
|
* Some fixes for themesChocobozzz2022-03-1521-45/+44
|
* Reorganize player filesChocobozzz2022-03-147-11/+12
|
* Merge remote-tracking branch 'weblate/develop' into developChocobozzz2022-03-116-8/+81
|\
| * Add latency setting supportChocobozzz2022-03-096-8/+81
| |
* | TypoChocobozzz2022-03-111-1/+1
|/
* Display avatar in video miniatures (#4823)kontrollanten2022-03-081-12/+31
| | | | | | | | | | | | | | | | | | | | | * show avatar in video miniatures closes #4040 * fix: videos for api, include avatars * add config for display video miniature avatar * Revert "fix: videos for api, include avatars" This reverts commit 5520a3eda6805338317a394d0553f2f82095a425. * video-min: set display avatar to false as default * remove empty line * rename display_avatar > display_author_avatar * fix renaming displayAvatar > displayAuthorAvatar
* Fix channel avatar in select componentChocobozzz2022-03-021-1/+10
|
* open privacy info in user settings dialogue in new windowRobert Riemann2022-03-021-1/+1
|
* Fix playlist element scrollingChocobozzz2022-03-015-16/+29
|
* Fix avatar with username starting with numbersChocobozzz2022-02-282-3/+5
|
* Add refresh button to comments listChocobozzz2022-02-285-6/+13
|
* Move admin comments list in overviews menuChocobozzz2022-02-2812-24/+52
|
* Improve stat labelsChocobozzz2022-02-281-14/+14
|
* Cleanup subtitle edition PRChocobozzz2022-02-284-18/+9
|
* Add simple subtitle edition from video captions tablutangar2022-02-2811-10/+181
| | | | | Introduce a new __Edit__ button on a subtitle. It opens a modal with simple textarea allowing the user to do quick corrections on a subtitle.
* Fix listUserChannelsForSelectChocobozzz2022-02-281-1/+1
|
* Continue user mute in ban modal PRChocobozzz2022-02-2810-66/+137
|
* Add ability to mute user when banning themPoslovitch2022-02-282-2/+31
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/1803
* Add basic video editor supportChocobozzz2022-02-2826-9/+575
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-2849-204/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Hide remote subscribe if logged inChocobozzz2022-02-222-1/+5
|
* Reduce latency when adding a video to playlistChocobozzz2022-02-221-4/+17
|
* Improve account removal message for usersChocobozzz2022-02-222-4/+15
|
* Don't manage remote channelsrelease/4.1.0Chocobozzz2022-02-101-0/+1
|
* Add additional checks when importing a videoChocobozzz2022-02-092-3/+16
|
* Better display redundancy piesChocobozzz2022-02-091-11/+22
|
* Don't display no results if still loadingChocobozzz2022-02-092-0/+4
|
* Fix embed margin in share modalChocobozzz2022-02-092-3/+4
|
* client: show private badge in playlistskontrollanten2022-02-073-7/+26
| | | | closes #2601
* Correctly check import target URL IPChocobozzz2022-02-071-1/+1
|
* Fix scheduled publication on uploadChocobozzz2022-02-078-19/+17
|
* Put white background to peertube iconsChocobozzz2022-02-041-24/+6
|
* Fix plaintext markdown converterChocobozzz2022-02-041-2/+2
|
* video-playlist: show date and views countkontrollanten2022-02-032-1/+11
| | | | closes #4396
* Fast forward on HLS decode errorChocobozzz2022-02-021-3/+5
|
* Add refresh button to admin > video list (#4753)kontrollanten2022-02-012-1/+14
| | | | | | | * feat(client/video-list): add refresh btn * CSS styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix HLS re transcoding with object storage enabledChocobozzz2022-02-011-1/+1
|
* Limit scope to local when finding in bulkChocobozzz2022-01-311-3/+20
|
* Split user serviceChocobozzz2022-01-2121-276/+342
|
* Fix abuse crash on deleted reporter accountChocobozzz2022-01-201-0/+1
|
* Open and close settings modal using query paramsChocobozzz2022-01-202-12/+25
|