hometown/spec/controllers/admin
Jasmin 3b69a29703
Merge changes of 4.0.7..4.0.10 (#1324)
This includes all changes made in
https://github.com/mastodon/mastodon/releases/tag/v4.0.7 and
https://github.com/mastodon/mastodon/releases/tag/v4.0.8 and therefore
requires:

⚠️ Restart of all Mastodon processes, especially the Streaming
API

There was a conflict during the merge inside the `streaming/index.js`,
which was related to the following snippet:

```js
      // Only send local-only statuses to logged-in users
      if (payload.local_only && !req.accountId) {
        log.silly(req.requestId, `Message ${payload.id} filtered because it was local-only`);
        return;
      }
```

I've placed it at the same spot where it was previously, so everything
should work as before. ~~**However, I still need to test those changes,
which is what I'll be doing after submitting this PR as draft.**~~

Checked the changes against our instance, everything is working as
expected as logged-in user. Haven't checked the public timelines where
the above snippet would be relevant, as we are using `AUTHORIZED_FETCH`
and I would like to keep it enabled. ^^

If the base branch is not correct, feel free to change it.

Everything is already deployed on queer.group and working fine there.

---------

Co-authored-by: Michael Stanclift <mx@vmstan.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Co-authored-by: Daniel M Brasil <danielmbrasil@protonmail.com>
Co-authored-by: yufushiro <62991447+yufushiro@users.noreply.github.com>
Co-authored-by: Nicolai Søborg <NicolaiSoeborg@users.noreply.github.com>
2023-09-19 19:49:27 -07:00
..
disputes Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
settings Change settings area to be separated into categories in admin UI (#19407) 2022-10-22 11:44:41 +02:00
users Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
account_moderation_notes_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
accounts_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
action_logs_controller_spec.rb Fix admin action logs page (#19649) 2022-11-03 16:06:42 +01:00
base_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
change_email_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
confirmations_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
custom_emojis_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
dashboard_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
domain_allows_controller_spec.rb Import/Export Domain Block Lists (#1253) 2022-12-27 17:46:53 -08:00
domain_blocks_controller_spec.rb Import/Export Domain Block Lists (#1253) 2022-12-27 17:46:53 -08:00
email_domain_blocks_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
export_domain_allows_controller_spec.rb Import/Export Domain Block Lists (#1253) 2022-12-27 17:46:53 -08:00
export_domain_blocks_controller_spec.rb Import/Export Domain Block Lists (#1253) 2022-12-27 17:46:53 -08:00
instances_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
invites_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
report_notes_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
reports_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
resets_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
roles_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
statuses_controller_spec.rb Merge changes of 4.0.7..4.0.10 (#1324) 2023-09-19 19:49:27 -07:00
tags_controller_spec.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00