summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed small memory leak.Gravatar grunfink3 days1-2/+2
* Merge pull request 'simple cosmetic counters' (#519) from byte/snac2:counters...Gravatar grunfink3 days1-7/+13
|\
| * doing count conditionalGravatar byte3 days1-7/+13
| * simple cosmetic countersGravatar byte3 days1-1/+1
* | segfault fixGravatar byte3 days1-1/+4
|/
* Fixed typo.Gravatar grunfink7 days1-2/+1
* Move the pronouns closer to the account name.Gravatar grunfink8 days1-15/+16
* Strip all HTML tags from pronouns.Gravatar grunfink8 days1-3/+2
* Minor tweak.Gravatar grunfink8 days1-4/+6
* Use the metadata pronouns.Gravatar violette8 days1-0/+38
* user-specified word mutes and matchingGravatar byte8 days1-0/+95
* Also disable EmojiReact notifications, if so configured.Gravatar grunfink12 days1-0/+3
* Don't show the EmojiReact dropdown if disabled.Gravatar grunfink12 days1-1/+1
* Don't show any EmojiReactions if they are disabled.Gravatar grunfink12 days1-1/+1
* Fixed crash.Gravatar grunfink13 days1-1/+1
* Hide EmojiReacts from muted actors and blocked instances.Gravatar grunfink13 days1-0/+4
* Bumped copyright year.Gravatar grunfink2026-01-011-1/+1
* Add boosts, likes and reacts to actor's people pageGravatar Alexandre Oliva2026-01-011-4/+24
* Fixed indentation in previous patch (my fault).Gravatar grunfink2025-12-301-1/+2
* Add posts by actor to people pageGravatar Alexandre Oliva2025-12-301-7/+78
* introduce separate people/ pagesGravatar Alexandre Oliva2025-12-281-3/+50
* Fixed failed search when blank surround the query string.Gravatar grunfink2025-12-261-1/+7
* Revert "Fixed failed search when blank surround the query string."Gravatar grunfink2025-12-261-5/+1
* Fixed failed search when blank surround the query string.Gravatar grunfink2025-12-201-1/+5
* Reindex tags when editing a post.Gravatar grunfink2025-12-191-0/+3
* Some fixes.Gravatar violette2025-12-191-4/+5
* 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
* Fixed more minor leaks.Gravatar grunfink2025-12-181-1/+2
* Fixed leak in emoji_reacted().Gravatar grunfink2025-12-181-2/+3
* Fixed some xs_fmt() usages.Gravatar grunfink2025-12-181-4/+7
* Fixed some xs_join() uses.Gravatar grunfink2025-12-181-7/+12
* Fixed some xs_dup() leaks.Gravatar grunfink2025-12-181-2/+2
* Added emoji reactions (contributed by violette).Gravatar violette2025-12-181-12/+305
* If terse is set, history is also hidden.Gravatar grunfink2025-12-091-1/+1
* New query variable terse=anything.Gravatar grunfink2025-12-091-15/+23
* Merge pull request 'rendering visibility conditionally, with lesser reach if ...Gravatar grunfink2025-12-031-40/+33
|\
| * no visibility for editingGravatar byte2025-11-011-1/+2
| * Merge remote-tracking branch 'orig/master' into feature/lesser-visibilityGravatar byte2025-11-011-2/+3
| |\
| * | rendering visibility conditionally, with lesser reach if neededGravatar byte2025-10-251-40/+32
* | | Fix user matchingGravatar rako2025-11-301-3/+3
* | | Some attachments are of type 'Video' instead of a MIME type (bsky).Gravatar grunfink2025-11-261-1/+1
* | | Added a Follow/Unfollow button next to a new follow notification.Gravatar grunfink2025-11-201-1/+27
* | | Merge pull request 'Add metadata to remote users' (#499) from dandelions/snac...Gravatar grunfink2025-11-181-1/+89
|\ \ \
| * | | metadata: hide the divider when user has no normal fieldsGravatar green2025-11-141-2/+2
| * | | metadata: location and bday propertiesGravatar green2025-11-141-0/+38
| * | | metadata: quick fix for <p> tagsGravatar green2025-11-141-3/+13
| * | | metadata for remote users in people pageGravatar green2025-11-141-0/+40
| | |/ | |/|
* | | Some implementations set quoted posts with 'quoteUrl', so look at that as well.Gravatar grunfink2025-11-171-1/+2
* | | Request unfound actors from the notifications page.Gravatar grunfink2025-11-151-1/+5