~cytrogen/masto-fe

ref: bb98d970e3f3333f85d454bc1fd26a1b582b14d2 masto-fe/app/services d---------
bb98d970 — Claire 2 years ago
Merge pull request #2291 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
9ae60f87 — Claire 2 years ago
Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream

Conflicts:
- `db/migrate/20180831171112_create_bookmarks.rb`:
  Upstream ran a lint fix on this file, but this file is different in
  glitch-soc because the feature was added much earlier.
  Ran the lint fix on our own version of the file.
075887e1 — Claire 2 years ago
Merge commit 'ea10febd257b5b729a50aeb3218389763f5f4b97' into glitch-soc/merge-upstream
dd0002e1 — Claire 2 years ago
Merge commit '610cf6c3713e414995ea1a57110db400ccb88dd2' into glitch-soc/merge-upstream

Conflicts:
- `app/models/trends.rb`:
  Conflict due to glitch-soc's code splitting trends mailing depending on type.
  Ported upstream's changes.
82eebd04 — Claire 2 years ago
Merge commit '41a505513fb36f7c28c8d8a4270d5ee192169462' into glitch-soc/merge-upstream

Conflicts:
- `app/serializers/initial_state_serializer.rb`:
  Upstream renamed an initial state parameter, where we had extra ones.
  Renamed as upstream did.
- `app/workers/feed_insert_worker.rb`:
  Upstream wrapped database query in a block, we had extra database
  queries because of the DM timeline.
  Moved everything in the block.
2e1391fd — Matt Jankowski 2 years ago
Fix `Naming/MemoizedInstanceVariableName` cop (#25928)

99be47f8 — jsgoldstein 2 years ago
Change searching with # to include account index  (#25638)

999c3439 — Claire 2 years ago
Fix remote accounts being possibly persisted to database with incomplete protocol values (#25886)

c27b82a4 — Claire 2 years ago
Add `forward_to_domains` parameter to `POST /api/v1/reports` (#25866)

f3fca787 — Matt Jankowski 2 years ago
Refactor `NotificationMailer` to use parameterization (#25718)

cf33028f — Matt Jankowski 2 years ago
Admin mailer parameterization (#25759)

93e8a154 — Eugen Rochko 2 years ago
Add forwarding of reported replies to servers being replied to (#25341)

30ad9d97 — Claire 2 years ago
Merge pull request #2272 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
5de49e74 — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
383c0081 — Daniel M Brasil 2 years ago
Fix `/api/v2/search` not working with following query param (#25681)

ed567c9d — Claire 2 years ago
Merge pull request #2263 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
44e98a27 — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
ba06a2f1 — Eugen Rochko 2 years ago
Revert "Rails 7 update" (#25667)

50c2a036 — Matt Jankowski 2 years ago
Rails 7 update (#24241)

a209d1e6 — Claire 2 years ago
Fix ResolveURLService not resolving local URLs for remote content (#25637)

Next