Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix dev instance following test instances | Chocobozzz | 2023-02-17 | 3 | -5/+2 |
| | |||||
* | Fix CI | Chocobozzz | 2023-02-17 | 2 | -7/+6 |
| | |||||
* | Update bullmq | Chocobozzz | 2023-02-16 | 2 | -34/+6 |
| | | | | Requires redis >= 6.2 | ||||
* | Update server dependencies | Chocobozzz | 2023-02-16 | 7 | -10/+12 |
| | |||||
* | Move webfinger controller in well known router | Chocobozzz | 2023-02-15 | 3 | -46/+30 |
| | |||||
* | Move cli.ts in a private shared directory | Chocobozzz | 2023-02-15 | 9 | -10/+10 |
| | | | | It's only used by cli scripts of this directory | ||||
* | Fix "unique viewers" inconsistency with countries | Chocobozzz | 2023-02-15 | 1 | -5/+20 |
| | |||||
* | Reencode the video on cut | Chocobozzz | 2023-02-14 | 2 | -8/+24 |
| | | | | | Unfortunately copying audio/video is not precise enough and could lead to inconsistencies | ||||
* | Fix audio out of synced on studio cut | Chocobozzz | 2023-02-14 | 1 | -1/+4 |
| | |||||
* | Fix CI timeout | Chocobozzz | 2023-02-14 | 1 | -0/+2 |
| | |||||
* | Fix retrying update on sql serialization conflict | Chocobozzz | 2023-02-14 | 6 | -33/+14 |
| | |||||
* | Refactor playlist creation for lives | Chocobozzz | 2023-01-27 | 3 | -53/+54 |
| | |||||
* | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2023-01-27 | 6 | -16/+89 |
|\ | |||||
| * | Fix live with base url object storage | Chocobozzz | 2023-01-27 | 6 | -16/+89 |
| | | |||||
* | | Try to debug test timeout | Chocobozzz | 2023-01-24 | 1 | -0/+3 |
| | | |||||
* | | Add user registration policy info | Chocobozzz | 2023-01-23 | 1 | -0/+5 |
| | | |||||
* | | Add ability to not send an email for registration | Chocobozzz | 2023-01-20 | 3 | -6/+60 |
| | | |||||
* | | Add more signup limit tests | Chocobozzz | 2023-01-19 | 1 | -4/+35 |
| | | |||||
* | | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2023-01-19 | 1 | -1/+1 |
|\| | |||||
| * | Fix signup limit | Chocobozzz | 2023-01-19 | 1 | -1/+1 |
| | | |||||
* | | (breaking): Always list nsfw videos in playlists | Chocobozzz | 2023-01-19 | 3 | -39/+22 |
| | | | | | | | | | | | | Keep the same behaviour as unlisted videos The frontend is in charge to blur the video element if the nsfw setting is "hide" or "blur" | ||||
* | | Use unknown when category is not set | Chocobozzz | 2023-01-19 | 3 | -3/+3 |
| | | | | | | | | Unstead of Misc, that could be a real category | ||||
* | | Warn on too big max upload part | Chocobozzz | 2023-01-19 | 1 | -1/+6 |
| | | |||||
* | | Fix broken merge | Chocobozzz | 2023-01-19 | 1 | -2/+16 |
| | | |||||
* | | Fix semver comparison | Chocobozzz | 2023-01-19 | 2 | -0/+32 |
| | | |||||
* | | Add missing url unique index in local video viewer | Chocobozzz | 2023-01-19 | 3 | -17/+34 |
| | | |||||
* | | Add signup approval API tests | Chocobozzz | 2023-01-19 | 25 | -416/+1214 |
| | | |||||
* | | Implement signup approval in server | Chocobozzz | 2023-01-19 | 42 | -442/+1470 |
| | | |||||
* | | Don't need a special comment sort function | Chocobozzz | 2023-01-12 | 2 | -16/+2 |
| | | |||||
* | | Optimize again comments list sql query | Chocobozzz | 2023-01-12 | 3 | -16/+38 |
| | | |||||
* | | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2023-01-12 | 3 | -18/+18 |
|\| | |||||
| * | Fix ACL incompatibility with some s3 providers | Chocobozzz | 2023-01-12 | 3 | -18/+18 |
| | | | | | | | | | | | | We'll move to another method in the future See https://github.com/Chocobozzz/PeerTube/issues/5497 | ||||
* | | Increase tests timeout | Chocobozzz | 2023-01-11 | 2 | -2/+2 |
| | | |||||
* | | Refactor model utils | Chocobozzz | 2023-01-10 | 46 | -414/+418 |
| | | |||||
* | | Fix comments SQL pagination | Chocobozzz | 2023-01-10 | 3 | -13/+23 |
| | | |||||
* | | Fix lint | Chocobozzz | 2023-01-09 | 1 | -1/+1 |
| | | |||||
* | | Correctly fix build | Chocobozzz | 2023-01-09 | 1 | -2/+2 |
| | | |||||
* | | Refactor table attributes | Chocobozzz | 2023-01-09 | 13 | -137/+164 |
| | | |||||
* | | Merge branch 'feature/SO035' into develop | Chocobozzz | 2023-01-09 | 22 | -262/+461 |
|\ \ | |||||
| * | | External auth can update user on login | Chocobozzz | 2023-01-04 | 14 | -24/+193 |
| | | | |||||
| * | | External auth can set more user fields | Chocobozzz | 2023-01-04 | 5 | -48/+54 |
| | | | | | | | | | | | | videoQuota, videoQuotaDaily, adminFlags | ||||
| * | | Add ability to customize token lifetime | Chocobozzz | 2023-01-04 | 8 | -194/+218 |
| | | | |||||
* | | | Use raw sql for comments | Chocobozzz | 2023-01-09 | 9 | -375/+621 |
| | | | |||||
* | | | Add tracker opentelemtry metrics | Chocobozzz | 2023-01-05 | 4 | -2/+58 |
| | | | |||||
* | | | Implement getServerListeningConfig plugin helper | Chocobozzz | 2023-01-04 | 4 | -0/+25 |
|/ / | |||||
* | | Try to debug a CI issue | Chocobozzz | 2023-01-03 | 1 | -3/+9 |
| | | |||||
* | | Prefer using sequelize replacements even for tests | Chocobozzz | 2023-01-03 | 2 | -5/+5 |
| | | |||||
* | | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2022-12-30 | 4 | -2/+16 |
|\| | |||||
| * | Fix P2P with object storage | Chocobozzz | 2022-12-30 | 4 | -2/+16 |
| | | |||||
* | | Try to fix github api rate limit | Chocobozzz | 2022-12-29 | 1 | -1/+11 |
| | |