Commit graph

10 commits

Author SHA1 Message Date
Tiara Rodney
83fee6293f Merged in feature/HTTPASTE-3/model/user (pull request #2)
feat(mode/user): implement complex index
2022-04-02 16:06:52 +00:00
Tiara Rodney
6bf785f36c Merged dev into feature/HTTPASTE-3/model/user 2022-04-02 16:06:41 +00:00
Tiara Rodney
0612fd43ee Merged in feature/HTTPASTE-1/model/paste (pull request #1)
fix(model/paste): interpolate expiration
2022-04-02 16:06:23 +00:00
Tiara Rodney
bd7af05850 feat(mode/user): implement complex index
to accomodate more personalized user data, the index can now hold more
than just paste constraints. It was planned to implement an authentication
expiration, however, this does not make sense in an HTTP basic auth context.
2022-04-02 17:59:04 +02:00
Tiara Rodney
f0c0188d58 fix(model/paste): interpolate expiration
paste model now consists of expiration instead of lifetime and timestamp.
This is to ensure, that man-in-the-middle attackers cannot derive the origin
of a paste through observing transport layer server request times.
2022-04-02 16:50:42 +02:00
Tiara Rodney
bcfab0fbad docs: add repository docs 2022-04-02 03:07:49 +02:00
Tiara Rodney
cf7673c51c style(tox): remove redundant envs 2022-04-02 03:05:07 +02:00
Tiara Rodney
0b16acf68c docs: add guides and summary 2022-04-02 03:04:28 +02:00
Tiara Rodney
6b96bf8efb fix(controller/paste): proxy public and private 2022-04-02 03:03:35 +02:00
Tiara Rodney
0d6c010cce feat: init
[skip ci]
2022-04-01 01:02:09 +02:00