Commit graph

641 commits

Author SHA1 Message Date
default
474a750e69 Changed help for the search box. 2024-11-24 20:25:17 +01:00
default
3f8db422ce The search box also searches accounts (via webfinger). 2024-11-24 20:21:48 +01:00
default
e0fb6a7064 Fixed bio processing in the public page. 2024-11-24 18:36:33 +01:00
default
93f70d6759 Added web UI for the 'approve_followers' checkbox. 2024-11-24 09:25:59 +01:00
default
0db1cf05d1 New web actions "Approve" and "Discard". 2024-11-24 09:14:59 +01:00
default
0ddbe7e53b Pending follow notifications are shown as "Follow Request". 2024-11-24 08:58:02 +01:00
default
9fb84bcb3a The people page shows 'Approve' and 'Discard' buttons for pending follows. 2024-11-24 08:54:43 +01:00
default
c88d7e72f0 Minor tweak to new metadata. 2024-11-23 17:16:31 +01:00
default
09d268495c The 'metadata' field in user.json is now a string instead of a dict. 2024-11-23 17:08:57 +01:00
default
085caa7747 New function get_in_reply_to(). 2024-11-19 06:46:14 +01:00
default
f2213021c4 Minor tweak to proxy code (some URLs were not correctly formed). 2024-11-14 16:21:14 +01:00
default
19b9998f8c The proxy token seed is created on startup and never stored. 2024-11-12 09:01:30 +01:00
default
af92863ebb Added new proxy authorization by token. 2024-11-12 05:38:55 +01:00
default
33375aca90 Fixed possible crash in proxy code. 2024-11-10 07:32:48 +01:00
default
a657274d4e In the RSS description, don't convert the bio from Markdown. 2024-11-10 07:16:48 +01:00
default
d9b94a556a RSS feeds are now 2.0 instead of 0.91. 2024-11-10 06:59:55 +01:00
default
b2555fb6b9 Merge branch 'master' of comam.es:git/snac2 2024-11-07 22:01:03 +01:00
default
585adead38 Fixed some URLs that should not be proxied. 2024-11-07 22:01:00 +01:00
default
c7e8f3783b Moved make_url() to data.c. 2024-11-07 22:00:25 +01:00
default
3e9222c049 Fixed 'strict_public_timelines' being applied to the private timeline. 2024-11-07 21:17:38 +01:00
default
a6bf1ee0d0 Use the raw_path for proxying (as some media may include ? arguments). 2024-11-07 20:47:37 +01:00
default
e4e58d2222 Don't proxy our own URLs. 2024-11-07 20:23:07 +01:00
default
7dc42f5b3b Propagate the caching headers. 2024-11-07 20:21:02 +01:00
default
eb6d3d0d0e Omit the 'image' field if there are any attachment. 2024-11-07 20:04:02 +01:00
default
0f8ade8c60 Propagate 'last-modified' and 'etag' fields while proxying.
But does it work?
2024-11-07 19:42:02 +01:00
default
916dc76332 Also use the proxy in replace_shortnames(). 2024-11-07 19:05:11 +01:00
default
3313dc8df5 Changed make_url(). 2024-11-07 18:57:52 +01:00
default
484dd127d6 More proxy_media work. 2024-11-07 17:27:11 +01:00
default
80a084e721 New function make_url(), that takes 'proxy_media' into account. 2024-11-07 17:10:20 +01:00
default
8d06540d43 New server variable 'strict_public_timelines'. 2024-11-05 18:19:01 +01:00
default
6a7881ec85 Set some HTML url fields to be type 'url'. 2024-10-29 20:22:49 +01:00
default
1548fb0ff8 Save the 'collapse_threads' from the web UI. 2024-10-28 14:49:44 +01:00
default
bf6dd8016f Show the collapse_threads field in the user settings. 2024-10-28 14:41:55 +01:00
default
a80ba1c538 Use the 'collapse_threads' field from user.json. 2024-10-28 14:33:29 +01:00
default
59142795e7 Some work towards collapsing threads by default. 2024-10-28 10:20:27 +01:00
default
a0fc1b38eb Fixed crash. 2024-10-28 09:37:02 +01:00
default
ebd8b6137f Skip all repeated attachments, not only images. 2024-10-27 09:06:56 +01:00
default
4563b9c2f5 If an attached image URL is already in the post content, don't show it. 2024-10-27 09:02:45 +01:00
default
d031437a6e In notifications, show the emoji of the EmojiReact. 2024-10-26 13:27:48 +02:00
default
cff5d4d4b6 Fixed HTML typo. 2024-10-25 11:10:52 +02:00
default
0f42fbf854 More HTML tweaks. 2024-10-23 09:43:38 +02:00
default
cb3bb90dfc Tweaked HTML for the timeline pages. 2024-10-19 17:56:17 +02:00
default
e1df0d0d57 Tweaked HTML for the notifications page. 2024-10-19 17:49:02 +02:00
default
c30036f8c3 Fixed Draft: label title. 2024-10-19 09:08:10 +02:00
default
107e7c0d29 Fixed emojis in the public profile. 2024-10-08 20:30:20 +02:00
default
e49c837cd7 Don't cache a page if an error is set. 2024-10-06 10:01:31 +02:00
default
7774a68f3f New HTML variable error (still unused). 2024-10-06 09:56:44 +02:00
default
d49ae2dc8a When editing a draft, the checkbox is kept set. 2024-09-27 17:36:49 +02:00
default
57c9f4b8e9 Skip ugly line breaks at the beginning of a post's content. 2024-09-15 08:25:12 +02:00
default
e0a2eb4fb5 Some tweaks to draft post code. 2024-09-14 16:51:30 +02:00