Commit Graph
800 Commits
Author SHA1 Message Date
grunfink 212284c792 xs_http.h: new file. 2025-10-13 13:07:06 +02:00
byte c83c14f41d CW fix 2025-09-28 16:45:04 +00:00
grunfink a12db9a44e Added back instance and actor failure icons. 2025-09-28 15:48:33 +02:00
byte dcf5acaf53 implementing visibility scopes 2025-09-20 17:16:54 +02:00
grunfink e0e9d117f5 Return a 404 instead of an empty page if requesting a non-public post. 2025-09-09 13:56:59 +02:00
grunfink 40592fb3d4 post_langs can now be set from the user settings. 2025-08-12 11:00:19 +02:00
grunfink 944394e583 Editing a post keeps the original language. 2025-08-12 10:51:54 +02:00
grunfink 4d683302bc Post language is used in new posts. 2025-08-12 10:42:06 +02:00
grunfink a30844bba3 Show a dropdown with the user configured languages (still unused). 2025-08-12 10:33:48 +02:00
grunfink 0b5b4593cd Show the version in the 'powered by...' link. 2025-08-01 19:14:43 +02:00
grunfink 620571b437 Fixed link in tags, when it's an RSS. 2025-07-24 09:48:50 +02:00
grunfink a5ce94c824 Added an actor refresh in html_entry(). 2025-06-27 15:24:27 +02:00
grunfink 5d680a5ba2 Fixed crash. 2025-06-25 12:47:07 +02:00
grunfink 9403fb41ef More webmention hook tweaks. 2025-06-24 14:34:55 +02:00
grunfink f88bdd7960 Added a webmention hook. 2025-06-24 14:06:41 +02:00
grunfink 0e30411f58 New field 'favicon_url' in server.json. 2025-06-18 09:40:10 +02:00
grunfink 13ffca1d02 Another search by URL tweak (for Pixelfed). 2025-06-07 10:05:23 +02:00
grunfink d5dbdad930 If a metadata value is an account handle, it's also verified using webfinger. 2025-06-07 07:53:00 +02:00
grunfink c9c1323e40 Always show the 'pending follow confirmations' if there are any.
Even if the toggle is off.
2025-06-07 06:43:58 +02:00
grunfink cbf71ca0ca Skip incomplete attachments. 2025-06-06 21:02:28 +02:00
grunfink ffc7e52c66 Added web UI to set the notify webhook. 2025-05-30 19:13:40 +02:00
grunfink 34d85b3e1b mastoapi: fixed uploaded images name collision. 2025-05-29 13:12:43 +02:00
grunfink a1369b39c1 Activated hashtag RSS polling. 2025-05-28 09:07:19 +02:00
grunfink e2bb807864 Don't prepend a # before a hashtag that is really an URL. 2025-05-28 08:45:44 +02:00
grunfink 97ff66116b New file rss.c. 2025-05-28 07:48:47 +02:00
grunfink 859de583d9 Renamed timeline_to_rss() to rss_from_timeline(). 2025-05-28 07:44:34 +02:00
grunfink 5bc4511594 New function timeline_here(). 2025-05-27 21:14:23 +02:00
grunfink 631e44a64a Renamed timeline_here() to timeline_here_by_md5(), as it always should have been. 2025-05-27 21:08:57 +02:00
grunfink 97bf8a9cbc Fixed search by url for piefed.
Piefed returns 200 OK for webfinger queries, even it it doesn't return any valid data.
2025-05-26 07:40:08 +02:00
grunfink aa49cf4222 Merge pull request 'Faster performance metrics' (#395) from dandelions/snac2:pr-faster-metric into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/395
2025-05-20 06:32:39 +02:00
grunfink c950981cca Improved post language markup. 2025-05-19 20:14:07 +02:00
green 00fd1a1c3e performance: functions to get the number of followers 2025-05-19 15:19:38 +02:00
grunfink 072ae21013 Operations on the 'people' page redirects back to it instead of 'admin'. 2025-05-18 09:38:38 +02:00
grunfink ee84140ecc Added a pending follow request count next to the "people" link. 2025-05-18 08:23:48 +02:00
grunfink 6e42d34eab Merge pull request 'Display custom emoji in more places' (#343) from dandelions/snac2:emoji-pr into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/343
2025-05-06 03:55:43 +00:00
grunfink 605b60c06e New function enqueue_webmention().
The q_msg is queued, but nothing is done yet.
2025-05-03 19:16:21 +02:00
grunfink 6878e3fc93 Also add direct and markdown links in posts as attachments. 2025-05-03 18:55:10 +02:00
grunfink 136b7c1581 No longer drop text/html attachements. 2025-05-03 18:23:54 +02:00
grunfink 610fc0917d Added an alt to avatars. 2025-04-22 15:47:55 +02:00
green 0c03e6c9d9 cleaned up old changes and outdated comments 2025-04-13 15:49:18 +02:00
green 13c9306abe emoji variant selector in react notifications 2025-04-13 15:04:19 +02:00
green 1a6c3c5e81 better control over the emoji class 2025-04-13 14:58:24 +02:00
green 21a99e5508 emoji: refactor + emoji in display names on front page 2025-04-13 14:43:44 +02:00
green fbd81b6043 mime types for apng and svg check 2025-04-13 14:41:34 +02:00
green 4408859f8d also display the emoji for likes 2025-04-13 14:41:07 +02:00
green 544a20fb2a EmojiReact notifications show up as emojis 2025-04-13 14:40:59 +02:00
green 5fd3823e14 emojis in usernames in web ui 2025-04-13 14:40:00 +02:00
default a28638b4c1 More timezone work. 2025-04-13 14:39:46 +02:00
green 7f10057cff fixed broken emojis on akkoma 2025-04-13 14:39:04 +02:00
green 251d31e10e emoji in external bios (i hope) 2025-04-13 14:38:31 +02:00