Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.0

    16dea8cd · Update for v0.3.0 ·
    Publish "dummy" application image
    
    Added:
    - Publish application as "dummy" image
    - authz_by_groups now gets memberships from configuration
    - Updated routing where "/" is not authenticated but "/login" is, for
      applications where unauthenticated but reduced access is permitted
    
    Updated:
    - Use pdoc instead of pdoc3
    
    Fixed:
    - Use of SQLite database no longer tests instance directory
      unnecessarily
    - Entitlement logic now grants all entitlements, not just the first
      possible
  • v0.2.1

    9fa73020 · Update for v0.2.1 ·
    Add Medial to requirements
  • v0.2

    4d322ea4 · Use Medial ·
    Use Medial
    
    Use Medial package from PyPi instead of `mdal` submodule.
  • v0.1

    fbe5e670 · Refactor as class ·
    Initial implementation complete