| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 13 days | Do the same with list 'url' fields in notifications. | 1 | -0/+6 | ||
| 13 days | Fixed crash when the 'url' field is a list. | 1 | -0/+7 | ||
| 13 days | Fixed mismatched following count. | 1 | -7/+7 | ||
| 14 days | Also show 'url' in notifications. | 1 | -1/+3 | ||
| 14 days | Use the 'url' link instead of 'id' (if there is one) in html_actor_icon(). | 1 | -2/+3 | ||
| 2026-02-10 | In timelines, always create a 'people/' link, not only if follower or following. | 1 | -6/+2 | ||
| 2026-02-03 | Call xs_replace_i() in html_date_label() instead of overwriting. | 1 | -2/+2 | ||
| 2026-02-02 | Use the translated month names in date labels. | 1 | -1/+14 | ||
| 2026-01-28 | Added ... to 'Notifications filter' string. | 1 | -1/+1 | ||
| 2026-01-27 | typo | 1 | -1/+1 | ||
| 2026-01-27 | typo | 1 | -1/+1 | ||
| 2026-01-25 | style | 1 | -11/+5 | ||
| 2026-01-25 | notifications filter | 1 | -79/+132 | ||
| 2026-01-25 | poll-limits: revert accidentally commited changes | 1 | -3/+0 | ||
| 2026-01-24 | personal: bigger limit for polls | 1 | -1/+10 | ||
| 2026-01-24 | small: fix segfault for poll options | 1 | -1/+2 | ||
| 2026-01-24 | small: configurable poll limit | 1 | -1/+5 | ||
| 2026-01-24 | visibility: copy more fields on edit | 1 | -0/+1 | ||
| 2026-01-23 | time-labels: fixed segfault | 1 | -2/+3 | ||
| 2026-01-23 | small: timezone dependant date labels | 1 | -3/+24 | ||
| 2026-01-17 | Fixed small memory leak. | 1 | -2/+2 | ||
| 2026-01-17 | segfault fix | 1 | -1/+4 | ||
| 2026-01-17 | doing count conditional | 1 | -7/+13 | ||
| 2026-01-16 | simple cosmetic counters | 1 | -1/+1 | ||
| 2026-01-12 | Fixed typo. | 1 | -2/+1 | ||
| 2026-01-12 | Move the pronouns closer to the account name. | 1 | -15/+16 | ||
| 2026-01-12 | Strip all HTML tags from pronouns. | 1 | -3/+2 | ||
| 2026-01-12 | Minor tweak. | 1 | -4/+6 | ||
| 2026-01-12 | Use the metadata pronouns. | 1 | -0/+38 | ||
| 2026-01-12 | user-specified word mutes and matching | 1 | -0/+95 | ||
| 2026-01-08 | Also disable EmojiReact notifications, if so configured. | 1 | -0/+3 | ||
| 2026-01-08 | Don't show the EmojiReact dropdown if disabled. | 1 | -1/+1 | ||
| 2026-01-08 | Don't show any EmojiReactions if they are disabled. | 1 | -1/+1 | ||
| 2026-01-06 | Fixed crash. | 1 | -1/+1 | ||
| 2026-01-06 | Hide EmojiReacts from muted actors and blocked instances. | 1 | -0/+4 | ||
| 2026-01-01 | Bumped copyright year. | 1 | -1/+1 | ||
| 2026-01-01 | Add boosts, likes and reacts to actor's people page | 1 | -4/+24 | ||
| Show in an actor's page anything that the user could have seen from actor in timeline or notifications, namely: - posts by actor (use get_atto to identify the actor) - boosts by actor - user's posts with likes or emojireacts by actor That said, in this view, only the latest boost is shown for a post, so it might not seem like the boost is by actor. Likes and emojireacts aren't even shown, so the reason why a post appears might be puzzling. Use timeline_simple_list, since we don't show entire conversations, and we want to identify all posts with actor's interactions. Saturate show at max_timeline_entries, so that we don't silently skip entries. | |||||
| 2025-12-30 | Fixed indentation in previous patch (my fault). | 1 | -1/+2 | ||
| 2025-12-30 | Add posts by actor to people page | 1 | -7/+78 | ||
| Select posts by the actor from the given timeline range. Since posts by the actor may be very sparse in the timeline, add a "More (x 10)" button to bump the show count, that controls how many timeline posts we'll filter *from*. We could conceivably keep searching the timeline until we find as many posts as requested or reach the end, but that could take a very long time. Just filtering the given ranges is much simpler, and probably sufficiently intuitive despite the potential initial surprise. | |||||
| 2025-12-28 | introduce separate people/ pages | 1 | -3/+50 | ||
| When you have lots of followers or followees or pending follows, constructing the entire people page to look up information about a single user can take a while and be quite wasteful when you want to look up a single user. Introduce and prefer people/<md5> over people#<md5>. While at that, fix a memory leak in webfinger search: the empty list was allocated twice. | |||||
| 2025-12-26 | Fixed failed search when blank surround the query string. | 1 | -1/+7 | ||
| This time, without fucking up everything. | |||||
| 2025-12-26 | Revert "Fixed failed search when blank surround the query string." | 1 | -5/+1 | ||
| This reverts commit 79c32485dffa95107216c2251ffa111d7cdef432. | |||||
| 2025-12-20 | Fixed failed search when blank surround the query string. | 1 | -1/+5 | ||
| 2025-12-19 | Reindex tags when editing a post. | 1 | -0/+3 | ||
| Tags that were deleted in the post message are not deleted, though. | |||||
| 2025-12-19 | Some fixes. | 1 | -4/+5 | ||
| 2025-12-18 | Fixed typo. | 1 | -1/+1 | ||
| 2025-12-18 | Strip surrounding colons in emoji pictures, if they are still there. | 1 | -0/+2 | ||
| 2025-12-18 | Fixed more minor leaks. | 1 | -1/+2 | ||
| 2025-12-18 | Fixed leak in emoji_reacted(). | 1 | -2/+3 | ||
| 2025-12-18 | Fixed some xs_fmt() usages. | 1 | -4/+7 | ||