Chocobozzz
d5d9c5b79e
Add ability to filter live videos
2021-11-03 09:59:53 +01:00
Chocobozzz
9814ea9f04
Fix lint
2021-11-03 09:40:50 +01:00
Chocobozzz
05ac4ac7ed
Move admin stuff in +admin
2021-11-02 14:14:26 +01:00
Chocobozzz
047f9585dd
Fix select in share modal
2021-11-02 11:52:55 +01:00
Chocobozzz
256fb92e67
Better moderation label
2021-11-02 11:51:23 +01:00
Chocobozzz
231ff4af3b
Add ability to exclude muted accounts
2021-11-02 11:50:03 +01:00
Chocobozzz
61f85385bb
Add admin videos loading animation
2021-11-02 11:17:17 +01:00
Chocobozzz
7e7d8e4853
Some fixes for admin videos list
2021-11-02 11:13:13 +01:00
Chocobozzz
fd5fa94bbc
Remove unnecessary env
2021-11-02 10:30:50 +01:00
Chocobozzz
820299121f
Run doctoc on contributing guide
2021-11-02 10:15:06 +01:00
Chocobozzz
9883e60f30
Improve tests documentation
2021-11-02 10:13:53 +01:00
Chocobozzz
f1c861727c
Add ability to preview embed in share modal
2021-11-02 10:01:28 +01:00
Chocobozzz
eeae81428e
Remove useless components
2021-10-29 11:52:58 +02:00
Chocobozzz
3c10840fa9
Add video file size info in admin videos list
2021-10-29 11:48:21 +02:00
Chocobozzz
2760b454a7
Deprecate filter video query
...
Introduce include and isLocal instead
2021-10-29 11:48:21 +02:00
Chocobozzz
e4611b5491
Always use my-table-expander-icon
2021-10-29 11:48:21 +02:00
Chocobozzz
33f6dce136
Add videos list admin component
2021-10-29 11:48:21 +02:00
Chocobozzz
00004f7f6b
Put admin users in overview tab
2021-10-29 11:48:21 +02:00
Chocobozzz
bd898dd76b
Add message if registration is disabled
2021-10-29 11:16:36 +02:00
Florian CUNY
db581cf7b9
Added label on the next autoplayed video and hide the hr line if unnecessary ( #4497 )
...
* Added label on the next autoplayed video
Implements https://github.com/Chocobozzz/PeerTube/issues/4280
Also hid the hr line if autoplay is disabled
* Applied code suggestion
* Applied code suggestion
* Applied the last remaining code suggestion
2021-10-26 17:15:12 +02:00
Florian CUNY
754b6f5f41
Made the video channels limit (per user) server-wide configurable ( #4491 )
...
* Made the video channels limit (per user) server-wide configurable
Implements https://github.com/Chocobozzz/PeerTube/issues/3092
Also added a "quota bar" in the account's settings page
* Fixed lint errors
* Another pass at fixing lint errors
* Applied code suggestions
* Removed 'video channels quota'
2021-10-26 16:42:10 +02:00
Chocobozzz
615836dbd4
@peertube/embed-api 0.0.
...
5
2021-10-26 16:17:51 +02:00
Chocobozzz
605450a6f7
Fix dependency security alert
2021-10-26 16:04:09 +02:00
Chocobozzz
7c4f8e3b29
Update server dependencies
2021-10-26 15:15:27 +02:00
Chocobozzz
5842a85424
Remove unnecessary package
...
https://github.com/standard/standard/issues/1316
2021-10-26 15:08:58 +02:00
Chocobozzz
950b3ce7f0
Migrate to @peertube/videojs-contextmenu
...
To fix a bug with latest videojs
2021-10-26 11:24:05 +02:00
Chocobozzz
d91a0341a7
Add missing dependency proxy-addr
2021-10-26 09:57:38 +02:00
Frank Sträter
3a63b110ba
Update RHEL8 Python symlinking
2021-10-26 09:10:12 +02:00
Poslovitch
9f3bf1432d
Added Markdown formatting in playlist descriptions
...
Implements https://github.com/Chocobozzz/PeerTube/issues/3627
2021-10-26 08:48:17 +02:00
Poslovitch
3c4d6c1d9c
Changed label of "sort by views" to "sort by recent views"
...
Fixes https://github.com/Chocobozzz/PeerTube/issues/4421
2021-10-26 08:37:40 +02:00
Chocobozzz
b9fbc17609
Fix lint
2021-10-26 08:37:03 +02:00
Rigel Kent
276250f0a3
prevent multiple post-process triggering of upload-resumable ( #4175 )
...
* prevent multiple post-process triggering of upload-resumable
* switch from 409 to 503 for upload being processed
* Improve resumable upload check
Co-authored-by: Chocobozzz <me@florianbigard.com>
2021-10-25 17:42:20 +02:00
Chocobozzz
b2ad0090c1
Don't write youtube-dl stdout in log
...
It's too big
2021-10-25 10:18:41 +02:00
Chocobozzz
0c691a182c
Fix sequelize order typings
2021-10-22 16:40:48 +02:00
Chocobozzz
532e6a4172
Remove aws bug workaround
...
This has been fixed in https://github.com/aws/aws-sdk-js-v3/pull/2835
2021-10-22 16:30:55 +02:00
Chocobozzz
7fb2c60bbe
Remove sync call in logger
...
Winston already does it
2021-10-22 16:25:16 +02:00
Chocobozzz
36de29dfb2
Remove render media todo
...
We don't want to use official module anymore since we removed a large
part of the upstream code we don't need (pdf etc)
2021-10-22 16:18:55 +02:00
Chocobozzz
02b2e482e0
Fix some old typing issues
2021-10-22 16:18:00 +02:00
Chocobozzz
60dd77c692
Cleanup video playlist element miniature code
2021-10-22 16:05:57 +02:00
Chocobozzz
0ba9696c01
Cleanup video update component
2021-10-22 15:51:02 +02:00
Nataly Rocha
382258676c
Add warning and update privacy on share playlist ( #4469 )
...
* add warning and update privacy on share
* update playlist display name on toast
* change privacy update to link
* remove conditional
* Improve share private warning styling
Co-authored-by: Chocobozzz <me@florianbigard.com>
2021-10-22 15:11:45 +02:00
Chocobozzz
d1bfbdeb20
Random listen for mocked servers
2021-10-22 14:31:38 +02:00
Chocobozzz
5480933b7f
Add peertube short link import test
2021-10-22 14:25:32 +02:00
Chocobozzz
ab4001aade
Provide origin URL to client and fix remote share
2021-10-22 14:11:58 +02:00
Chocobozzz
de7f11143f
Cleanup config
2021-10-22 13:56:45 +02:00
Chocobozzz
7f91ecbde4
Completely remove torrent static path
2021-10-22 10:32:53 +02:00
Chocobozzz
619537426b
Constants consistency
2021-10-22 10:28:00 +02:00
Chocobozzz
62549e6c98
Rewrite youtube-dl import
...
Use python3 binary
Allows to use a custom youtube-dl release URL
Allows to use yt-dlp (youtube-dl fork)
Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY
env variables
2021-10-22 10:25:24 +02:00
Chocobozzz
a71d4140a5
Update translations
2021-10-21 11:07:14 +02:00
Zet
9e872fa5fb
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (118 of 118 strings)
Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ar/
2021-10-21 11:01:39 +02:00