Skip to content

Loading builds...

Changes

#79 (Apr 4, 2026, 12:25:00 AM)

  1. Add confirmation feedback guideline for user actions (commit: 65b57bc) — noreply / githubweb
  2. add refactor (commit: 0e4aae3) — Anugraha / githubweb

#78 (Apr 3, 2026, 12:25:00 AM)

  1. School config work in progress. (commit: 65680a0) — Mike Dawson / githubweb
  2. implement SchoolConfigSettingDataSource for db, http, and repository (commit: 684eeff) — Anugraha / githubweb
  3. update DrainRemoteWriteQueueUseCase (commit: cf5f182) — Anugraha / githubweb
  4. add permission check query (commit: ea17d8a) — Anugraha / githubweb
  5. fix build failure (commit: 06cee38) — Anugraha / githubweb
  6. add db migration (commit: a92896f) — Anugraha / githubweb
  7. Fix issue #209 (commit: 5e6b93f) — Mike Dawson / githubweb
  8. Update LaunchCustomTabUseCase to use Url type. (commit: c86cd41) — Mike Dawson / githubweb
  9. Update default base catalog url. (commit: c20ab8c) — Mike Dawson / githubweb
  10. Bump version number. (commit: 4ef8e04) — Mike Dawson / githubweb
  11. add teacherpin (commit: 2743c7d) — Anugraha / githubweb
  12. Update SchoolConfigSettingDataSource.GetListParams to use a list of keys instead of a single key (commit: c0fe5a3) — Anugraha / githubweb
  13. Update teacher pin and class enabled options using school config (commit: d8a2fba) — Anugraha / githubweb

#71 (Mar 26, 2026, 12:25:00 AM)

  1. Update README.md (commit: 635519e) — noreply / githubweb
  2. Create CONTRIBUTING.md (commit: bfa39b2) — noreply / githubweb
  3. Update CONTRIBUTING.md to clarify contribution types (commit: 4d2d577) — noreply / githubweb
  4. Add Contributor Covenant Code of Conduct (commit: dbddedb) — noreply / githubweb
  5. Revise CONTRIBUTING.md (commit: 255c9ea) — noreply / githubweb
  6. Revise CONTRIBUTING.md (commit: 66d6c3a) — noreply / githubweb
  7. Add issue template for app catalog requests (commit: 3adb525) — noreply / githubweb
  8. Update CONTRIBUTING.md (commit: d41eee0) — noreply / githubweb
  9. Create localization.MD (commit: 1436b71) — noreply / githubweb
  10. Update CONTRIBUTING.md (commit: bef105b) — noreply / githubweb
  11. Update CONTRIBUTING.md (commit: 508d677) — noreply / githubweb
  12. Update contributing.md (commit: 1abbff4) — noreply / githubweb
  13. Add contributing guidelines to README (commit: 1c61153) — noreply / githubweb
  14. Fix link formatting in README.md (commit: d082830) — noreply / githubweb

#70 (Mar 25, 2026, 12:25:00 AM)

  1. Work in progress: moving Opds from app datasource to school datasource. (commit: 119e8ff) — Mike Dawson / githubweb
  2. Work in progress: convert App List screen to using Opds publications instead of Respect App Manifest. (commit: 4656739) — Mike Dawson / githubweb
  3. Work in progress: convert App List screen to using Opds publications instead of Respect App Manifest. (commit: c2db0f8) — Mike Dawson / githubweb
  4. Work in progress: model Respect App manifest using OPDS. (commit: a513cc6) — Mike Dawson / githubweb
  5. Add architecture and system to handle Opds for both external sources (eg. compatible apps) and internal (school playlists). (commit: d0a2110) — Mike Dawson / githubweb
  6. Work in progress making OpdsFeed a writable entity as per other entities in the school database. (commit: 31241d0) — Mike Dawson / githubweb
  7. Work in progress making OpdsFeed a writable entity as per other entities in the school database. (commit: 1553ef2) — Mike Dawson / githubweb
  8. Implement write support for OpdsFeed including handling etag and last-modified header for non-RESPECT generated feeds. (commit: 83570f1) — Mike Dawson / githubweb
  9. Add OpdsFeed validation helper implementation. (commit: f3416e4) — Mike Dawson / githubweb
  10. Make OpdsFeed writable to handle playlists: work in progress. (commit: 511867b) — Mike Dawson / githubweb
  11. Update documentation on OpdsFeedDataSource on how external/internal data is handled. (commit: 0b5e01f) — Mike Dawson / githubweb
  12. Make Opds Feed writable: make initial working client - server integration test. (commit: a4a3eac) — Mike Dawson / githubweb
  13. Move OpdsPublication data source to follow same naming pattern. (commit: edff29c) — Mike Dawson / githubweb
  14. Update OpdsPublicationDataSourceRepository to follow pattern as per OpdsFeedRepository. (commit: e408883) — Mike Dawson / githubweb
  15. OpdsPublicationDataSource improvements (commit: ee1643a) — Mike Dawson / githubweb
  16. Improvements to handling OpdsPublication and OpdsFeed / related entities. (commit: cc9c881) — Mike Dawson / githubweb
  17. Add 304 response support to UstadCacheImpl. (commit: 156d9f6) — Mike Dawson / githubweb
  18. Add unit test for UstadCache to verify 304 response is returned correctly when incoming request has validation info. (commit: 44088c6) — Mike Dawson / githubweb
  19. Update UstadCacheInterceptor.kt to respond 304 directly if the underlying request has its own cache validation info and a stale response is validated over the network. (commit: c9f0db3) — Mike Dawson / githubweb
  20. Add test checking 304 not modified response received using interceptor if cache validation headers are used. (commit: c5c0aff) — Mike Dawson / githubweb
  21. Remove CompatibleApp Datasource (replaced by using OpdsPublication). (commit: b8c5c1f) — Mike Dawson / githubweb
  22. Remove CompatibleAppEntity from database. (commit: 205b330) — Mike Dawson / githubweb
  23. Update ci-run-maestro.sh and school_init.js with option to disable automatic school creation for end-to-end tests. (commit: f5e206f) — Mike Dawson / githubweb
  24. added test for school-self-registration (commit: 43a9254) — Pooja Ravi / githubweb
  25. updated test (commit: 869fbfa) — Pooja Ravi / githubweb
  26. updated test 001_002 (commit: 40a8c27) — Pooja Ravi / githubweb
  27. updated test- added id for the Host URL (commit: 674efff) — Pooja Ravi / githubweb
  28. Fixes for AppLauncher screen. (commit: 0d01526) — Mike Dawson / githubweb
  29. initial commit for add school self service bug fix (commit: 3cf6aa6) — Anugraha / githubweb
  30. Update opds packages in datasource-db and datasource-http to use school.opds package. (commit: 2ab5551) — Mike Dawson / githubweb
  31. Update database migration files. (commit: 03416dd) — Mike Dawson / githubweb
  32. Initial home tabs design. (commit: ece17bb) — Mike Dawson / githubweb
  33. updated maestro.sh (commit: 9468f51) — Pooja Ravi / githubweb
  34. - Update `ci-run-maestro.sh` to remove a commented-out line and refine `TESTCONTROLLER_URL` parsing. (commit: 57f8bdc) — Pooja Ravi / githubweb
  35. Move Maestro test flows for inviting users, login, assignments, and browsing lessons into a new `TestFolder` directory. (commit: 9304a39) — Pooja Ravi / githubweb
  36. add logs for testing (commit: 08f9a39) — Anugraha / githubweb
  37. add logs for testing (commit: 44d1085) — Anugraha / githubweb
  38. add logs for testing (commit: a43f0ae) — Anugraha / githubweb
  39. add logs for testing (commit: afa5eea) — Anugraha / githubweb
  40. add logs for testing (commit: 4bcef5d) — Anugraha / githubweb
  41. add logs for testing (commit: 7a1247d) — Anugraha / githubweb
  42. Add Maestro subflows to handle Chrome's first-run experience screens and integrate them into the `001_002_add_user_direct_test` flow. (commit: 003751b) — Pooja Ravi / githubweb
  43. Update Maestro flow to tap on school URL using text instead of ID. (commit: 2d25182) — Pooja Ravi / githubweb
  44. add logs for testing (commit: af53905) — Anugraha / githubweb
  45. add logs for testing (commit: b177ea2) — Anugraha / githubweb
  46. update url with school-directory (commit: f802eda) — Anugraha / githubweb
  47. Move Maestro flows from `TestFolder` to the root `.maestro/flows/` directory. (commit: 4411ab5) — Pooja Ravi / githubweb
  48. remove  logs (commit: 20619ee) — Anugraha / githubweb
  49. Add Maestro end-to-end test and documentation for school self-registration. (commit: b4f6e14) — Pooja Ravi / githubweb
  50. Add Maestro end-to-end test and documentation for school self-registration. (commit: 40fb806) — Pooja Ravi / githubweb
  51. Update the file path for the `get_started_select_school_by_name.yaml` subflow in the Maestro test configuration. (commit: 50f2f89) — Pooja Ravi / githubweb
  52. Update Maestro test flow to use school name variable instead of skipping school creation. (commit: 59e6db3) — Pooja Ravi / githubweb
  53. Update Slack Space link in README (commit: 2ddc9dc) — noreply / githubweb
  54. Minor school self registration tidyup. (commit: e179ba5) — Mike Dawson / githubweb
  55. Refactor RegisterSchoolUseCase : Create common interface that can be used to keep parameter names, request/response objects, etc. (commit: 9aea8b7) — Mike Dawson / githubweb
  56. Remove validation logic that was either unnecessary or did not belong in the SchoolRegistrationRoute. (commit: 140bc7b) — Mike Dawson / githubweb
  57. Fixes for subdomain based school self-registration. (commit: 80416b3) — Mike Dawson / githubweb
  58. Fix handling of icon image on AppLauncherscreen (commit: 46aa8fc) — Mike Dawson / githubweb
  59. Remove white space changes from main. (commit: eadd675) — Mike Dawson / githubweb
  60. Bump version. (commit: e194804) — Mike Dawson / githubweb
  61. fix conflict (commit: 9a8f53c) — Anugraha / githubweb