Merge pull request #8406 from Flaburgan/6184-service-disabled

Do not show the service to the user if it is disabled, fixes #6184

Fixes #6184
This commit is contained in:
Benjamin Neff
2024-06-05 01:03:12 +02:00
6 changed files with 35 additions and 8 deletions

View File

@@ -66,6 +66,7 @@ We recommend setting up new pods using Ruby 3.3, and updating existing pods to t
* Cleanup duplicate pods in database [#8403](https://github.com/diaspora/diaspora/pull/8403)
* Fix scrolling issue after closing photo viewer on photos page [#8404](https://github.com/diaspora/diaspora/pull/8404)
* Filter unicode emojis from email headers [#8421](https://github.com/diaspora/diaspora/pull/8421)
* Do not show disabled services anymore [#8406](https://github.com/diaspora/diaspora/pull/8406)
## Features
* Add client-side cropping of profile image uploads [#7581](https://github.com/diaspora/diaspora/pull/7581)