Claire
9ca179e2e9
Fix posts coming from public/hashtag streaming being marked as unquotable ( #36860 )
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
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
2fe75db85c
Linter catching a bunch of stuff that needed fixing
4 months ago
Darius Kazemi
0a74823f8d
Merge pt1
...
Main bits here are:
- retaining the "no alt text badge" and the custom class "media-missing-description" which lets admins apply custom CSS to media that doesn't have alt text
- agreeing with the upstream merge removing "noreferrer" from the
thumbnail link because that is now set by the admin in the UI: 425311e1d9
4 months ago
Misty De Meo
86df8feb80
merge v4.4.0 into mastodon_4_3_0
4 months ago
Darius Kazemi
b2360be8a2
Remove "Post published" popup
...
Mastodon web has a popup that is annoying every time you post. This gets rid of it.
1 year ago
Claire
931553844d
Fix incorrect `'navigator'` check ( #32219 )
2 years ago
Renaud Chaput
8ac00533ff
Fix follow notifications from streaming being grouped ( #32179 )
2 years ago
Renaud Chaput
d6f5ee75ab
Add notification grouping for follow notifications ( #32085 )
2 years ago
Eugen Rochko
70988519df
Fix too many requests caused by relationship look-ups in web UI ( #32042 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
0a6b75b71e
Fix multiple bugs in notification requests and notification policies ( #32062 )
2 years ago
Christian Schmidt
7740f1a6bb
Mute XHR abort errors ( #31952 )
2 years ago
Claire
c620452fd7
Enable grouped notifications unconditionally ( #31929 )
2 years ago
Claire
c0eda832f3
Convert notification requests actions and reducers to Typescript ( #31866 )
2 years ago
Eugen Rochko
3d46f47817
Change embedded posts to use web UI ( #31766 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
renovate[bot]
a27f7f4e56
Update typescript-eslint monorepo to v8 (major) ( #31231 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2 years ago
Claire
fab29ebbe8
Fix all notification types being stored without filtering when polling ( #31745 )
2 years ago
Christian Schmidt
8adf67f2db
`frequentlyUsedLanguages` not updated correctly ( #31386 )
2 years ago
Claire
c73868cd78
Add ability for admins to force grouped notifications in web UI ( #31610 )
2 years ago
Claire
e38ce3beb7
Fix spurious loading bar middleware usage ( #31592 )
2 years ago
Claire
d67e11733e
Add automatic notification polling for grouped notifications ( #31513 )
2 years ago
KMY(雪あすか)
01a757d306
Fix boost dialog visibility selection not being taken into account ( #31523 )
2 years ago
Claire
9ba7c90151
Fix non-grouped notifications not loading on page load ( #31514 )
2 years ago
Claire
53c183f899
Reload notifications when accepted notifications are merged (streaming only) ( #31419 )
2 years ago
Claire
1e612c5a09
Refactor some actions to be proper async actions instead of passing a continuation ( #31453 )
2 years ago
Claire
5cb36daa0f
Fix Web UI trying to save user settings when logged out ( #30324 )
2 years ago
Renaud Chaput
0d85a79f19
Fix notification screen crashing in rare cases where the status no longer exists ( #31403 )
2 years ago
Claire
a7b718c31a
Fix all streamed notification types being stored without filtering ( #31384 )
2 years ago
Claire
658addcbf7
Add ability to report, block and mute from notification requests list ( #31309 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2 years ago
Claire
549ab089ee
Change grouped notifications API shape (take 2) ( #31214 )
2 years ago
David Roetzel
dfd43869c9
Decrease count of filtered notifications when notification requests are accepted or dismissed ( #31149 )
2 years ago
Claire
af06d74574
Fix keyboard shortcuts and navigation in grouped notifications ( #31076 )
2 years ago
Claire
55705d8191
Fix reblogging after refactor ( #31105 )
2 years ago
Claire
9cb9427133
Refactor CW handling in an action ( #31103 )
2 years ago
Claire
03dea64b79
Refactor code for reblogging and favouriting ( #31102 )
2 years ago
Claire
e768b23aa9
Remove routerHistory parameters from composer actions ( #31077 )
2 years ago
Renaud Chaput
f587ff643f
Grouped Notifications UI ( #30440 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Tianwei Dong
36d819bef3
Change to use an unified constant for max media attachments per status ( #29073 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2 years ago
Eugen Rochko
20fa9ce484
Add timeline of public posts about a trending link in web UI ( #30840 )
2 years ago
Eugen Rochko
096057b845
Change `author_account` to be `authors` in REST API ( #30846 )
2 years ago
Renaud Chaput
863c470a2b
Convert `<Directory>` to Typescript / function component ( #30829 )
2 years ago
Renaud Chaput
7d12522ed7
Fix error when deleting a status ( #30784 )
2 years ago
Renaud Chaput
1c65932776
Convert `disconnectTimeline` and `timelineDelete` actions to Typescript ( #30777 )
2 years ago
Renaud Chaput
d558dfd77d
Convert notifications policies frontend code to Typescript ( #29868 )
2 years ago
Eugen Rochko
ed6d24330b
Add author links on the explore page in web UI ( #30521 )
2 years ago
Renaud Chaput
b6fd14f0e2
Fix `createDataLoadingThunk` and related actions ( #30408 )
2 years ago
Renaud Chaput
10ec421dd4
Proposal: a modern & typed way of writing Redux actions doing API requests ( #30270 )
2 years ago