Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make authenticate easier to test without monkeypatching | Tomasz Kramkowski | 2023-03-28 | 1 | -22/+17 |
* | remove superfluous import | Tomasz Kramkowski | 2023-03-28 | 1 | -1/+0 |
* | Split Store into Store and Auth | Tomasz Kramkowski | 2023-03-28 | 1 | -3/+3 |
* | Switch back to centralised opening of the database | Tomasz Kramkowski | 2023-03-28 | 2 | -16/+27 |
* | rename open_database to open_store | Tomasz Kramkowski | 2023-03-27 | 1 | -3/+3 |
* | tests/middleware/open_database: simplify test | Tomasz Kramkowski | 2023-03-27 | 1 | -36/+13 |
* | Throw all data manipulation code in one place | Tomasz Kramkowski | 2023-03-27 | 2 | -31/+29 |
* | if_none_match: quote ETag values | Tomasz Kramkowski | 2023-03-27 | 1 | -0/+3 |
* | Respond to auth failures with WWW-Authenticate | Tomasz Kramkowski | 2023-03-27 | 1 | -0/+3 |
* | tests/middleware/if_none_match: remove duplicate test | Tomasz Kramkowski | 2023-03-27 | 1 | -7/+0 |
* | add middleware tests | Tomasz Kramkowski | 2023-03-24 | 7 | -0/+433 |