| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | | | |||||
| * | | | Always add a user's posts to the public timeline, even if it's not really ↵ | 2025-09-03 | 1 | -0/+3 | |
| | | | | | | | | | | | | | public. | ||||
| * | | | Revert "Also keep a 'personal' folder for better organization." | 2025-09-03 | 1 | -17/+7 | |
| | | | | | | | | | | | | | This reverts commit 0c3665fc49064f1fd5a04f2427056f9ea37f8d70. | ||||
| * | | | Also keep a 'personal' folder for better organization. | 2025-09-03 | 1 | -7/+17 | |
| |/ / | |||||
| * | | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2025-09-03 | 2 | -0/+3 | |
| |\ \ | |||||
| | * \ | Merge pull request 'Document the update command' (#464) from ↵ | 2025-09-03 | 2 | -0/+3 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | xvello/snac2:update-doc into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/464 | ||||
| | | * | | Document the update command | 2025-09-03 | 2 | -0/+3 | |
| | |/ / | |||||
| * | | | In snac_init(), added a message mentioning .po files. | 2025-09-03 | 1 | -1/+7 | |
| | | | | |||||
| * | | | Renamed function list_content() to list_members(). | 2025-09-03 | 5 | -13/+13 | |
| | | | | |||||
| * | | | Call enqueue_collect_outbox() after a Follow Accept. | 2025-09-03 | 1 | -0/+3 | |
| | | | | |||||
| * | | | New function enqueue_collect_outbox(). | 2025-09-03 | 4 | -1/+21 | |
| | | | | |||||
| * | | | New function collect_outbox(). | 2025-09-03 | 3 | -0/+107 | |
| |/ / | |||||
| * | | Version 2.82 RELEASED.2.82 | 2025-09-02 | 1 | -1/+1 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2025-09-02 | 1 | -1/+5 | |
| | | | |||||
| * | | More replies tweaks. | 2025-08-31 | 1 | -5/+2 | |
| | | | |||||
| * | | Added a 'replies' object to Notes. | 2025-08-31 | 2 | -0/+77 | |
| | | | |||||
| * | | Some improvements to collect_replies(). | 2025-08-31 | 1 | -24/+29 | |
| |/ | |||||
| * | Updated RELEASE_NOTES. | 2025-08-27 | 1 | -0/+2 | |
| | | |||||
| * | Updated documentation. | 2025-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Updated documentation. | 2025-08-27 | 1 | -3/+5 | |
| | | |||||
| * | Added Markdown support for bullets (unsorted lists). | 2025-08-27 | 1 | -0/+21 | |
| | | |||||
| * | Merge pull request 'po/de_DE.po update' (#461) from zen/snac2:master into master | 2025-08-24 | 1 | -6/+6 | |
| |\ | | | | | | | Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/461 | ||||
| | * | po/de_DE.po update | 2025-08-23 | 1 | -6/+6 | |
| | | | | | | | | | po/de_DE.po update | ||||
| | * | Merge pull request 'master' (#11) from grunfink/snac2:master into master | 2025-08-23 | 6 | -1/+128 | |
| | |\ | | | | | | | | | | Reviewed-on: https://codeberg.org/zen/snac2/pulls/11 | ||||
| | * \ | Merge pull request 'updates holen' (#10) from grunfink/snac2:master into master | 2025-08-19 | 29 | -2566/+4654 | |
| | |\ \ | | | | | | | | | | | | | Reviewed-on: https://codeberg.org/zen/snac2/pulls/10 | ||||
| | * \ \ | Merge pull request 'master' (#9) from grunfink/snac2:master into master | 2025-07-16 | 28 | -366/+2079 | |
| | |\ \ \ | | | | | | | | | | | | | | | | Reviewed-on: https://codeberg.org/zen/snac2/pulls/9 | ||||
| * | | | | | Updated README. | 2025-08-24 | 1 | -0/+1 | |
| | | | | | | |||||
| * | | | | | Added some more helping functions. | 2025-08-23 | 4 | -19/+91 | |
| | | | | | | |||||
| * | | | | | Ensure the tag is a string in server_get_handler(). | 2025-08-23 | 1 | -1/+1 | |
| | |_|_|/ |/| | | | |||||
| * | | | | Added 'collect_replies' info in the about screen. | 2025-08-22 | 1 | -0/+1 | |
| | | | | | |||||