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 |
|
default
|
0157ac626c
|
Updated TODO.
|
2023-06-12 16:29:34 +02:00 |
|
Haijo7
|
564b5b1161
|
add mastodon profile header to mastodon api
|
2023-06-12 10:42:59 +02:00 |
|
default
|
f1294bd3d4
|
Added a comment about Announces of non-Notes.
|
2023-06-11 21:53:18 +02:00 |
|
default
|
7bbd47e4cc
|
Updated RELEASE_NOTES.
|
2023-06-11 21:10:00 +02:00 |
|
default
|
aa7ed9bd9b
|
Added Web UI to set the account 'bot' flag.
|
2023-06-11 21:06:08 +02:00 |
|
default
|
d9d4ffbc61
|
Hidden conversations are not rendered instead of given a 'display: none'.
|
2023-06-11 20:34:26 +02:00 |
|
default
|
5cdfd64d61
|
No more archiving of borked Likes.
|
2023-06-11 20:12:01 +02:00 |
|
default
|
cf2cfca624
|
Also reject Like messages in is_msg_for_me().
|
2023-06-11 20:10:23 +02:00 |
|
default
|
1dd88aa6f6
|
Log malformed Likes from wafrn.net (who else?).
|
2023-06-11 20:03:42 +02:00 |
|
default
|
6c0381bd5c
|
Merge branch 'master' of triptico.com:git/snac2
|
2023-06-11 19:50:04 +02:00 |
|
default
|
71855e87e3
|
If ~/error/ exists, also log messages to a file there.
|
2023-06-11 19:49:56 +02:00 |
|
grunfink
|
52d54ed73b
|
Merge pull request 'set bot to true for bots in mastodon api' (#45) from Haijo7/snac2:masto-api-user-type into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/45
|
2023-06-11 16:58:54 +00:00 |
|
Haijo7
|
9b1c5cc843
|
set bot to true in mastodon account if user type is service
|
2023-06-11 16:53:50 +02:00 |
|
Haijo7
|
2544ec92b2
|
add user type to mastodon profile
|
2023-06-11 16:38:06 +02:00 |
|
default
|
f6b836e120
|
Fixed comment.
|
2023-06-11 10:55:39 +02:00 |
|
default
|
723343fc42
|
Disable timeline_request_replies() temporarily.
|
2023-06-11 10:54:48 +02:00 |
|
default
|
e45ffa0fa2
|
Use a different variable name to store the id of 'embedded' children.
|
2023-06-11 10:41:19 +02:00 |
|
default
|
1d9e7348ff
|
Updated RELEASE_NOTES.
|
2023-06-11 09:24:21 +02:00 |
|
grunfink
|
422b3148ae
|
Merge pull request 'Mastodon API private timeline fixes' (#44) from poesty/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/44
|
2023-06-11 07:05:07 +00:00 |
|
poesty
|
fb5f34bb5a
|
Only allow logged-in user to use statuses API
|
2023-06-11 12:06:37 +08:00 |
|
poesty
|
15137fc5c7
|
Only allow logged-in user to use search API
|
2023-06-11 03:04:08 +08:00 |
|
poesty
|
2b64892e83
|
Use MID_TO_MD5 for ID comparison
|
2023-06-10 14:35:16 +08:00 |
|