Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2023-01-23 | 2 | -2/+6 | |
|\| | ||||||
| * | Fix auto play setting for anonymous users | Chocobozzz | 2023-01-23 | 2 | -2/+6 | |
| | | ||||||
* | | Add user registration policy info | Chocobozzz | 2023-01-23 | 3 | -4/+17 | |
| | | ||||||
* | | Add ability to not send an email for registration | Chocobozzz | 2023-01-20 | 10 | -51/+137 | |
| | | ||||||
* | | Refactor row selection reset | Chocobozzz | 2023-01-20 | 16 | -50/+53 | |
| | | ||||||
* | | Increase rate limit for dev env | Chocobozzz | 2023-01-20 | 1 | -0/+5 | |
| | | ||||||
* | | Support bulk registration request removal | Chocobozzz | 2023-01-20 | 17 | -78/+107 | |
| | | ||||||
* | | Add more signup limit tests | Chocobozzz | 2023-01-19 | 2 | -6/+37 | |
| | | ||||||
* | | 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" | |||||
* | | Support mailto links for custom markup | Chocobozzz | 2023-01-19 | 5 | -59/+74 | |
| | | ||||||
* | | Support mailto for custom markup | Chocobozzz | 2023-01-19 | 2 | -5/+11 | |
| | | ||||||
* | | Use unknown when category is not set | Chocobozzz | 2023-01-19 | 4 | -4/+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 | 3 | -13/+36 | |
| | | ||||||
* | | Add missing url unique index in local video viewer | Chocobozzz | 2023-01-19 | 4 | -19/+34 | |
| | | ||||||
* | | Add E2E client tests for signup approval | Chocobozzz | 2023-01-19 | 16 | -198/+942 | |
| | | ||||||
* | | Implement signup approval in client | Chocobozzz | 2023-01-19 | 67 | -215/+1041 | |
| | | ||||||
* | | Add signup approval API tests | Chocobozzz | 2023-01-19 | 30 | -452/+1418 | |
| | | ||||||
* | | Add signup approval API REST doc | Chocobozzz | 2023-01-19 | 1 | -18/+276 | |
| | | ||||||
* | | Implement signup approval in server | Chocobozzz | 2023-01-19 | 59 | -448/+1561 | |
| | | ||||||
* | | Optimize custom markup angular tags | Chocobozzz | 2023-01-13 | 5 | -10/+15 | |
| | | | | | | | | We can use the on push strategy with these components | |||||
* | | Increase textarea debounce time for custom markup | Chocobozzz | 2023-01-13 | 3 | -3/+5 | |
| | | ||||||
* | | 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 | 6 | -18/+25 | |
|\| | ||||||
| * | Fix support field when updating the video | Chocobozzz | 2023-01-12 | 1 | -0/+3 | |
| | | ||||||
| * | Fix ACL incompatibility with some s3 providers | Chocobozzz | 2023-01-12 | 5 | -18/+22 | |
| | | | | | | | | | | | | We'll move to another method in the future See https://github.com/Chocobozzz/PeerTube/issues/5497 | |||||
* | | Fix table column widths | Chocobozzz | 2023-01-11 | 1 | -0/+1 | |
| | | ||||||
* | | 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 types build | Chocobozzz | 2023-01-09 | 2 | -5/+5 | |
| | | | | | | | | | | We use server tsc to build client types so it causes issues with client typescript version | |||||
* | | Fix lint | Chocobozzz | 2023-01-09 | 1 | -1/+1 | |
| | | ||||||
* | | Correctly fix build | Chocobozzz | 2023-01-09 | 2 | -3/+2 | |
| | | ||||||
* | | Fix build | Chocobozzz | 2023-01-09 | 3 | -6/+6 | |
| | | ||||||
* | | Add note regarding changelog for docker upgrade | Chocobozzz | 2023-01-09 | 1 | -1/+1 | |
| | | ||||||
* | | Refactor table attributes | Chocobozzz | 2023-01-09 | 13 | -137/+164 | |
| | | ||||||
* | | Merge branch 'feature/SO035' into develop | Chocobozzz | 2023-01-09 | 31 | -297/+537 | |
|\ \ | ||||||
| * | | Redirect to default login url on 401 | Chocobozzz | 2023-01-04 | 5 | -33/+44 | |
| | | | | | | | | | | | | Can be an external URL | |||||
| * | | External auth can update user on login | Chocobozzz | 2023-01-04 | 15 | -25/+214 | |
| | | | ||||||
| * | | 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 | 11 | -195/+229 | |
| | | | ||||||
* | | | Use raw sql for comments | Chocobozzz | 2023-01-09 | 9 | -375/+621 | |
| | | | ||||||
* | | | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2023-01-05 | 3 | -2/+19 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Bumped to version v5.0.1v5.0.1 | Chocobozzz | 2023-01-05 | 2 | -2/+2 | |
| | | | ||||||
| * | | Update changelog | Chocobozzz | 2023-01-04 | 1 | -0/+17 | |
| | | | ||||||
* | | | Add tracker opentelemtry metrics | Chocobozzz | 2023-01-05 | 5 | -4/+61 | |
| | | |