ThibG
|
e27d8efacf
|
[Glitch] Allow clicking behind preview
Port a886bf3808 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
6f3f392e8a
|
[Glitch] Fix edit media modal on small screens, touch events
Port 375f2f3864 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
66af3222be
|
[Glitch] Fix tesseract.js being part of the common chunk
Port fe52fca65c to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
b3f63b601a
|
[Glitch] Add OCR tool to media editing modal
Port 41b188dce6 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
f20d417448
|
Refactor character counter to match upstream
|
5 years ago |
Eugen Rochko
|
4982885bfa
|
[Glitch] Add media editing modal
Port da208e7d9b to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
199d7ce136
|
[Glitch] Add explanation to featured hashtags page and profile
Port SCSS changes from 8e76c759c1 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
ThibG
|
98df5f8fc2
|
[Glitch] Add public blocks to /about/blocks
Port SCSS changes from 867b9f3e9c to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
ThibG
|
150d3f7104
|
[Glitch] Fix client-side resizing of image uploads
Port 0fd7f8315f to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
1d666bf95b
|
[Glitch] Fix short number formatting for numbers above million in web UI
Port 954840740e to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
13faa1daa0
|
Honor `system_emoji_font` in the Emoji Picker
|
5 years ago |
Thibaut Girka
|
97c3cec2f8
|
Add option to disable emoji replacements
Fixes #647
The option is found in `/settings` (because that was easier to write it this
way) but only affects the glitch-soc front-end.
|
5 years ago |
Eugen Rochko
|
284233f309
|
[Glitch] Fix "cancel follow request" button having unreadable text in web UI
Port aed7dca53b to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
37294ee595
|
[Glitch] Fix hashtag links always being lowercase
Port 277acb8772 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
ThibG
|
ceed029a36
|
[Glitch] Improve focus handling with dropdown menus
Port b169874828 to glitch-soc
|
5 years ago |
Thibaut Girka
|
558628eb6d
|
Implement keyboard navigation in glitch-soc composer
|
5 years ago |
Thibaut Girka
|
3dedb60da6
|
Refactor composer Dropdown's component a bit to make it closer to upstream
|
5 years ago |
ThibG
|
779cd27948
|
[Glitch] Fix image uploads being perfectly white when canvas read access is blocked
Port 54e8f2b08a to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
ThibG
|
c9a755c8a0
|
[Glitch] Port changes to IconButton
Port changes to IconButton from 13811f4d7b to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
ThibG
|
5df5ab88f5
|
[Glitch] Improve dropdown menu keyboard navigation
Port 61f7ff6522 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
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 |