Movary
Self-hosted hub to track, rate and explore your movie watch history
Alternative to: letterboxd, trakt
0.48.0
2023-04-12Important: You can now set a user as admin. To set an existing user as admin you can use e.g. php bin/console.php user:update USER_ID --isAdmin=1
Added user management UI for admin users! Checkout the new settings page UI at /settings/users to create, edit or delete users.
What’s Changed
- Use github latest release endpoint to improve performance of app settings page by @leepeuker in https://github.com/leepeuker/movary/pull/307
- Add admin flag to users by @leepeuker in https://github.com/leepeuker/movary/pull/308
- Restructure settings nav by @leepeuker in https://github.com/leepeuker/movary/pull/306
- Add user managment settings page by @leepeuker in https://github.com/leepeuker/movary/pull/309
Full Changelog: https://github.com/leepeuker/movary/compare/0.47.4…0.48.0