• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Chevereto v4.5.5 announcement

Status
Not open for further replies.

Rodolfo

πŸ‘‘ Chevereto Godlike
Chevereto Staff
Administrator
Hello everybody,

Patch release v4.5.5 will address multi-tenancy with multiple schemas (databases), a few bugs reported by users and QoL improvements for everyday use.
 
Added CHEVERETO_TENANTS_DB_ISOLATION_MODE

New environment variable to configure multi-tenant database isolation mode (defaults to database). Replaces the previous table-prefix-only isolation with true database-level isolation, enabling easier provider migrations plus finer database-level tuning.
 
Added configurable system notices display

I've noticed some users not taking care of the "Notices" system messages, which is becoming a concern as these messages should not be ignored for any reason. With Chevereto v4.5.5 the system notices modal will automatically display by default.

We also added a new system setting enable_silent_notices under /dashboard/settings/system so you can configure this behavior according to your needs.

1782849036745.png
 
Improved email settings validation and error handling

Email settings now validate against required fields (form, submit) and I moved the email delivery hint just below the Email API select.

1782853553086.png
 
Added warning to signup when email delivery isn't configured

Account creation is now automatically disabled if email confirmation is required but no email service has been configured. Instead of letting users sign up and get stuck without a confirmation email, the signup page now shows a clear message explaining the issue and asking them to contact the site administrator.

1782855673001.png
 
Added warning to account resend activation when email delivery isn't configured

If email delivery is not configured it won't be possible to use the /account/resend-activation endpoint.

1782919313949.png
 
Added warning to password forgot when email delivery isn't configured

If email delivery is not configured it won't be possible to use the /account/password-forgot endpoint.

1782919922898.png
 
Fixed bug with theme overrides not working for overrides/views/settings/*

Overrides for overrides/views/settings/* were not being applied due to incorrect require path resolution.
 
Fixed bug with theme overrides not working for overrides/views/dashboard/*

Overrides for overrides/views/dashboard/* were not being applied due to incorrect require path resolution.
 
Disabled guest uploads by default

Guest uploads will be disabled by default for all new installations. This will prevent unwanted content being uploaded to your websites.
 
Disabled user self-signup by default

User self-signup will be disabled by default for new installations. This will prevent unwanted users registering on your websites.
 
Disabled email-dependent settings when no email provider is configured

Chevereto now automatically disables settings that require email if no email provider is configured. This includes:
  • Require email confirmation
  • Require email for social signup
  • Notify on user signup
This prevents these options from being enabled without a working email provider behind them, avoiding silent failures for actions that depend on email delivery.

1783608099168.png
 
Added links to user manual and admin manual on dashboard

The dashboard now includes links to the user manual and the admin manual, making it easier to find setup instructions and usage guidance without leaving the app.

1783612531957.png
 
Fixed bug with missing album options when editing upload item

Single upload modal wasn't listing "Select album" neither "Create album after upload" options.

1783635801711.png
 
Fixed bug with wrong user URL when website mode personal is enabled

In website mode (personal), after uploading, the message said "uploaded to Files by username" and clicking that link led to a 404 as the system was not returning the actual URL (depending on your root resolution configuration).
 
Status
Not open for further replies.
Back
Top