Commit Graph

27 Commits (2f09e5775f1e9a7388cde03c70edd1957f619f1b)

Author SHA1 Message Date
techknowlogick 70038719bf
dep: update crypto. info: https://golangtutorial.dev/news/fix-in-crypto-package/ ()
6543 e266ba30cc
update ()
Co-authored-by: zeripath <art27@cantab.net>
zeripath 1426126690
Update to go-git v5.1.0 ()
Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
6543 6e23a1b843
[Vendor] mssqldb: 2019-11-28 -> 2020-04-28 ()
update go-mssqldb 2019-11-28 (1d7a30a10f73) -> 2020-04-28 (06a60b6afbbc)
Lauris BH 43c09134a9
Migrate to go-git/go-git v5.0.0 ()
6543 8d2059a201
update: macaron cores,gzip,session ()
Co-authored-by: zeripath <art27@cantab.net>
techknowlogick 63a6e71ac2
update crypto vendors ()
zeripath 60b31c8f01
Fix the intermittent TestGPGGit failures ()
* Fix the intermittent TestGPGGit failures

Reattempt to open the listener if the port is busy with a delay up to a second
Switch from generating a private key each time, just use a known good key
techknowlogick 05f6eccf27
update golang.org/x/crypto vendor to use acme v2 ()
Antoine GIRARD 149758c912
Update to github.com/lafriks/xormstore@v1.3.0 ()
Antoine GIRARD 256b178176
Update swagger to 0.20.1 ()
* update swagger to 0.20.1

* fiw swagger version for validate
Antoine GIRARD a9b4c8171f Update src-d/go-git to v4.13.0 ()
* update gopkg.in/src-d/go-git.v4 v4.13.0

* mod tidy

* vendor
EpicCoder 8d9d6aa903 Add additional password hash algorithms (closes ) ()
techknowlogick 33ad554800 update go-git to v4.12.0 - fixes ()
Tamal Saha 34d06f4c6b Handle CORS requests ()
Mura Li d77176912b Use Go1.11 module ()
* Migrate to go modules

* make vendor

* Update mvdan.cc/xurls

* make vendor

* Update code.gitea.io/git

* make fmt-check

* Update github.com/go-sql-driver/mysql

* make vendor
Jonas Franz e777c6bdc6 Integrate OAuth2 Provider ()
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 :)
Fluf b82c14b3d2 add letsencrypt to Gitea ()
Antoine GIRARD 3f3383dc0a Migrate to dep ()
* Update makefile to use dep

* Migrate to dep

* Fix some deps

* Try to find a better version for golang.org/x/net

* Try to find a better version for golang.org/x/oauth2
Lauris BH b23cf16981 Fix govendor for x/crupto curve25519 ()
Lauris BH 3138417c63
Update golang x/crypto dependencies ()
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
btrepp 25b5ffb6af Enables mssql support ()
* Enables mssql support

Port of dlobs work in gogs.
Enables options in index.js
Enables MSSQL as a database option in go.
Sets ID to 0 on initial migration. Required for
MSSQL insert statements.

Signed-off-by: Beau Trepp <beautrepp@gmail.com>

* Vendors in denisenkom/go-mssqldb

Includes golang.org/x/crypto/md4
as this is required by go-msssqldb

Signed-off-by: Beau Trepp <beautrepp@gmail.com>
Lunny Xiao d771e978a1 Don't use custom PBKDF2 function ()
Thomas Boerger 1ebb35b988
Added all required dependencies