| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Translated using Weblate (Slovenian) | Jan Prunk | 2021-05-10 | 1 | -5125/+5841 |
| | * | Translated using Weblate (Russian) | Александр | 2021-05-10 | 1 | -860/+838 |
| | * | Translated using Weblate (Hungarian) | Balázs Meskó | 2021-05-10 | 1 | -1807/+1906 |
| | * | Translated using Weblate (Galician) | josé m | 2021-05-10 | 1 | -858/+836 |
| | * | Translated using Weblate (Spanish) | Berto Te | 2021-05-10 | 1 | -860/+838 |
| | * | Translated using Weblate (French (France) (fr_FR)) | Laurent Ettouati | 2021-05-10 | 1 | -872/+850 |
| * | | Fix video update | Chocobozzz | 2021-05-10 | 1 | -21/+24 |
| * | | Fix button icon in admin plugins | Chocobozzz | 2021-05-10 | 1 | -1/+1 |
| * | | Update nginx config for resumable upload | Chocobozzz | 2021-05-10 | 1 | -2/+4 |
| * | | Fix miniature overflow | Chocobozzz | 2021-05-10 | 1 | -0/+2 |
| * | | refactor subscriptions response from list to totalDataList in openapi spec | Rigel Kent | 2021-05-10 | 1 | -20/+20 |
| * | | refactor abuses response list to totalDataList in openapi spec | Rigel Kent | 2021-05-10 | 1 | -7/+21 |
| * | | specify operationId in openapi spec and factorize videoconstant ids | Rigel Kent | 2021-05-10 | 1 | -52/+92 |
| * | | Fix E2E tests | Chocobozzz | 2021-05-10 | 3 | -3/+7 |
| * | | Optimize videos feed endpoint | Chocobozzz | 2021-05-10 | 1 | -4/+7 |
| * | | specify getUserId variant in openapi spec | Rigel Kent | 2021-05-10 | 1 | -45/+77 |
| * | | secify username patterns for user create/register in openapi spec | Rigel Kent | 2021-05-10 | 1 | -0/+2 |
| * | | fix imports list response in openapi spec | Rigel Kent | 2021-05-10 | 1 | -1/+11 |
| * | | fix response in openapi spec for quota and video ratings | Rigel Kent | 2021-05-10 | 1 | -6/+20 |
| * | | Resumable video uploads (#3933) | kontrollanten | 2021-05-10 | 46 | -1163/+2324 |
| * | | Move engines outside package.json | Chocobozzz | 2021-05-10 | 2 | -4/+6 |
| * | | Drop NodeJS 10 support | Chocobozzz | 2021-05-10 | 1 | -1/+1 |
| * | | Sort channels by -updatedAt | Chocobozzz | 2021-05-10 | 11 | -49/+61 |
| * | | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 12 | -38/+95 |
| * | | Fix CLI plugins list command: use command parameters. | John Livingston | 2021-05-10 | 1 | -5/+3 |
| * | | Increase test timeout | Chocobozzz | 2021-05-07 | 2 | -2/+2 |
| * | | Reduce pending job waiting | Chocobozzz | 2021-05-07 | 2 | -3/+3 |
| * | | Run misc tests in parallel | Chocobozzz | 2021-05-07 | 1 | -1/+1 |
| * | | Fix ffmpeg version parsing | Chocobozzz | 2021-05-07 | 1 | -1/+1 |
| * | | Refactor video edit css | Chocobozzz | 2021-05-07 | 3 | -76/+47 |
| * | | Refactor a little bit live tests | Chocobozzz | 2021-05-07 | 5 | -80/+60 |
| * | | Fix mask-image property | Chocobozzz | 2021-05-07 | 7 | -43/+50 |
| * | | relax guarantee on openapi rate limit doc accuracy | Rigel Kent | 2021-05-07 | 1 | -2/+4 |
| * | | Add curl as dependency to allow for healthchecks | decentral1se | 2021-05-07 | 1 | -1/+1 |
| * | | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 10 | -42/+80 |
| * | | add subscriptions feed api to openapi spec | Rigel Kent | 2021-05-07 | 1 | -14/+89 |
| * | | add rate limit table to openapi spec | Rigel Kent | 2021-05-07 | 1 | -16/+35 |
| * | | add possible OSX/postgres message to dependencies documentation (#4051) | Philo van Kemenade | 2021-05-06 | 1 | -1/+1 |
| * | | Add note in changelog regarding ffmpeg 4.4 | Chocobozzz | 2021-05-06 | 1 | -0/+1 |
| * | | Fix ffmpeg version checker | Chocobozzz | 2021-05-06 | 1 | -2/+8 |
| * | | Prepare changelog | Chocobozzz | 2021-05-06 | 1 | -0/+122 |
| * | | server: fix HLS playlist format | kontrollanten | 2021-05-06 | 1 | -6/+5 |
| * | | Plugin user.getAuthUser is now async | Chocobozzz | 2021-05-05 | 6 | -7/+19 |
| * | | Add ability to search live videos | Chocobozzz | 2021-05-05 | 4 | -22/+62 |
* | | | Use userId key to distinct Account or VideoChannel actor | Kimsible | 2021-05-05 | 2 | -19/+17 |
* | | | Make /a and /c default URLs for accounts and channels | Kimsible | 2021-05-05 | 21 | -38/+38 |
* | | | Refactor client @actorName matcher with new API route | Kimsible | 2021-05-05 | 6 | -46/+102 |
* | | | Add test for API actors route | Kimsible | 2021-05-05 | 3 | -0/+56 |
* | | | Add server API actors route | Kimsible | 2021-05-05 | 6 | -9/+120 |
* | | | Add shorter URLs for accounts and channels client-side | Kimsible | 2021-05-05 | 2 | -0/+54 |