Chocobozzz
c5b66526eb
Fix sass mixed declarations deprecation warning
...
https://sass-lang.com/documentation/breaking-changes/mixed-decls/
2024-08-19 09:35:41 +02:00
Chocobozzz
816f346a60
Separate HLS audio and video streams
...
Allows:
* The HLS player to propose an "Audio only" resolution
* The live to output an "Audio only" resolution
* The live to ingest and output an "Audio only" stream
This feature is under a config for VOD videos and is enabled by default for lives
In the future we can imagine:
* To propose multiple audio streams for a specific video
* To ingest an audio only VOD and just output an audio only "video"
(the player would play the audio file and PeerTube would not
generate additional resolutions)
This commit introduce a new way to download videos:
* Add "/download/videos/generate/:videoId" endpoint where PeerTube can
mux an audio only and a video only file to a mp4 container
* The download client modal introduces a new default panel where the
user can choose resolutions it wants to download
2024-08-05 08:31:59 +02:00
Chocobozzz
275ba643eb
Simplify two columns layout
2024-03-01 15:01:34 +01:00
Chocobozzz
f9c89b98f7
Add user import/export in client
2024-02-21 13:49:08 +01:00
Chocobozzz
7ee0efb57a
Add ability to set a banner to the instance
2024-02-20 11:33:10 +01:00
Chocobozzz
f67ac646a2
Put video quota info in its own component
2022-09-28 14:04:06 +02:00
Chocobozzz
85edcb5626
Fix number with text input overflow
2022-09-27 10:05:29 +02:00
Chocobozzz
21d8979fbd
Fix instance config on mobile
2022-07-12 14:46:09 +02:00
Chocobozzz
9bc3622320
Handle input error in markdown textarea
2022-06-20 15:56:16 +02:00
Chocobozzz
5b0ec7cddb
Increase global font size
2022-06-16 11:37:08 +02:00
Chocobozzz
4c8749cb9e
Migrate to bootstrap 5
2022-06-10 09:21:00 +02:00
Jelle Besseling
8d8a037e3f
Allow configuration to be static/readonly ( #4315 )
...
* Allow configuration to be static/readonly
* Make all components disableable
* Improve disabled component styling
* Rename edits allowed field in configuration
* Fix CI
2021-10-12 13:33:44 +02:00
Chocobozzz
8cbc40b2fe
Move to sass module
2021-06-28 10:54:02 +02:00
Chocobozzz
fa12eacc01
Move to sass @use
2021-06-28 09:36:35 +02:00
Chocobozzz
27bc958674
Bidi support
2021-06-07 18:14:05 +02:00
Chocobozzz
931d343018
Move to stylelint
2021-04-28 17:53:57 +02:00
Chocobozzz
ead64cdf8d
Support custom value in ng-select
2021-02-10 11:36:40 +01:00
Chocobozzz
48586fe070
Fix ng-select width
2020-12-15 11:45:29 +01:00
Chocobozzz
c9bc850e93
Use -1 for max live duration unlimited
2020-12-15 09:26:37 +01:00
Chocobozzz
d1742ede65
Fix ng select in admin
2020-12-15 08:57:49 +01:00
Rigel Kent
ea5cdc11ff
slightly clearer layout of transcoding configuration
2020-12-14 14:34:34 +01:00
Rigel Kent
c5dcdab330
add explicit numbers in configuration number inputs
...
fixes #1346
2020-11-21 12:44:05 +01:00
Chocobozzz
16a173bbc9
Automatically enable videos auto block on signup
2020-11-18 16:13:38 +01:00
Chocobozzz
52c4976fcf
Use ng select for multiselect
2020-08-11 16:18:42 +02:00
Chocobozzz
5fb2e2888c
First implem global search
2020-06-10 14:02:41 +02:00
Chocobozzz
72c33e716f
Support broadcast messages
2020-05-29 09:32:12 +02:00
Kim
b15fe00f74
Add maximized mode to markdown-textarea + CSS improvements ( #2660 )
...
* Add arrows-angle-contract/expand bootstrap icons
* Add grey textarea-background-color
* Add maximized support to markdown-textarea + improve column display
* Refactor CSS + add ResizeObservable
* Replace bootstrap icons with softies
* Add ResizeObserver typing definition
* Add focus on textarea + Fix Observables
* Propage component changes on markdown plugins
* Ignore ResizeObserver not implemented in typescript yet
* Move observers from constructor to click event
* Add scss and css variables
* Replace textareaWidth with textareaMaxWidth to fix others textareas
* Clean unused css rules
* Fix ResizeObserver unknown by TypeScript compiler
* Set max-width: 100% for small and mobile views
* Fix textarea/preview height on maximized mode
* Add common padding textarea/preview side-by-side
* Hide scrollbar sub-menu on small-views
* Add maximized mode for mobile views
* Fix sass calculate syntax
* Revert custom CSS variable for inputBorderRadius and inputBorderColor
* Remove unsued methods
* Fix missing implement method
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
2020-04-28 14:53:43 +02:00
Rigel Kent
76314386ae
Add overview of a user's actions in user-edit ( #2558 )
2020-03-27 15:19:03 +01:00
Rigel Kent
482fa503e5
Use grid to organise settings in admin, my-account
2020-03-10 16:23:40 +01:00
Rigel Kent
e40afb5bc4
Fix signup limit validator, and add warning message.
2020-01-31 08:56:20 +01:00
Rigel Kent
96a4a7c332
Add description for sensitive configuration options, reword others
2020-01-15 12:15:31 +01:00
Chocobozzz
8ae03c3718
Add creation reason
2019-09-05 10:17:02 +02:00
Chocobozzz
ccc00cb2aa
Add more attributes to about page
2019-09-05 10:17:02 +02:00
Rigel Kent
9a0fc8409c
add theming via css custom properties
...
and a bonus dark color theme toggle
2018-09-04 23:24:34 +02:00
Chocobozzz
5b7c47a781
Add help if the config is invalid
2018-06-07 10:20:59 +02:00
Chocobozzz
2e3a0215d0
Add short description in config
2018-03-15 14:34:47 +01:00
Chocobozzz
00b5556c18
Add ability to add custom css/javascript
2018-02-22 10:22:53 +01:00
Chocobozzz
fd206f0b2d
Add ability to update some configuration keys
2018-01-17 10:41:27 +01:00