Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Check activities host | Chocobozzz | 2018-11-14 | 2 | -11/+11 | |
| | | | ||||||
| * | | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 20 | -2/+925 | |
| | | | ||||||
| * | | add cli option to run without client | Rigel Kent | 2018-11-14 | 3 | -2/+39 | |
| |/ | ||||||
| * | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 4 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text | |||||
| * | fix lint test | Rigel Kent | 2018-10-18 | 1 | -1/+0 | |
| | | ||||||
| * | Fix optimize old videos script | Chocobozzz | 2018-10-18 | 4 | -22/+155 | |
| | | ||||||
| * | Fix transcoding | Chocobozzz | 2018-10-18 | 2 | -8/+8 | |
| | | ||||||
| * | Move redundancy in its own travis container | Chocobozzz | 2018-10-16 | 5 | -1/+486 | |
| | | ||||||
| * | Fix redundancy test | Chocobozzz | 2018-10-16 | 1 | -12/+8 | |
| | | ||||||
| * | Add ability to mute a user/instance by server in client | Chocobozzz | 2018-10-16 | 1 | -10/+21 | |
| | | ||||||
| * | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 5 | -297/+851 | |
| | | ||||||
| * | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 2 | -7/+27 | |
| | | ||||||
| * | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 6 | -8/+630 | |
| | | ||||||
| * | rename News category into News & Politics (#1261) | Adnane Belmadiaf | 2018-10-14 | 2 | -2/+2 | |
| | | ||||||
| * | add parseBytes utility function and tests (#1239) | BRAINS YUM | 2018-10-13 | 2 | -0/+49 | |
| | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | Add ability to list all local videos | Chocobozzz | 2018-10-10 | 4 | -0/+259 | |
| | | | | | | | | Including private/unlisted for moderators/admins | |||||
| * | Add ability to search on followers/following | Chocobozzz | 2018-10-10 | 2 | -3/+43 | |
| | | ||||||
| * | Try to cache video_high_bitrate_1080p in travis | Chocobozzz | 2018-10-08 | 2 | -39/+44 | |
| | | ||||||
| * | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 1 | -4/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 users search filter | Chocobozzz | 2018-10-08 | 2 | -2/+37 | |
| | | ||||||
* | | Add federation tests on download enabled | Chocobozzz | 2019-02-11 | 1 | -2/+4 | |
| | | ||||||
* | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 7 | -20/+20 | |
| | | ||||||
* | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 7 | -0/+20 | |
|/ | ||||||
* | Add user moderation in the account page | Chocobozzz | 2018-10-05 | 1 | -0/+6 | |
| | ||||||
* | Add user history and resume videos | Chocobozzz | 2018-10-05 | 5 | -0/+223 | |
| | ||||||
* | Delete correctly redundancy files | Chocobozzz | 2018-10-03 | 2 | -3/+24 | |
| | ||||||
* | Try to fix travis redundancy tests | Chocobozzz | 2018-10-02 | 1 | -3/+10 | |
| | ||||||
* | Try to improve redundancy tests | Chocobozzz | 2018-10-02 | 2 | -10/+33 | |
| | ||||||
* | Add tests regarding well known/static text endpoints | Chocobozzz | 2018-10-01 | 1 | -0/+99 | |
| | ||||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 1 | -0/+10 | |
| | ||||||
* | Remove duplicated videos on unfollow/delete redundancy | Chocobozzz | 2018-09-28 | 1 | -16/+53 | |
| | ||||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 3 | -5/+64 | |
| | ||||||
* | Fix quota translations | Chocobozzz | 2018-09-26 | 1 | -2/+2 | |
| | ||||||
* | Fix redundancy tests | Chocobozzz | 2018-09-26 | 1 | -9/+10 | |
| | ||||||
* | Fix redundancy totalVideos stats | Chocobozzz | 2018-09-25 | 2 | -10/+21 | |
| | ||||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 2 | -75/+193 | |
| | ||||||
* | Fix peertube script | Chocobozzz | 2018-09-20 | 2 | -2/+2 | |
| | ||||||
* | Merge branch 'develop' into cli-wrapper | Chocobozzz | 2018-09-20 | 5 | -78/+227 | |
|\ | ||||||
| * | Fix jobs tests | Chocobozzz | 2018-09-19 | 1 | -1/+3 | |
| | | ||||||
| * | Refractor audit user identifier | Chocobozzz | 2018-09-19 | 1 | -9/+13 | |
| | | ||||||
| * | Refractor activities sending | Chocobozzz | 2018-09-14 | 1 | -3/+0 | |
| | | ||||||
| * | Add redundancy stats | Chocobozzz | 2018-09-14 | 3 | -21/+66 | |
| | | ||||||
| * | Add recently added redundancy strategy | Chocobozzz | 2018-09-14 | 1 | -8/+55 | |
| | | ||||||
| * | Test to remove delay in tests when running multiple servers | Chocobozzz | 2018-09-14 | 1 | -4/+1 | |
| | | ||||||
| * | Add trending videos strategy | Chocobozzz | 2018-09-14 | 2 | -76/+133 | |
| | | ||||||
* | | one cli to unite them all | Rigel Kent | 2018-09-14 | 2 | -0/+52 | |
|/ | | | | | | | Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 7 | -13/+266 | |
| | ||||||
* | Fix feeds with channel filter | Chocobozzz | 2018-09-13 | 2 | -12/+112 | |
| | ||||||
* | Fix nsfw filter | Chocobozzz | 2018-09-04 | 2 | -1/+4 | |
| | ||||||
* | Add federation to ownership change | Chocobozzz | 2018-09-04 | 2 | -34/+52 | |
| |