Commit graph

10877 commits

Author SHA1 Message Date
noellabo
0124a17cf1 Change nodeinfo software name to fedibird 2023-02-06 16:28:35 +09:00
noellabo
1b9f659e97 Fix emoji reactions compativility for Pleroma and akkoma 2023-02-06 16:28:35 +09:00
noellabo
d0b97a2fcb Add WebUI element size adjustment 2023-02-06 16:28:35 +09:00
noellabo
a89569c3a8 Add the ability to compact the display of Emoji reactions 2023-02-06 16:28:35 +09:00
Eugen Rochko
0b857ad422 Fix being able to post URLs longer than 4096 characters 2023-02-06 16:28:35 +09:00
Eugen Rochko
5bf2a564b3 Fix being able to bypass e-mail restrictions 2023-02-06 16:28:35 +09:00
Eugen Rochko
363a763a09 Fix confirmation redirect to app without Location header 2023-02-06 16:28:35 +09:00
Eugen Rochko
d6df33da2e Fix empty votes arbitrarily increasing voters count in polls 2023-02-06 16:28:35 +09:00
Eugen Rochko
e10bf7d51a Fix suspended users being able to access APIs that don't require a user 2023-02-06 16:28:35 +09:00
Eugen Rochko
2b95673709 Fix being able to report otherwise inaccessible statuses 2023-02-06 16:28:35 +09:00
Eugen Rochko
fd2517cb24 Fix concurrent unfollowing decrementing follower count more than once 2023-02-06 16:28:35 +09:00
noellabo
f583aefdea Add modern theme 2023-02-06 16:28:35 +09:00
noellabo
66b7eca9b1 Bump ruby version to 2.7.6 2023-02-06 16:28:35 +09:00
noellabo
2d68765088 Add the ability to close the last column 2023-02-06 16:28:35 +09:00
noellabo
79dfb04f64 Add hard silence mode 2023-02-06 16:28:35 +09:00
noellabo
609d431ac0 Change MAX_VIDEO_MATRIX_LIMIT 2_304_000 to 3_061_440 2023-01-16 12:58:29 +09:00
noellabo
8b3ef9cc81 Add full text search for accounts 2023-01-16 12:58:29 +09:00
noellabo
57ddd35698 Fix missing status_reference to push notification 2023-01-16 12:58:29 +09:00
noellabo
913cf3520a Fix missing emoji_reaction to push notification 2023-01-16 12:58:29 +09:00
noellabo
6bd24ab1ee Fix missing status to push notification 2023-01-16 12:58:29 +09:00
noellabo
7c3e6e03a5 Add emoji reaction bar to public page 2023-01-16 12:58:29 +09:00
noellabo
d80efbad2b Change emoji reactions ids to snowflake ids 2023-01-16 12:58:29 +09:00
noellabo
b12778caeb Add emoji reactions to note object 2023-01-16 12:58:29 +09:00
noellabo
cf35497935 Fix circle 2023-01-16 12:58:29 +09:00
noellabo
1f0d4cdd16 Change to display media thumbnails in notifications 2023-01-16 12:58:29 +09:00
noellabo
11a784735a Add hexagon avatar mode (joke) 2023-01-16 12:58:29 +09:00
noellabo
4e41bbb9b7 Fix exclude status reference in tootle 2023-01-16 12:58:29 +09:00
noellabo
999e361892 Add status reference 2023-01-16 12:58:29 +09:00
noellabo
e62da34738 Revert "Add instance-ticker theme"
This reverts commit c41ef5c3fa6ae5bbabaa871b0699d4cdc7700a52.
2023-01-16 12:58:29 +09:00
noellabo
b5ae6d4b27 Add the theme option #InstanceTicker 2023-01-16 12:58:29 +09:00
noellabo
9232ce30f3 Fix Mastodon Material 2022-10-07 14:59:56 +09:00
noellabo
4b77c6d989 Fix workaround for blurhash 2022-10-07 14:59:56 +09:00
noellabo
52177c5400 Add Fedibird new features policy setting 2022-10-07 14:59:56 +09:00
noellabo
1e6fbdea3a Add Misskey location, birthday, and isCat 2022-10-07 14:59:56 +09:00
noellabo
1128e473c6 Add setting to hide post count and follow count 2022-10-07 14:59:56 +09:00
noellabo
324d402d70 Add setting column and its serializer to Account 2022-10-07 14:59:56 +09:00
noellabo
1877a1dff1 Add badges to Fedibird-specific settings 2022-10-07 14:59:56 +09:00
noellabo
b5b756df95 Add a moderation action to close a post to the public 2022-10-07 14:59:56 +09:00
noellabo
0e257f6264 Fix an error in the default value of List when not logged in 2022-10-07 14:59:56 +09:00
Claire
dc87554546 Fix compacted JSON-LD possibly causing compatibility issues on forwarding (#17428) 2022-10-07 14:59:56 +09:00
Claire
1c6d416efc Fix response_to_recipient? CTE (#17427) 2022-10-07 14:59:56 +09:00
Claire
de3b2eafa3 Compact JSON-LD signed incoming activities (#17426)
Co-authored-by: Puck Meerburg <puck@puck.moe>
2022-10-07 14:59:56 +09:00
noellabo
8f03e3567c Change NoteObject's quoteURL to quoteUri and introduced fedibird namespace in @context 2022-10-07 14:59:56 +09:00
noellabo
cb3471e5ec Fix not to automatically notify by quote from Pleroma 2022-10-07 14:59:56 +09:00
noellabo
e29bb75132 Fix tootctl maintenance fix_remote_url (remove expires_at) 2022-10-07 14:59:56 +09:00
noellabo
9a3e1a70e6 Fix to apply emoji reaction count to follow recommendations 2022-10-07 14:59:56 +09:00
noellabo
95bb69a626 Add emoji_reactions_count 2022-10-07 14:59:56 +09:00
noellabo
7aebdd8740 Fix follow recommendation biased towards older accounts 2022-10-07 14:59:56 +09:00
Jeong Arm
0c62e9609b Support authentication for ElasticSearch (#16890)
* Support authentication for ElasticSearch

* Fix chewy auth settings
2022-10-07 14:59:56 +09:00
Claire
2b16aca101 Add environment variables to control custom emoji size limits
Fixes #1524
2022-10-07 14:59:56 +09:00