Commit Graph

1529 Commits

Author SHA1 Message Date
default
f7be2d1683 Revert "Deleted the link to snac on OpenBSD."
This reverts commit 5db10733d5.
2023-06-25 00:03:59 +02:00
default
2f3ed55790 The WWW-Authenticate real also includes the user. 2023-06-24 08:29:29 +02:00
default
3da32bd327 Fixed missing end quote in the WWW-Authenticate header. 2023-06-24 08:07:46 +02:00
default
5db10733d5 Deleted the link to snac on OpenBSD. 2023-06-24 06:18:24 +02:00
default
b35eb10a52 Updated TODO. 2023-06-23 06:49:21 +02:00
default
5e2054a0a6 Updated README. 2023-06-21 09:12:25 +02:00
default
96b8791754 Defend from kbin.social messages not having a content-type header. 2023-06-19 17:39:53 +02:00
default
42803e2116 Fixed crash in _object_fn_by_md5(). 2023-06-18 20:38:35 +02:00
default
5278232616 Delete unnecessary function information in _object_fn(). 2023-06-18 20:35:16 +02:00
default
b331f362be Improved checks to _object_fn_by_md5(). 2023-06-18 20:29:50 +02:00
default
51ef347334 Added some more checks to _object_fn_by_md5(). 2023-06-18 20:08:51 +02:00
default
551bf92b3b Added the caller function name to _object_fn_by_md5() and _object_fn(). 2023-06-18 19:53:33 +02:00
default
7eb80e9916 Renamed the HTTP Basic auth realm to something more informative. 2023-06-18 19:34:35 +02:00
default
0a6a3a0a9a Avoid checking for deleted entries (starting with '-') in index_gc(). 2023-06-18 19:09:37 +02:00
default
98d49bab25 Merge branch 'master' of grunfink-codeberg:grunfink/snac2 2023-06-16 17:11:32 +02:00
grunfink
4b75b2a75f Merge pull request 'added titles to images and emojis' (#54) from Haijo7/snac2:titles into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/54
2023-06-16 15:11:18 +00:00
Haijo7
553ef7b40c added titles to images and emojis 2023-06-16 15:31:40 +02:00
default
a260f5fec3 Increased debug level for NOT collecting inboxes. 2023-06-16 10:07:25 +02:00
default
723efdb251 Added some logging on corrupted md5 ids. 2023-06-16 10:04:29 +02:00
default
1b1cb2dc38 Bumped version. 2023-06-16 09:26:17 +02:00
default
5be2239467 Quick fix to "Script self-injection in edit box".
In the 'Edit...' box, the sourceContent (which was written by a user)
has its < replaced with &lt; . This issue does not propagate to the
public timeline nor to the recipients of the post.

Reference: https://codeberg.org/grunfink/snac2/issues/53
2023-06-16 09:25:32 +02:00
default
57761020b7 Version 2.35 RELEASED. 2023-06-15 18:28:24 +02:00
default
ded12dcf52 Fixed look of users without creationg date in the people page. 2023-06-15 18:00:09 +02:00
default
478cb2cf15 Use xs_stock_* values wherever possible. 2023-06-15 17:51:24 +02:00
default
8d9289a815 Backport from xs. 2023-06-15 17:39:38 +02:00
default
25ca709e48 Updated RELEASE_NOTES. 2023-06-15 17:25:44 +02:00
default
262de20aa8 Fixed voting / replying confusion. 2023-06-15 17:24:44 +02:00
default
09e0d99251 Increased log level for enqueue_request_replies(). 2023-06-15 09:35:03 +02:00
default
14b2f69768 If a ~/log/ folder exists, also write the log there. 2023-06-15 06:15:39 +02:00
default
9a4ff57205 Updated RELEASE_NOTES. 2023-06-15 05:02:53 +02:00
default
2076267c03 Avoid returning 'ghost' no-longer-followers in followers_list(). 2023-06-15 04:56:44 +02:00
default
dccb6cdd81 Updated TODO. 2023-06-15 04:30:55 +02:00
default
2bed69d00b Use the _a.json extension for actor object links into following/. 2023-06-15 04:29:26 +02:00
default
297b82c9c6 following_list() creates links to the actors if they don't exist. 2023-06-15 04:19:09 +02:00
default
e97092cf0c Maintain a link to the author object in the following/ subdirectory. 2023-06-15 04:11:39 +02:00
default
1307b6203c Use utimes() to 'touch' the actor file in actor_get(). 2023-06-14 20:59:00 +02:00
default
f839dc11c9 Updated RELEASE_NOTES. 2023-06-13 22:09:56 +02:00
default
f5e437a100 Fixed crash in check_signature(). 2023-06-13 22:09:20 +02:00
default
a3d33bfd3f Stop lying about code style being ANSI C. 2023-06-13 21:20:52 +02:00
default
e0c6fb786c New function webfinger_request_signed(). 2023-06-13 20:36:43 +02:00
default
e26d05746c Updated RELEASE_NOTES. 2023-06-13 19:01:11 +02:00
default
b5f63b63fa In sanitize(), delete unsupported HTML tags instead of showing them. 2023-06-13 19:00:26 +02:00
default
5654960161 Also accept HTML tag <ol>. 2023-06-13 18:57:43 +02:00
default
38986cefc3 Updated RELEASE_NOTES. 2023-06-12 20:35:45 +02:00
default
3977a12bef Avoid writing a NULL header in mastoapi_account(). 2023-06-12 19:39:15 +02:00
grunfink
6f72a195b4 Merge pull request 'add mastodon profile header to mastodon api' (#46) from Haijo7/snac2:mastodon-profile-header into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/46
2023-06-12 17:05:41 +00:00
default
8fb74b6dcc Updated RELEASE_NOTES. 2023-06-12 19:04:38 +02:00
default
5da16e91c4 Updated TODO. 2023-06-12 19:04:00 +02:00
Haijo7
42958900a0
removed additinal empty string 2023-06-12 19:01:38 +02:00
default
b9dee83f27 Fix links with # in it. 2023-06-12 19:01:17 +02:00