Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Angular proxy with Node 18 | Wicklow | 2023-02-08 | 1 | -10/+10 |
| | |||||
* | Refactor playlist creation for lives | Chocobozzz | 2023-01-27 | 3 | -53/+54 |
| | |||||
* | Better auto block bypass label | Chocobozzz | 2023-01-27 | 1 | -2/+6 |
| | |||||
* | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2023-01-27 | 7 | -18/+99 |
|\ | |||||
| * | Fix live with base url object storage | Chocobozzz | 2023-01-27 | 7 | -18/+99 |
| | | |||||
* | | Fix custom markup | Chocobozzz | 2023-01-25 | 5 | -11/+29 |
| | | |||||
* | | Support short UUID for custom markup videos | Chocobozzz | 2023-01-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2023-01-24 | 1 | -2/+7 |
|\| | |||||
| * | Handle hook with Promise as result | Chocobozzz | 2023-01-24 | 1 | -2/+7 |
| | | |||||
* | | Prevent layout shift in videos list | Chocobozzz | 2023-01-24 | 2 | -2/+2 |
| | | |||||
* | | Try to debug test timeout | Chocobozzz | 2023-01-24 | 1 | -0/+3 |
| | | |||||
* | | Type isPromise | Chocobozzz | 2023-01-24 | 1 | -2/+2 |
| | | |||||
* | | 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 |
| | |