Commit Graph
3836 Commits
Author SHA1 Message Date
grunfink 07b8b0af3c Updated RELEASE_NOTES. 2025-09-09 09:08:25 +02:00
grunfink a3297fe2fa Updated RELEASE_NOTES. 2025-09-09 09:05:37 +02:00
grunfink c7af579c02 Updated RELEASE_NOTES. 2025-09-09 08:53:22 +02:00
grunfink bff3e84b95 Updated documentation. 2025-09-09 08:48:59 +02:00
grunfink a23e5c2908 Set the scheduled date via the -d argument instead of a envvar. 2025-09-09 08:44:00 +02:00
grunfink 4b5e945d95 Added support for scheduled posts from the cmdline. 2025-09-09 08:33:30 +02:00
grunfink 797403810a Got rid of the 'fsck' command, as it's done on startup. 2025-09-07 19:55:16 +02:00
grunfink 8256731209 Updated RELEASE_NOTES. 2025-09-07 19:51:35 +02:00
grunfink 4ff3ac3676 Merge pull request 'changed IST from Israel to India. Israel is UTC +2' (#470) from dharmik/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/470
2025-09-07 19:49:56 +02:00
Dharmik Parmar 4896c31c79 changed IST from Israel to India. Israel is UTC +2 2025-09-07 18:12:17 +05:30
grunfink 7796bf39f0 Always do a deferred fsck at startup. 2025-09-07 08:30:18 +02:00
grunfink ef701e8bb4 Changed fsck debug level. 2025-09-07 08:19:20 +02:00
grunfink c541296f25 New command-line option 'fsck'. 2025-09-07 08:03:38 +02:00
grunfink fdcd7b953a Bumped version. 2025-09-06 09:42:29 +02:00
grunfink bc28d68101 Updated RELEASE_NOTES. 2025-09-06 09:42:19 +02:00
grunfink 07b95862e8 Merge branch 'master' of grunfink-codeberg:grunfink/snac2 2025-09-06 09:39:46 +02:00
grunfink 9149959f10 Merge pull request 'Docker: add timezone, new examples for building and complete Swarm mode stack with Traefik' (#465) from daltux/snac2:docker_tzdata into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/465
2025-09-06 09:39:23 +02:00
daltux ffaa7aeb80 Examples: Docker Swarm with Traefik and container build script.
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.
2025-09-04 19:00:34 -03:00
daltux 4f5b49bc24 Merge branch 'master' of https://codeberg.org/daltux/snac2 into docker_tzdata 2025-09-04 15:30:59 -03:00
daltux 0f1b676113 Add tzdata to container image
Install Alpine package `tzdata` to the container image.
When running it, set timezone from environment variable TZ if not empty.
2025-09-04 15:25:24 -03:00
grunfink cdd74c8d41 Ensure the outbox does not include non-public posts. 2025-09-03 22:30:40 +02:00
grunfink 5693c81d69 Always add a user's posts to the public timeline, even if it's not really public. 2025-09-03 21:20:59 +02:00
grunfink 43740810cd Revert "Also keep a 'personal' folder for better organization."
This reverts commit 0c3665fc49.
2025-09-03 20:48:31 +02:00
grunfink 0c3665fc49 Also keep a 'personal' folder for better organization. 2025-09-03 19:36:33 +02:00
grunfink 6dae96de25 Merge branch 'master' of grunfink-codeberg:grunfink/snac2 2025-09-03 17:51:55 +02:00
grunfink b203eb3703 Merge pull request 'Document the update command' (#464) from xvello/snac2:update-doc into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/464
2025-09-03 17:51:31 +02:00
Xavier Vello 9060ccd8e7 Document the update command 2025-09-03 14:48:37 +02:00
grunfink 080a22c794 In snac_init(), added a message mentioning .po files. 2025-09-03 13:51:33 +02:00
grunfink 4661d7f5bc Renamed function list_content() to list_members(). 2025-09-03 06:38:07 +02:00
grunfink d358f5bcd0 Call enqueue_collect_outbox() after a Follow Accept. 2025-09-03 06:14:51 +02:00
grunfink d40e47f709 New function enqueue_collect_outbox(). 2025-09-03 06:12:50 +02:00
grunfink 59f3b5465e New function collect_outbox(). 2025-09-03 06:08:13 +02:00
grunfink d23fc31ba9 Version 2.82 RELEASED. 2025-09-02 10:01:49 +02:00
grunfink 2b2e679aff Updated RELEASE_NOTES. 2025-09-02 10:01:26 +02:00
grunfink 877a4d7a22 More replies tweaks. 2025-08-31 14:14:41 +02:00
grunfink 074e19d949 Added a 'replies' object to Notes. 2025-08-31 14:07:27 +02:00
grunfink 5cda2f709c Some improvements to collect_replies(). 2025-08-31 10:03:11 +02:00
grunfink 36d7bea25d Updated RELEASE_NOTES. 2025-08-27 10:03:15 +02:00
grunfink d96c828c1a Updated documentation. 2025-08-27 10:03:10 +02:00
grunfink c5587d4504 Updated documentation. 2025-08-27 10:01:02 +02:00
grunfink c6c5150b59 Added Markdown support for bullets (unsorted lists). 2025-08-27 09:54:33 +02:00
grunfink 41b4936ecf Merge pull request 'po/de_DE.po update' (#461) from zen/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/461
2025-08-24 07:07:36 +02:00
grunfink ce3cb5c1e8 Updated README. 2025-08-24 06:29:51 +02:00
grunfink 75cc7ae7a3 Added some more helping functions. 2025-08-23 20:41:16 +02:00
grunfink fee442dbf2 Ensure the tag is a string in server_get_handler(). 2025-08-23 20:19:14 +02:00
zen ace44d4818 po/de_DE.po update
po/de_DE.po update
2025-08-23 11:17:08 +02:00
Oliver e50a6ba146 Merge pull request 'master' (#11) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/zen/snac2/pulls/11
2025-08-23 11:04:11 +02:00
grunfink 3611f42fe2 Added 'collect_replies' info in the about screen. 2025-08-22 06:48:03 +02:00
grunfink 06d063dea5 Updated RELEASE_NOTES. 2025-08-21 06:33:49 +02:00
grunfink 9a34a923a2 Merge branch 'master' of grunfink-codeberg:grunfink/snac2 2025-08-21 06:31:47 +02:00