Summary
- updates (commit: 1208661) (details)
- Changes related RespectRedeemInviteRequest.kt (commit: 1d33cd2) (details)
- Work in progress implementing invite redemption. (commit: 6c9cdb8) (details)
- Remove use of invite code directory and school prefixes. (commit: 580dd1b) (details)
- Add assetlinks. Passkey creation working. (commit: 5569a28) (details)
- Implement signup redeem invite using passkey (commit: c47605c) (details)
- Create enrollment entities on invite redemption (commit: 90eea45) (details)
- Refactor offset limit paging source for repositories to make it a little more flexible: ready to handle finding enrolled persons. (commit: c27f595) (details)
- Add support for approving pending invites. (commit: 544611b) (details)
- Add support for approving pending invites. (commit: 28b8ed2) (details)
- Add support to serve assetlinks.json (commit: 2b51fe3) (details)
- Fix RedeemInviteIntegrationTest compilation (commit: 44d8aa8) (details)
- Add default directory. Stop user adding new report. (commit: 5a28356) (details)
- Add onrespect directory by default. (commit: 6aaaa44) (details)
- Renamed WrtieQueueItem timestamp to timeQueued. (commit: d2b35c9) (details)
- Renamed WrtieQueueItem timestamp to timeQueued. (commit: c8fd571) (details)
- Paging improvements: work in progress. (commit: 21f9028) (details)
- Convert all datasources to using IPagingSourceFactory return types for paging types. (commit: 14b3fdb) (details)
- Fix ClassDatasourceDb to save only if entities are newer. (commit: 8eeba7b) (details)
- Add IPagingSourceFactory docs. (commit: 700ad04) (details)
- Fix server compilation for Enrollment and Class route. (commit: 310b137) (details)
- Fix PersonRepositoryIntegrationTest compilation. (commit: 54423c9) (details)
- Fix class loading - asIPagingFunction did not work as expected, so it is removed. (commit: 9ff2697) (details)