| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Minor HTML tweak. | 2025-02-05 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge pull request 'Add short_description_raw option' (#266) from ↵ | 2025-02-05 | 1 | -10/+20 | ||
| |\ | | | | | | | | | | | ltning/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/266 | |||||
| | * | Merge branch 'master' into master | 2025-02-04 | 1 | -14/+36 | ||
| | |\ | ||||||
| | * \ | Merge branch 'master' into master | 2025-01-27 | 1 | -19/+374 | ||
| | |\ \ | ||||||
| | * | | | Add short_description_raw option | 2025-01-06 | 1 | -10/+20 | ||
| | | | | | ||||||
| * | | | | Added a 'Context' link to each notification. | 2025-02-05 | 1 | -1/+7 | ||
| | |_|/ |/| | | ||||||
| * | | | Call timeline_add_mark() after history_add() for better timestamp checks. | 2025-01-29 | 1 | -2/+2 | ||
| | | | | ||||||
| * | | | Some tweaks to the already seen mark code. | 2025-01-28 | 1 | -2/+2 | ||
| | | | | ||||||
| * | | | Set the CSS class snac-no-more-unseen-posts. | 2025-01-28 | 1 | -6/+7 | ||
| | | | | ||||||
| * | | | Added a 'No more unseen posts' mark. | 2025-01-27 | 1 | -0/+24 | ||
| | | | | ||||||
| * | | | Minor optimization in timeline retrieving. | 2025-01-27 | 1 | -14/+11 | ||
| | |/ |/| | | | | | | | Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested. | |||||
| * | | Fixed crash in the notification area after deleting a post. | 2025-01-25 | 1 | -1/+3 | ||
| | | | ||||||
| * | | Another tweak to fix repeated notifications. | 2025-01-25 | 1 | -0/+9 | ||
| | | | ||||||
| * | | Improved notification messages. | 2025-01-24 | 1 | -10/+36 | ||
| | | | ||||||
| * | | Improved notify repetition code. | 2025-01-23 | 1 | -1/+3 | ||
| | | | ||||||
| * | | Added some code to supress repeated notifications. | 2025-01-23 | 1 | -2/+10 | ||
| | | | ||||||
| * | | Fixed bug in 'in reply to' checking. | 2025-01-22 | 1 | -10/+14 | ||
| | | | ||||||
| * | | Minor visual tweak. | 2025-01-22 | 1 | -14/+12 | ||
| | | | ||||||
| * | | Minor HTML tweak. | 2025-01-20 | 1 | -1/+3 | ||
| | | | ||||||
| * | | Show the post language under the date 'title'. | 2025-01-20 | 1 | -5/+20 | ||
| | | | ||||||
| * | | Update user config from admin/followed-hashtags. | 2025-01-19 | 1 | -1/+30 | ||
| | | | ||||||
| * | | Added controls for the followed hashtags. | 2025-01-19 | 1 | -0/+32 | ||
| | | | ||||||
| * | | Implemented Mastodon-like /authorize_interaction. | 2025-01-16 | 1 | -0/+61 | ||
| | | | ||||||
| * | | Minor improvements to start / end event time showing. | 2025-01-12 | 1 | -4/+4 | ||
| | | | ||||||
| * | | Better dangling hashtag checking. | 2025-01-12 | 1 | -7/+7 | ||
| | | | ||||||
| * | | Show event start / end times. | 2025-01-12 | 1 | -0/+43 | ||
| | | | | | | | | | This code is a ugly as fuck. | |||||
| * | | If an Event has an URL, use it. | 2025-01-12 | 1 | -0/+11 | ||
| | | | ||||||
| * | | If a post has a location, show it. | 2025-01-10 | 1 | -0/+37 | ||
| | | | ||||||
| * | | Fixed crash. | 2025-01-10 | 1 | -1/+1 | ||
| | | | ||||||
| * | | If a location is defined, user actors include a 'Place' object. | 2025-01-10 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Show the location in the public page. | 2025-01-10 | 1 | -0/+18 | ||
| | | | ||||||
| * | | New user settings latitude and longitude. | 2025-01-10 | 1 | -0/+19 | ||
| | | | ||||||
| * | | Deleted useless check. | 2025-01-08 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Fixed crash on NULL hashtag href. | 2025-01-08 | 1 | -10/+13 | ||
| | | | ||||||
| * | | Do a lower case search of hashtags in the content. | 2025-01-08 | 1 | -6/+5 | ||
| | | | ||||||
| * | | Also check for the lowecase URL of the hashtags. | 2025-01-08 | 1 | -1/+5 | ||
| | | | ||||||
| * | | Bumped copyright year. | 2025-01-08 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Show hashtags that are not already linked from the post content. | 2025-01-08 | 1 | -0/+33 | ||
| |/ | ||||||
| * | New configuration directive "max_public_entries". | 2025-01-05 | 1 | -1/+3 | ||
| | | ||||||
| * | Updated tip for the search box. | 2025-01-05 | 1 | -1/+1 | ||
| | | ||||||
| * | Moved post language setting to msg_note(), where it really belongs. | 2025-01-05 | 1 | -3/+3 | ||
| | | | | | On the way, posting from the Mastodon API sets the language accordingly. | |||||
| * | More search by URL tweaks. | 2025-01-04 | 1 | -23/+17 | ||
| | | ||||||
| * | When search for URLs, rewrite the query string to be the real post id. | 2025-01-01 | 1 | -0/+4 | ||
| | | ||||||
| * | The shared post is really sent. | 2025-01-01 | 1 | -2/+11 | ||
| | | ||||||
| * | Fixed warning. | 2024-12-31 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2024-12-31 | 1 | -1/+34 | ||
| |\ | ||||||
| | * | More work in the Mastodon-share webpoint. | 2024-12-31 | 1 | -1/+34 | ||
| | | | ||||||
| * | | Added "Like" to operations for upstream branch | 2024-12-31 | 1 | -0/+17 | ||
| |/ | ||||||
| * | Make xmpp and mailto URLs clickable. | 2024-12-26 | 1 | -1/+1 | ||
| | | ||||||
| * | Account names can also contain periods (in account search). | 2024-12-21 | 1 | -1/+1 | ||
| | | ||||||