Commit Graph

2756 Commits

Author SHA1 Message Date
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
default
a7344d20a4
Version 2.56 RELEASED. 2024-07-08 16:51:54 +02:00
default
7500898628 Updated RELEASE_NOTES. 2024-07-08 16:50:57 +02:00
default
ae5aa60789 Updated RELEASE_NOTES. 2024-07-08 16:50:16 +02:00
default
4175c70226 Added web UI for the auto-boost option. 2024-07-03 13:34:22 +02:00
default
645900c5d2 Updated RELEASE_NOTES. 2024-07-02 20:02:52 +02:00
default
ec5c72f06c Minor search tweaks. 2024-07-02 20:01:00 +02:00
default
aa3e351951 Minor tweak. 2024-07-01 08:59:32 +02:00
default
6f772e4770 Fixed a minor bug in processing Markdown-style links having anchors. 2024-06-27 05:30:53 +02:00
default
c016b68629 Metadata having gemini urls are now clickable. 2024-06-22 23:58:20 +02:00
default
ddff08a823 Merge branch 'master' of /home/angel/git/snac2 2024-06-20 17:39:23 +02:00
default
428e573525 Minor tweak. 2024-06-20 17:38:02 +02:00
default
9231601824 Updated RELEASE_NOTES. 2024-06-19 15:57:52 +02:00
default
866f6f79ad Updated RELEASE_NOTES. 2024-06-18 06:44:48 +02:00
default
d50e99491c Bumped version. 2024-06-18 06:41:11 +02:00
default
c0333ea0c8 Added auto boosting (contributed by sarahpw).
If `auto_boost` is set to `true` in am account's user.json, all mentions
to that account are automatically boosted to all its followers.

This is very similar to the behaviour of a 'Group' actor.
2024-06-18 06:40:35 +02:00
default
9be801630a Don't show the instance announcement in public pages. 2024-06-18 06:07:58 +02:00
default
534cf2cdc1 Also send Updates to collected inboxes. 2024-06-18 05:40:10 +02:00
default
f7665079fe Only send notes and poll to the collected inboxes. 2024-06-17 17:28:10 +02:00
default
5b1e771184 Deleted repeated code. 2024-06-17 14:57:05 +02:00
default
d7f2a91161 Minor tweak to rel=me links. 2024-06-15 04:31:56 +02:00
default
9145c22469 All metadata links include the rel='me' attribute. 2024-06-12 07:56:11 +02:00
default
aca6b2cff7 Backport from xs (faster dicts). 2024-06-12 07:55:40 +02:00
grunfink
84fc8d72a5 Merge pull request 'Fix typos on manpages' (#182) from sergiodj/snac2:typos-from-debian-lintian into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/182
2024-06-10 04:57:05 +00:00
Sergio Durigan Junior
a8a404a75d
Fix typos on manpages
These typos were detected by Debian's lintian.

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-06-09 16:57:17 -04:00
default
93851413f3
Version 2.55 RELEASED. 2024-06-09 19:28:37 +02:00
default
35de1647bf Updated RELEASE_NOTES. 2024-06-09 19:24:07 +02:00
default
d47c81cc7f Updated RELEASE_NOTES. 2024-06-09 17:46:29 +02:00
default
2e9e2ebd18 Don't return a Basic realm if there is no body. 2024-06-09 17:04:34 +02:00
default
c648fab797 mastoapi: Reverted empty ctype rejection. 2024-06-09 16:56:54 +02:00
default
6e8adc86d0 mastoapi: Added missing field in list creation. 2024-06-08 21:25:02 +02:00
default
bbb365e81b Many Mastodon apps don't send Content-Type in DELETE, so ignore it. 2024-06-08 21:08:12 +02:00
default
e026c2b82e
Version 2.54 RELEASED. 2024-06-08 12:32:02 +02:00