Commit Graph

285 Commits

Author SHA1 Message Date
default
f1712dbe5d Merge branch 'master' of grunfink-codeberg:grunfink/snac2 2024-05-31 11:11:25 +02:00
grunfink
fe52b7612e Merge pull request 'Implement instance announcements' (#173) from louis77/snac2:announcements into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/173
2024-05-31 09:09:54 +00:00
default
c80a30e228 mastoapi: return an empty /v1/trends/statuses. 2024-05-31 11:01:42 +02:00
default
9d87960836 mastoapi: return an empty /v1/trends/tags. 2024-05-31 11:00:05 +02:00
default
a5e331c05e mastoapi: more list tweaks. 2024-05-31 10:16:43 +02:00
default
71c0799231 mastoapi: more list tweaks. 2024-05-31 10:00:35 +02:00
default
15bca0921f mastoapi: some tweaks to list entry points. 2024-05-31 09:50:37 +02:00
default
a41b66ce08 Updated RELEASE_NOTES. 2024-05-31 09:18:59 +02:00
grunfink
f7baafb416 Merge pull request 'Fix login issues with Mastodon, IceCube, Toot! on iOS' (#174) from louis77/snac2:apps into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/174
2024-05-31 07:00:13 +00:00
Louis Brauer
795790de08 Fix login with IceCubes and Mastodon on iOS 2024-05-31 01:28:29 +02:00
Louis Brauer
7e0ac64b85 Make Oauth login page actually readable on mobile devices 2024-05-31 01:28:20 +02:00
Louis Brauer
ac3b5dcbd4 Merge branch 'master' into announcements 2024-05-30 22:38:05 +00:00
Louis Brauer
c3bcb2bd3b Implement instance announcements 2024-05-31 00:30:37 +02:00
default
a2e08688d5 Fixed minor leak. 2024-05-30 10:49:32 +02:00
Louis Brauer
af8f1ef273 Implement image uploads for Tokodon 2024-05-29 11:53:34 +02:00
Louis Brauer
25ef07b1ec More or less smaller fixes :) 2024-05-27 23:55:51 +02:00
Louis Brauer
dfa0911c88 Implement empty response for /accounts/:id/featured_tags 2024-05-27 19:46:35 +02:00
Louis Brauer
81cf309e4d Implement Mastodon PATCH endpoint for account profile updates 2024-05-27 12:24:17 +02:00
Louis Brauer
0e21d35e80 Use enum instead of numeric status codes for HTTP statuses 2024-05-26 21:45:41 +02:00
default
8cf7559a7e Added more const. 2024-05-23 10:01:37 +02:00
default
4777fc86cb Added const everywhere. 2024-05-21 14:12:15 +02:00
default
e1ce85debd Unified post-like object type match. 2024-05-11 18:46:15 +02:00
default
1531e81a31 Added a skip argument to content_search(). 2024-05-10 11:29:18 +02:00
default
cccc5454c2 Added a maximum results argument to content_search(). 2024-05-09 09:31:10 +02:00
default
8de93b9cd7 mastoapi: some search by content tweaks. 2024-05-09 09:24:39 +02:00
default
2c8d4ce6bd mastoapi: Added content search. 2024-05-09 09:09:22 +02:00
default
6b1721c977 List timelines can now be (manually) navigated from the web UI.
URLs are {srv_baseurl}/{user}/list/{list_id} (you must know the list id).
2024-05-07 19:40:28 +02:00
default
7df69f8f12 Logging, logging, logging everywhere. 2024-05-06 09:04:46 +02:00
default
f67c4cf7d9 More logging! 2024-05-06 06:40:07 +02:00
default
c884f7081a mastoapi: also fix polls from Pleroma. 2024-05-06 05:54:46 +02:00
default
da18efd288 More tweaks to mastoapi lists. 2024-04-29 10:48:48 +02:00
default
f1221808a8 More work in lists. 2024-04-29 10:15:04 +02:00
default
29fb430797 More work in lists. 2024-04-29 09:26:37 +02:00
default
9a13e330f1 More work in lists. 2024-04-29 08:29:18 +02:00
default
8275a5f4d8 Start of list support. 2024-04-29 07:43:01 +02:00
default
6bcb248254 mastoapi: Fixed login bug. 2024-04-27 08:30:56 +02:00
default
be935b32c6 mastoapi: minor tweaks. 2024-04-27 08:02:47 +02:00
default
26840e0dc0 Some tweaks to previous patch. 2024-04-18 17:13:31 +02:00
grunfink
100c9cf569 Merge pull request 'Ability to federate with hidden networks #93 (update for v2.49)' (#149) from iwojima/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149
2024-04-18 15:12:47 +00:00
default
81cf1e21a6 Better redirection URL building in oauth_post_handler(). 2024-04-14 19:24:06 +02:00
default
c9df6707ab Log status in mastoapi_post_handler(). 2024-04-14 18:31:53 +02:00
default
877fb079f3 mastoapi: 'unfavourite' and 'unreblog' actions now fully work. 2024-04-11 05:12:13 +02:00
default
adf0a13992 If an emoji in emojis.json is an URL to an image, it's stored in the tag list. 2024-03-25 16:15:09 +01:00
default
7aa5250eb8 Backport from xs. 2024-03-15 04:10:11 +01:00
default
504bfa1586 mastoapi: added more dummy fields to accounts. 2024-03-13 10:30:03 +01:00
default
df917f39d0 mastoapi: return a dummy header field in accounts. 2024-03-13 10:07:02 +01:00
default
f485dbdaf0 Added actor refreshing via the user queue. 2024-03-12 17:54:54 +01:00
default
05fc062cb3 Some formatting tweaks. 2024-03-12 07:03:44 +01:00
iwojim0
7312f4ce51 Ability to federate with hidden networks #93 (update for v2.49) 2024-03-09 14:37:54 +00:00
default
91bb0615d9 Replaced most xs_dict_iter() with xs_dict_next(). 2024-03-09 08:44:48 +01:00