Thibaut Girka
|
50553e097d
|
Remove link rewriting option as it is easily bypassable
|
5 years ago |
Thibaut Girka
|
aad48a1d5b
|
Perform case-insensitive comparison for international domain names
Note: this uses `toLowerCase()` instead of doing proper case folding
|
5 years ago |
Thibaut Girka
|
ac64cdae72
|
Perform case-insensitive comparison of non-International domain names
|
5 years ago |
Thibaut Girka
|
69c03e0ef4
|
Ensure link rewriting setting changes are immediately applied
|
5 years ago |
Thibaut Girka
|
9e2e7f6628
|
Handle Mastodon-generated links for targets starting with “www.” properly
|
5 years ago |
Thibaut Girka
|
2f4cb78803
|
Add options to highlight misleading links in statuses
Fixes #1162
|
5 years ago |
ThibG
|
1c3117f682
|
[Glitch] Change contrast of status links that are not mentions nor hashtags
Port 6701b9329d to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
df7b27753c
|
Fix links in status media having their title rewritten
|
5 years ago |
Thibaut Girka
|
bf93e0c7c0
|
Handle animated emoji on mouse hover in CWs and poll options
|
5 years ago |
ThibG
|
b01e5e372f
|
[Glitch] Play animated custom emoji on hover
Port 99b3dd5b00 to glitch-soc
|
5 years ago |
Thibaut Girka
|
09a68ce895
|
Refactor DisplayName component to make it closer to upstream
|
5 years ago |
Thibaut Girka
|
4daf8b17e3
|
Fix filtering behaviors
|
5 years ago |
Thibaut Girka
|
1e3372feb9
|
Fix *another* typo and crash in StatusIcons
|
5 years ago |
Thibaut Girka
|
0530c8d3b8
|
Fix typo and crash in StatusIcons
|
5 years ago |
Thibaut Girka
|
5eca68102a
|
Shorten status icon tooltip text
|
5 years ago |
Thibaut Girka
|
0b139b1df4
|
Add status icon for local-only toots
|
5 years ago |
Thibaut Girka
|
85654916b7
|
Add tooltips to status icons
|
5 years ago |
Eugen Rochko
|
f1de5093fb
|
[Glitch] Add option to disable real-time updates in web UI
Port c56e6fd7a1 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
9339b4634e
|
Minor refactoring
|
5 years ago |
Thibaut Girka
|
59b8573907
|
Move the “Show why” button inline
|
5 years ago |
Thibaut Girka
|
fde918bf92
|
Implement feature to add filtered phrases to content warnings
|
5 years ago |
Thibaut Girka
|
6476b7dabe
|
Add options to configure filtering behavior
|
5 years ago |
Thibaut Girka
|
67d1b0c997
|
Add a way to know why a status has been filtered, and show it anyway
|
5 years ago |
Thibaut Girka
|
1181f84c79
|
Minor cleanup and maybe minor performance improvements
|
5 years ago |
Thibaut Girka
|
bcbc9ed7f6
|
Use strict equality rather than Immutable.is as the compared props are values
|
5 years ago |
Thibaut Girka
|
e4ffc42c8c
|
Assume children of visible IntersectionObserverArticle always change
This fixes multiple issues, while adding few computations
|
5 years ago |
Thibaut Girka
|
b9ae9c7205
|
Revert to using upstream's optimisations
This *does* break things, as `shouldComponentUpdate` assume the
children to never change!
|
5 years ago |
Thibaut Girka
|
081790f04b
|
Fix error boundary DOM
|
5 years ago |
Thibaut Girka
|
edad7f2a6c
|
Fix some React warnings
|
5 years ago |
ThibG
|
dd97db20d0
|
[Glitch] Add option to disable blurhash previews
Port 4b3d91dc2c to glitch-soc
|
5 years ago |
Thibaut Girka
|
b99f77bd31
|
Use a different icon for audio attachments
|
5 years ago |
Eugen Rochko
|
a0abbbe8cd
|
[Glitch] Add media description as title to links of unknown media attachments
Port front-end changes from a266d7f1a2 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
b02325e820
|
[Glitch] Add audio uploads
Port front-end changes from d7e2f554fb to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
3a70752ab5
|
[Glitch] Fix some React warnings
Port 5c1a46bdcf to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Takeshi Umeda
|
2a1e7f779b
|
[Glitch] Improvement variable height in single column layout
Port 96ac52dabd to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
9cdb0fd8c5
|
[Glitch] Improvements to the single column layout
Port 6d4af23a69 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
04edd3fbdb
|
[Glitch] Add responsive panels to the single-column layout
Port a1bceb2cb6 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
aa9377f77a
|
[Glitch] Add single-column mode
Port f9ca3d62b6 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
765b25f1cf
|
Minor cleanup
|
6 years ago |
Thibaut Girka
|
7dd32100c3
|
Add DM conversations mode similar to upstream
|
6 years ago |
Jeong Arm
|
a473a7912b
|
[Glitch] Scroll to compose form when focus
Port 91ae2d1275 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
6 years ago |
Thibaut Girka
|
1501b142d2
|
Fix expanding status from menu modal in glitch-soc
Fixes #1085
|
6 years ago |
slice
|
fb0489022c
|
Fix incorrect PropType in Glitch AutosuggestInput
|
6 years ago |
Thibaut Girka
|
c1619a5c24
|
[Glitch] Add keyboard shortcut to hide/show media
Port 7ee189fa60 and 9e238804ea to glitch-soc
|
6 years ago |
Eugen Rochko
|
8050f86d04
|
[Glitch] Make the "mark media as sensitive" button more obvious in web UI
Port cc39785d45 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
6 years ago |
Eugen Rochko
|
3b9ff1fa34
|
[Glitch] Change account gallery in web UI
Port db73f8e585 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
6 years ago |
Eugen Rochko
|
87a7a9a4df
|
[Glitch] Add blurhash
Port front-end changes from a6d2fe7165 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
6 years ago |
Thibaut Girka
|
02bd678944
|
Add keyboard shortcut to collapse/uncollapse toots
|
6 years ago |
Thibaut Girka
|
7ed89e9178
|
Add hotkey for bookmarking a toot
|
6 years ago |
Thibaut Girka
|
b40841b488
|
Hide suggestions by default
They will be enabled if the input has focus
|
6 years ago |