Commit graph

944 commits

Author SHA1 Message Date
Chocobozzz
ae2abfd3ae
Introduce plugins command 2021-07-20 15:27:17 +02:00
Chocobozzz
9c6327f803
Introduce jobs command 2021-07-20 15:27:17 +02:00
Chocobozzz
c3d29f694b
Introduce follows command 2021-07-20 15:27:17 +02:00
Chocobozzz
883a901908
Introduce debug command 2021-07-20 15:27:17 +02:00
Chocobozzz
a9c58393d3
Introduce contact form command 2021-07-20 15:27:17 +02:00
Chocobozzz
2d1ad5b960
Move AP request in requests file 2021-07-20 15:27:17 +02:00
Chocobozzz
af971e06c6
Introduce search command 2021-07-20 15:27:17 +02:00
Chocobozzz
23a3a8827c
Introduce overviews command 2021-07-20 15:27:17 +02:00
Chocobozzz
480d6ea679
Move plugin blocklist mock 2021-07-20 15:27:17 +02:00
Chocobozzz
0c1a77e9cc
Introduce abuse command 2021-07-20 15:27:17 +02:00
Chocobozzz
8ef9457fde
Correctly export misc files 2021-07-20 15:27:17 +02:00
Chocobozzz
c8fc9b4718
Rename mock server files 2021-07-20 15:27:16 +02:00
Chocobozzz
a92ddacb38
Introduce logs command 2021-07-20 15:27:16 +02:00
Chocobozzz
f59545d97a
Rename command files 2021-07-20 15:27:16 +02:00
Chocobozzz
c1bc8ee478
Introduce feed command 2021-07-20 15:27:16 +02:00
Chocobozzz
e8bd7ce7cc
Introduce CustomPage command 2021-07-20 15:27:16 +02:00
Chocobozzz
329619b345
Introduce CLI command 2021-07-20 15:27:16 +02:00
Chocobozzz
a6a79eae0d
Introduce bulk command 2021-07-20 15:27:16 +02:00
lutangar
dc3d902234 Introduce generic video constant manager for plugins
Allow a plugin developer to get back constants values,
and reset constants deletions or additions.
2021-07-16 17:49:40 +02:00
Chocobozzz
f6c1251def
Use consistent margins 2021-07-01 18:05:08 +02:00
Chocobozzz
674d903b0e
Support accountHandle and channelHandle 2021-07-01 17:41:03 +02:00
Chocobozzz
06c2759338
Fix hooks definition 2021-07-01 16:47:14 +02:00
Chocobozzz
d4a8e7a65f Support short uuid for GET video/playlist 2021-06-29 14:56:35 +02:00
kontrollanten
e2e0b645cd
Add video-playlist-element.created hook (#4196)
* add playlists.videos.list.params/results hooks

closes #4192

* Revert "add playlists.videos.list.params/results hooks"

This reverts commit ebd822ca0b769d88dbc5ae0062b286238cbced92.

* add video-playlist-element.created hook

closes #4192

* test: add playlist-element.created

* Fix tests

Co-authored-by: Chocobozzz <me@florianbigard.com>
2021-06-28 09:22:15 +02:00
Chocobozzz
0d25c59414
Fix image injection for custom markup 2021-06-25 15:11:00 +02:00
Chocobozzz
37a44fc915 Add ability to search playlists 2021-06-25 14:44:01 +02:00
Chocobozzz
8ebf2a5d5d
Refactor live manager 2021-06-17 08:47:03 +02:00
Chocobozzz
3d470a530c Faster ci using compiled ts files 2021-06-15 08:21:12 +02:00
kontrollanten
72f611ca15 add client hook filter:videojs.options
closes #4086
2021-06-14 13:35:48 +02:00
Chocobozzz
4ead40e776
Cache refresh actor promise 2021-06-09 13:34:40 +02:00
Chocobozzz
5d6395af72
Add max rows to videos list 2021-06-09 10:59:20 +02:00
Chocobozzz
61cbafc1f8
Improve channel card custom markup 2021-06-09 10:31:27 +02:00
Chocobozzz
9105634f16
Add more filters for video miniatures 2021-06-09 09:32:47 +02:00
Chocobozzz
f7894f0964
Create peertube-container html tag 2021-06-09 09:19:36 +02:00
Chocobozzz
ea54cd04c1
Fix video upload with a capitalized ext 2021-06-08 10:01:50 +02:00
Chocobozzz
8beea2d37d
Add ability to filter menu links 2021-06-07 13:20:08 +02:00
Rigel Kent
c756bae079
add video upload types, add doc middleware to more routes 2021-06-06 10:21:06 +02:00
Chocobozzz
49af5ac8c2
Refactor AP playlists 2021-06-03 16:40:32 +02:00
Chocobozzz
63da15eb18
Use random port for mock servers in tests 2021-06-03 09:06:51 +02:00
Chocobozzz
38c5c166f4
Fix lint 2021-06-03 08:58:10 +02:00
Chocobozzz
e030bfb59d
Refactor server errors handler 2021-06-02 18:15:41 +02:00
Chocobozzz
08a47c75f9
Refactor AP video create/update 2021-06-02 16:57:53 +02:00
Rigel Kent
81628e5069 refactor error code values for URI compatibility 2021-06-02 16:57:07 +02:00
Rigel Kent
3866ea02d4 correct error codes and backward compat 2021-06-02 16:57:07 +02:00
Chocobozzz
6304213923
Support peertube button in custom markup 2021-05-28 15:23:17 +02:00
Chocobozzz
0fc9843215
Fix comment notification test 2021-05-28 14:29:09 +02:00
Poslovitch
1f256e7d3c
Implemented configurable minimum signup age
Implements https://github.com/Chocobozzz/PeerTube/issues/3612

Fixed lint and removed debug

Fixed another lint error

Apply suggestions from code review

Co-authored-by: Chocobozzz <chocobozzz@cpy.re>

Add tests for min signup age config
2021-05-28 13:56:05 +02:00
Chocobozzz
012580d98f
Cleanup
We must not expose private actor objects to clients
Just make 2 GET requests on channel/accounts instead
2021-05-28 10:22:50 +02:00
Chocobozzz
8f608a4cb2
Merge branch 'develop' into shorter-URLs-channels-accounts 2021-05-27 16:12:41 +02:00
Chocobozzz
2539932e16
Instance homepage support (#4007)
* Prepare homepage parsers

* Add ability to update instance hompage

* Add ability to set homepage as landing page

* Add homepage preview in admin

* Dynamically update left menu for homepage

* Inject home content in homepage

* Add videos list and channel miniature custom markup

* Remove unused elements in markup service
2021-05-27 15:59:55 +02:00