| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.70 RELEASED.2.70 | 2025-01-31 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-31 | 1 | -1/+1 | |
| | | |||||
| * | Updated documentation. | 2025-01-30 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-30 | 1 | -1/+3 | |
| | | |||||
| * | Updated TODO. | 2025-01-30 | 1 | -4/+4 | |
| | | |||||
| * | Updated README. | 2025-01-29 | 1 | -0/+1 | |
| | | |||||
| * | Call timeline_add_mark() after history_add() for better timestamp checks. | 2025-01-29 | 1 | -2/+2 | |
| | | |||||
| * | Deleted useless code. | 2025-01-28 | 1 | -3/+0 | |
| | | |||||
| * | Merge branch 'master' of /home/angel/git/snac2 | 2025-01-28 | 3 | -2/+10 | |
| |\ | |||||
| | * | Updated RELEASE_NOTES. | 2025-01-28 | 1 | -0/+8 | |
| | | | |||||
| | * | Some CSS tweaks. | 2025-01-28 | 2 | -2/+2 | |
| | | | |||||
| * | | Some tweaks to the already seen mark code. | 2025-01-28 | 2 | -3/+19 | |
| |/ | |||||
| * | Added some default styling to CSS class snac-no-more-unseen-posts. | 2025-01-28 | 2 | -0/+2 | |
| | | |||||
| * | Set the CSS class snac-no-more-unseen-posts. | 2025-01-28 | 1 | -6/+7 | |
| | | |||||
| * | Backport from xs. | 2025-01-28 | 3 | -5/+25 | |
| | | |||||
| * | Added a 'No more unseen posts' mark. | 2025-01-27 | 3 | -0/+36 | |
| | | |||||
| * | Minor optimization in timeline retrieving. | 2025-01-27 | 5 | -24/+33 | |
| | | | | | | Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested. | ||||
| * | New command-line option 'unmute'. | 2025-01-26 | 1 | -0/+13 | |
| | | |||||
| * | Fixed crash in the notification area after deleting a post. | 2025-01-25 | 1 | -1/+3 | |
| | | |||||
| * | Fixed repeated entries in the instance public timeline. | 2025-01-25 | 1 | -6/+17 | |
| | | |||||
| * | Another tweak to fix repeated notifications. | 2025-01-25 | 1 | -0/+9 | |
| | | |||||
| * | Bumped version. | 2025-01-25 | 1 | -1/+1 | |
| | | |||||
| * | Improved notification messages. | 2025-01-24 | 1 | -10/+36 | |
| | | |||||
| * | Version 2.69 RELEASED.2.69 | 2025-01-24 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-24 | 1 | -1/+1 | |
| | | |||||
| * | Set value 'purge_days' to 1 by default when creating the relay user. | 2025-01-24 | 1 | -0/+4 | |
| | | |||||
| * | Updated documentation. | 2025-01-24 | 1 | -2/+5 | |
| | | |||||
| * | Merge pull request 'Linux sandbox fixes' (#287) from shtrophic/snac2:master ↵ | 2025-01-23 | 1 | -1/+8 | |
| |\ | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/287 | ||||
| | * | Sandbox fixes | 2025-01-23 | 1 | -1/+8 | |
| | | | | | | | | | | | | | - allow reading `/dev/urandom` as it is shown as a failed syscall when tracing - resolve `/etc/ssl/cert.pem` in case it is a symlink | ||||
| * | | Improved notify repetition code. | 2025-01-23 | 1 | -1/+3 | |
| | | | |||||
| * | | Added some code to supress repeated notifications. | 2025-01-23 | 1 | -2/+10 | |
| |/ | |||||
| * | More hashtag following tweaks. | 2025-01-23 | 1 | -0/+33 | |
| | | |||||
| * | Fixed bug in 'in reply to' checking. | 2025-01-22 | 1 | -10/+14 | |
| | | |||||
| * | Updated documentation. | 2025-01-22 | 1 | -1/+1 | |
| | | |||||
| * | Minor visual tweak. | 2025-01-22 | 1 | -14/+12 | |
| | | |||||
| * | More tweaks to hashtag following code. | 2025-01-22 | 1 | -4/+17 | |
| | | |||||
| * | Moved followed hashtag check to its own function. | 2025-01-22 | 1 | -24/+36 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-22 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request 'When reading timeline in ascending order, return results ↵ | 2025-01-22 | 1 | -1/+4 | |
| |\ | | | | | | | | | | | in descending order' (#284) from nowster/snac2:min_id_reverse into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/284 | ||||
| | * | When reading timeline in ascending order, return results in descending order | 2025-01-21 | 1 | -1/+4 | |
| | | | |||||
| * | | Also accept 'Update' activities for 'Application' objects. | 2025-01-22 | 1 | -1/+1 | |
| | | | |||||
| * | | Don't account as such announces by our own relay. | 2025-01-22 | 1 | -5/+10 | |
| |/ | |||||
| * | Hide the 'relay' user from the greeting list. | 2025-01-21 | 1 | -1/+1 | |
| | | |||||
| * | Updated documentation. | 2025-01-21 | 1 | -1/+6 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-21 | 1 | -0/+2 | |
| | | |||||
| * | Added more Markdown (contributed by an-im-dugud). | 2025-01-21 | 1 | -1/+46 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-01-20 | 1 | -0/+2 | |
| | | |||||
| * | Fixed check for the basedir (contributed by an-im-dugud). | 2025-01-20 | 1 | -1/+1 | |
| | | |||||
| * | Minor HTML tweak. | 2025-01-20 | 1 | -1/+3 | |
| | | |||||
| * | Fixed usage text. | 2025-01-20 | 1 | -2/+2 | |
| | | |||||