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
Merge request reports
Activity
Filter activity
23 pnpm i --frozen-lockfile --aggregate-output 24 24 RUN pnpm build 25 25 RUN node scripts/trim-deps.mjs 26 26 RUN mv packages/frontend/assets sharkey-assets 27 RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \ 28 pnpm prune 27 29 RUN rm -r node_modules packages/frontend packages/sw 28 30 RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \ 29 pnpm i --prod 31 pnpm i --prod --frozen-lockfile --aggregate-output 30 32 RUN rm -rf .git 31 33 32 34 FROM node:${NODE_VERSION} 33 35 34 WORKDIR /sharkey 36 ARG UID="991" THANK YOU!!! Documentation!20 (merged)
assigned to @dakkar
- A deleted user
merged
mentioned in commit 571272a5