ThibG
|
2ff69c95ce
|
[Glitch] Trap tab in modals
Port 0da8fdc438 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
bd0a478252
|
Fix up try/catch block in invalid URL handling
|
5 years ago |
Thibaut Girka
|
e6272f1af0
|
Remove href attribute of invalid links instead of crashing
|
5 years ago |
Thibaut Girka
|
06a5239a2c
|
Fix color of dropdown icons
|
5 years ago |
ThibG
|
56734351d3
|
[Glitch] Change icon button styles to make hover/focus states more obvious
Port ebc78b6f2b to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
ThibG
|
e96d040e58
|
[Glitch] Disable list title validation button when list title is empty
Port 5d32e422c0 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
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
|
2e15f54778
|
Make link target domain tag just a bit smaller
|
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 |
Thibaut Girka
|
d84045c9ca
|
Move decodeIDNA to app/javascript/flavours/glitch/util
|
5 years ago |
ThibG
|
e2ac47141f
|
[Glitch] Fix crash when expanding search results for hashtags
Port e85805138a to glitch-soc
|
5 years ago |
ThibG
|
a7a6563f22
|
Merge pull request #1179 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
|
5 years ago |
Thibaut Girka
|
ce25139d5d
|
Fix crash in /web/lists
Fixes #1181
|
5 years ago |
Eugen Rochko
|
a71d66ab0e
|
[Glitch] Add search results pagination to web UI (#11409)
Port 5119a0608d to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
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 |
Eugen Rochko
|
16b5fe3ac3
|
[Glitch] Change account domain block to clear out notifications and follows
Port 93a6ab5a32 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
|
4eb0c50699
|
[Glitch] Display custom emoji in bio field names
Port 2582701b72 to glitch-soc
|
5 years ago |
Thibaut Girka
|
f447eef7cd
|
Clean up redundant shouldUpdateScroll definitions
|
5 years ago |
Eugen Rochko
|
06990c0ece
|
[Glitch] Fix mutes, blocks, domain blocks and follow requests not paginating
Port 8ff757ed6a to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
ThibG
|
9b58e25df5
|
[Glitch] Fix followers and followings on account profiles
Partial fix from 513f59726a
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Jakub Mendyk
|
1d58c95a8b
|
[Glitch] Fix followers/follows layout issues from #8418
Port 816384cf32 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
b67c436220
|
Add empty column message to bookmarks column
|
5 years ago |
Jakub Mendyk
|
be07e0038c
|
[Glitch] Add messages informing that collections are empty
Port 6fae7f6a04 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
ThibG
|
c0f0a24e27
|
Merge pull request #1158 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
|
5 years ago |
Thibaut Girka
|
4daf8b17e3
|
Fix filtering behaviors
|
5 years ago |
ThibG
|
8dd730a71d
|
[Glitch] Add ActivityPub actor representing the entire server
Port SCSS changes from c2126e3f98
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
6c5f339573
|
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id`
Port SCSS changes from fbbcbd940d to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
3f7c78d821
|
Fix timestamp display in boost/fav modals in RTL locales
|
5 years ago |
Thibaut Girka
|
97643292bb
|
Fixups
|
5 years ago |
Thibaut Girka
|
307ef1231f
|
Public pages RTL fixes
|
5 years ago |
Thibaut Girka
|
a5bcce0795
|
Unfiy status__prepend with upstream
|
5 years ago |
Thibaut Girka
|
bb8fa5568c
|
RTL fixes
|
5 years ago |
Thibaut Girka
|
a12190368e
|
Fix some SCSS for RTL behavior
|
5 years ago |
Thibaut Girka
|
e60632a915
|
Minor fixup
|
5 years ago |
Eugen Rochko
|
4a32302acd
|
[Glitch] Fix RTL layout of status display names
Port e29581a150 to glitch-soc
|
5 years ago |
Masoud Abkenar
|
15783e6568
|
[Glitch] RTL: fix settings button margins in column headers
Port 35b461c0ae to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
30ca4a6772
|
Make width breakpoint for removing margins consistent and match upstream
Fixes #1136
|
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 |