aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to not send an email for registrationChocobozzz2023-01-2010-51/+137
|
* Refactor row selection resetChocobozzz2023-01-2016-50/+53
|
* Increase rate limit for dev envChocobozzz2023-01-201-0/+5
|
* Support bulk registration request removalChocobozzz2023-01-2017-78/+107
|
* Add more signup limit testsChocobozzz2023-01-192-6/+37
|
* Merge branch 'release/5.0.0' into developChocobozzz2023-01-191-1/+1
|\
| * Fix signup limitChocobozzz2023-01-191-1/+1
| |
* | (breaking): Always list nsfw videos in playlistsChocobozzz2023-01-193-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 markupChocobozzz2023-01-195-59/+74
| |
* | Support mailto for custom markupChocobozzz2023-01-192-5/+11
| |
* | Use unknown when category is not setChocobozzz2023-01-194-4/+3
| | | | | | | | Unstead of Misc, that could be a real category
* | Warn on too big max upload partChocobozzz2023-01-191-1/+6
| |
* | Fix broken mergeChocobozzz2023-01-191-2/+16
| |
* | Fix semver comparisonChocobozzz2023-01-193-13/+36
| |
* | Add missing url unique index in local video viewerChocobozzz2023-01-194-19/+34
| |
* | Add E2E client tests for signup approvalChocobozzz2023-01-1916-198/+942
| |
* | Implement signup approval in clientChocobozzz2023-01-1967-215/+1041
| |
* | Add signup approval API testsChocobozzz2023-01-1930-452/+1418
| |
* | Add signup approval API REST docChocobozzz2023-01-191-18/+276
| |
* | Implement signup approval in serverChocobozzz2023-01-1959-448/+1561
| |
* | Optimize custom markup angular tagsChocobozzz2023-01-135-10/+15
| | | | | | | | We can use the on push strategy with these components
* | Increase textarea debounce time for custom markupChocobozzz2023-01-133-3/+5
| |
* | Don't need a special comment sort functionChocobozzz2023-01-122-16/+2
| |
* | Optimize again comments list sql queryChocobozzz2023-01-123-16/+38
| |
* | Merge branch 'release/5.0.0' into developChocobozzz2023-01-126-18/+25
|\|
| * Fix support field when updating the videoChocobozzz2023-01-121-0/+3
| |
| * Fix ACL incompatibility with some s3 providersChocobozzz2023-01-125-18/+22
| | | | | | | | | | | | We'll move to another method in the future See https://github.com/Chocobozzz/PeerTube/issues/5497
* | Fix table column widthsChocobozzz2023-01-111-0/+1
| |
* | Increase tests timeoutChocobozzz2023-01-112-2/+2
| |
* | Refactor model utilsChocobozzz2023-01-1046-414/+418
| |
* | Fix comments SQL paginationChocobozzz2023-01-103-13/+23
| |
* | Fix types buildChocobozzz2023-01-092-5/+5
| | | | | | | | | | We use server tsc to build client types so it causes issues with client typescript version
* | Fix lintChocobozzz2023-01-091-1/+1
| |
* | Correctly fix buildChocobozzz2023-01-092-3/+2
| |
* | Fix buildChocobozzz2023-01-093-6/+6
| |
* | Add note regarding changelog for docker upgradeChocobozzz2023-01-091-1/+1
| |
* | Refactor table attributesChocobozzz2023-01-0913-137/+164
| |
* | Merge branch 'feature/SO035' into developChocobozzz2023-01-0931-297/+537
|\ \
| * | Redirect to default login url on 401Chocobozzz2023-01-045-33/+44
| | | | | | | | | | | | Can be an external URL
| * | External auth can update user on loginChocobozzz2023-01-0415-25/+214
| | |
| * | External auth can set more user fieldsChocobozzz2023-01-045-48/+54
| | | | | | | | | | | | videoQuota, videoQuotaDaily, adminFlags
| * | Add ability to customize token lifetimeChocobozzz2023-01-0411-195/+229
| | |
* | | Use raw sql for commentsChocobozzz2023-01-099-375/+621
| | |
* | | Merge branch 'release/5.0.0' into developChocobozzz2023-01-053-2/+19
|\ \ \ | | |/ | |/|
| * | Bumped to version v5.0.1v5.0.1Chocobozzz2023-01-052-2/+2
| | |
| * | Update changelogChocobozzz2023-01-041-0/+17
| | |
* | | Add tracker opentelemtry metricsChocobozzz2023-01-055-4/+61
| | |
* | | Implement getServerListeningConfig plugin helperChocobozzz2023-01-044-0/+25
| |/ |/|
* | Try to debug a CI issueChocobozzz2023-01-031-3/+9
| |
* | Prefer using sequelize replacements even for testsChocobozzz2023-01-033-63/+49
| |