Summary
- Update README.md (commit: d69440b) (details)
- Initial installatoin instructions for RESPECT server binary installation (commit: 18fe79f) (details)
- Add respect-server.service and update INSTALL.md (commit: 6b466c0) (details)
- Make example IP address consistent on INSTALL.md (commit: 8aa8a74) (details)
- Add Maestro flow summary documentation for core features. (commit: 507c9fb) (details)
- Update `.maestro/README.md` formatting. (commit: 426ab42) (details)
- Refactor Maestro test documentation by consolidating flow summaries. (commit: df4bd8e) (details)
- Update Maestro README.md to use numbered lists for test flow descriptions. (commit: c1bfccd) (details)
- Update Maestro README with detailed steps for user management and school registration test flows. (commit: efb7a28) (details)
- Change PERSON_ADMIN_WRITE flag to an explicit permission. Using a value that was not represented by a single 2^x value resulted in errors in the permission check queries not working as expected. (commit: 67d616e) (details)
- Fix for issue #231. (commit: 93e8ed5) (details)
- Issue #231 (commit: de6e9a8) (details)
- Disable flow 003 until new xAPI based assignment branch is merged. (commit: 69f8132) (details)
- Check username unique during invitation acceptance process (issue #232). (commit: f57c392) (details)
- Apply username unique check to when admin sets a username manually. (commit: f80a98b) (details)
- Correct visibility of floating action button on PersonListViewModel.kt and update to use common GetWritableRolesUseCase (commit: 8f8b359) (details)