Thibaut Girka
4277328e9c
Drop glitch-style account bio fields
...
Upstream's implementation has been merged a while ago and is the preferred
way to set fields, as it is the only one compatible with upstream and is
more user-friendly.
This commit deletes the legacy glitch-soc FrontMatter functionality in order
to clean up the code and make it easier to maintain.
6 years ago
Thibaut Girka
f5b880a429
[Glitch] Resize images by area instead of fixed dimensions
...
Port WebUI part of 91aadec929
to glitch-soc
6 years ago
Thibaut Girka
f37bf7c0a3
Don't reset scroll position when opening a modal
6 years ago
Thibaut Girka
4e8532cc1a
Allow modals to be closed by pressing “back”
6 years ago
Thibaut Girka
32d4005516
Treat the App Setting link as a proper link ( fixes #375 )
6 years ago
Thibaut Girka
8a9882ee34
[Glitch] Improve WebUI account action bar
...
Mostly a port of 2ccef52a4f
to glitch-soc
6 years ago
Thibaut Girka
a3d318ec76
[Glitch] Fix accounts' display name/bio not being set from initial state
...
Port 6e72faaa78
to glitch-soc
6 years ago
Thibaut Girka
9a1015327b
Use same margin for navbar and column for consistency
6 years ago
Thibaut Girka
78071de615
Hide navigation bar text so it can fit on small screens
6 years ago
Thibaut Girka
429c05537e
Fix glitch-soc columns padding on mobile ( fixes #561 )
6 years ago
Thibaut Girka
9507ab6493
Preserve hashtags in threaded mode ( fixes #584 )
6 years ago
Thibaut Girka
40fe9256ea
Move CW field just above main textarea
6 years ago
Thibaut Girka
0ef509c27a
Get rid of Collapsable, use CSS instead
...
Change inspired by a6ddd1aba2
6 years ago
Thibaut Girka
5eeb95fac7
Refactor reply indicator and show compact list of attachments
6 years ago
Thibaut Girka
22618172b4
Show reply indicator for empty toots, not undefined toots ( fixes #610 )
...
Fix a regression introduced by 14061b76dc
6 years ago
Thibaut Girka
d0853d1f3a
[Glitch] Add documentation for “p” hotkey
...
Port ed50c2393a0f12f88f1102f8cf8beca3bf711158 to glitch-soc
6 years ago
Thibaut Girka
56f5323194
Add hotkey variants to keyboard shortcuts description
...
Port 89c6d2bd6bc014ca6487c8f2569f8252fb3ef5dc to glitch-soc
6 years ago
Thibaut Girka
12eb48c85c
Prevent scrolling main frame when navigating in image gallery with arrow keys
6 years ago
Thibaut Girka
ddaf5eeb3b
[Glitch] Use LoadingBar instead of blur to indicate that an image is loading
...
Port 792362b806
to the glitch-soc flavour
6 years ago
Thibaut Girka
443b660cd6
Use the same description string as upstream for the “x” hotkey
6 years ago
Thibaut Girka
a2c595d0d0
Fix focusing search bar with hotkeys
6 years ago
Thibaut Girka
5de267d6ff
Fix focusing composer textarea on “new toot” hotkey
6 years ago
Thibaut Girka
b908e9b23a
Fix routing issues, especially keyboards shortcuts changing location
6 years ago
Thibaut Girka
faa14e76da
Display custom emoji in account notes in WebUI ( fixes #595 )
6 years ago
Thibaut Girka
25a68179f5
Add CSS for the newly-introduced dashboard ( fixes #592 )
6 years ago
Thibaut Girka
57b3874b47
[Glitch] Ensure container of React components has full width
...
Port 8058ec5a13
to glitch-soc
6 years ago
Thibaut Girka
95a752365a
Disable threaded mode when canceling a reply ( fixes #583 )
6 years ago
Thibaut Girka
a69426ba4e
Do not cause an error if domain_lists.blocks.next is undefined ( fixes #572 )
...
Port 3aaa8f1a95
to glitch-soc
6 years ago
Thibaut Girka
7cc4e6b2b2
Process statuses on COMPOSE_SUBMIT_SUCCESS ( fixes #579 )
6 years ago
Thibaut Girka
27be4fa311
Avoid loading rails-ujs twice on vanilla flavour
6 years ago
Thibaut Girka
4a23251f3c
Add an option restricting secondary toot privacy to that of the toot being replied to
6 years ago
Thibaut Girka
694b9c5b54
Move privacyPreference to utils
6 years ago
Thibaut Girka
78811a547c
[Glitch] Refactor privacyPrefence() to use priority list
...
Port 2b44b7a9f6
to glitch-soc
6 years ago
Thibaut Girka
1a3e119ef7
Use options rather than a boolean
...
This prepares for a third option that would restrict privacy to
privacyPreference(replyPrivacy, sideArmBasePrivacy)
6 years ago
Thibaut Girka
b169f2df3b
Do not store duplicate reply_privacy
6 years ago
Ash Levy
2d4c33a89c
add option to enable auto visibility on secondary toot button
6 years ago
Thibaut Girka
052f5324fc
[Glitch] Make whole-word filter regex consistent between Ruby and JS
...
Port front-end part of a94f6c800d
to glitch-soc
6 years ago
Thibaut Girka
78fcb67c12
[Glitch] Add follow button to detailed status, add gradient to mask bio cut-off ( fixes #566 )
...
Port 5294f3a1d2
to glitch-soc
6 years ago
Thibaut Girka
14061b76dc
Display reply indicator even when replying to contentless toot ( fixes #564 )
6 years ago
Thibaut Girka
b7b718df0d
make sure reblogged's filter is set correctly
6 years ago
Thibaut Girka
aec11a568e
[Glitch] Add option to not consider word boundaries when processing keyword filtering
...
Port 4c70bb6d6d
to glitch-soc
6 years ago
Thibaut Girka
1966652cba
[Glitch] In keyword filter, account for reblogs, HTML and whole-words
...
Port 6084257fda
to glitch-soc
6 years ago
Thibaut Girka
f94afcb935
[Glitch] Fix filters not affecting notifications in web UI
...
Port 93bdaa0526
to glitch-soc
6 years ago
Thibaut Girka
4850a2348c
Add client-side custom filter support to glitch-soc
...
Port d878e3e945
to glitch-soc,
but without dropping support for regexp filters yet.
6 years ago
Thibaut Girka
a68e7db2fb
[Glitch] Fix Chrome issue with sizes="0px"
6 years ago
Ash Levy
58c19ac07c
add keybind in composer textarea for secondary submit
6 years ago
Thibaut Girka
7f143d1a92
Increase padding of toots
6 years ago
Thibaut Girka
8e4fbf9846
Fix margins of toot text
6 years ago
Thibaut Girka
7833326959
[Glitch] Submit report using meta key
...
Port 10a8ac8b80
to glitch-soc
6 years ago
Thibaut Girka
d325dd899c
Fix clicking on collapsed toots with a background ( fixes #547 )
6 years ago