Skip to content
Snippets Groups Projects

release 2024.3.2

Merged dakkar requested to merge release/2024-03-30 into stable

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/ or docker 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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"
  • assigned to @dakkar

  • Ghost User approved this merge request

    approved this merge request

  • Ghost User unapproved this merge request

    unapproved this merge request

  • Ghost User approved this merge request

    approved this merge request

  • A deleted user merged

    merged

  • Ghost User mentioned in commit 571272a5

    mentioned in commit 571272a5

  • Please register or sign in to reply
    Loading