~cytrogen/masto-fe

92fa9d34 — Claire 2 years ago
Merge commit '3554c527954441fd924586a49c7d99a89101ac7e' into glitch-soc/merge-upstream

Conflicts:
- `app/controllers/authorize_interactions_controller.rb`:
  Small conflict due to our theming system.
- `streaming/index.js`:
  Upstream refactored part of the streaming server.
  We had some extra logic for handling local-only posts.
  Applied the refactor.
879c7ed2 — Christian Schmidt 2 years ago
[Glitch] Fix missing GIF badge in account gallery

Port a4b69bec2eab61f2c3dcebddfe1474be386f828e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
88ba538a — Christian Schmidt 2 years ago
[Glitch] Preserve translation on status re-import

Port 6781dc6462b0511a2d3e6e08c965b7006ffd3331 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
454d8567 — Claire 2 years ago
Merge commit '1814990a3d117555153321216fa593e4d9e84de3' into glitch-soc/merge-upstream
450f75b6 — Eugen Rochko 2 years ago
[Glitch] Add published date and author to news on the explore screen in web UI

Port f826a95f6e98b36841a87389590a65e79877fc7d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
887a17bb — Claire 2 years ago
[Glitch] Revert poll colors to green outside of compose form

Port ce1f35d7e213327549b960bb64f63c67a141ea40 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
e92dde0b — Trevor Wolf 2 years ago
[Glitch] fix poll input active style

Port 49d2e8979fa43596e992719435117e368ab76254 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
e48a6a5f — Eugen Rochko 2 years ago
[Glitch] Fix missing action label on sensitive videos and embeds in web UI

Port 714a20697f5e2f7994df012a5a8bbb49bc56f2e7 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
4b26e44e — Eugen Rochko 2 years ago
[Glitch] Fix missing border on error screen in light theme in web UI

Port d1a9f601c7eac36f94e91814d3b28ecebaf6ff32 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
168fadb6 — gol-cha 2 years ago
[Glitch] Fix UI Overlap with the loupe icon in the Explore Tab

Port 9a567ec1d1fdb50573c882b7e454285ef7f4200c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1d4df970 — Christian Schmidt 2 years ago
[Glitch] Add `lang` attribute to trending links

Port 76fce34ebb455d88a34290154ad8f02f582a67c0 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
f3bd96c9 — Trevor Wolf 2 years ago
[Glitch] change poll form element colors to fit with the rest of the ui

Port 80809ef33efcb80e18ff2193eb6ec30b3bb0fdf7 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
bd349cb8 — Claire 2 years ago
Merge commit 'ce1f35d7e213327549b960bb64f63c67a141ea40' into glitch-soc/merge-upstream

Conflicts:
- `db/schema.rb`:
  Upstream regenerated the schema file using Rails 7, the conflicts are
  caused by our extra columns.
  Applied upstream's changes, but keeping our extra columns.
09ebf7e3 — gunchleoc 2 years ago
[Glitch] Replace 'favourite' by 'favorite' for American English

Port 217ef7f2aff08575c505368199f059c3c9d79df5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
b2515feb — Claire 2 years ago
Merge commit 'cfd50f30bb5dda4dd90e1ad01f3e62c99135c36f' into glitch-soc/merge-upstream
5914dfdd — Claire 2 years ago
[Glitch] Change thread view to scroll to the selected post rather than the post being replied to

Port e4ea80d8089110790bf11f7d4021dbe7b6a866de to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
42f36aa5 — Claire 2 years ago
Merge commit '5b457961fc1189a71599dc6c06b3f159b195a455' into glitch-soc/merge-upstream

Conflicts:
- `config/initializers/content_security_policy.rb`:
  Upstream fixed an issue that was not present in glitch-soc.
  Kept our version.
7635c674 — Claire 2 years ago
Merge commit '144a406d332b034caa812ade2629df03ed4898d7' into glitch-soc/merge-upstream

Conflicts:
- `app/views/layouts/application.html.haml`:
  Upstream removed the `crossorigin` attribute from `preload_pack_asset`.
  Glitch-soc had different calls to `preload_pack_asset` because of the
  different theming system.
  Ported the change.
- `app/views/layouts/embedded.html.haml`:
  Upstream removed the `crossorigin` attribute from `preload_pack_asset`.
  Glitch-soc had different calls to `preload_pack_asset` because of the
  different theming system.
  Ported the change.
f05effeb — Stanislas Signoud 2 years ago
[Glitch] Fix a missing redirection on getting-started in multi column mode

Port 586b1c9dca07c894af4248f59c847e7a3bf6d786 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
d3d61472 — Christian Schmidt 2 years ago
[Glitch] Wrong count in response when removing favourite/reblog

Port 4c18928a931c8dc149fa3e0bd7de8ce4f6242715 to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Next