More updates and fixes for public instances in this release that we've identified during our beta testing. The main change is that now there's an option to automatically create a Creator record when a new user signs up for an account. Personal sites probably won't want to do that so it's disabled by default, but if you're running a public instance, it should make it easier for people to get started!
What's Changed
✨ New Features ✨
- Add public access indicators by @Floppy in #4348
- Default creator in form by @Floppy in #4357
- Option to automatically set up a creator when users sign up for an account by @Floppy in #4361
- Require license and public creator when making models public by @Floppy in #4373
- Automatically publish creator when publishing models by @Floppy in #4378
🔒 Security 🔒
- Fix permission bug where contributors could edit things they didn't have permission to by @Floppy in #4354
- Only show problems to moderators and above by @Floppy in #4360
🐛 Bug Fixes 🐛
- Fix page error after deleting user by @Floppy in #4344
- Fix destroy permissions for model files by @Floppy in #4345
- FIx missing validation and error messages for creator and collection forms by @Floppy in #4347
- Fix non-functional delete buttons for creators and collections by @Floppy in #4349
- Preserve permissions when splitting models by @Floppy in #4368
- Add missing parameter to fix resolve buttons (like "merge all") by @Floppy in #4369
- Don't overwrite permissions with defaults if already set by @Floppy in #4371
- Fix nil file sizes when preparing downloads by @Floppy in #4372
- Fix model form error reporting by @Floppy in #4375
🛠️ Other Improvements 🛠️
- Exclude tombstoned actors when creating user list by @Floppy in #4350
- Remove delete button from logged-in account in admin area by @Floppy in #4351
- Only show local creators & collections in forms by @Floppy in #4355
- Translation updates (DE, ES, PL, JA) by @Floppy in #4363
- Add link to suggest ngrok for dev instances by @Floppy in #4370
- Update welcome page to reflect automatic creator setup by @Floppy in #4376
- Minor spanish updates by @Floppy in #4377
Full Changelog: v0.113.0...v0.114.0