release 2024.3.2
What does this PR do?
Release some fixes from develop:
- Docker container image now runs as its own user, run
sudo chown -R 991:991 Sharkey/files/
ordocker compose exec --user=root web chown -R sharkey:sharkey /sharkey/files
after stopping the old image and before starting the new one - prohibited words are now correctly checked when creating notes
- database migrations should no longer timeout
- notes with CW are no longer shown on the welcome page for non-logged-in users
- various security fixes
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this pull request