Commit Graph

152 Commits

Author SHA1 Message Date
Chocobozzz
ffc65cbd2a Remove HLS torrents 2020-01-24 16:48:05 +01:00
Chocobozzz
fe98765624 Add ability to skip count query 2020-01-08 14:15:16 +01:00
Rigel Kent
32c68d67d9 Tests for totalRepliesFromVideoAuthor 2020-01-03 16:25:31 +01:00
Chocobozzz
822c7e610d Fix playlist search 2019-12-27 09:04:04 +01:00
Chocobozzz
22a73cb879 Add internal privacy mode 2019-12-12 16:51:59 +01:00
Chocobozzz
941c5eac17 Add missing hotkeys to the watch page 2019-12-06 10:05:49 +01:00
Chocobozzz
c883db6d03 Move deleted comment on new follow tests 2019-12-04 11:48:12 +01:00
Julien Maulny
b5206dfc45 Fix retrieving of deleted comments when subscribing to a new instance 2019-12-04 09:36:45 +01:00
Julien Maulny
69222afac8 Soft delete video comments instead of detroy 2019-12-04 09:36:45 +01:00
Chocobozzz
52201311e1 Add codec information in HLS playlist 2019-11-26 16:25:36 +01:00
Julien Maulny
66a3674004 Fix lint 2019-11-25 16:59:09 +01:00
Chocobozzz
3a149e9f8b Add audio only transcoding tests 2019-11-25 10:59:49 +01:00
Chocobozzz
d7a25329f9 Add ability to disable webtorrent
In favour of HLS
2019-11-25 10:59:43 +01:00
Chocobozzz
210709a907 Fix tests 2019-09-18 17:20:37 +02:00
Chocobozzz
f0a47bc92a Hide video abuses from muted accounts 2019-08-29 14:31:04 +02:00
Chocobozzz
f92e7f76d4 Fix ownership change 2019-08-21 08:57:00 +02:00
Chocobozzz
0b353d1d8a Fix redundancy exceeding the limit 2019-08-12 08:46:46 +02:00
Chocobozzz
511765c9f8 Remove comment federation by video owner 2019-08-07 15:35:29 +02:00
Chocobozzz
65af03a241 Automatically update playlist thumbnails 2019-08-01 16:54:24 +02:00
Chocobozzz
bfbd912886 Fix broken playlist api 2019-08-01 09:11:04 +02:00
Chocobozzz
2284f20207 Add gitlab ci support 2019-07-29 13:40:39 +02:00
Chocobozzz
24163420dd Add retries to travis mocha 2019-07-24 10:58:16 +02:00
Chocobozzz
109d893ff5 Fix lint 2019-07-24 10:58:16 +02:00
Chocobozzz
1f20622f2b Improve registration
* Add ability to set the user display name
 * Use display name to guess the username/channel name
 * Add explanations about what is the purpose of a username/channel name
 * Add a loader at the "done" step
2019-06-07 17:05:42 +02:00
Chocobozzz
b91bc1d1f3 Merge branch 'release/v1.3.0' into develop 2019-06-07 15:04:41 +02:00
Chocobozzz
03371ad9d0 Fix video import if autoblacklist is enabled 2019-06-07 14:35:53 +02:00
Chocobozzz
1b319b7aa6 Add ability to unpublish video/playlist 2019-06-06 17:29:15 +02:00
Chocobozzz
46a6db245f Add ability to set to private a public/unlisted video 2019-06-06 16:44:02 +02:00
Chocobozzz
7d14d4d2ca Server: Bulk update videos support field 2019-05-31 16:44:46 +02:00
Chocobozzz
57cfff7885 Remove unused actor uuid field 2019-05-31 14:49:31 +02:00
Chocobozzz
91b6631984 Add pagination to account video channels endpoint 2019-05-29 15:09:38 +02:00
Chocobozzz
4d09cfba78 Fix playlist get for classic users 2019-05-28 10:16:59 +02:00
Chocobozzz
964298de4e Fix playlist get for classic users 2019-05-28 09:50:27 +02:00
Chocobozzz
80b8ad2a70 Update travis ffmpeg patch version 2019-05-17 16:50:52 +02:00
Chocobozzz
b345a8047b Add audio upload tests 2019-05-17 14:04:54 +02:00
Chocobozzz
1600235a2f Merge remote-tracking branch 'origin/pr/1785' into develop 2019-05-16 08:58:39 +02:00
Chocobozzz
48f07b4a40 All API tests in parallel 2019-05-15 15:14:21 +02:00
Chocobozzz
7243f84db0 Redundancy and search tests in parallel too 2019-05-14 15:37:43 +02:00
Felix Ableitner
7ed2c1a46f fixed formatting, added test case 2019-05-04 13:06:43 +02:00
Chocobozzz
8519cc9234 Fix overview endpoint 2019-04-24 17:29:19 +02:00
Chocobozzz
7c3b79768b Use test wrapper exit function 2019-04-24 16:26:25 +02:00
Chocobozzz
42e1ec25ec Try to fix travis 2019-04-24 16:26:24 +02:00
Chocobozzz
210feb6cc4 Cleanup tests 2019-04-24 16:26:23 +02:00
Chocobozzz
94565d52bb Shared utils -> extra-utils
Because they need dev dependencies
2019-04-24 16:25:52 +02:00
Chocobozzz
1eddc9a74f Add user adminFlags 2019-04-15 14:39:52 +02:00
Chocobozzz
cda03765fe Add ability to delete old remote views 2019-04-12 08:31:06 +02:00
Chocobozzz
8f0bc73d7d Add ability to limit videos history size 2019-04-11 15:38:53 +02:00
Josh Morel
7ccddd7b52 add quarantine videos feature (#1637)
* add quarantine videos feature

* increase Notification settings test timeout

to 20000ms. was completing 7000 locally but timing out
after 10000 on travis

* fix quarantine video test issues

-propagate misspelling
-remove skip from server/tests/client.ts

* WIP use blacklist for moderator video approval

instead of video.quarantine boolean

* finish auto-blacklist feature
2019-04-02 11:26:47 +02:00
Chocobozzz
2ba9287131 Cleanup invalid rates/comments/shares 2019-03-19 16:23:02 +01:00
Chocobozzz
397d78fb3e Fix unit tests 2019-03-18 11:17:59 +01:00