1. 8e4dc7c Cleanup application construction (#30) by Thomas Neidhart · 3 months ago main
  2. 401039b Update pyproject.toml, bump dev version to 0.1.11 by Daniel Gruno · 4 months ago
  3. b2fbe33 Merge pull request #27 from apache/bump-asfpy by Thomas Neidhart · 4 months ago 0.1.10
  4. a4abe40 keep version specifier by Thomas Neidhart · 4 months ago
  5. b21390a Add sections about installing and building asfquart by Thomas Neidhart · 4 months ago
  6. 19c0648 bump asfpy to 0.55 and add extra for aioldap support by Thomas Neidhart · 4 months ago
  7. fa97f18 Update CHANGELOG.md, note change in redirects for oauth by Daniel Gruno · 5 months ago
  8. cae5d50 Update generics.py, use Refresh HTTP header instead of a redirect to trigger samesite recognition with browsers by Daniel Gruno · 5 months ago
  9. 8ebe4fb Add proper links for badges by Thomas Neidhart · 5 months ago
  10. 28d038b Update CHANGELOG.md, make room for 0.1.10 changelog by Daniel Gruno · 5 months ago
  11. 18ccacc Update pyproject.toml, bump version, 0.1.9 shipped. by Daniel Gruno · 5 months ago
  12. 13d0dde Update CHANGELOG.md, catch up with latest changes by Daniel Gruno · 5 months ago
  13. 028e03f Merge pull request #25 from apache/netomi-patch-1 by Daniel Gruno · 5 months ago
  14. dc0cb17 Update to latest quart version by Thomas Neidhart · 5 months ago
  15. 7b9003b Merge pull request #24 from jbampton/patch-1 by Greg Stein · 5 months ago
  16. e51b89a Update auth.md: fix spelling by John Bampton · 5 months ago
  17. 591a6b1 Merge pull request #23 from apache/dep-groups by Greg Stein · 5 months ago
  18. 65dcc6e chore: add badges to readme by Thomas Neidhart · 5 months ago
  19. 946ef15 chore: move test dependencies to a test dep group by Thomas Neidhart · 5 months ago
  20. 73f2e2d Update use case list by Daniel Gruno · 5 months ago
  21. f676703 Create .asf.yaml, enable auto-delete on branch merge by Daniel Gruno · 5 months ago
  22. deb1538 Merge pull request #19 from netomi/improve-pytest-setup by Daniel Gruno · 5 months ago
  23. b8b392f typo by Greg Stein · 6 months ago
  24. 5027714 Add current info to the README by Greg Stein · 6 months ago
  25. f4d3c64 Merge branch 'main' into improve-pytest-setup by Thomas Neidhart · 6 months ago
  26. ddcafe1 Merge pull request #21 from bdelacretaz/patch-1 by Daniel Gruno · 6 months ago
  27. cc28ec0 Reflect the current state as per @gstein by Bertrand Delacretaz · 6 months ago
  28. bd187b7 revert change wrt signature of a test method, add comment and suppress inspections by Thomas Neidhart · 6 months ago
  29. 2952556 cleanup unit test workflow, pin actions, use release tag for checkout, add more python versions for test matrix by Thomas Neidhart · 6 months ago
  30. f5ba27a Support pytest configuration in pyproject.toml, adjust file pattern for current tests, update README.md, support running tests in PyCharm by Thomas Neidhart · 6 months ago
  31. 5f51f5f OF: missing '}' by Sebb · 8 months ago
  32. cbf56da Switch file watching dependency by Chris Wells · 10 months ago
  33. 2e43a14 Merge pull request #18 from apache/iroh/add_tls by Greg Stein · 11 months ago
  34. 1cc59ec allow for certfile/keyfile args in runx() by Chris Wells · 11 months ago
  35. 5c8555d Expand doc on how to manage tokens and scopes by Daniel Gruno · 11 months ago
  36. 4fa4698 Update CHANGELOG.md by Daniel Gruno · 11 months ago
  37. 9d9782e Tighten umask and file exclusivity for app secret file by Daniel Gruno · 11 months ago
  38. b3cb8f1 Bump, prep for 0.1.9 by Daniel Gruno · 11 months ago
  39. f66dd7c Create roleaccounts.yaml by Daniel Gruno · 11 months ago
  40. 55f3bdc Create personal_access_tokens.py by Daniel Gruno · 11 months ago
  41. f38a84c Update CHANGELOG.md by Daniel Gruno · 11 months ago
  42. cc28ddc add a session.metadata dict that the app can decide what to use for by Daniel Gruno · 11 months ago
  43. 4fe76f1 docco 3.18 tweaks by Greg Stein · 11 months ago
  44. 5753fa9 Update CHANGELOG.md by Daniel Gruno · 11 months ago
  45. 5a82629 Bump version for 0.1.8 tagging by Daniel Gruno · 11 months ago 0.1.8
  46. d8f45a1 disallow py4 and above by Greg Stein · 11 months ago
  47. fbb9350 only use if python is earlier than 3.11 by Greg Stein · 11 months ago
  48. 0b34cf9 do not restrict python version. require exceptiongroup package by Greg Stein · 11 months ago
  49. cfce3e6 Hypercorn uses a backport of ExceptionGroup. by Greg Stein · 11 months ago
  50. 3a40f3f Update CHANGELOG.md by Daniel Gruno · 11 months ago
  51. 1b9f84c Add test for role account by Daniel Gruno · 11 months ago
  52. 0f0b616 Add isRole to client session class by Daniel Gruno · 11 months ago
  53. 1c9aa53 OF: missed asyncio import by Daniel Gruno · 11 months ago
  54. 42611e1 Prep for future 0.1.7 by Daniel Gruno · 11 months ago
  55. 786f353 Note cookies change in changelog by Daniel Gruno · 11 months ago 0.1.6
  56. edcffe4 Merge pull request #17 from apache/humbedooh/cookie-security by Daniel Gruno · 11 months ago
  57. a738b54 Merge pull request #16 from apache/humbedooh/pat-handler by Daniel Gruno · 11 months ago
  58. 9d508f8 Update python versions allowed (3.10, 3.11, 3.12) by Daniel Gruno · 11 months ago
  59. c441c83 Delete Pipfile by Daniel Gruno · 11 months ago
  60. f833db5 make EXTRA_FILES optional by Greg Stein · 11 months ago
  61. ba0c73f open secrets file in an open() context scope to ensure auto-close by Daniel Gruno · 11 months ago
  62. bec63f0 Sane defaults for cookies: SameSite=Strict; Secure; HttpOnly by Daniel Gruno · 11 months ago
  63. 182b19f init session_dict as blank by Daniel Gruno · 11 months ago
  64. aaa6917 switch to asserting callable by Daniel Gruno · 11 months ago
  65. eb5bf36 fix namespace for token_handler by Daniel Gruno · 11 months ago
  66. 3c5bfb5 Change token_handler to reside inside APP class by Daniel Gruno · 11 months ago
  67. 1b988f2 Add custom token handler for bearer tokens, primarily intended for role accounts for now. by Daniel Gruno · 11 months ago
  68. 44d48f1 OF: forgot to include 'self' by Chris Wells · 11 months ago
  69. 5082a5e OF: bad reference to cfg_path by Chris Wells · 11 months ago
  70. ca5a582 make run_forever() a normal method as well by Chris Wells · 11 months ago
  71. 2c98b89 make watch() a normal method by Chris Wells · 11 months ago
  72. 2ce53ec ignore some poetry/venv cruft by Chris Wells · 11 months ago
  73. b494d6d Tweak set construction for watching config by Greg Stein · 12 months ago
  74. cf229a4 update the README.md by Chris Wells · 12 months ago
  75. 68d95f1 Merge pull request #13 from apache/iroh/app_cfg by Chris Wells · 12 months ago
  76. 275e5e8 Merge pull request #15 from apache/iroh/poetry by Chris Wells · 12 months ago
  77. 1242297 update unit-tests.yml to correct some test caching issues by Chris Wells · 12 months ago
  78. ad9384f Merge branch 'main' into iroh/app_cfg by Chris Wells · 12 months ago
  79. 98dae05 Merge pull request #14 from apache/iroh/poetry by Chris Wells · 12 months ago
  80. 3c86f79 look ma, no `poetry-version` by Chris Wells · 12 months ago
  81. c19020a This updates the pyproject.toml file so that poetry can be used for deps by Chris Wells · 12 months ago
  82. e56080d update unit tests to use poetry and caching by Chris Wells · 12 months ago
  83. 504928f OF: incorrect reference to app.app_dir vs self.app_dir by Chris Wells · 12 months ago
  84. a5fa323 Update Pipfile to include EasyDict by Chris Wells · 12 months ago
  85. 460dbf0 Update templates.md OF minor text change by Andrew Wetmore · 12 months ago
  86. 88eeb22 add config files to the list of files checked for process restart/reload by Chris Wells · 12 months ago
  87. 631210a move cfg_path to QuartApp instance variable by Chris Wells · 12 months ago
  88. eb5eda2 ensure the config file exists before loading it by Chris Wells · 12 months ago
  89. cdcedbd setup constant for default config file name by Chris Wells · 12 months ago
  90. 0190fec Start working on easydict config loading by Chris Wells · 12 months ago
  91. bcc2de5 bump for 0.1.5 release by Daniel Gruno · 12 months ago
  92. bdedf00 Merge pull request #12 from apache/humbedooh/auth-classmethod by Chris Wells · 1 year ago
  93. 378e2a7 One last reference fix by Daniel Gruno · 1 year ago
  94. 80ce536 One more reference fix by Daniel Gruno · 1 year ago
  95. 82b6644 Fix pytests for new classmethod format in auth by Daniel Gruno · 1 year ago
  96. 57e6138 Add roleaccount error constant by Daniel Gruno · 1 year ago
  97. 58f0e6c Remove ErrorMessages class by Daniel Gruno · 1 year ago
  98. a6be728 Move error constants into Requirements class by Daniel Gruno · 1 year ago
  99. 453ab5a Merge pull request #11 from apache/dfoulks/auth_update by Daniel Gruno · 1 year ago
  100. 0f79f82 Add required constants to PR by Daniel Gruno · 1 year ago