1.8.0 - Dependency update, minor bug fixes and enhancements
What's Changed
- Align queue language- problem 219 by @jzenas in #393
- Fixes #336, originally #396 Allow admins to edit users who haven't authorized any backends by @Tombow1 in #403
- Fixed issue #306: Enforce Meeting.backend_type in Meeting.queue.allowed_backends via API by @Frank-duuuu in #400
- Update backend dependencies (#383) by @ssciolla in #385
- Refactor search form and URL to use query (#398) by @ssciolla in #399
- Update frontend dependencies (#253, #390) by @ssciolla in #405
- Bump
uvicorn
to 0.22.0 (#416) by @ssciolla in #417 - Remove
console.warn
fromvalidateString
(#413) by @ssciolla in #415 - Update Google Analytics library and usage (#392) by @ssciolla in #412
- Create
Dockerfile.openshift
, modify service artifacts to use namespaced images (#418) by @ssciolla in #419 - Update css to change menu icon for small screens by @anishsundaram in #375
- Bump django from 3.2.18 to 3.2.19 in /src by @dependabot in #409
- Bump requests from 2.28.2 to 2.31.0 in /src by @dependabot in #411
- fixed issues 369 and 298 by @lialex123 in #402
- Fixes #420 - Remove args and command from service so it will use the Dockerfile values by @jonespm in #421
- Remove alert and unused utility function (#236) by @ssciolla in #423
- Switch to
python:3.10-slim-bullseye
(#427) by @ssciolla in #428 - Return HTTP status code and message when trying to change a started meeting (#357) by @ssciolla in #424
- Fix Manage Hosts spacing, remove unused
pull-left
class (#425) by @ssciolla in #426 - Add --save "" to redis-server command (#429) by @ssciolla in #430
- Return response in overridden update method (#432) by @ssciolla in #433
- Fix four UI issues (#434) by @ssciolla in #435
- Modify per UX suggestions (#438) by @ssciolla in #439
New Contributors
- @jzenas made their first contribution in #393
- @Tombow1 made their first contribution in #403
- @Frank-duuuu made their first contribution in #400
- @anishsundaram made their first contribution in #375
- @lialex123 made their first contribution in #402
Full Changelog: 1.7.0...1.8.0