aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-1712-19/+101
|\
| * Fix webtorrent disablingChocobozzz2018-10-172-28/+30
| |
| * move to boolean switchRigel Kent2018-10-1313-58/+47
| |
| * add webtorrent opt-out settingsRigel Kent2018-10-1313-6/+97
| | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
* | Set keyframe interval for transcoding (fixes #1147) (#1231)Felix Ableitner2018-10-171-24/+28
| | | | | | | | | | | | | | | | | | | | | | | | * Set keyframe interval for transcoding (fixes #1147) * remove -maxrate and old bitrate setter * pass fps as parameter * set type for ffmpeg param * assign ffmpeg object
* | dont export base bitrateFelix Ableitner2018-10-171-1/+1
| |
* | more documentationFelix Ableitner2018-10-171-3/+9
| |
* | better documentationFelix Ableitner2018-10-171-3/+5
| |
* | Scale bitrate linearly with FPSFelix Ableitner2018-10-171-15/+22
| |
* | Bumped to version v1.1.0-alpha.1v1.1.0-alpha.1Chocobozzz2018-10-172-2/+2
| |
* | Improve release scriptChocobozzz2018-10-171-3/+3
| |
* | Fix code typosChocobozzz2018-10-167-12/+12
| |
* | Move redundancy in its own travis containerChocobozzz2018-10-168-1/+524
| |
* | Fix redundancy testChocobozzz2018-10-161-12/+8
| |
* | Add ability to mute a user/instance by server in clientChocobozzz2018-10-1621-41/+437
| |
* | Add ability to mute a user/instance by server in server apiChocobozzz2018-10-1612-309/+1035
| |
* | Add user/instance block by users in the clientChocobozzz2018-10-1633-46/+560
| |
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-1633-56/+1344
| |
* | update tslint config and fix member ordering (#1279)BO412018-10-167-36/+42
| |
* | typo and grammar in README.md (#1281)Alexander F. Rødseth2018-10-151-2/+2
| |
* | improve description of the HTTP video import featureRigel Kent2018-10-151-1/+1
| |
* | Update CHANGELOG.mdChocobozzz2018-10-151-1/+3
| |
* | add alwaysStrict flag to client/tsconfig.json (#1280)BO412018-10-151-0/+1
| |
* | (doc) update architecture, tools and readmeRigel Kent2018-10-143-15/+48
| |
* | add REPL in server/tools/repl.ts (#1248)BRAINS YUM2018-10-142-0/+210
| |
* | rename News category into News & Politics (#1261)Adnane Belmadiaf2018-10-143-3/+3
|/
* add parseBytes utility function and tests (#1239)BRAINS YUM2018-10-135-5/+105
| | | | | | | | | | * 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
* README.md : Fix link to admin server toolsPierre-Alain TORET2018-10-121-1/+1
|
* correct first landing videos in READMERigel Kent2018-10-121-6/+3
|
* Use DB informations from config/production.yaml in upgrade scriptLuc Didry2018-10-111-1/+6
| | | | | | | 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.
* Merge branch 'release/v1.0.0' into developChocobozzz2018-10-118-13/+41
|\
| * Bumped to version v1.0.0v1.0.0Chocobozzz2018-10-112-2/+2
| |
| * Fix release scriptChocobozzz2018-10-111-1/+1
| |
| * Bump changelogChocobozzz2018-10-111-0/+13
| |
| * Add more headers to broadcast/unicastChocobozzz2018-10-104-10/+25
| |
* | Fix angular buildChocobozzz2018-10-101-2/+2
| |
* | Add ability to list all local videos on clientChocobozzz2018-10-1011-22/+74
| |
* | Add ability to list all local videosChocobozzz2018-10-1017-54/+363
| | | | | | | | Including private/unlisted for moderators/admins
* | Add ability to search on followers/followingChocobozzz2018-10-1013-49/+166
| |
* | Add explicit error message that changing video ownership only works with ↵Lucas Declercq2018-10-102-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Create new Docker dev image (#1173)am972018-10-097-16/+90
| | | | | | | | | | | | * Move the old dev docker files to support/docker/janitor * Create new Docker dev image
* | item linking to SECURITY.md in FAQ.mdRigel Kent2018-10-091-0/+5
| |
* | update SECURITY.mdRigel Kent2018-10-091-6/+9
| |
* | fix automatic bitrate adjustmentRigel Kent2018-10-081-1/+1
| | | | | | | | | | | | The regression was introduced in edb4ffc7e0b13659d7c73b120f2c87b27e4c26a1 and forced a fixed bitrate per resolution
* | Try to cache video_high_bitrate_1080p in travisChocobozzz2018-10-084-48/+56
| |
* | Change a little bit optimize-old-videos logicChocobozzz2018-10-083-28/+33
| |
* | Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-0816-26/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Add checkbox to check every rowsChocobozzz2018-10-081-1/+2
| |
* | Add users search filterChocobozzz2018-10-0817-17/+100
| |
* | Add bulk actions in users tableChocobozzz2018-10-0813-45/+233
| |