• 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

Work in progress Chevereto v5.0.0 announcement

Added password hide/show toggle to login and signup forms

Password field for login and signup now shows an "eye" icon enabling to view the password you have just entered. There's also a button now for all this kind of form boxes (no more arrow right circle button).

1783957647474.png

1783957588097.png
 
Removed password strength meter bar and message

Dropped the client-side password strength indicator (progress bar + accompanying message) from the signup/password form.
 
Fixed bug on PUP.js auto-insert/close feature

Resolved a bug in PUP.js where the auto-close and auto-insert behavior of the upload popup could fail to trigger, most notably on Firefox but affecting other browsers as well. The popup now reliably closes and inserts the image link after a successful upload across all major browsers.
 
Fixed personal mode "homepage" settings display/editing

Due to a wrong type handling, the homepage route was being missed from instances running website_mode=personal.
 
Improved strict typeset handling for settings

Setting values now support string, bool, int, float and array types, this makes easier to compare setting values agains variables as there's no need for type casting anymore.
 
Fixed bug with not working homepage user IDs when using "split" homepage style

The homepage=split with custom user ids for listings wasn't working as expected due to a legacy setting name handling.
 
Fixed safe_html non-string scalar handling

Function safe_html was converting any non-string scalar (integer, boolean, float, null) to string, causing several properties like image_count to be expressed in string, making harder to compare against runtime variables.
 
Updated canonical URL to drop trailing slash when query string is present

The URL canonical shape will drop the trailing slash when query string is present. This means that explore/recent/?page=2 will become explore/recent?page=2 as this is the standard query string shape also used by API V5.
 
Fixed bug with multiple-file NSFW flagging not updating cache

When managing NSFW flags the system was failing to update related listings, which caused these to briefly display the cached value instead of the actual flag.
 
Back
Top