Commit Graph

10751 Commits

Author SHA1 Message Date
noellabo
23738ca635 Fix quote on public stream 2021-05-16 08:23:22 +02:00
noellabo
c1a505e654 Add a quote URL to the search target string 2021-05-16 08:20:49 +02:00
noellabo
bfe472cf3b Fix account link in quote 2021-05-16 08:18:57 +02:00
noellabo
70318ba219 Add quote and bookmark button in PiP 2021-05-16 08:15:23 +02:00
noellabo
fb9442dcc6 fix rtl in quote_indicator 2021-05-16 08:06:56 +02:00
noellabo
c345a1eedd fix 2021-05-16 08:04:21 +02:00
ed58bd36aa fix bookmark 2021-05-16 08:00:22 +02:00
c1cbdd5354 Merge branch 'back-3.3.0' of https://github.com/yoheizuho/mastodon into back-3.3.0 2021-05-16 14:12:39 +09:00
Genbu Hase
37025a8170 [New] Implement a feature of quote 2021-05-16 14:09:17 +09:00
noellabo
f690ffccbc Fix logout 2021-05-14 10:58:44 +02:00
5adea62191 fix 2021-05-14 07:59:09 +02:00
0ee25c7681 remove risa and fix 2021-05-14 07:06:51 +02:00
1769c45700 fix 2021-05-14 04:22:36 +02:00
595c1443bf fix 2021-05-14 10:14:40 +09:00
noellabo
124153f8e0 Add place tab bar at bottom and add short label
modified:   app/controllers/settings/preferences_controller.rb
	modified:   app/javascript/mastodon/features/compose/index.js
	modified:   app/javascript/mastodon/features/ui/components/columns_area.js
	modified:   app/javascript/mastodon/features/ui/components/tabs_bar.js
	modified:   app/javascript/mastodon/initial_state.js
	modified:   app/javascript/mastodon/locales/en.json
	modified:   app/javascript/mastodon/locales/ja.json
	modified:   app/javascript/styles/mastodon/basics.scss
	modified:   app/javascript/styles/mastodon/components.scss
	modified:   app/lib/user_settings_decorator.rb
	modified:   app/models/user.rb
	modified:   app/serializers/initial_state_serializer.rb
	modified:   app/views/layouts/application.html.haml
	modified:   app/views/layouts/error.html.haml
	modified:   app/views/settings/preferences/other/show.html.haml
	modified:   config/locales/simple_form.en.yml
	modified:   config/locales/simple_form.ja.yml
	modified:   config/settings.yml
2021-05-14 10:07:26 +09:00
Claire
76064e6608
Update fix-duplicates maintenance script to support latest migrations (#16231)
* Update maintenance script to support latest database migrations

* Update Account#merge_with!
2021-05-12 23:19:44 +02:00
chandrn7
2840f995d5
updated node version in Vagrantfile (#16230) 2021-05-12 23:19:31 +02:00
36700da72e
Merge pull request #442 from YoheiZuho/3.4.0rc2
3.4.0rc2
2021-05-12 14:26:15 +09:00
noellabo
60b22fe1da Fix quote on public stream 2021-05-12 07:24:18 +09:00
noellabo
d54f3caf2a Fix not hiding quoted unlisted status in non public timeline 2021-05-12 07:24:18 +09:00
noellabo
1c0da04753 Fix missing frameRate 2021-05-12 07:24:18 +09:00
noellabo
6f1d0a918b Fix missing reblog_of_quote 2021-05-12 07:24:18 +09:00
noellabo
e99b8ef4bc Fix modal footer to react to quoted posts 2021-05-12 07:24:18 +09:00
noellabo
8f234af62c Fix quoted account link in detailed status 2021-05-12 07:24:18 +09:00
noellabo
6de350fdbc Fix expand video on public page for quote 2021-05-12 07:24:18 +09:00
noellabo
42fe8c7279 fix rtl in quote_indicator 2021-05-12 07:24:18 +09:00
noellabo
7f6d6577df Fix Open handler in quote media 2021-05-12 07:24:18 +09:00
noellabo
0b1b03ffa1 Add quote button in PiP 2021-05-12 07:24:18 +09:00
noellabo
8402b7063e Fix to hide mute and blocked quotes 2021-05-12 07:24:18 +09:00
noellabo
2edd62c796 Fix PictureInPicture to work in quotes 2021-05-12 07:24:18 +09:00
noellabo
6ef313740e Fix quoted audio 2021-05-12 07:24:18 +09:00
noellabo
6bd36b238d Fix tooltip 'cannot be quoted' 2021-05-12 07:24:18 +09:00
noellabo
0a13f77014 Fix an avatar icon size of the status quoted on the public page 2021-05-12 07:24:18 +09:00
noellabo
85358142ad Add "Show poll" link to quoted poll 2021-05-12 07:24:18 +09:00
noellabo
f41ffecaf4 Apply quote by parsing post body 2021-05-12 07:24:18 +09:00
noellabo
f63fe2bd7d Compatible with Misskey quote 2021-05-12 07:24:18 +09:00
noellabo
2a8f4b5e04 Change not to delete the element specified in invisible 2021-05-12 07:24:18 +09:00
noellabo
fb0a34585e Add index to statuses quote_id 2021-05-12 07:24:18 +09:00
noellabo
23340f862b Fix to reject status quotations other than public and unlisted 2021-05-12 07:24:18 +09:00
noellabo
67cb007e5e Add confirmation of overwriting of input content when quoting 2021-05-12 07:24:18 +09:00
noellabo
ac776dbdfb Add feature_quote to instance API 2021-05-12 07:24:18 +09:00
noellabo
a825b89bf0 Fix boost target to be quoted if boosted 2021-05-12 07:24:18 +09:00
noellabo
59749d09d9 Fix quote nesting at once, add quote_id 2021-05-12 07:24:18 +09:00
wakin
794ad9dbc6 remake quote feature 2021-05-12 07:24:18 +09:00
Genbu Hase
42f8e5801e [New] Implement a feature of quote 2021-05-12 07:24:18 +09:00
Claire
70f6f2e9b7
Fix empty CW when a content-less toot with a CW is encountered twice (#16220) 2021-05-11 22:21:47 +02:00
Claire
4f747d9f83
Fix follow recommendations UI in advanced layout (#16215) 2021-05-11 21:16:24 +02:00
Mélanie Chauvel
0464240f19
Fix dialog close button (#16219)
* Fix dialog close button being white on almost white

* Make dialog close button slightly bigger
2021-05-11 21:15:57 +02:00
rinsuki
5ed5f62705
Fix animated GIF generates animated thumbnail (#16216) 2021-05-11 19:15:11 +02:00
Eugen Rochko
be353bccbb
Fix error when rendering actor with hashtags in bio (#16218)
Fix #16217, regression from #16160
2021-05-11 19:14:59 +02:00