summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update po/cs.poGravatar pmjv2025-12-201-5/+5
|
* Updated TODO.Gravatar grunfink2025-12-191-2/+2
|
* Reindex tags when editing a post.Gravatar grunfink2025-12-191-0/+3
| | | | Tags that were deleted in the post message are not deleted, though.
* Updated language files.Gravatar grunfink2025-12-1916-3040/+3232
|
* Updated documentation.Gravatar grunfink2025-12-192-2/+2
|
* Added violette styles to the embedded CSS.Gravatar grunfink2025-12-191-0/+3
|
* Some fixes.Gravatar violette2025-12-192-5/+6
|
* Updated CSS.Gravatar violette2025-12-191-1/+4
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-12-181-0/+2
|
* Fixed typo.Gravatar grunfink2025-12-181-1/+1
|
* Strip surrounding colons in emoji pictures, if they are still there.Gravatar grunfink2025-12-181-0/+2
|
* If the emoji starts with &#, convert to an utf-8 string.Gravatar grunfink2025-12-181-0/+15
|
* Only generate an Image tag if the emoji is an URL.Gravatar grunfink2025-12-181-9/+15
|
* Use the emoji value from emojis.json instead of creating a link to the ↵Gravatar grunfink2025-12-181-6/+10
| | | | static storage.
* Fixed more minor leaks.Gravatar grunfink2025-12-182-2/+4
|
* Fixed leak in emoji_reacted().Gravatar grunfink2025-12-183-6/+7
|
* Fixed leak in timeline_admire().Gravatar grunfink2025-12-182-5/+6
|
* Fixed some xs_fmt() usages.Gravatar grunfink2025-12-182-7/+13
|
* Fixed some xs_join() uses.Gravatar grunfink2025-12-181-7/+12
|
* Fixed some xs_dup() leaks.Gravatar grunfink2025-12-183-4/+4
|
* Added emoji reactions (contributed by violette).Gravatar violette2025-12-189-31/+786
|
* Bumped version.Gravatar grunfink2025-12-181-1/+1
|
* Merge branch 'master' of comam.es:git/snac2Gravatar grunfink2025-12-091-0/+2
|\
| * Updated RELEASE_NOTES.Gravatar grunfink2025-12-091-0/+2
| |
* | If terse is set, history is also hidden.Gravatar grunfink2025-12-091-1/+1
|/
* New query variable terse=anything.Gravatar grunfink2025-12-093-18/+26
| | | | If set to any value, a public post page doesn't show any headline.
* Updated TODO.Gravatar grunfink2025-12-091-6/+6
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-12-091-0/+4
|
* Fixed small memory leak.Gravatar grunfink2025-12-091-1/+1
|
* make webpush use our notification server vkey instead of a random, ill-formatedGravatar violette p.2025-12-092-1/+6
| | | | key (necessary for some client notifications, such as moshidon)
* Updated RELEASE_NOTES.2.85Gravatar grunfink2025-12-041-1/+1
|
* Version 2.85 RELEASED.Gravatar grunfink2025-12-041-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink2025-12-031-0/+6
|
* Merge pull request 'rendering visibility conditionally, with lesser reach if ↵Gravatar grunfink2025-12-031-40/+33
|\ | | | | | | | | | | needed' (#493) from byte/snac2:feature/lesser-visibility into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/493
| * no visibility for editingGravatar byte2025-11-011-1/+2
| |
| * Merge remote-tracking branch 'orig/master' into feature/lesser-visibilityGravatar byte2025-11-019-22/+61
| |\
| * | rendering visibility conditionally, with lesser reach if neededGravatar byte2025-10-251-40/+32
| | |
* | | Merge pull request 'fine-tuning czech translation' (#503) from ↵Gravatar grunfink2025-12-021-16/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | pmjv/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/503
| * | | Update po/cs.poGravatar pmjv2025-12-021-1/+1
| | | |
| * | | fine-tuning czech translationGravatar pmjv2025-12-011-15/+15
| | | |
* | | | Updated RELEASE_NOTES.Gravatar grunfink2025-12-021-0/+2
| | | |
* | | | Merge pull request 'fix user matching' (#502) from rakoo/snac2:master into ↵Gravatar grunfink2025-12-026-18/+18
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/502
| * | | Fix user matchingGravatar rako2025-11-306-18/+18
|/ / / | | | | | | | | | | | | | | | In order to be a proper prefix, the actor url must end with a '/' otherwise it can match another user that starts with the same prefix: for example 'testuser' will match anything made by 'testuser2'
* | | Moved is_msg_mine() to data.c.Gravatar grunfink2025-11-292-14/+14
| | |
* | | New function is_msg_mine().Gravatar grunfink2025-11-292-0/+15
| | |
* | | Some attachments are of type 'Video' instead of a MIME type (bsky).Gravatar grunfink2025-11-261-1/+1
| | |
* | | Updated RELEASE_NOTES.Gravatar grunfink2025-11-241-0/+2
| | |
* | | Added a Follow/Unfollow button next to a new follow notification.Gravatar grunfink2025-11-201-1/+27
| | |
* | | Updated RELEASE_NOTES.Gravatar grunfink2025-11-201-0/+2
| | |
* | | Merge pull request 'move 'server.pid' away from user section' (#501) from ↵Gravatar grunfink2025-11-201-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | spky/snac2:manpage_fix into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/501