Commit graph

10703 commits

Author SHA1 Message Date
noellabo
ce29732518 Remove local timeline for fedibird.com 2021-08-12 07:10:15 +09:00
noellabo
9b1a64e931 Fix schema.rb 2021-08-12 07:10:15 +09:00
noellabo
1503574e48 Changed not to send email notification for empty invite request 2021-08-12 07:10:15 +09:00
noellabo
ae83c9691f Move bookmark to action bar 2021-08-12 07:10:15 +09:00
noellabo
c91937c9a1 Show navigation panel in multiple columns WebUI 2021-08-12 07:10:15 +09:00
noellabo
138d5972dd Add support for WebP and HEIC formats through conversion 2021-08-12 07:10:15 +09:00
noellabo
40db10417c Set up elasticsearch 7 to use sudachi 2021-08-12 07:10:15 +09:00
noellabo
fed4eaf5f3 Changed DistributionWorker to give federation priority over subscription 2021-08-12 07:10:15 +09:00
Marek Lipka
145c0ccd2a Prevent stripping color profiles from JPEGs 2021-08-12 07:10:15 +09:00
noellabo
4bb8969b69 Add a quote URL to the search target string 2021-08-12 07:10:15 +09:00
noellabo
afcefb1f46 Fix subscribe and follow buttons on the timeline not being able to be hidden individually 2021-08-12 07:10:15 +09:00
noellabo
2b7d1d9941 Add show followed_by to WebUI 2021-08-12 07:10:15 +09:00
noellabo
f40706037b Add availability of follow-up delivery 2021-08-12 07:10:15 +09:00
noellabo
3e31123c2a Add relationship action buttons to WebUI status 2021-08-12 07:10:15 +09:00
noellabo
3bcbbb7463 Add hashtag follow and account subscribe support to list 2021-08-12 07:10:13 +09:00
noellabo
9fdfc2d8d5 Add account subscribe support to WebUI 2021-08-12 07:08:36 +09:00
noellabo
3d6eaf638d Add a domain timeline 2021-08-12 07:08:36 +09:00
noellabo
92a9a23eb6 Add subscribe features 2021-08-12 07:08:36 +09:00
noellabo
fd5b7c14fa Add favorite hashtags 2021-08-12 07:08:36 +09:00
noellabo
3ae7effb6d Fix to dismiss quote where the target post was deleted 2021-08-12 07:08:19 +09:00
noellabo
8477a0ece1 Fix quote on public stream 2021-08-12 07:08:18 +09:00
noellabo
0a51a32c35 Fix not hiding quoted unlisted status in non public timeline 2021-08-12 07:08:18 +09:00
noellabo
d93ab2a4d0 Fix missing frameRate 2021-08-12 07:08:18 +09:00
noellabo
12eb1915b8 Fix missing reblog_of_quote 2021-08-12 07:08:18 +09:00
noellabo
6119a9ce97 Fix modal footer to react to quoted posts 2021-08-12 07:08:18 +09:00
noellabo
84986895a3 Fix quoted account link in detailed status 2021-08-12 07:08:18 +09:00
noellabo
9a151e82b1 Fix expand video on public page for quote 2021-08-12 07:08:18 +09:00
noellabo
44d0ba096a fix rtl in quote_indicator 2021-08-12 07:08:18 +09:00
noellabo
e3b75b17f0 Fix Open handler in quote media 2021-08-12 07:08:18 +09:00
noellabo
4d8bcaf5f3 Add quote button in PiP 2021-08-12 07:08:18 +09:00
noellabo
6fd2947b92 Fix to hide mute and blocked quotes 2021-08-12 07:08:18 +09:00
noellabo
e9ee34d3f4 Fix PictureInPicture to work in quotes 2021-08-12 07:08:18 +09:00
noellabo
9be377319f Fix quoted audio 2021-08-12 07:08:18 +09:00
noellabo
fffe32429d Fix tooltip 'cannot be quoted' 2021-08-12 07:08:18 +09:00
noellabo
847958f19f Fix an avatar icon size of the status quoted on the public page 2021-08-12 07:08:18 +09:00
noellabo
815766cc54 Add "Show poll" link to quoted poll 2021-08-12 07:08:18 +09:00
noellabo
f49c59bc02 Apply quote by parsing post body 2021-08-12 07:08:18 +09:00
noellabo
18fe946a60 Compatible with Misskey quote 2021-08-12 07:08:18 +09:00
noellabo
9faf45d0fd Change not to delete the element specified in invisible 2021-08-12 07:08:18 +09:00
noellabo
0345323100 Add index to statuses quote_id 2021-08-12 07:08:18 +09:00
noellabo
8edd8ba895 Fix to reject status quotations other than public and unlisted 2021-08-12 07:08:18 +09:00
noellabo
24e85eda67 Add confirmation of overwriting of input content when quoting 2021-08-12 07:08:18 +09:00
noellabo
279c215c04 Add feature_quote to instance API 2021-08-12 07:08:18 +09:00
noellabo
2edc7f287e Fix boost target to be quoted if boosted 2021-08-12 07:08:18 +09:00
noellabo
fa350fdb2c Fix quote nesting at once, add quote_id 2021-08-12 07:08:18 +09:00
wakin
27da15b734 remake quote feature 2021-08-12 07:08:18 +09:00
Genbu Hase
c77947f15a [New] Implement a feature of quote 2021-08-12 07:08:17 +09:00
Claire
0c24c865b7
Fix crash if a notification contains an unprocessed media attachment (#16573)
* Refactor AttachmentList

* Do not crash if a notification contains an unprocessed media attachment

Fixes #16530

* Fix spacing in compact form
2021-08-11 17:49:10 +02:00
Claire
aaf24d3093
Fix download button color in audio player (#16572)
Fixes #16571
2021-08-11 17:48:55 +02:00
Claire
5efb1ff337
Fix followers synchronization mechanism not working when URI has empty path (#16510)
* Fix followers synchronization mechanism not working when URI has empty path

To my knowledge, there is no current implementation on the fediverse
that can use bare domains (e.g., actor is at https://example.org instead of
something like https://example.org/actor) that also plans to support the
followers synchronization mechanism. However, Mastodon's current implementation
would exclude such accounts from followers list.

Also adds tests and rename them to reflect the proper method names.

* Move url prefix regexp to its own constant
2021-08-11 17:48:42 +02:00