~cytrogen/masto-fe

fc8577cf — Thibaut Girka 6 years ago
Minor refactoring
707b8d7d — Thibaut Girka 6 years ago
Move the “Show why” button inline
85f3bc1a — Thibaut Girka 6 years ago
Implement feature to add filtered phrases to content warnings
42b59b73 — Thibaut Girka 6 years ago
Implement option to completely hide filtered toots
16b79a62 — Thibaut Girka 6 years ago
Add options to configure filtering behavior
bde7a415 — Thibaut Girka 6 years ago
Add a way to know why a status has been filtered, and show it anyway
e9fac2de — Thibaut Girka 6 years ago
Do not keep polls pre-filled in thread mode
e0bfa685 — Thibaut Girka 6 years ago
Fix error boundary CSS
0baaee49 — Thibaut Girka 6 years ago
Fix report dialog crashing when a toot gets deleted

Fixes #1155
fce885f2 — ThibG 6 years ago
Merge pull request #1152 from ThibG/glitch-soc/merge-upstream

Merge upstream changes
5ff9970c — Thibaut Girka 6 years ago
Re-add route for direct timeline
64f3bc77 — ThibG 6 years ago
[Glitch] Only scroll to the compose form if it's not horizontally in the viewport

Port c07cca4727041ea5a5721acbc603d4bfb45a15a6 to glitch-soc
a0b614f1 — ThibG 6 years ago
Fix support for HTTP proxies (#11245)

* Disable incorrect check for hidden services in Socket

Hidden services can only be accessed with an HTTP proxy, in which
case the host seen by the Socket class will be the proxy, not the
target host.

Hidden services are already filtered in `Request#initialize`.

* Use our Socket class to connect to HTTP proxies

Avoid the timeout logic being bypassed

* Add support for IP addresses in Request::Socket

* Refactor a bit, no need to keep the DNS resolver around
7039dca1 — Thibaut Girka 6 years ago
Merge commit 'c07cca4727041ea5a5721acbc603d4bfb45a15a6' into glitch-soc/merge-upstream

Unlike upstream, kept the direct timeline endpoint, as it is still of use in
glitch-soc.
c07cca47 — ThibG 6 years ago
Only scroll to the compose form if it's not horizontally in the viewport (#11246)

Avoids jumping the scroll around vertically when giving it focus and
editing long toots.
ae003d54 — Eugen Rochko 6 years ago
Fix option to send e-mail notification about account action always being true (#11242)

ed544f31 — ThibG 6 years ago
Fix HTTP requests to IPv6 hosts (#11240)

e5f4d83e — Thibaut Girka 6 years ago
Allow serializing local-only toots in backup service

Fixes #1153
0c1b1069 — Eugen Rochko 6 years ago
Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)

30f5bcf3 — Eugen Rochko 6 years ago
Remove deprecated REST API `POST /api/v1/notifications/dismiss?id=:id` (#11214)

Next