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 < . 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
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