summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated RELEASE_NOTES.HEADmasterGravatar grunfink27 hours1-0/+2
|
* Fixed failed search when blank surround the query string.Gravatar grunfink27 hours1-1/+5
|
* Merge pull request 'Update po/cs.po' (#509) from pmjv/snac2:master into masterGravatar grunfink27 hours1-5/+5
|\ | | | | | | Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/509
| * Update po/cs.poGravatar pmjv27 hours1-5/+5
|/
* Updated TODO.Gravatar grunfink2 days1-2/+2
|
* Reindex tags when editing a post.Gravatar grunfink2 days1-0/+3
| | | | Tags that were deleted in the post message are not deleted, though.
* Updated language files.Gravatar grunfink2 days16-3040/+3232
|
* Updated documentation.Gravatar grunfink2 days2-2/+2
|
* Added violette styles to the embedded CSS.Gravatar grunfink2 days1-0/+3
|
* Some fixes.Gravatar violette2 days2-5/+6
|
* Updated CSS.Gravatar violette2 days1-1/+4
|
* Updated RELEASE_NOTES.Gravatar grunfink3 days1-0/+2
|
* Fixed typo.Gravatar grunfink3 days1-1/+1
|
* Strip surrounding colons in emoji pictures, if they are still there.Gravatar grunfink3 days1-0/+2
|
* If the emoji starts with &#, convert to an utf-8 string.Gravatar grunfink3 days1-0/+15
|
* Only generate an Image tag if the emoji is an URL.Gravatar grunfink3 days1-9/+15
|
* Use the emoji value from emojis.json instead of creating a link to the ↵Gravatar grunfink3 days1-6/+10
| | | | static storage.
* Fixed more minor leaks.Gravatar grunfink3 days2-2/+4
|
* Fixed leak in emoji_reacted().Gravatar grunfink3 days3-6/+7
|
* Fixed leak in timeline_admire().Gravatar grunfink3 days2-5/+6
|
* Fixed some xs_fmt() usages.Gravatar grunfink3 days2-7/+13
|
* Fixed some xs_join() uses.Gravatar grunfink3 days1-7/+12
|
* Fixed some xs_dup() leaks.Gravatar grunfink3 days3-4/+4
|
* Added emoji reactions (contributed by violette).Gravatar violette3 days9-31/+786
|
* Bumped version.Gravatar grunfink3 days1-1/+1
|
* Merge branch 'master' of comam.es:git/snac2Gravatar grunfink12 days1-0/+2
|\
| * Updated RELEASE_NOTES.Gravatar grunfink12 days1-0/+2
| |
* | If terse is set, history is also hidden.Gravatar grunfink12 days1-1/+1
|/
* New query variable terse=anything.Gravatar grunfink12 days3-18/+26
| | | | If set to any value, a public post page doesn't show any headline.
* Updated TODO.Gravatar grunfink12 days1-6/+6
|
* Updated RELEASE_NOTES.Gravatar grunfink12 days1-0/+4
|
* Fixed small memory leak.Gravatar grunfink12 days1-1/+1
|
* make webpush use our notification server vkey instead of a random, ill-formatedGravatar violette p.12 days2-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
| | |