0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-30 10:44:23 +01:00
Commit graph

8 commits

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>
2021-08-23 18:07:40 -04:00
Lauris BH
43c09134a9
Migrate to go-git/go-git v5.0.0 () 2020-03-17 12:19:58 -04:00
techknowlogick
05f6eccf27
update golang.org/x/crypto vendor to use acme v2 () 2019-11-20 00:30:46 -05:00
techknowlogick
33ad554800 update go-git to v4.12.0 - fixes () 2019-06-19 10:14:15 +08:00
Tamal Saha
34d06f4c6b Handle CORS requests () 2019-05-13 11:38:53 -04:00
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 :)
2018-11-27 16:52:20 -05:00
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
2017-06-14 08:43:43 +08:00
Antoine GIRARD
ca1c3f1926 Implement GPG api ()
* Implement GPG API

* Better handle error

* Apply review recommendation + simplify database operations

* Remove useless comments
2017-03-16 09:27:35 +08:00