Commit Graph

2785 Commits

Author SHA1 Message Date
default
076d74935c Updated documentation. 2024-10-08 09:30:43 +02:00
default
12373b018e Added -pedantic compilation flag. 2024-10-08 07:45:17 +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
b7e78e6016 More hashtag regex improvements. 2024-10-03 20:49:11 +02:00
default
d8487e5c9b Updated documentation. 2024-10-03 20:13:38 +02:00
default
25ff20cdae Add the apostrophe as another stop char for hashtags. 2024-10-03 17:10:30 +02:00
default
0e21b38807 Updated TODO. 2024-10-03 17:07:12 +02:00
default
8c26debb9d Fixed URL in README.md. 2024-10-03 16:42:52 +02:00
default
56070513ae Added a warning to the 'migrate' command. 2024-09-27 17:40:05 +02:00
default
d49ae2dc8a When editing a draft, the checkbox is kept set. 2024-09-27 17:36:49 +02:00
default
2d2a685ec8 More migration work. 2024-09-20 10:47:14 +02:00
default
3a5c78147c Move migration work. 2024-09-19 20:13:18 +02:00
default
a0d1d13441 Changed some migration terminology. 2024-09-19 19:47:07 +02:00
default
26674e1ec3 Updated RELEASE_NOTES. 2024-09-19 15:07:59 +02:00
default
d5f0acaf87 Log fake uids in webfinger_request_fake(). 2024-09-19 15:02:00 +02:00
default
836b66358d Use webfinger_request_fake() in export_csv(). 2024-09-18 20:05:22 +02:00
default
ee63e2a78c New function webfinger_request_fake(). 2024-09-18 19:56:40 +02:00
default
97cc35f577 Started account migration code. 2024-09-18 18:34:17 +02:00
default
00716d1871 Added 'export_csv' to the usage message. 2024-09-18 12:46:01 +02:00
default
7a83532c8e Also export following_accounts.csv. 2024-09-18 12:42:50 +02:00
default
53f339abf6 Also export lists.csv. 2024-09-18 12:28:58 +02:00
default
748d60497f Started support for CSV data export. 2024-09-18 12:12:58 +02:00
default
5f5d4be347 Use user_persist() to publish the actor after setting the aka. 2024-09-18 11:20:03 +02:00
default
b1e7de2fd3 The aka is returned in the alsoKnownAs actor field. 2024-09-18 11:05:42 +02:00
default
0f3c60d1ee New command-line command 'aka'. 2024-09-18 10:59:42 +02:00
default
3155a80723 While processing a 'Move', retry failed actor retrieval (it may be a transient server error). 2024-09-17 00:26:23 +02:00
default
e751def762 Bumped development version. 2024-09-16 09:36:07 +02:00
default
7cb291c523 Updated RELEASE_NOTES. 2024-09-16 09:35:50 +02:00
default
5402d03f17 Fixed minor memory leak. 2024-09-16 09:32:22 +02:00
grunfink
a09e5052dd Merge pull request 'URL decode data after splitting the arguments' (#196) from ndagestad/snac2:mastodon_login into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/196
2024-09-16 07:28:28 +00:00
Nicolai Dagestad
ba5cbb6d82 URL decode data after splitting the arguments
Data decoding should happen after the parsing if not, a '?', '&', '#'
or other character decoded will interfere with the parsing. e.g. the
users password contains a '&', then it is truncated on that character,
and login will fail.
2024-09-15 18:39:49 +02:00
default
b3c00cc098
Version 2.59 RELEASED. 2024-09-15 14:02:27 +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
16a1b207b1 Updated TODO. 2024-09-15 08:16:49 +02:00
default
31ce1af736 Minor code cleaning. 2024-09-14 18:59:49 +02:00
default
c6594949f9 Also purge bookmark.idx and draft.idx. 2024-09-14 16:55:01 +02:00
default
e0a2eb4fb5 Some tweaks to draft post code. 2024-09-14 16:51:30 +02:00
default
352108e61f Set the "Only for mentioned people" checkbox properly. 2024-09-14 15:23:07 +02:00
default
46708ef309 Updated RELEASE_NOTES. 2024-09-14 14:46:31 +02:00
default
7e85cd570d Fixed crash in xs_multipart_form_data(). 2024-09-14 14:43:22 +02:00
default
b6f84c3a95 Updated documentation. 2024-09-13 09:28:21 +02:00
default
05cff0a254 Updated RELEASE_NOTES. 2024-09-13 09:16:26 +02:00
default
6869c493a1 Minor fix to avoid 'Block' notifications to be invisible. 2024-09-12 23:48:16 +02:00
default
650f135775 Updated RELEASE_NOTES. 2024-09-06 23:45:31 +02:00
default
743184384c Updated TODO. 2024-09-06 23:43:40 +02:00
default
a9082bdac2 Minor default CSS fix. 2024-09-06 22:35:26 +02:00
default
d515126797 Minor tweak. 2024-09-06 10:53:01 +02:00
default
2ec86d363e Hiding a draft deletes it. 2024-09-06 10:51:30 +02:00
default
ac0c7bc2ed More work in post drafts. 2024-09-06 10:31:09 +02:00