Misty De Meo
47be7e7b3d
chore: more closely align things with upstream
4 months ago
Misty De Meo
2ddc6a69a7
frontend: remove file deleted upstream
4 months ago
Misty De Meo
bdaf55eb21
frontend: fix initial_state merge
...
This was translated into TypeScript in this release; the merge had
left the old JS copy in place, which caused conflicts when loading
from it.
4 months ago
Misty De Meo
89cb9bf94b
frontend: merge errors from typecheck
4 months ago
Misty De Meo
d5e0a217f9
frontend: lints and merge errors
4 months ago
Misty De Meo
0d65f64e69
frontend: remove upstream-removed function
4 months ago
Misty De Meo
299e9aa489
ui: fix minor merge error
4 months ago
Misty De Meo
0e94def29e
frontend: apply stylelint fixes
4 months ago
Misty De Meo
d2721c9903
frontend: apply prettier formatting
4 months ago
github-actions[bot]
0458566167
New Crowdin Translations for stable-4.5 (automated) ( #37158 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
4 months ago
Claire
6d367175c3
Fix “Delete and Redraft” on a non-quote being treated as a quote post in some cases ( #37140 )
4 months ago
Echo
363b8db5e0
Fixes YouTube embeds ( #37126 )
4 months ago
Echo
e2762e363a
Remove noreferrer from external links ( #37107 )
4 months ago
Claire
a730338ced
Fix error handling when re-fetching already-known statuses ( #37077 )
4 months ago
diondiondion
99c9d3130f
Fix post navigation in single-column mode when Advanced UI is enabled ( #37044 )
4 months ago
Claire
778184a506
Fix compose autosuggest always lowercasing token ( #36995 )
4 months ago
github-actions[bot]
550ffdb907
New Crowdin Translations for stable-4.5 (automated) ( #36945 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
4 months ago
Claire
dbdbfaae5a
Fix statuses without text disappearing on reload ( #36962 )
4 months ago
diondiondion
9dd86174fa
Fix `g` + `h` keyboard shortcut not working when a post is focused ( #36935 )
4 months ago
Claire
12c00093a8
Fix quoting overwriting current content warning ( #36934 )
4 months ago
Claire
49f99d88d9
Fix scroll-to-status in threaded view being unreliable ( #36927 )
4 months ago
Claire
841dfa63cc
Change private quote education modal to not show up on self-quotes ( #36926 )
4 months ago
Claire
3ebedcfb52
Fix double encoding in links ( #36925 )
4 months ago
Echo
ff39264403
Emoji: Fix path resolution for emoji worker ( #36897 )
4 months ago
Echo
a1af7472cc
Fix error with remote tags including percent signs ( #36886 )
4 months ago
Claire
43af99c998
Fix bogus quote approval policy not always being replaced correctly ( #36885 )
4 months ago
Claire
41e0c24018
Fix hashtag completion not being inserted correctly ( #36884 )
4 months ago
diondiondion
2154350685
Fix Cmd/Ctrl + Enter in the composer triggering confirmation dialog action ( #36870 )
4 months ago
Claire
ccf81f1f53
Fix error when sending new posts ( #36869 )
4 months ago
diondiondion
971c43f15b
Fix Cmd/Ctrl + Enter not submitting Alt text modal on some browsers ( #36866 )
4 months ago
github-actions[bot]
85e55eca0b
New Crowdin Translations for stable-4.5 (automated) ( #36864 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
4 months ago
Claire
9ca179e2e9
Fix posts coming from public/hashtag streaming being marked as unquotable ( #36860 )
4 months ago
Echo
38e78f2c92
Fix deprecation warning in Vite ( #36849 )
4 months ago
diondiondion
fc6d4d245e
Fixes blank screen in browsers that don't support `Intl.DisplayNames` ( #36847 )
4 months ago
Claire
620b6053e0
Fix filters not being applied to quotes in detailed view ( #36843 )
4 months ago
Echo
253b675b17
Emoji: Load emoji with hash in URL ( #36808 )
4 months ago
diondiondion
e04d353211
Fix scroll shift caused by fetch-all-replies alerts ( #36807 )
4 months ago
diondiondion
01685ef834
Fix dropdown menu not focusing first item when opened via keyboard ( #36804 )
4 months ago
Claire
cf1610d631
Fix prepared quote not being discarded with contents when replying ( #36778 )
4 months ago
Darius Kazemi
1fde76f067
Big merge!
4 months ago
Misty De Meo
23633720a8
merge tag v4.5.0
4 months ago
Darius Kazemi
1a23238e2c
Removing Permalink
...
We could add this back in future branches/releases but Mastodon has
changed how they handle external links broadly, so we would need a
different approach (particularly around the "pill" UI element they do
for remote domains in accounts)
4 months ago
Darius Kazemi
180ee3f775
Getting rid of string/boolean confusion
...
The issue is in the dropdown_selector component, which stores data as a
`data-index` element on a dropdown. This means all values are cast to
strings in anything using that dropdown, which means we need to
unstringify on the `handleChange` function that (up in the component)
calls the `getAttribue` function. Anyway this means we can remove
terrible hacks in multiple places.
4 months ago
Darius Kazemi
040c324a44
Fixing application of local_only / federation flag
...
We should probably actually fix this to store as a boolean if at all
possible
4 months ago
Darius Kazemi
65831fbf26
Handling string-value booleans
4 months ago
Darius Kazemi
ac2b63cdba
Add missing var
4 months ago
Darius Kazemi
933094e908
Removing unneeded files, adding missing variable
4 months ago
Darius Kazemi
f1731e3698
Fixing macaron theme issues
4 months ago
Darius Kazemi
2fe75db85c
Linter catching a bunch of stuff that needed fixing
4 months ago
Darius Kazemi
35b38bfcab
More merging
...
Mostly pretty straightfoward here. One piece involving local_only
statuses in the `reports` status view.
4 months ago