summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor HTML tweak.Gravatar default2025-02-051-1/+1
|
* Merge pull request 'Add short_description_raw option' (#266) from ↵Gravatar grunfink2025-02-051-10/+20
|\ | | | | | | | | | | ltning/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/266
| * Merge branch 'master' into masterGravatar ltning2025-02-041-14/+36
| |\
| * \ Merge branch 'master' into masterGravatar ltning2025-01-271-19/+374
| |\ \
| * | | Add short_description_raw optionGravatar Eirik Oeverby2025-01-061-10/+20
| | | |
* | | | Added a 'Context' link to each notification.Gravatar default2025-02-051-1/+7
| |_|/ |/| |
* | | Call timeline_add_mark() after history_add() for better timestamp checks.Gravatar default2025-01-291-2/+2
| | |
* | | Some tweaks to the already seen mark code.Gravatar default2025-01-281-2/+2
| | |
* | | Set the CSS class snac-no-more-unseen-posts.Gravatar default2025-01-281-6/+7
| | |
* | | Added a 'No more unseen posts' mark.Gravatar default2025-01-271-0/+24
| | |
* | | Minor optimization in timeline retrieving.Gravatar default2025-01-271-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.Gravatar default2025-01-251-1/+3
| |
* | Another tweak to fix repeated notifications.Gravatar default2025-01-251-0/+9
| |
* | Improved notification messages.Gravatar default2025-01-241-10/+36
| |
* | Improved notify repetition code.Gravatar default2025-01-231-1/+3
| |
* | Added some code to supress repeated notifications.Gravatar default2025-01-231-2/+10
| |
* | Fixed bug in 'in reply to' checking.Gravatar default2025-01-221-10/+14
| |
* | Minor visual tweak.Gravatar default2025-01-221-14/+12
| |
* | Minor HTML tweak.Gravatar default2025-01-201-1/+3
| |
* | Show the post language under the date 'title'.Gravatar default2025-01-201-5/+20
| |
* | Update user config from admin/followed-hashtags.Gravatar default2025-01-191-1/+30
| |
* | Added controls for the followed hashtags.Gravatar default2025-01-191-0/+32
| |
* | Implemented Mastodon-like /authorize_interaction.Gravatar default2025-01-161-0/+61
| |
* | Minor improvements to start / end event time showing.Gravatar default2025-01-121-4/+4
| |
* | Better dangling hashtag checking.Gravatar default2025-01-121-7/+7
| |
* | Show event start / end times.Gravatar default2025-01-121-0/+43
| | | | | | | | This code is a ugly as fuck.
* | If an Event has an URL, use it.Gravatar default2025-01-121-0/+11
| |
* | If a post has a location, show it.Gravatar default2025-01-101-0/+37
| |
* | Fixed crash.Gravatar default2025-01-101-1/+1
| |
* | If a location is defined, user actors include a 'Place' object.Gravatar default2025-01-101-1/+1
| |
* | Show the location in the public page.Gravatar default2025-01-101-0/+18
| |
* | New user settings latitude and longitude.Gravatar default2025-01-101-0/+19
| |
* | Deleted useless check.Gravatar default2025-01-081-1/+1
| |
* | Fixed crash on NULL hashtag href.Gravatar default2025-01-081-10/+13
| |
* | Do a lower case search of hashtags in the content.Gravatar default2025-01-081-6/+5
| |
* | Also check for the lowecase URL of the hashtags.Gravatar default2025-01-081-1/+5
| |
* | Bumped copyright year.Gravatar default2025-01-081-1/+1
| |
* | Show hashtags that are not already linked from the post content.Gravatar default2025-01-081-0/+33
|/
* New configuration directive "max_public_entries".Gravatar default2025-01-051-1/+3
|
* Updated tip for the search box.Gravatar default2025-01-051-1/+1
|
* Moved post language setting to msg_note(), where it really belongs.Gravatar default2025-01-051-3/+3
| | | | On the way, posting from the Mastodon API sets the language accordingly.
* More search by URL tweaks.Gravatar default2025-01-041-23/+17
|
* When search for URLs, rewrite the query string to be the real post id.Gravatar default2025-01-011-0/+4
|
* The shared post is really sent.Gravatar default2025-01-011-2/+11
|
* Fixed warning.Gravatar default2024-12-311-1/+1
|
* Merge branch 'master' of comam.es:git/snac2Gravatar default2024-12-311-1/+34
|\
| * More work in the Mastodon-share webpoint.Gravatar default2024-12-311-1/+34
| |
* | Added "Like" to operations for upstream branchGravatar DHeadshot2024-12-311-0/+17
|/
* Make xmpp and mailto URLs clickable.Gravatar default2024-12-261-1/+1
|
* Account names can also contain periods (in account search).Gravatar default2024-12-211-1/+1
|