Commit graph

23 commits

Author SHA1 Message Date
Natty
164222f9c6
Made the username <bdi> 2024-01-01 23:18:00 +01:00
Natty
618a256002
Merge branch 'main' into add-fedibird-support
# Conflicts:
#	index.html
2023-09-01 18:26:16 +02:00
Natty
e3aa14b8b1
Prettier profile output 2023-08-31 23:41:36 +02:00
Natty
4bb2385432
Made the CSS look pretty 2023-08-31 21:02:16 +02:00
Natty
fa8bd5748e
Made it look good 2023-08-31 20:49:04 +02:00
Takeshi Umeda
3e8d268d52 Added Fedibird support 2023-08-31 10:24:40 +00:00
Natty
54824287b5
Removed dead events 2023-07-22 20:36:19 +02:00
Oneric
f5c2fb7f2d Implement support for *oma’s emoji reactions
Like in *key, *oma users can react with arbitrary emojis.
Unlike in *key, a single user can add multiple emoji reactions
to a single post and favouriting still exists as a separate concept.

By using only the Mastodon API for *oma, favourites still get
interpreted but emoji reactions aren’t taken into account at all.
Fix this by adding support for the relevant Pleroma APIs.
To avoid a bias towards fav+react or multiple reacts on a single post
and to be more similar to connection strengths in Mastodon and *key,
aggregate reacts and favs and count them only once per per user and
post.

It is not clear whether the existence of a non-empty
pleroma/emoji_reactions field in notes data already implies support for
the reactions API endpoint. It at least seems sensible and would allow
to skip the initial feature metadata check, but let’s stick to the safe
approach for now.

Fedibird also supports emoji reacts and (like Akkoma >= 3.2.0) provides
the emoji_reactions sections at the toplevel of notes with an array of
account IDs included for every reaction. At first glance Fedibird
doesn't seem to provide a /reactions API or similar with more detailed
user info directly included. Supporting Fedibird would thereofore
require additional user info lookups at the end.
This commit makes no attempt at supporting Fedibird or
taking advantage of the account_ids array for Akkoma.

Co-authored-by: Natty <natty.sh.git@gmail.com>
2023-07-22 16:56:35 +02:00
Natty
69fac1cc40
Disable autocomplete for the API radios 2023-07-20 02:03:49 +02:00
Natty
ba6a1cdcf6
Fixed an oopsie 2023-07-20 01:58:04 +02:00
Natty
83f56e7ab5
Instance software autodetection 2023-07-20 01:52:39 +02:00
Natty
7a0dfed243
The funny 2023-07-20 01:20:51 +02:00
Natty
15579d7e78
Added Misskey support and labels 2023-07-20 01:16:22 +02:00
Andreas Grasser
444fca6a13
ich dreh durch 2022-11-28 20:43:16 +01:00
Andreas Grasser
0ed0e15a54
Bugfixes 2022-11-20 15:17:18 +01:00
Andreas Grasser
e42fd11694
Added Username Export Function 2022-11-20 14:51:58 +01:00
Andreas Grasser
528a2f8b05 MIEKE KRÖGER 2022-11-20 13:03:18 +01:00
Andreas Grasser
3a82f22136 Font Size Change 2022-11-19 22:14:44 +01:00
Andreas Grasser
9bd8baa3d7 New Format 2022-11-19 21:55:21 +01:00
Andreas Grasser
187602d871 Design-Verbesserungen 2022-11-19 20:52:03 +01:00
Andreas Grasser
8406e72e24 Grafikausgabe hinzugefügt 2022-11-19 20:01:33 +01:00
Andreas Grasser
7199ce91b8 Kurzes Zwischenspeichern vor async 2022-11-19 17:53:53 +01:00
Andreas Grasser
83995ab0b8 Initial Commit 2022-11-19 16:56:09 +01:00