Commit graph

1788 commits

Author SHA1 Message Date
Laura Hausmann 996663d449
Add user lookup 2023-07-05 21:29:15 +02:00
Laura Hausmann f8c328ff55
Fix media upload 2023-07-05 20:13:00 +02:00
Laura Hausmann 6ca8fc7231
Set default limits for many endpoints 2023-07-05 20:02:29 +02:00
Laura Hausmann b5ed8a0ad3
Remove some debug logging 2023-07-05 20:02:25 +02:00
Laura Hausmann 9462e8b20d
Improve mention account lookup performance 2023-07-05 20:02:21 +02:00
Laura Hausmann b033328ee4
Default to limit=20 for many endpoints 2023-07-05 20:02:15 +02:00
Laura Hausmann 30d6ae45f3
Add stub status history endpoint 2023-07-05 20:02:11 +02:00
Laura Hausmann 6973d24172
Better note ancestors lookup 2023-07-05 20:02:04 +02:00
Laura Hausmann 8a11b1e152
Add followed tags 2023-07-05 20:01:50 +02:00
Laura Hausmann b069d8201f
Make mentions work 2023-07-02 23:41:57 +02:00
Laura Hausmann 332371c481
Various fixes & refactoring 2023-07-02 23:41:57 +02:00
Laura Hausmann 8958bd1b6e
Remove mastodon and pleroma backend support 2023-07-02 18:55:20 +02:00
Laura Hausmann 554e02dd31
Various Fixes 2023-07-02 17:52:34 +02:00
fruye 17f57c3ed1
Make favourite-related functions be really about reactions in misskey
Calckey thinks that favorites are bookmarks, which made these functions
not quite behave as they supposed to.
2023-07-02 06:57:17 +02:00
fruye 492d81b37d
Implement getAccountFavourites() for Misskey 2023-07-02 06:57:17 +02:00
fruye e6f12c4e24
Implement bookmark-related functions to misskey
Calckey frontend uses API endpoints with 'favourite' in the name to add
bookmarks. For "real" favorites it sends a 'reaction'.
2023-07-02 06:57:17 +02:00
fruye 4091e5c39a
Implement account fields for Misskey
From what I've tested, account fields are only visible when searching or
directly requesting accounts. Misskey strips some of the account data in
note requests, making this is not visible there.
2023-07-02 06:57:17 +02:00
fruye 0a92dcd9d6
Move escaping MFM to a separate function 2023-07-02 06:57:17 +02:00
fruye 3e9e1635e2
Implement getting and dismissing server announcements (#4)
to be fair, I didn't test it on a real mastodon server. I just hope it works. I also don't think it matters much anyway as this is a fork for calckey? idk please let me know if I need to test it on mastodon too.

It's a bit silly implementation as mfm is just escaped to plaintext and the announcement title is glued to `content`, but overall I think it works fine :)

Reviewed-on: https://codeberg.org/calckey/megalodon/pulls/4
Co-authored-by: fruye <fruye@unix.dog>
Co-committed-by: fruye <fruye@unix.dog>
2023-07-02 06:57:17 +02:00
ThatOneCalculator ee8d042bb8
add url to reaction entity 2023-07-02 06:57:16 +02:00
Kainoa Kanter 5931afd048
Update 'megalodon/package.json' 2023-07-02 06:57:16 +02:00
fruye 3512bedeb0
Implement media description and blurhash for misskey 2023-07-02 06:57:16 +02:00
fruye dac8c95a28 Implement category for custom emojis 2023-03-23 23:15:15 +01:00
cutestnekoaqua 636d0158bf
.21 2023-03-17 10:55:03 +01:00
cutestnekoaqua 3583ead818
fix compiling errors 2023-03-17 10:51:42 +01:00
cutestnekoaqua fb020ade7b
Revert "emoji_reactions"
This reverts commit 0c9b10f307.
2023-03-17 10:50:39 +01:00
cutestnekoaqua a53b70b429
old change I did? I guess we should commit it cause it was from a old merge 2023-03-17 10:40:58 +01:00
fruye 748cdca02b Set in_reply_to_account_id attribute for statuses from misskey
This change will make pleroma FE connected to calckey server show the
'Reply to' badge.
2023-03-17 09:21:44 +01:00
cutestnekoaqua 3ee59a7e4d
new version 2023-03-02 19:12:09 +01:00
cutestnekoaqua 2b2eab07cc
fix media type 2023-03-02 19:11:53 +01:00
cutls 0c9b10f307
emoji_reactions 2023-03-02 19:11:53 +01:00
cutls 2a1de51140
quote must be null or status 2023-03-02 19:11:53 +01:00
cutls 4990900390
host in this server 2023-03-02 19:11:37 +01:00
cutestnekoaqua cb031efde5
remove legacy stuff 2023-03-02 19:11:10 +01:00
Cleo cbbad5bbce „README.md“ ändern 2023-02-13 11:44:04 +00:00
ThatOneCalculator 6afe95dcab
Merge branch 'master' of codeberg.org:calckey/megalodon 2023-02-11 16:36:09 -08:00
cutls fcd8bdce4b
host in this server 2023-02-11 16:36:02 -08:00
Kainoa Kanter a4df86226f Update 'README.md' 2023-02-12 00:28:47 +00:00
ThatOneCalculator e34f22fbc5
Merge branch 'master' of codeberg.org:calckey/megalodon 2023-02-11 16:19:02 -08:00
ThatOneCalculator 7617f8a437
up lock 2023-02-11 16:18:48 -08:00
Cleo edf0609e67 „migration_guide.md“ löschen 2023-02-12 00:02:14 +00:00
ThatOneCalculator a97369e7d3
fix: errors again 2023-02-08 11:29:09 -08:00
ThatOneCalculator e9fbb373c8
fix: errors 2023-02-08 11:24:12 -08:00
ThatOneCalculator 7ffde23d42
changes 2023-02-08 11:21:16 -08:00
ThatOneCalculator 93c54225d7
docs: fork 2023-02-08 11:17:50 -08:00
ThatOneCalculator 5b2f5b4e47
Revert "compatible with Mi v13"
This reverts commit 6e4ec1ebc3.
2023-02-08 11:15:40 -08:00
cutls ec4769a461 emoji 2023-02-08 20:23:58 +09:00
cutls c5bab18262 v5.1.15 2023-02-08 09:31:30 +09:00
cutls e5f85241f2 cannot get emoji 2023-02-08 09:30:18 +09:00
cutls 055e8827bd 5.1.14 2023-02-08 09:23:13 +09:00