| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing quoteUrl to the body of the message.ukko-2.83 | 2025-11-02 | 1 | -2/+30 | |
| | | |||||
| * | Differentiate the version from upstream | 2025-11-02 | 1 | -1/+1 | |
| | | |||||
| * | Normalise CWs and summaries to fit more *oma usage rather than friendica | 2025-11-02 | 1 | -18/+7 | |
| | | |||||
| * | Don't remove image attachments from posts that have MRFs adding links to images | 2025-11-02 | 1 | -2/+5 | |
| | | |||||
| * | Do not replace :shortnames: with nothing in case of failure | 2025-11-02 | 1 | -5/+1 | |
| | | | | | I prefer seeing :neocat_woozy: rather than nothing | ||||
| * | Modified generated HTML to match my stylesheet ehheh | 2025-11-02 | 1 | -57/+65 | |
| | | |||||
| * | Commit my version of the stylesheet | 2025-11-02 | 2 | -37/+351 | |
| | | |||||
| * | Add .editorconfig | 2025-11-02 | 1 | -0/+5 | |
| | | |||||
| * | feat: Add ruby tags to valid_tags | 2025-11-02 | 1 | -4/+6 | |
| | | | | | | | | | | This adds the (non-deprecated) ruby annotation elements. See <https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/ruby>. It also messes up the indentation because 1. I am lazy to reconfigure it 2. It will make rebase conflicts very obvious | ||||
| * | Version 2.83 RELEASED. | 2025-09-19 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-09-19 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request 'Supplement the zh-CN translation .po file' (#475) from ↵ | 2025-09-19 | 1 | -28/+28 | |
| |\ | | | | | | | | | | | DejavuMoe/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/475 | ||||
| | * | update po/zh.po | 2025-09-19 | 1 | -1/+1 | |
| | | | | | | | | | correct a missing colon | ||||
| | * | update i18n:zh.po | 2025-09-19 | 1 | -28/+28 | |
| |/ | | | | modified: po/zh.po | ||||
| * | Tweaked logging message. | 2025-09-17 | 1 | -1/+1 | |
| | | |||||
| * | More work in replies pages. | 2025-09-14 | 1 | -0/+10 | |
| | | |||||
| * | mastoapi: Fixed incorrect messages in status query. | 2025-09-14 | 1 | -1/+1 | |
| | | |||||
| * | Don't use # anchors in the reply paging, as Misskey seems to dislike them. | 2025-09-14 | 1 | -3/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-09-13 | 1 | -2/+4 | |
| | | |||||
| * | Updated documentation. | 2025-09-13 | 1 | -0/+4 | |
| | | |||||
| * | Set default max_failing_days to 15 days. | 2025-09-13 | 1 | -1/+1 | |
| | | |||||
| * | New configuration directive 'max_failing_days'. | 2025-09-13 | 1 | -1/+2 | |
| | | |||||
| * | Updated documentation. | 2025-09-12 | 1 | -1/+2 | |
| | | |||||
| * | Fixed bug in instance_failure() path. | 2025-09-12 | 1 | -1/+1 | |
| | | |||||
| * | New function instance_failure(). | 2025-09-12 | 3 | -0/+66 | |
| | | |||||
| * | Fixed RSS. | 2025-09-09 | 1 | -0/+3 | |
| | | |||||
| * | Return a 404 instead of an empty page if requesting a non-public post. | 2025-09-09 | 1 | -1/+1 | |
| | | |||||
| * | Reworded SECURITY.md. | 2025-09-09 | 1 | -1/+1 | |
| | | |||||
| * | SECURITY.md new file. | 2025-09-09 | 1 | -0/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-09-09 | 1 | -0/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-09-09 | 1 | -1/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-09-09 | 1 | -0/+2 | |
| | | |||||
| * | Updated documentation. | 2025-09-09 | 1 | -5/+7 | |
| | | |||||
| * | Set the scheduled date via the -d argument instead of a envvar. | 2025-09-09 | 1 | -18/+24 | |
| | | |||||
| * | Added support for scheduled posts from the cmdline. | 2025-09-09 | 1 | -9/+29 | |
| | | |||||
| * | Got rid of the 'fsck' command, as it's done on startup. | 2025-09-07 | 1 | -6/+0 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-09-07 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request 'changed IST from Israel to India. Israel is UTC +2' ↵ | 2025-09-07 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | (#470) from dharmik/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/470 | ||||
| | * | changed IST from Israel to India. Israel is UTC +2 | 2025-09-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Always do a deferred fsck at startup. | 2025-09-07 | 4 | -0/+20 | |
| | | | |||||
| * | | Changed fsck debug level. | 2025-09-07 | 1 | -1/+1 | |
| | | | |||||
| * | | New command-line option 'fsck'. | 2025-09-07 | 3 | -0/+66 | |
| |/ | |||||
| * | Bumped version. | 2025-09-06 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-09-06 | 1 | -0/+6 | |
| | | |||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2025-09-06 | 5 | -3/+255 | |
| |\ | |||||
| | * | Merge pull request 'Docker: add timezone, new examples for building and ↵ | 2025-09-06 | 5 | -3/+255 | |
| | |\ | | | | | | | | | | | | | | | | complete Swarm mode stack with Traefik' (#465) from daltux/snac2:docker_tzdata into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/465 | ||||
| | | * | Examples: Docker Swarm with Traefik and container build script. | 2025-09-04 | 3 | -0/+247 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example files for setting a complete SNAC + Traefik v3 stack on Docker Swarm mode, including Let's Encrypt certificates, HTTP security headers, and caching of */s/* (SNAC static files) for 24 hours with souin. A script for building the SNAC container with Docker and optionally pushing it to a registry. | ||||
| | | * | Merge branch 'master' of https://codeberg.org/daltux/snac2 into docker_tzdata | 2025-09-04 | 8 | -40/+262 | |
| | | |\ | | |/ | |/| | |||||
| | | * | Add tzdata to container image | 2025-09-04 | 2 | -3/+8 | |
| | | | | | | | | | | | | | | | | Install Alpine package `tzdata` to the container image. When running it, set timezone from environment variable TZ if not empty. | ||||
| * | | | Ensure the outbox does not include non-public posts. | 2025-09-03 | 1 | -2/+4 | |
| | | | | |||||