Felix Ableitner
|
bee0abffff
|
Implement daily upload limit (#956)
* Implement daily upload limit (ref #652)
* remove duplicate code
* review fixes
* fix tests?
* whitespace fixes, finish leftover todo
* fix tests
* added some new tests
* use different config value for tests
* remove todo
|
2018-08-28 09:01:35 +02:00 |
Chocobozzz
|
62689b942b
|
Correctly migrate to fs-extra
|
2018-08-27 16:23:34 +02:00 |
Rigel Kent
|
c9d5c64f98
|
replace fs by fs-extra to prevent EMFILE error
|
2018-08-27 16:03:57 +02:00 |
Chocobozzz
|
687d638c2b
|
Fetch outbox when searching an actor
|
2018-08-27 09:41:54 +02:00 |
Chocobozzz
|
f5b0af50c8
|
Search video channel handle/uri
|
2018-08-27 09:41:54 +02:00 |
Chocobozzz
|
f37dc0dd14
|
Add ability to search video channels
|
2018-08-27 09:41:54 +02:00 |
Chocobozzz
|
8a19bee1a1
|
Add ability to set a name to a channel
|
2018-08-27 09:41:54 +02:00 |
Chocobozzz
|
965c4b22d0
|
Use height instead of width to represent the video resolution
|
2018-08-27 09:41:54 +02:00 |
Chocobozzz
|
06a05d5f47
|
Add subscriptions endpoints to REST API
|
2018-08-27 09:41:54 +02:00 |
Chocobozzz
|
4f1f6f0383
|
Ensure youtubedl binary exists in ydl helper
|
2018-08-16 09:45:51 +02:00 |
Chocobozzz
|
eed24d26db
|
Don't set a bitrate on unknown audio input
|
2018-08-14 15:53:06 +02:00 |
Chocobozzz
|
06215f15e0
|
Cleanup utils helper
|
2018-08-14 15:28:30 +02:00 |
Chocobozzz
|
26b7305a23
|
Add blacklist reason field
|
2018-08-14 09:27:18 +02:00 |
Chocobozzz
|
268eebed92
|
Add state and moderationComment for abuses on server side
|
2018-08-10 16:54:01 +02:00 |
Chocobozzz
|
eacb25c436
|
Add reason when banning a user
|
2018-08-08 17:44:22 +02:00 |
Chocobozzz
|
e69219184b
|
Implement user blocking on server side
|
2018-08-08 15:22:58 +02:00 |
Chocobozzz
|
541006e355
|
Correct webtorrent download cleanup
|
2018-08-08 09:30:31 +02:00 |
Chocobozzz
|
3e17515e29
|
Add torrent tests
|
2018-08-08 09:30:31 +02:00 |
Chocobozzz
|
990b6a0b0c
|
Import torrents with webtorrent
|
2018-08-08 09:30:31 +02:00 |
Chocobozzz
|
ce33919c24
|
Import magnets with webtorrent
|
2018-08-08 09:30:31 +02:00 |
Chocobozzz
|
3d52b300ea
|
Merge branch 'release/beta-10' into develop
|
2018-08-06 12:11:08 +02:00 |
Chocobozzz
|
2769e297ca
|
Fix caption upload on Mac OS
|
2018-08-06 11:45:24 +02:00 |
Chocobozzz
|
b2977eecb8
|
Fix fps federation
|
2018-08-06 11:19:16 +02:00 |
Chocobozzz
|
590fb50690
|
Add tests regarding video import
|
2018-08-06 11:19:16 +02:00 |
Chocobozzz
|
5d08a6a74e
|
Add import http enabled configuration
|
2018-08-06 11:19:16 +02:00 |
Chocobozzz
|
7e5f9f001d
|
Add audit logs for video import
|
2018-08-06 11:19:16 +02:00 |
Chocobozzz
|
516df59b3b
|
Remove ability to delete video imports
Users should remove the linked video instead
|
2018-08-06 11:19:16 +02:00 |
Chocobozzz
|
ed31c05985
|
Add ability to list video imports
|
2018-08-06 11:19:16 +02:00 |
Chocobozzz
|
299474e827
|
Add ability to remove a video import
|
2018-08-06 11:19:16 +02:00 |
Chocobozzz
|
fbad87b047
|
Add ability to import video with youtube-dl
|
2018-08-06 11:19:16 +02:00 |
Rigel Kent
|
7160878c4a
|
adding tests for audio conversions
|
2018-08-01 10:57:13 +02:00 |
Jorropo
|
991feec9a3
|
ffmpeg auto thread
Set thread count to 0 and ffmpeg will chose automaticaly
|
2018-08-01 10:57:13 +02:00 |
Rigel Kent
|
19ca8ca939
|
fixing tests to deal with new transcoding parameters
|
2018-08-01 10:57:13 +02:00 |
Jorropo
|
80bc88c133
|
Nice ffmpeg to 15 and 2
Niceness 15 for video conversionNiceness 2 for image generation
(niceness 2 doesn't make it slower, just don't block servers and other
app)
|
2018-08-01 10:57:13 +02:00 |
Rigel Kent
|
4a5ccac5f1
|
fixing audio getter when video has no audio
|
2018-08-01 10:57:13 +02:00 |
Rigel Kent
|
4176e227cb
|
Fixing #626 with ffmpeg's low default audio bitrate
|
2018-08-01 10:57:13 +02:00 |
Aurélien Bertron
|
80e36cd9fa
|
Add audit logs in various modules
- Videos
- Videos comments
- Users
- Videos channels
- Videos abuses
- Custom config
|
2018-07-31 15:40:29 +02:00 |
Aurélien Bertron
|
5939081838
|
Add audit logs module
|
2018-07-31 15:40:29 +02:00 |
Chocobozzz
|
cf7a61b5a2
|
Cleanup req files on bad request
|
2018-07-31 15:09:34 +02:00 |
Chocobozzz
|
e20015d744
|
Fiw winston meta log
|
2018-07-30 11:34:34 +02:00 |
Chocobozzz
|
2cebd79701
|
Fix last commit
|
2018-07-26 11:02:04 +02:00 |
Rigel Kent
|
c1e791bad0
|
expliciting type checks and predicates (server only)
|
2018-07-25 22:01:25 +02:00 |
Chocobozzz
|
98d3324db3
|
Fix nodeinfo endpoint
|
2018-07-24 14:36:25 +02:00 |
Rigel Kent
|
3f6d68d967
|
adding initial support for nodeinfo
|
2018-07-24 14:08:44 +02:00 |
Chocobozzz
|
0b18f4aa80
|
Add advanced search in client
|
2018-07-24 14:04:05 +02:00 |
Chocobozzz
|
d525fc399a
|
Add videos list filters
|
2018-07-24 14:04:05 +02:00 |
Chocobozzz
|
57c36b277e
|
Begin advanced search
|
2018-07-24 14:04:05 +02:00 |
Chocobozzz
|
f4001cf408
|
Handle .srt subtitles
|
2018-07-16 14:31:40 +02:00 |
Chocobozzz
|
40e87e9ecc
|
Implement captions/subtitles
|
2018-07-16 11:50:08 +02:00 |
Chocobozzz
|
94831479f5
|
Migrate to bull
|
2018-07-11 14:00:17 +02:00 |