Commit Graph

2774 Commits (4115f20084f302f497be9cb12237564679ca54ec)

Author SHA1 Message Date
Chocobozzz 4115f20084
Add ability to not send an email for registration 2023-01-20 15:34:01 +01:00
Chocobozzz e854d57bed
Refactor row selection reset 2023-01-20 15:06:08 +01:00
Chocobozzz cd940f40cb
Support bulk registration request removal 2023-01-20 14:58:20 +01:00
Chocobozzz 789ba34931
Support mailto links for custom markup 2023-01-19 14:52:27 +01:00
Chocobozzz a4927884b2
Support mailto for custom markup 2023-01-19 14:27:59 +01:00
Chocobozzz f008e9f3f3
Add missing url unique index in local video viewer 2023-01-19 13:54:52 +01:00
Chocobozzz 9589907c89 Implement signup approval in client 2023-01-19 13:53:40 +01:00
Chocobozzz bc48e33b80
Optimize custom markup angular tags
We can use the on push strategy with these components
2023-01-13 09:39:35 +01:00
Chocobozzz 6a056bbe4d
Increase textarea debounce time for custom markup 2023-01-13 09:30:47 +01:00
Chocobozzz 3f3530c3db
Merge branch 'release/5.0.0' into develop 2023-01-12 08:54:13 +01:00
Chocobozzz 7a0bcd6773
Fix support field when updating the video 2023-01-12 08:50:27 +01:00
Chocobozzz 2570fd9c1c
Redirect to default login url on 401
Can be an external URL
2023-01-04 11:41:29 +01:00
Chocobozzz 66b73484c7
Prevent hotkeys playback rate/seek with lives 2022-12-30 15:54:08 +01:00
Chocobozzz 75ec258048
Process requests in correct order 2022-12-29 11:27:46 +01:00
Chocobozzz 15beb86660
Reorder playlists when adding an element 2022-12-29 10:38:53 +01:00
kontrollanten 0e08a5e749 feat(player/playbackRate): set rate with url param 2022-12-29 08:38:18 +01:00
Chocobozzz d522369bed
Prevent sending log error to server on 404 2022-12-28 15:15:44 +01:00
Chocobozzz 41027acb0a
Merge branch 'release/5.0.0' into develop 2022-12-21 10:56:57 +01:00
Chocobozzz 77f0c0e5dc
Display video actions in homepage 2022-12-21 10:52:33 +01:00
paulienm c6820dc4a5 feat(config): add missing videos sort options in admin 2022-12-19 15:45:50 +01:00
Chocobozzz 04509c4325
Remove country limit of 10 items 2022-12-01 09:09:20 +01:00
Chocobozzz 41e59dbe9b
Fix cancel upload button style 2022-11-24 09:14:35 +01:00
Chocobozzz 7dcd7d8140
Fix client lint 2022-11-15 15:16:41 +01:00
Chocobozzz 59a643aa5c
Force autoplay when live starts
Using the mute
2022-11-15 11:57:49 +01:00
Chocobozzz 2f061e065a
Merge branch 'release/4.3.0' into develop 2022-11-14 14:22:33 +01:00
Chocobozzz 2198bb5a19
Prevent XSS with ng-select
When using ng-option

See https://github.com/ng-select/ng-select/issues/1363
2022-11-14 14:21:40 +01:00
Chocobozzz f713f36bdf
Federate entire description
Introduce an explicit field truncatedDescription
description in video list is deprecated
description in video get will contain the entire description
2022-11-14 13:03:54 +01:00
Chocobozzz 0e45e336f6
Fix HTML in account/channel description 2022-11-14 10:47:39 +01:00
Chocobozzz 1a6304ceb9
Improve instance follow display 2022-11-07 11:25:31 +01:00
Chocobozzz 8fac9adc13
Fix lodash import 2022-10-31 16:07:37 +01:00
Chocobozzz 9e5cf66be7
Breaking API: Consistency with role id/label 2022-10-28 16:34:08 +02:00
Chocobozzz 672e185bf3
Fix upload error handling 2022-10-28 11:19:45 +02:00
treac1e b67580aa65 Update privacy-concerns.component.html
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 &#32).
2022-10-27 08:54:13 +02:00
Chocobozzz 1c048f04a5
Fix bad date display for jobs 2022-10-25 16:08:11 +02:00
Chocobozzz 52ebda26f6
Fix playlist overflow in account channels page 2022-10-25 16:00:34 +02:00
Chocobozzz 4eb1259e6b
Don't display live sessions block without sessions 2022-10-25 15:05:26 +02:00
Chocobozzz 9397517a26
Deleting an abuse is only for admins 2022-10-25 15:02:14 +02:00
Chocobozzz 3fc43fa0b0
Reload data when deleting a blocked video 2022-10-25 14:50:54 +02:00
Chocobozzz 34ba86a8b4
Use onpush strategy for dropdown 2022-10-25 14:42:18 +02:00
Chocobozzz 2e3b0825bb
Fix player 2022-10-25 10:22:33 +02:00
Chocobozzz 716c57d444
Don't import all lodash 2022-10-25 08:20:20 +02:00
Chocobozzz 3545e72c68 Put private videos under a specific subdirectory 2022-10-24 14:48:24 +02:00
kontrollanten 38a3ccc7f8
feat: show contained playlists under My videos (#5125)
* 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 f1a0412391.

* fix(client/PlaylistService): caching

* Revert "fix(server/user/me): shortUUID response"

This reverts commit e3f1ee4e33.

* Fix fetching playlists

Co-authored-by: Chocobozzz <me@florianbigard.com>
2022-10-24 14:48:03 +02:00
Poslovitch 01a3c07a79 Added filter to sort videos by name (alphabetical order)
Implements https://github.com/Chocobozzz/PeerTube/issues/5134
2022-10-24 14:28:41 +02:00
Chocobozzz d50e8d1aee
Fix action dropdown with query params 2022-10-12 14:37:27 +02:00
Chocobozzz 02cb75c7e8
Fix responsive in account channels list 2022-10-12 09:46:24 +02:00
Chocobozzz 8bd4a1edcc
Fix import link 2022-10-12 09:10:07 +02:00
Florent 3d5d2deef5 Sync channel: move the list imports button #5337 2022-10-12 08:56:59 +02:00
Chocobozzz 080f14025e
Hide wait transcoding for lives
Replays are always transcoded
2022-10-11 14:17:27 +02:00
Chocobozzz 9d4c60dccc
Add ability for plugins to register ws routes 2022-10-11 11:11:04 +02:00