summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'Fixed more memory leaks in new features' (#584) from ↵Gravatar grunfink2 days1-4/+8
|\ | | | | | | | | | | dandelions/snac2:pr-leaks-1 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/584
| * fix: more memory leaksGravatar green3 days1-1/+1
| |
| * fix: memory errors in byte's notification filterGravatar green3 days1-3/+7
| |
* | fix: broken <label> tags in html_checkbox()Gravatar green2 days1-0/+1
|/
* Fixed an error in emptying hashtags from the web UI.Gravatar grunfink7 days1-0/+6
|
* Fixed bug in Mastodon-style share button.Gravatar grunfink2026-03-041-2/+2
|
* Clicking on the account link always lead to the single people page.Gravatar grunfink2026-03-011-1/+1
| | | | Even from the full people page.
* Inserted a space between month name and number.Gravatar grunfink2026-02-281-1/+1
|
* Call enqueue_actor_refresh() from html_people_one().Gravatar grunfink2026-02-241-0/+2
|
* Also use the 'url' field in the » link to the post.Gravatar grunfink2026-02-241-2/+7
|
* Fixed local message not being shown.Gravatar grunfink2026-02-241-1/+1
|
* Increase the level argument in quoted posts.Gravatar grunfink2026-02-231-1/+1
|
* Do the same with list 'url' fields in notifications.Gravatar grunfink2026-02-141-0/+6
|
* Fixed crash when the 'url' field is a list.Gravatar grunfink2026-02-141-0/+7
|
* Fixed mismatched following count.Gravatar grunfink2026-02-141-7/+7
|
* Also show 'url' in notifications.Gravatar grunfink2026-02-141-1/+3
|
* Use the 'url' link instead of 'id' (if there is one) in html_actor_icon().Gravatar grunfink2026-02-141-2/+3
|
* In timelines, always create a 'people/' link, not only if follower or following.Gravatar grunfink2026-02-101-6/+2
|
* Call xs_replace_i() in html_date_label() instead of overwriting.Gravatar grunfink2026-02-031-2/+2
|
* Use the translated month names in date labels.Gravatar grunfink2026-02-021-1/+14
|
* Added ... to 'Notifications filter' string.Gravatar grunfink2026-01-281-1/+1
|
* typoGravatar zen2026-01-271-1/+1
|
* typoGravatar zen2026-01-271-1/+1
|
* styleGravatar byte2026-01-251-11/+5
|
* notifications filterGravatar byte2026-01-251-79/+132
|
* Merge pull request 'Add hh:mm times to posts, using the user timezone' ↵Gravatar grunfink2026-01-251-3/+25
|\ | | | | | | | | | | (#530) from dandelions/snac2:exact-post-times into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/530
| * time-labels: fixed segfaultGravatar green2026-01-231-2/+3
| |
| * small: timezone dependant date labelsGravatar green2026-01-231-3/+24
| |
* | Merge pull request 'Configurable limits for polls' (#534) from ↵Gravatar grunfink2026-01-251-2/+13
|\ \ | | | | | | | | | | | | | | | dandelions/snac2:poll-limits into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/534
| * | poll-limits: revert accidentally commited changesGravatar green2026-01-251-3/+0
| | |
| * | personal: bigger limit for pollsGravatar green2026-01-241-1/+10
| | |
| * | small: fix segfault for poll optionsGravatar green2026-01-241-1/+2
| | |
| * | small: configurable poll limitGravatar green2026-01-241-1/+5
| |/
* / visibility: copy more fields on editGravatar green2026-01-241-0/+1
|/
* Fixed small memory leak.Gravatar grunfink2026-01-171-2/+2
|
* Merge pull request 'simple cosmetic counters' (#519) from ↵Gravatar grunfink2026-01-171-7/+13
|\ | | | | | | | | | | byte/snac2:counters into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/519
| * doing count conditionalGravatar byte2026-01-171-7/+13
| |
| * simple cosmetic countersGravatar byte2026-01-161-1/+1
| |
* | segfault fixGravatar byte2026-01-171-1/+4
|/
* Fixed typo.Gravatar grunfink2026-01-121-2/+1
|
* Move the pronouns closer to the account name.Gravatar grunfink2026-01-121-15/+16
|
* Strip all HTML tags from pronouns.Gravatar grunfink2026-01-121-3/+2
|
* Minor tweak.Gravatar grunfink2026-01-121-4/+6
|
* Use the metadata pronouns.Gravatar violette2026-01-121-0/+38
|
* user-specified word mutes and matchingGravatar byte2026-01-121-0/+95
|
* Also disable EmojiReact notifications, if so configured.Gravatar grunfink2026-01-081-0/+3
|
* Don't show the EmojiReact dropdown if disabled.Gravatar grunfink2026-01-081-1/+1
|
* Don't show any EmojiReactions if they are disabled.Gravatar grunfink2026-01-081-1/+1
|
* Fixed crash.Gravatar grunfink2026-01-061-1/+1
|
* Hide EmojiReacts from muted actors and blocked instances.Gravatar grunfink2026-01-061-0/+4
|