Chocobozzz
26370ce469
Move redundancy in its own travis container
2018-10-16 16:41:36 +02:00
Chocobozzz
fd28a0fc88
Fix redundancy test
2018-10-16 16:41:36 +02:00
Chocobozzz
65b21c961c
Add ability to mute a user/instance by server in client
2018-10-16 16:41:36 +02:00
Chocobozzz
b44164bb56
Add ability to mute a user/instance by server in server api
2018-10-16 16:41:36 +02:00
Chocobozzz
af5767ffae
Add user/instance block by users in the client
2018-10-16 16:41:36 +02:00
Chocobozzz
7ad9b9846c
Add ability for users to block an account/instance on server side
2018-10-16 16:41:36 +02:00
BO41
dffd5d127f
update tslint config and fix member ordering ( #1279 )
2018-10-16 01:04:50 +02:00
Alexander F. Rødseth
4fe98be6b4
typo and grammar in README.md ( #1281 )
2018-10-15 21:41:42 +02:00
Rigel Kent
6ca76832fd
improve description of the HTTP video import feature
2018-10-15 18:53:06 +02:00
Chocobozzz
98d9ada261
Update CHANGELOG.md
2018-10-15 14:52:11 +02:00
BO41
5b3f86dd80
add alwaysStrict flag to client/tsconfig.json ( #1280 )
2018-10-15 14:35:18 +02:00
Rigel Kent
12b119c05a
(doc) update architecture, tools and readme
2018-10-14 21:08:52 +02:00
BRAINS YUM
1e59ca3bac
add REPL in server/tools/repl.ts ( #1248 )
2018-10-14 19:48:08 +02:00
Adnane Belmadiaf
6f2ae7a1aa
rename News category into News & Politics ( #1261 )
2018-10-14 19:43:17 +02:00
Rigel Kent
ed638e5325
move to boolean switch
2018-10-13 11:53:48 +02:00
Rigel Kent
64cc5e8575
add webtorrent opt-out settings
...
- add a key in localstorage to remember the opt-out
- add a user setting
2018-10-13 11:53:42 +02:00
BRAINS YUM
0e5ff97f6f
add parseBytes utility function and tests ( #1239 )
...
* add parseBytes utility function and tests
make it parse TB MB
fix parseBytes; * 1024
test bytes too, and make parseByte to parse quotas
add test in travis.sh in misc
* fix parseBytes and test to pass linting
2018-10-13 08:43:55 +02:00
Pierre-Alain TORET
6e5a785b20
README.md : Fix link to admin server tools
2018-10-12 10:31:02 +02:00
Rigel Kent
669121a684
correct first landing videos in README
2018-10-12 10:14:10 +02:00
Luc Didry
d9d1989b62
Use DB informations from config/production.yaml in upgrade script
...
Avoid hardcoded values in upgrade script.
Avoid asking for DB password.
Uses python (usually installed on your system, even with minimal
installations) and some of its standard lib modules.
2018-10-11 13:31:57 +02:00
Chocobozzz
71e318b4fe
Merge branch 'release/v1.0.0' into develop
2018-10-11 09:52:16 +02:00
Chocobozzz
333210d862
Bumped to version v1.0.0
2018-10-11 09:06:16 +02:00
Chocobozzz
107c5fcda4
Fix release script
2018-10-11 08:47:59 +02:00
Chocobozzz
a21b1e00dd
Bump changelog
2018-10-11 08:39:46 +02:00
Chocobozzz
cc1903ad2a
Fix angular build
2018-10-10 15:09:16 +02:00
Chocobozzz
017c3dcadf
Add ability to list all local videos on client
2018-10-10 14:35:55 +02:00
Chocobozzz
1cd3facc3d
Add ability to list all local videos
...
Including private/unlisted for moderators/admins
2018-10-10 11:46:50 +02:00
Chocobozzz
b014b6b9c7
Add ability to search on followers/following
2018-10-10 09:43:53 +02:00
Lucas Declercq
9ccff23877
Add explicit error message that changing video ownership only works with local accounts ( #1214 )
...
* Add explicit error message that changing video ownership only works with local accounts
* Remove superfluous logger
* Remove unneeded end() to error responses
* Add a message on client side to prevent transfering ownership to a remote account
2018-10-10 08:57:00 +02:00
Chocobozzz
729bb18481
Add more headers to broadcast/unicast
2018-10-10 08:51:58 +02:00
am97
ee7c25c767
Create new Docker dev image ( #1173 )
...
* Move the old dev docker files to support/docker/janitor
* Create new Docker dev image
2018-10-09 17:35:02 +02:00
Rigel Kent
e2dc00a8fe
item linking to SECURITY.md in FAQ.md
2018-10-09 11:29:57 +02:00
Rigel Kent
aa8c795674
update SECURITY.md
2018-10-09 10:42:14 +02:00
Rigel Kent
e1d7b98bc7
fix automatic bitrate adjustment
...
The regression was introduced in
edb4ffc7e0
and forced a fixed bitrate per
resolution
2018-10-08 21:14:21 +02:00
Chocobozzz
c1c86c1599
Try to cache video_high_bitrate_1080p in travis
2018-10-08 17:47:19 +02:00
Chocobozzz
9f1ddd2496
Change a little bit optimize-old-videos logic
2018-10-08 16:50:56 +02:00
Felix Ableitner
edb4ffc7e0
Set bitrate limits for transcoding ( fixes #638 ) ( #1135 )
...
* Set bitrate limits for transcoding (fixes #638 )
* added optimization script and test, changed stuff
* fix test, improve docs
* re-add optimize-old-videos script
* added documentation
* Don't optimize videos without valid UUID, or redundancy videos
* move getUUIDFromFilename
* fix tests?
* update torrent and file size, some more fixes/improvements
* use higher bitrate for high fps video, adjust bitrates
* add test video
* don't throw error if resolution is undefined
* generate test fixture on the fly
* use random noise video for bitrate test, add promise
* shorten test video to avoid timeout
* use existing function to optimize video
* various fixes
* increase test timeout
* limit test fixture size, add link
* test fixes
* add await
* more test fixes, add -b:v parameter
* replace ffmpeg wiki link
* fix ffmpeg params
* fix unit test
* add test fixture to .gitgnore
* add video transcoding fps model
* add missing file
2018-10-08 16:26:04 +02:00
Chocobozzz
2cae5f1307
Add checkbox to check every rows
2018-10-08 16:15:10 +02:00
Chocobozzz
24b9417cec
Add users search filter
2018-10-08 15:55:32 +02:00
Chocobozzz
791645e620
Add bulk actions in users table
2018-10-08 15:55:32 +02:00
Clément Brizard
80c7336a89
(doc) explain common watcher inotify error in CONTRIBUTING.md ( #1223 )
2018-10-08 13:25:41 +02:00
Chocobozzz
54b3316099
Merge branch 'release/v1.0.0' into develop
2018-10-08 12:04:52 +02:00
Chocobozzz
6321cbc3e7
Avoid old issue regarding duplicated hosts in db
2018-10-08 11:58:18 +02:00
Chocobozzz
87bc58e159
Fix test configuration
2018-10-08 10:56:05 +02:00
Chocobozzz
ecf3f060ef
Fix avatar update
2018-10-08 10:37:43 +02:00
Chocobozzz
505319061e
Fix avatar update
2018-10-08 10:37:08 +02:00
Micah Elizabeth Scott
211239ed94
remove confirm modal for asset injection in edit-custom-config ( #1219 )
2018-10-07 22:07:14 +02:00
kaiyou
302e7b19da
(docker) search and import settings env variables ( #1210 )
2018-10-07 15:04:38 +02:00
Chocobozzz
35d50b7dd2
Fix videos list when page is empty
2018-10-05 17:07:13 +02:00
Chocobozzz
79bd2632d6
Add user moderation in the account page
2018-10-05 17:02:10 +02:00