Thibaut Girka
f0161702d8
[Glitch] Submit report using meta key
Port 64d7a63f18
to glitch-soc
6 years ago
Thibaut Girka
a01faecfcb
[Glitch] Add redraft function
Port bd0791d800
to glitch-soc
6 years ago
David Yip
fac6e392e9
Port emojimart 2.6.1 changes to glitch flavour
See also the following commits:
- 0c3ce41031
- 268d90e810
6 years ago
Thibaut Girka
b9fdeceb3c
Make active bookmarks red ( fixes #493 )
6 years ago
Thibaut Girka
cc396f085d
Use history.state to decide whether we should goBack() or go to / ( fixes #247 )
So far, glitch-soc used history.length to decide whether to call `goBack()` or
go to / in order to not leave the webUI. This made clicking the “Back” button
go to the “Getting started” column instead of going back in the browser's
history when such an action would leave the web UI, but also when:
- The WebUI is refreshed (F5)
- A tab is restored
- The history length reaches its maximum (e.g., 50 in Firefox)
This commit fixes these shortcomings by checking `window.history.state`.
Indeed, we only want to go back in the browser's history when the current
location has been reached from within the WebUI, which only happens via
`pushState` as far as I know. Since browser store the serialized state in
the browser history, this also survives page reload and session restoration.
6 years ago
Thibaut Girka
f86d280fd6
Use props.router instead of context.router, as we are using withRouter
6 years ago
Thibaut Girka
e396fbfe3b
Fix direct timeline
6 years ago
Thibaut Girka
e7b3a4263e
[Glitch] Fix low-contrasted cancel button of reply indicator
Port 86efccce2a
to glitch-soc
6 years ago
Thibaut Girka
08dbe29e29
[Glitch] Improve load gap styling in web UI
Port 45c9f16f71
to glitch-soc
6 years ago
Thibaut Girka
fbc25bdd2d
[Glitch] Do not crash in getStatusIds when there is a gap in the timeline
Port b1938d7853
to glitch-soc
6 years ago
Thibaut Girka
6020a21130
[Glitch] Fix LoadMore on account media gallery
Port 3523aa440b
to glitch-soc
6 years ago
Thibaut Girka
4eba8c50c3
[Glitch] Allow clients to fetch notifications made while they were offline
Port cbf97c03bb
to glitch-soc
6 years ago
Thibaut Girka
0ad3eedd4c
[Glitch] Allow clients to fetch statuses made while they were offline
Port 9a1a55ce52
to glitch-soc
6 years ago
Thibaut Girka
8b98afa781
[Glitch] Replace onScrollToBottom with onLoadMore
Port b0664a5e6c
to glitch-soc
6 years ago
Thibaut Girka
a81ed7b205
Do not needlessly refresh pinned toots
Port missing part of 6ae70a92c9
to glitch-soc
6 years ago
Thibaut Girka
60addb14ce
[Glitch] Change icon for domain blocks
Port fa04945365
to glitch-soc
6 years ago
Thibaut Girka
b7508940b7
[Glitch] Add option to show only local toots in timeline preview
Port missing changes from 4e4f1b0dcb
to glitch-soc
6 years ago
Thibaut Girka
1fa3586db5
[Glitch] Use streaming API for standalone timelines on /about and /tag pages
Port 0128b86d30
to glitch-soc
6 years ago
Thibaut Girka
d959d04133
Change direct message warning to match upstream
6 years ago
Thibaut Girka
d253449ff0
Port upstream's result section headers ( fixes #366 )
6 years ago
Thibaut Girka
18d9a7fd71
Fix caret position after inserting suggestions ( fixes #281 )
6 years ago
Thibaut Girka
d8793e1bee
Remove unneeded code now that attachment URL isn't appended to toots
6 years ago
Thibaut Girka
4c91215e1f
[Glitch] Use .star-icon instead of hardcoding color in detailed statuses
Port 2587fcdd27
to glitch-soc
6 years ago
Thibaut Girka
07baa1ddb5
[Glitch] Open video modal on public UI
Port d9b2f84c92
to glitch-soc
6 years ago
Thibaut Girka
784712791d
[Glitch] Reword the direct message warning
Port 53c2164e9c
to glitch-soc
6 years ago
Thibaut Girka
97c69de416
[Glitch] Feature: Direct message from Statuses
Port 904a2479dd
to glitch-soc
6 years ago
Thibaut Girka
a5fac975f3
[Glitch] Feature: Direct message from menu
Port d1f34151ae
to glitch-soc
6 years ago
Thibaut Girka
dfa60cb0a8
Fix modals testing for props.noEsc ( fixes #482 )
6 years ago
Thibaut Girka
769a48495c
Fix root modal's keyup handling ( Fixes #478 )
6 years ago
Thibaut Girka
f6ec8c4821
[Glitch] Use plaintext value for field value tooltips in web UI
Port d185f3ddaf
to glitch-soc
This doesn't change anything for glitch-style fields, but those will go
away eventually
6 years ago
Thibaut Girka
5d8052e715
Add bot badge to account headers in the WebUI
6 years ago
Thibaut Girka
2f01935cba
Adapt account fields rendering code in the WebUI to match upstream
6 years ago
Thibaut Girka
658ac4396c
Hide media in report modal regardless of whether they are marked sensitive
The rationale behind this is that if the user wants to report violent media,
they might not want to see it repeatedly. The “sensitive” property is still
kept, displaying different messages for hidden media depending on whether
they are marked as sensitive.
6 years ago
Thibaut Girka
7972464e71
[Glitch] Also display replies in report modal
Port c88e12fca6
to glitch-soc
6 years ago
Thibaut Girka
bfa5bdde2c
[Glitch] Place emoji picker top if it is closer to the bottom of the viewport
Port ad5d3134e4
to glitch-soc
6 years ago
Thibaut Girka
356d0214c9
Implement tootsuite-style account fields
glitch-soc-style still in backup, both sharing the same SCSS style
6 years ago
Thibaut Girka
240833c023
Fix actions modal on mobile ( fixes #441 )
6 years ago
Thibaut Girka
64d8d0464d
Add show more/less toggle for entire threads in web UI
Inspired from b6003afcdb
but using component
properties instead of redux store for hidden/revealed state.
6 years ago
Thibaut Girka
2888f74c12
Refactor the infamous three-valued boolean into two booleans, trying to simplify the logic
6 years ago
Thibaut Girka
259bc9840b
[Glitch] Fix style of legacy column headers
Backports daefbd66a6
6 years ago
Thibaut Girka
e4dff10934
Fix video player on toot public views
6 years ago
Thibaut Girka
7a68079b3f
[Glitch] Show media modal on public pages
Port ff7941e652
to glitch-soc
6 years ago
Thibaut Girka
694337d9bb
Fix auto-collapsed toots making the TL jump ( fixes #417 )
6 years ago
Thibaut Girka
3068384dbc
Glitchsoc-specific changes to allow boosting own private toots
6 years ago
Thibaut Girka
52229405ed
[Glitch] Make detailed status' media gallery standalone
6 years ago
Thibaut Girka
dcc1c10937
[Glitch] Center thumbnails on focus point
Port the display part of the following commits to glitch-soc:
* 90f12f2e5a
* b170627ceb
* 11697d6894
* 56eb5c3f34
6 years ago
Thibaut Girka
1aac83ef47
Fix the bookmark column pinning fix…
6 years ago
Thibaut Girka
54f5170f59
Fix pinning the bookmarks column ( fixes #428 )
6 years ago
Thibaut Girka
5d96c5ac41
[Glitch] Responsively enforce 16:9 ratio on video thumbnails in web UI
Port the video-player part of 036dd98abb
to
glitch-soc. MediaGallery part ignored since it has diverged quite a bit.
This fixes #423
6 years ago
Thibaut Girka
c5dd4ed1d5
[Glitch] Fix media button type
Port ecdac9017e
to glitch-soc
6 years ago