aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Update copyright to 2023Chocobozzz2023-02-132-3/+3
|
* Pointer to Debian guide on how to add a sudo userNuño Sempere2023-02-131-1/+1
|
* Update docker.mdruvilonix2023-02-131-3/+10
| | | | | | | 1. I don't know if you're supposed to do something other than enter `$EDITOR ./docker-compose.yml` into terminal, but when I did that it gave a permission error, so I just used nano. Same with `.env`. 2. Newer versions of Docker Compose use the command `docker compose`, not `docker-compose`. 3. Grepping the password from logs was not working. I looked at the full logs, and I didn't see anything about a password. I added how to set a custom password. Maybe the grepping part should be removed or changed to make it work.
* Fix signup e2e testWicklow2023-02-101-1/+1
|
* Update contributing guideChocobozzz2023-02-091-1/+1
|
* Use pvar() instead of SCSS variablesBooteille2023-02-082-3/+3
|
* Fix Angular proxy with Node 18Wicklow2023-02-081-10/+10
|
* Refactor playlist creation for livesChocobozzz2023-01-273-53/+54
|
* Better auto block bypass labelChocobozzz2023-01-271-2/+6
|
* Merge branch 'release/5.0.0' into developChocobozzz2023-01-277-18/+99
|\
| * Fix live with base url object storageChocobozzz2023-01-277-18/+99
| |
* | Fix custom markupChocobozzz2023-01-255-11/+29
| |
* | Support short UUID for custom markup videosChocobozzz2023-01-251-1/+1
| |
* | Merge branch 'release/5.0.0' into developChocobozzz2023-01-241-2/+7
|\|
| * Handle hook with Promise as resultChocobozzz2023-01-241-2/+7
| |
* | Prevent layout shift in videos listChocobozzz2023-01-242-2/+2
| |
* | Try to debug test timeoutChocobozzz2023-01-241-0/+3
| |
* | Type isPromiseChocobozzz2023-01-241-2/+2
| |
* | Merge branch 'release/5.0.0' into developChocobozzz2023-01-232-2/+6
|\|
| * Fix auto play setting for anonymous usersChocobozzz2023-01-232-2/+6
| |
* | Add user registration policy infoChocobozzz2023-01-233-4/+17
| |
* | 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
| |