default
|
45278afdf1
|
Backport from xs.
|
2024-08-11 21:50:45 +02:00 |
|
default
|
3dbeee863e
|
Minor search improvement.
|
2024-08-11 17:54:48 +02:00 |
|
default
|
3663c816a3
|
Updated RELEASE_NOTES.
|
2024-08-11 17:30:38 +02:00 |
|
default
|
501912d28c
|
Bumped version.
|
2024-08-11 17:29:51 +02:00 |
|
default
|
382ff03349
|
content_search() also search into alt-text from attachments.
|
2024-08-11 17:29:09 +02:00 |
|
default
|
35503ed2b4
|
mastoapi: also use mastoapi_timeline() with lists.
|
2024-08-09 18:07:05 +02:00 |
|
default
|
9457a7358a
|
Use mastoapi_timeline() also for the instance timeline and tags.
|
2024-08-09 17:25:57 +02:00 |
|
default
|
61d8b46782
|
More mastoapi_timeline() tweaks.
|
2024-08-09 17:17:27 +02:00 |
|
default
|
339dc1a325
|
Use index_desc_first() / index_desc_next() in mastoapi_timeline().
|
2024-08-09 16:57:14 +02:00 |
|
default
|
f5332ec016
|
Added some functions that return index filenames.
|
2024-08-09 16:28:57 +02:00 |
|
default
|
db7a68d198
|
New function mastoapi_timeline().
|
2024-08-09 16:09:45 +02:00 |
|
default
|
3f01787cc9
|
Version 2.57 RELEASED.
|
2024-08-08 06:35:24 +02:00 |
|
default
|
d9994c9a35
|
Fixed leaked EmojiReact notifications.
|
2024-08-07 11:01:10 +02:00 |
|
default
|
d91a016a6c
|
mastoapi: show EmojiReact notifications as 'favourites'.
|
2024-08-06 18:15:04 +02:00 |
|
default
|
88fc843d3e
|
Use xs_between() where applicable.
|
2024-08-05 18:39:15 +02:00 |
|
default
|
b856664663
|
Tweaked unveil() / pledge() to deal with UNIX sockets.
|
2024-08-05 06:54:47 +02:00 |
|
default
|
54edf4e9d8
|
Updated documentation.
|
2024-08-05 06:28:47 +02:00 |
|
default
|
d2b3a7d708
|
Updated documentation.
|
2024-08-05 06:21:55 +02:00 |
|
default
|
3911aec4c3
|
Updated RELEASE_NOTES.
|
2024-08-05 06:09:34 +02:00 |
|
default
|
8a6c6134ef
|
Add support to unix sockets in snac_init().
|
2024-08-05 06:06:57 +02:00 |
|
default
|
972c3dc5d4
|
Added support for listening on unix sockets.
|
2024-08-05 06:01:21 +02:00 |
|
default
|
e9b108a6e0
|
Minor logging tweaks.
|
2024-08-05 05:35:10 +02:00 |
|
default
|
78d34e4fb4
|
Updated documentation.
|
2024-08-01 18:57:06 +02:00 |
|
default
|
d83cea3aa9
|
Updated TODO.
|
2024-08-01 18:52:31 +02:00 |
|
default
|
20af5d65f9
|
In 'Move' notifications, show the old account below the originator one.
|
2024-08-01 18:48:01 +02:00 |
|
default
|
f14ea27818
|
Notify Moves, even if they fail.
|
2024-07-31 07:20:16 +02:00 |
|
default
|
053e9de637
|
Updated RELEASE_NOTES.
|
2024-07-31 06:26:52 +02:00 |
|
default
|
1001744ddb
|
Notify objects include the original message.
|
2024-07-31 06:22:13 +02:00 |
|
default
|
a09ea11f55
|
Archive bad Move messages.
|
2024-07-30 22:21:46 +02:00 |
|
default
|
1ee9814931
|
Added initial support for the input message 'Move' (untested).
|
2024-07-30 22:18:30 +02:00 |
|
default
|
05d4fca042
|
Updated RELEASE_NOTES.
|
2024-07-30 19:00:23 +02:00 |
|
default
|
1542a1a0a6
|
Treat 'EmojiReact' as a 'Like'.
These messages will have special treatment eventually.
|
2024-07-30 18:34:40 +02:00 |
|
default
|
f8fa7167e2
|
Notify blocks.
|
2024-07-30 18:27:09 +02:00 |
|
default
|
21c9245f7f
|
On send, consider HTTP status 422 (UNPROCESSABLE_CONTENT) as a fatal error.
|
2024-07-30 17:53:08 +02:00 |
|
default
|
033c176d8d
|
Updated RELEASE_NOTES.
|
2024-07-27 18:23:14 +02:00 |
|
default
|
ae02f6542b
|
mastoapi: don't generate stupid, non-existent header fields.
|
2024-07-27 06:33:44 +02:00 |
|
default
|
e113f95738
|
mastoapi: in /v2/search, store found local actors.
|
2024-07-27 05:52:41 +02:00 |
|
default
|
7a20b14fbc
|
mastoapi: opening a token file updates its file date and its app's.
|
2024-07-24 18:31:49 +02:00 |
|
default
|
de628c5f33
|
Use MD5_HEX_SIZE in more places.
|
2024-07-23 10:09:12 +02:00 |
|
default
|
c06132579c
|
New constant MD5_HEX_SIZE.
|
2024-07-23 09:59:48 +02:00 |
|
default
|
5921ec57f6
|
Reimplemented index_list_desc() by way of index_desc_first() and index_desc_next().
|
2024-07-23 09:50:56 +02:00 |
|
default
|
78f383f025
|
New functions index_desc_first() and index_desc_next() (unused).
|
2024-07-23 09:34:53 +02:00 |
|
default
|
ff08f73bc9
|
Updated RELEASE_NOTES.
|
2024-07-19 07:26:06 +02:00 |
|
default
|
5f6a42453c
|
Added support for markdown-like ![alt text](image url).
|
2024-07-19 07:24:28 +02:00 |
|
default
|
6e3b621f7b
|
Added support for Markdown ~~strikethrough text~~.
|
2024-07-19 07:11:25 +02:00 |
|
default
|
f3b392e06a
|
Show bold+italic (text between ***) correctly.
|
2024-07-18 17:19:14 +02:00 |
|
default
|
cd96728593
|
Updated RELEASE_NOTES.
|
2024-07-11 09:51:57 +02:00 |
|
default
|
5257520314
|
Bumped version.
|
2024-07-11 09:51:04 +02:00 |
|
default
|
1b8d1abbfb
|
Add the 'required' HTML attr to one-option polls (radio buttons).
|
2024-07-11 09:48:50 +02:00 |
|
default
|
5a421847a7
|
Do nothing on polls without any vote.
|
2024-07-11 09:26:26 +02:00 |
|