Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-07-04 | cleanup and comments | Ilion Beyst | 1 | -8/+3 |
2022-07-01 | use file metadata for returning data ranges and lengths | Ilion Beyst | 1 | -12/+18 |
2022-07-03 | verify blob digest on upload | Ilion Beyst | 1 | -5/+21 |
2022-06-30 | make sure that all pushed data is actually written | Ilion Beyst | 1 | -4/+5 |
2022-06-27 | implement admin login | Ilion Beyst | 1 | -12/+29 |
2022-06-24 | don't allow accessing non-existing repositories | Ilion Beyst | 1 | -1/+1 |
2022-06-21 | add auth to all registry routes | Ilion Beyst | 1 | -31/+75 |
2022-06-20 | implement basic auth checking | Ilion Beyst | 1 | -23/+63 |
2022-06-20 | rename route handler methods | Ilion Beyst | 1 | -12/+15 |
2022-06-19 | basic docker login PoC | Ilion Beyst | 1 | -15/+42 |
2022-06-18 | support docker pull | Ilion Beyst | 1 | -5/+47 |
2022-06-17 | store blobs in sha256 directory | Ilion Beyst | 1 | -4/+6 |
2022-06-12 | accept docker push | Ilion Beyst | 1 | -0/+215 |