Chocobozzz
439b6b7bfb
Lazy load charts when listing my channels
2022-03-21 11:40:25 +01:00
Chocobozzz
9ca5728be1
Fix channel edition page
2022-03-21 09:11:11 +01:00
Chocobozzz
22e909224c
Don't allow video edition if not enabled
2022-03-18 16:31:12 +01:00
Chocobozzz
cc92203fe5
Fix menu weird display issue on firefox
2022-03-18 14:15:04 +01:00
Chocobozzz
8366491890
Fix invalid token on upload
2022-03-16 15:45:56 +01:00
kontrollanten
60233e90d2
add client.videos.upload.maxChunkSize config ( #4857 )
...
* add client.videos.upload.maxChunkSize config
* updates after review
* remove maxChunkSize from custom-config
2022-03-16 10:57:36 +01:00
Chocobozzz
ff6a266e3f
Clearer theme select labels
2022-03-15 15:19:41 +01:00
Chocobozzz
b788e69131
Some fixes for themes
2022-03-15 14:12:37 +01:00
Chocobozzz
57d6503286
Reorganize player files
2022-03-14 14:36:35 +01:00
Chocobozzz
4495806f2f
Merge remote-tracking branch 'weblate/develop' into develop
2022-03-11 11:11:00 +01:00
Chocobozzz
052bdb7c12
Typo
2022-03-11 11:06:45 +01:00
Chocobozzz
f443a74649
Add latency setting support
2022-03-09 09:23:10 +01:00
kontrollanten
2c102aac13
Display avatar in video miniatures ( #4823 )
...
* 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 5520a3eda6
.
* video-min: set display avatar to false as default
* remove empty line
* rename display_avatar > display_author_avatar
* fix renaming displayAvatar > displayAuthorAvatar
2022-03-08 13:39:27 +01:00
Chocobozzz
77f811ced1
Fix channel avatar in select component
2022-03-02 15:47:04 +01:00
Robert Riemann
8b8bd0228d
open privacy info in user settings dialogue in new window
2022-03-02 08:32:30 +01:00
Chocobozzz
19e7a90045
Fix playlist element scrolling
2022-03-01 13:37:40 +01:00
Chocobozzz
f41efa52a4
Fix avatar with username starting with numbers
2022-02-28 16:44:11 +01:00
Chocobozzz
fbd573e59c
Add refresh button to comments list
2022-02-28 16:37:31 +01:00
Chocobozzz
5a51ecc217
Move admin comments list in overviews menu
2022-02-28 16:27:25 +01:00
Chocobozzz
5273f40afc
Improve stat labels
2022-02-28 15:34:07 +01:00
Chocobozzz
70a8e50a5d
Cleanup subtitle edition PR
2022-02-28 14:29:01 +01:00
lutangar
57d74ec83d
Add simple subtitle edition from video captions tab
...
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.
2022-02-28 14:29:01 +01:00
Chocobozzz
e66d0892b1
Fix listUserChannelsForSelect
2022-02-28 13:45:09 +01:00
Chocobozzz
a282e4d8a0
Continue user mute in ban modal PR
2022-02-28 11:36:31 +01:00
Poslovitch
5a8de57d57
Add ability to mute user when banning them
...
Implements https://github.com/Chocobozzz/PeerTube/issues/1803
2022-02-28 11:36:31 +01:00
Chocobozzz
c729caf6cc
Add basic video editor support
2022-02-28 10:42:19 +01:00
kontrollanten
d0800f7661
Implement avatar miniatures ( #4639 )
...
* 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>
2022-02-28 08:34:43 +01:00
Chocobozzz
1d54b2052c
Hide remote subscribe if logged in
2022-02-22 14:38:57 +01:00
Chocobozzz
89e3de8dc6
Reduce latency when adding a video to playlist
2022-02-22 11:41:44 +01:00
Chocobozzz
4edee628a0
Improve account removal message for users
2022-02-22 11:25:03 +01:00
Chocobozzz
0ffa7a0ef3
Don't manage remote channels
2022-02-10 10:41:22 +01:00
Chocobozzz
474542d7ac
Add additional checks when importing a video
2022-02-09 11:54:18 +01:00
Chocobozzz
ba8a8367e7
Better display redundancy pies
2022-02-09 11:54:18 +01:00
Chocobozzz
c356907b71
Don't display no results if still loading
2022-02-09 11:54:18 +01:00
Chocobozzz
612dd3c3f5
Fix embed margin in share modal
2022-02-09 11:54:18 +01:00
kontrollanten
af6b45e5d9
client: show private badge in playlists
...
closes #2601
2022-02-07 11:24:35 +01:00
Chocobozzz
f33e515991
Correctly check import target URL IP
2022-02-07 11:21:25 +01:00
Chocobozzz
4afec73571
Fix scheduled publication on upload
2022-02-07 10:27:08 +01:00
Chocobozzz
21f2df5d3b
Put white background to peertube icons
2022-02-04 13:48:21 +01:00
Chocobozzz
c68e2b2d22
Fix plaintext markdown converter
2022-02-04 10:38:32 +01:00
kontrollanten
692a231026
video-playlist: show date and views count
...
closes #4396
2022-02-03 10:38:47 +01:00
Chocobozzz
c4207f978e
Fast forward on HLS decode error
2022-02-02 11:26:18 +01:00
kontrollanten
038e1f3de5
Add refresh button to admin > video list ( #4753 )
...
* feat(client/video-list): add refresh btn
* CSS styling
Co-authored-by: Chocobozzz <me@florianbigard.com>
2022-02-01 14:47:36 +01:00
Chocobozzz
a2caee9f51
Fix HLS re transcoding with object storage enabled
2022-02-01 14:19:44 +01:00
Chocobozzz
8d9c10bc51
Limit scope to local when finding in bulk
2022-01-31 11:15:44 +01:00
Chocobozzz
d92d070c91
Split user service
2022-01-21 11:03:25 +01:00
Chocobozzz
82b9a1005c
Fix abuse crash on deleted reporter account
2022-01-20 10:52:50 +01:00
Chocobozzz
efd4ff5fbc
Open and close settings modal using query params
2022-01-20 10:11:49 +01:00
Chocobozzz
071f3e519c
Plugins can add custom instance infobox
2022-01-20 09:35:06 +01:00
Chocobozzz
419b520ca4
Add ability to cancel & delete video imports
2022-01-19 14:31:05 +01:00