Commit Graph

8 Commits (f99d50fc9f8baf406f32a491b214f8a13617d086)

Author SHA1 Message Date
zeripath 1cd4a3b963
Update caddyserver/certmagic ()
Fixes issue with windows users & letsencrypt

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Lauris BH 43c09134a9
Migrate to go-git/go-git v5.0.0 ()
techknowlogick 05f6eccf27
update golang.org/x/crypto vendor to use acme v2 ()
techknowlogick 33ad554800 update go-git to v4.12.0 - fixes ()
Tamal Saha 34d06f4c6b Handle CORS requests ()
Lauris BH 08bf443016 Implement git refs API for listing references (branches, tags and other) ()
* Inital routes to git refs api

* Git refs API implementation

* Update swagger

* Fix copyright

* Make swagger happy add basic test

* Fix test

* Fix test again :)
Antoine GIRARD 274149dd14 Switch to keybase go-crypto (for some elliptic curve key) + test ()
* Switch to keybase go-crypto (for some elliptic curve key) + test

* Use assert.NoError 

and add a little more context to failing test description

* Use assert.(No)Error everywhere 🌈

and assert.Error in place of .Nil/.NotNil
Antoine GIRARD ca1c3f1926 Implement GPG api ()
* Implement GPG API

* Better handle error

* Apply review recommendation + simplify database operations

* Remove useless comments