default
|
e78f0bf1b1
|
Fixed error message.
|
2023-12-11 16:00:16 +01:00 |
|
default
|
25b0829470
|
Do not retry Delete messages on actor error.
|
2023-12-11 15:04:30 +01:00 |
|
default
|
bfdaf380ea
|
More logging tweaks.
|
2023-12-11 10:41:41 +01:00 |
|
default
|
c06b74cc8e
|
Revert "Reverted actor_request() without user."
This reverts commit 8d0a69cd75 .
|
2023-12-11 10:12:57 +01:00 |
|
default
|
8d0a69cd75
|
Reverted actor_request() without user.
Some sites require even Person requests to be signed.
|
2023-12-11 08:00:49 +01:00 |
|
default
|
c693c7c62c
|
Some logging tweaks.
|
2023-12-11 07:37:53 +01:00 |
|
default
|
88294c5198
|
Log actor_request() errors.
|
2023-12-11 07:19:42 +01:00 |
|
default
|
09b926c168
|
More functions do not require the user argument.
|
2023-12-10 17:50:03 +01:00 |
|
default
|
0e6c5f9463
|
actor_request() does not need a user argument.
|
2023-12-10 17:46:54 +01:00 |
|
default
|
8823325bd9
|
The 'actor' command from the command-line allows non-signed queries.
|
2023-12-10 10:36:14 +01:00 |
|
default
|
90179f8459
|
activitypub_request() may have a NULL user.
In the NULL user case, only non-signed requests will be done,
but it's probably enough for actor requests in most cases.
|
2023-12-10 10:27:45 +01:00 |
|
default
|
1c19404258
|
Minor reordering code to process_input_message().
|
2023-12-10 10:17:50 +01:00 |
|
default
|
95ccff541c
|
process_input_message() returns -1 on errors.
|
2023-12-10 10:00:17 +01:00 |
|
default
|
d7fe3ba615
|
Call is_msg_for_me() from global queue input messages.
|
2023-12-10 09:08:30 +01:00 |
|
default
|
8f172f5e0e
|
Usage of shared inboxes is now configurable from the server.json file.
|
2023-12-08 08:41:32 +01:00 |
|
default
|
755ef0ed97
|
Purge unused tags completely.
|
2023-12-08 08:34:51 +01:00 |
|
default
|
c9b8f8cfef
|
Show a note's summary as a header.
|
2023-12-08 07:04:10 +01:00 |
|
default
|
8bdebf278a
|
Backport from xs.
|
2023-12-08 06:13:08 +01:00 |
|
default
|
ce0e782c94
|
Also check inside Update messages in is_msg_for_me().
|
2023-12-06 19:59:59 +01:00 |
|
default
|
bad729c631
|
Started work to support shared inboxes.
|
2023-12-06 14:46:51 +01:00 |
|
default
|
7a18a60c3c
|
Show the md5 of the original post in its link in html_actor_icon().
|
2023-12-06 07:41:02 +01:00 |
|
default
|
cd26ab3df0
|
Updated RELEASE_NOTES.
|
2023-12-05 19:39:46 +01:00 |
|
default
|
01c21d57ec
|
mastoapi: fixed crash processing kbin boosts.
|
2023-12-05 19:37:27 +01:00 |
|
default
|
756b0c98ee
|
mastoapi: correctly print the auth key in the sepcial urn:ietf... case.
|
2023-12-05 05:47:53 +01:00 |
|
default
|
04e51516d3
|
Updated RELEASE_NOTES.
|
2023-12-03 23:51:52 +01:00 |
|
default
|
b17aa7d522
|
Backport from xs.
|
2023-12-03 23:47:25 +01:00 |
|
default
|
5f047d46c0
|
Backport from xs.
|
2023-12-03 17:26:50 +01:00 |
|
default
|
a658e5d1c7
|
Don't show polls as 'votable' from the public timeline.
|
2023-12-03 11:51:26 +01:00 |
|
default
|
8b3471afb7
|
Backport from xs.
|
2023-12-03 11:43:40 +01:00 |
|
default
|
f1afe4416d
|
Fill the 'fields' list in mastoapi_account().
|
2023-12-03 10:57:54 +01:00 |
|
default
|
f5bf8ef7e1
|
mastoapi: patched dates to match the funny timezone Mastodon uses.
|
2023-12-03 10:05:04 +01:00 |
|
default
|
68b7947159
|
mastoapi: return some dummy values in verify_credentials.
|
2023-12-03 09:24:02 +01:00 |
|
default
|
8b5c146c40
|
A very minor HTML tweak.
|
2023-11-30 13:27:02 +01:00 |
|
default
|
d6b3333d4a
|
Use a configurable line height in replace_shortnames().
|
2023-11-29 15:02:29 +01:00 |
|
default
|
a60aa33f1c
|
Updated RELEASE_NOTES.
|
2023-11-29 14:03:45 +01:00 |
|
default
|
6a37dca67a
|
Added a title to an image shortname.
|
2023-11-29 13:43:33 +01:00 |
|
default
|
5b270b903c
|
Deleted redundant code.
|
2023-11-29 13:40:13 +01:00 |
|
default
|
f3e7aff2d7
|
Deleted redundant code.
|
2023-11-29 13:35:07 +01:00 |
|
default
|
d1b2fcf426
|
New function replace_shortnames().
|
2023-11-29 13:16:24 +01:00 |
|
default
|
9419b80809
|
Got rid of dead code.
|
2023-11-29 10:17:41 +01:00 |
|
default
|
b1a9279f85
|
html_timeline() now uses xs_html.
|
2023-11-29 10:14:37 +01:00 |
|
default
|
6c6dd060eb
|
The "More..." links in html_timeline() use now xs_html.
|
2023-11-29 09:53:49 +01:00 |
|
default
|
a6da1fdb64
|
History in html_timeline() uses xs_html.
|
2023-11-29 09:49:48 +01:00 |
|
default
|
593475fc19
|
Updated RELEASE_NOTES.
|
2023-11-29 09:41:44 +01:00 |
|
default
|
5a8918007f
|
Fixed typo.
|
2023-11-29 09:39:23 +01:00 |
|
default
|
9af9f29d33
|
html_notifications() is now fully xs_html.
|
2023-11-29 09:36:03 +01:00 |
|
default
|
b846c943b3
|
Fixed crash in activitypub_request() when there is no payload.
|
2023-11-29 08:58:31 +01:00 |
|
default
|
230a548767
|
html_entry() returns an xs_html.
|
2023-11-28 20:55:58 +01:00 |
|
default
|
89b796f941
|
Blah blah blah html_entry() blah blah blah.
|
2023-11-28 20:50:49 +01:00 |
|
default
|
bd2540e23f
|
xs_html() doesn't filter the top string, just returns the generated string.
|
2023-11-28 20:04:49 +01:00 |
|