Updating to current state of upstream#1
Open
MyrionPhoenixmoon wants to merge 1220 commits into
Open
Conversation
[misc] Minor CSS nits, grey code bg, simplify JS i18n loading, Docker cache
This allows running the docker image with a non-root user (--user 2000) with named/anonymous volumes (-v isso-db:/db). When an empty volume is mounted into a container (non-bind mount), it is prepopulated with the files at the mount path, including owners and permissions. The issue is that since /db does not exist at docker build time, the volume defaults to root ownership with 0755 permissions, which prevents non-root users from creating the sqlite database. This change explicitly creates the /config and /db directories with 1777 permissions to allow any user to write to them. Note that this has no impact on bind mounts, since these always use permissions of the host filesystem.
Use the pretty/plain URL treewide.
Instead of hardcoding 25% width for each input block, create dynamic-width blocks but keep a right-side margin of 1%
Margins have changed to be dynamic, necessitating an update of the saved screenshots
This allows invocations of the image to change the CMD to e.g. `isso.dispatch` for multi-site setups without having to rebuild the image.
As discussed in #911 (comment)
js: templates: Remove invalid `role="meta"` from comment template
Dockerfile: Explictly create volume paths and set permissions
js: i18n: fix translation fallback to English
[client] css: add auto word break
Format with ruff
Migrate to pyproject.toml
new language and plural config
galician (gl) translation
[Contribution] new language (gl)
Previously, the 'Log Out' button on the admin interface did nothing when clicked in Firefox or Chrome. Because 'admin-session' is created as a HostOnly cookie with no domain specified, log_out() needs to refrain from attempting to target the cookie using a domain as well. To properly target the HostOnly cookie, the 'domain' attribute should simply be omitted. Refer to the login logic and cookie creation here: - https://github.com/isso-comments/isso/blob/bd689143c3b9bd0fea83382bf4c1a1993586520c/isso/views/comments.py#L1439
docs: Update installation docs for newer versions of Fedora
Fix: Cookie deletion in Admin Interface
…pport in Docker Related #1081
docs: multi-site-sub-uri: Add instructions for enabling multi-site support in Docker
Add missing entries: Arabic and Galician localisations, XSS fix, Python version changes, pkg_resources migration, and comment validation fix.
docs: multi-site-sub-uri: Clarify sub-URI setup and API endpoint detection
The guide claimed Mistune only understands three backticks, but it
actually supports 4-space indented code blocks too.
import mistune
md = mistune.create_markdown(escape=True)
md(' indented code block\n second line\n')
md('```\nbacktick fenced\n```\n')
Both render as `<pre><code>...</code></pre>`.
docs: mistune: Remove incorrect claim about fenced code blocks
Update reference screenshots
Add a configuration option `website-field` to control whether the Website input is shown in the comment form. Default is true for backward compatibility. Closes #916
js, config: Add option to show/hide website field in comment form
docs: Typos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.