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