summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Temporary tweak.Gravatar grunfink2025-09-281-16/+0
|
* Show icons for instance and actor failures.Gravatar grunfink2025-09-281-0/+16
|
* In actor_refresh, use actor_failure() to avoid retrying 410 Gone failures.Gravatar grunfink2025-09-281-2/+15
|
* New function actor_failure() (again, but much better).Gravatar grunfink2025-09-282-0/+40
|
* Revert "New function actor_failure()."Gravatar grunfink2025-09-282-19/+9
| | | | This reverts commit 335b90a9d1654aadb4e0d87114b82685defcd50b.
* New function actor_failure().Gravatar grunfink2025-09-282-9/+19
|
* Merge pull request 'making sure that global data is immutable' (#477) from ↵Gravatar grunfink2025-09-235-14/+14
|\ | | | | | | | | | | byte/snac2:fix/immutable into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/477
| * making sure that global data is immutableGravatar byte2025-09-225-14/+14
|/
* Merge pull request 'Update po/cs.po' (#476) from pmjv/snac2:master into masterGravatar grunfink2025-09-201-5/+5
|\ | | | | | | Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/476
| * Update po/cs.poGravatar pmjv2025-09-191-5/+5
|/
* Version 2.83 RELEASED.2.83Gravatar grunfink2025-09-191-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-09-191-1/+1
|
* Merge pull request 'Supplement the zh-CN translation .po file' (#475) from ↵Gravatar grunfink2025-09-191-28/+28
|\ | | | | | | | | | | DejavuMoe/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/475
| * update po/zh.poGravatar Dejavu Moe2025-09-191-1/+1
| | | | | | | | correct a missing colon
| * update i18n:zh.poGravatar Dejavu Moe2025-09-191-28/+28
|/ | | | modified: po/zh.po
* Tweaked logging message.Gravatar grunfink2025-09-171-1/+1
|
* More work in replies pages.Gravatar grunfink2025-09-141-0/+10
|
* mastoapi: Fixed incorrect messages in status query.Gravatar grunfink2025-09-141-1/+1
|
* Don't use # anchors in the reply paging, as Misskey seems to dislike them.Gravatar grunfink2025-09-141-3/+3
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-09-131-2/+4
|
* Updated documentation.Gravatar grunfink2025-09-131-0/+4
|
* Set default max_failing_days to 15 days.Gravatar grunfink2025-09-131-1/+1
|
* New configuration directive 'max_failing_days'.Gravatar grunfink2025-09-131-1/+2
|
* Updated documentation.Gravatar grunfink2025-09-121-1/+2
|
* Fixed bug in instance_failure() path.Gravatar grunfink2025-09-121-1/+1
|
* New function instance_failure().Gravatar grunfink2025-09-123-0/+66
|
* Fixed RSS.Gravatar grunfink2025-09-091-0/+3
|
* Return a 404 instead of an empty page if requesting a non-public post.Gravatar grunfink2025-09-091-1/+1
|
* Reworded SECURITY.md.Gravatar grunfink2025-09-091-1/+1
|
* SECURITY.md new file.Gravatar grunfink2025-09-091-0/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-09-091-0/+2
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-09-091-1/+3
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-09-091-0/+2
|
* Updated documentation.Gravatar grunfink2025-09-091-5/+7
|
* Set the scheduled date via the -d argument instead of a envvar.Gravatar grunfink2025-09-091-18/+24
|
* Added support for scheduled posts from the cmdline.Gravatar grunfink2025-09-091-9/+29
|
* Got rid of the 'fsck' command, as it's done on startup.Gravatar grunfink2025-09-071-6/+0
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-09-071-0/+2
|
* Merge pull request 'changed IST from Israel to India. Israel is UTC +2' ↵Gravatar grunfink2025-09-071-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 +2Gravatar Dharmik Parmar2025-09-071-1/+1
| |
* | Always do a deferred fsck at startup.Gravatar grunfink2025-09-074-0/+20
| |
* | Changed fsck debug level.Gravatar grunfink2025-09-071-1/+1
| |
* | New command-line option 'fsck'.Gravatar grunfink2025-09-073-0/+66
|/
* Bumped version.Gravatar grunfink2025-09-061-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-09-061-0/+6
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar grunfink2025-09-065-3/+255
|\
| * Merge pull request 'Docker: add timezone, new examples for building and ↵Gravatar grunfink2025-09-065-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.Gravatar daltux2025-09-043-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_tzdataGravatar daltux2025-09-048-40/+262
| | |\ | | |/ | |/|
| | * Add tzdata to container imageGravatar daltux2025-09-042-3/+8
| | | | | | | | | | | | | | | Install Alpine package `tzdata` to the container image. When running it, set timezone from environment variable TZ if not empty.