Misty De Meo
23633720a8
merge tag v4.5.0
4 months ago
Misty De Meo
86df8feb80
merge v4.4.0 into mastodon_4_3_0
4 months ago
Claire
245a74f9ca
Add “A Mastodon update is available.” message on admin dashboard for non-bugfix updates ( #32106 )
2 years ago
Claire
513f187daf
Add “A Mastodon update is available.” message on admin dashboard for non-bugfix updates ( #32106 )
2 years ago
Michael Stanclift
91fbd5b422
Adjust magick version detection in admin panel ( #30845 )
2 years ago
Michael Stanclift
b120792f27
Adjust ffmpeg version detection in admin panel ( #31130 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
David Roetzel
9be77fc0db
Revert "Add system check for missing database indexes" ( #30909 )
2 years ago
David Roetzel
ebd8e1bbb6
Add system check for missing database indexes ( #30888 )
2 years ago
Matt Jankowski
a8b3d2e4e4
Consolidate time periods methods into base measure ( #30757 )
2 years ago
Claire
58ace2e45e
Fix SQL error in admin measures API ( #30753 )
2 years ago
Michael Stanclift
a777f7e3cc
Restore short Ruby version on admin dashboard ( #30711 )
2 years ago
Michael Stanclift
4a5442edaa
Add ffmpeg and ImageMagick versions to admin dashboard ( #30710 )
2 years ago
Matt Jankowski
88cfc4056d
Extract method to generate series of days in measure sql classes ( #29928 )
2 years ago
Eugen Rochko
5f15a892fa
Add support for libvips in addition to ImageMagick ( #30090 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Matt Jankowski
c9ee1437c0
Use ruby language constants to build version string in software version dimension ( #30309 )
2 years ago
Claire
96fb6e491f
Revert "Migrate paperclip `_file_size` columns to bigint ( #29263 )" ( #30203 )
2 years ago
Matt Jankowski
b152f936c1
Migrate paperclip `_file_size` columns to bigint ( #29263 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Matt Jankowski
966d7f5bf9
Add missing snowflake range correction ( #29841 )
2 years ago
Matt Jankowski
7e6eb64f1e
Use full snowflake range in `admin/metrics` classes ( #29416 )
2 years ago
Matt Jankowski
a7284690fc
Add coverage for admin/metrics base classes, simplify subclass generation ( #29527 )
2 years ago
Matt Jankowski
e1fcb02867
Align `TagServersMeasure` to use `WITH` query style similar to others ( #29435 )
2 years ago
Matt Jankowski
ea8e7f3e9d
Align `TagServersMeasure` query style with other classes ( #29414 )
2 years ago
Matt Jankowski
76d256138e
Wrap media attachment size calculation in `COALESCE` ( #29415 )
2 years ago
Matt Jankowski
a2f02a0775
Disable `Rails/SkipsModelValidations` cop ( #28712 )
2 years ago
Renaud Chaput
238a17b145
Fix the search documentation URL in system checks ( #27036 )
3 years ago
Michael Stanclift
3171afc36a
Add Elasticsearch index size to Admin dashboard ( #27301 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Claire
3c13d70600
Add mention of YJIT in admin dashboard if enabled ( #27283 )
3 years ago
Matt Jankowski
2f8f92df48
Fix Elastic check deprecation warning about gem version ( #27262 )
3 years ago
Renaud Chaput
4aaaf0dde3
Fix the search documentation URL in system checks ( #27036 )
3 years ago
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>
3 years ago
Claire
5fd89e53d2
Fix moderator rights inconsistencies ( #26729 )
3 years ago
Claire
5c64f01b19
Fix moderator rights inconsistencies ( #26729 )
3 years ago
Claire
b83e487502
Fix moderator rights inconsistencies ( #26729 )
3 years ago
Claire
16681e0f20
Add admin notifications for new Mastodon versions ( #26582 )
3 years ago
Claire
072112867b
Fix dashboard check for Elasticsearch suggested command including incorrect names ( #26658 )
3 years ago
Claire
f2ec2876a4
Add Elasticsearch/OpenSearch version to “Software” in admin dashboard ( #26652 )
3 years ago
Claire
e3825a13c1
Add PublicStatusesCheck to Elasticsearch index check on admin dashboard ( #26650 )
3 years ago
Claire
bd023a2637
Fix admin dashboard check when using Elasticsearch with `ES_PREFIX` ( #26605 )
3 years ago
Claire
ac0eb0533e
Add Elasticsearch cluster health check and indexes mismatch check to dashboard ( #26448 )
3 years ago
Matt Jankowski
af135bddd0
Update `Admin::Metrics::Measure` classes for Rails 7 ( #25236 )
3 years ago
Matt Jankowski
3b21c13dcc
Rails 7 compatibility fix for `Admin::Metrics::Dimension` classes ( #25277 )
3 years ago
Claire
e9385e93e9
Add a confirmation screen when suspending a domain ( #25144 )
3 years ago
Matt Jankowski
9f5deb310b
Fix Performance/MapCompact cop ( #24797 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Matt Jankowski
e63524f457
Update retention model sql query ( #24249 )
3 years ago
Claire
9715a211c7
Add warning for object storage misconfiguration ( #24137 )
3 years ago
Claire
6a7b91a038
Add warning for object storage misconfiguration ( #24137 )
3 years ago
Claire
8fdf49b11d
Add warning for object storage misconfiguration ( #24137 )
3 years ago
Claire
f834fdaf6a
Fix dashboard crash on ElasticSearch server error ( #23751 )
3 years ago
Claire
0363064501
Fix dashboard crash on ElasticSearch server error ( #23751 )
3 years ago
Claire
9875be09fe
Fix dashboard crash on ElasticSearch server error ( #23751 )
3 years ago