Commit graph

2935 commits

Author SHA1 Message Date
default
b3be8e0673 New cmdline ops 'import_list' and 'import_block_list'. 2024-11-25 10:24:47 +01:00
default
2eff3ffb66
Most CSV import code has been moved to their own functions. 2024-11-25 10:08:50 +01:00
default
f549af8005
Updated RELEASE_NOTES. 2024-11-25 09:09:56 +01:00
default
15f352fe83 When importing CSV lists, also follow that accounts. 2024-11-25 08:15:34 +01:00
default
13647f790d Fixed missing else in html people list. 2024-11-24 20:33:22 +01:00
default
474a750e69 Changed help for the search box. 2024-11-24 20:25:17 +01:00
default
6e32dd16d8
Updated RELEASE_NOTES. 2024-11-24 20:22:58 +01:00
default
3f8db422ce The search box also searches accounts (via webfinger). 2024-11-24 20:21:48 +01:00
default
a5a7ab9ba5 Backport from xs. 2024-11-24 18:49:17 +01:00
default
e0fb6a7064 Fixed bio processing in the public page. 2024-11-24 18:36:33 +01:00
default
45f29ede87 Updated documentation. 2024-11-24 10:33:42 +01:00
default
a2665c3cc9 Minor tweak to user_persist(). 2024-11-24 09:37:59 +01:00
default
9fee970809 Updated RELEASE_NOTES. 2024-11-24 09:30:40 +01:00
default
76654f1bfa Bumped version. 2024-11-24 09:26:54 +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
96576d2c5d On unfollow, also delete from the pending follow list. 2024-11-24 08:46:26 +01:00
default
129049edf4 New function pending_check() and pending_del(). 2024-11-24 08:37:19 +01:00
default
b91177cb46 New function pending_get() and pending_list(). 2024-11-24 08:31:01 +01:00
default
7287776fd1 New function pending_add(). 2024-11-24 08:17:38 +01:00
default
35b35ec3af Return the 'manuallyApprovesFollowers' actor field according to user configuration. 2024-11-24 08:03:51 +01:00
default
36c3030231 In user_persist(), only publish the actor to the world if a relevant field has changed.
This way, changing user preferences does not trigger an automatic send storm.
2024-11-23 17:33:49 +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
775fb14706
Version 2.64 RELEASED. 2024-11-21 15:12:22 +01:00
default
b0dd7f59a2
Updated RELEASE_NOTES. 2024-11-21 07:21:32 +01:00
default
c507e30607
New function xs_unicode_right_to_left(). 2024-11-20 18:10:02 +01:00
default
781c0edcc6 mastoapi: fixed crash in posts without 'published' field. 2024-11-20 15:59:36 +01:00
default
3a91185248
Updated documentation. 2024-11-19 15:51:32 +01:00
default
fc9ba8f026 More usage of get_in_reply_to(). 2024-11-19 06:59:53 +01:00
default
085caa7747 New function get_in_reply_to(). 2024-11-19 06:46:14 +01:00
default
4daacf6b9d
Updated TODO. 2024-11-18 20:38:30 +01:00
default
41aa022e0d Merge branch 'master' of grunfink-codeberg:grunfink/snac2 2024-11-18 15:23:17 +01:00
grunfink
5cef1ecc1c Merge pull request 'do not autocapitalize "Login: " masto api field' (#227) from fkooman/snac2:no-autocapitalize into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/227
2024-11-18 14:20:28 +00:00
François Kooman
a7974cbaa7 do not autocapitalize "Login: " masto api field
on Chrome/Safari the Mastodon API OAuth login page auto capitalizes
the first char of the "Login: " field. This disabled that.
2024-11-18 11:46:14 +01:00
default
437829a833 mastoapi: more tweaks to notifications code. 2024-11-17 11:08:25 +01:00
default
442b46abc0 mastoapi: added more checks in the notifications code. 2024-11-17 10:53:47 +01:00
default
2416945748 In the insert cmdline op, don't re-add if it's already in the timeline. 2024-11-17 10:23:43 +01:00
default
ec5ba68d00 Updated TODO. 2024-11-17 10:21:51 +01:00
default
876c892960 The server creates a pidfile inside the base directory. 2024-11-17 10:21:15 +01:00
default
0858f57d8a Updated TODO. 2024-11-17 10:09:41 +01:00
default
90a959cb85 Updated TODO. 2024-11-16 07:26:44 +01:00
default
29caa37fd7 Allow underscores in hashtags. 2024-11-16 07:25:25 +01:00
default
f2213021c4 Minor tweak to proxy code (some URLs were not correctly formed). 2024-11-14 16:21:14 +01:00
default
6a22a583fe
Version 2.63 RELEASED. 2024-11-14 15:18:11 +01:00
default
07f1231b07 Updated RELEASE_NOTES. 2024-11-14 15:17:14 +01:00
default
edc810cb27 Updated documentation. 2024-11-13 20:19:14 +01:00
default
000db2c1e4 Updated dependencies. 2024-11-12 10:36:07 +01:00