Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 3 | -0/+528 |
| | |||||
* | Enables mssql support (#383) | btrepp | 2016-12-24 | 2 | -0/+207 |
| | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Don't use custom PBKDF2 function (#382) | Lunny Xiao | 2016-12-15 | 1 | -0/+77 |
| | |||||
* | Integrate public as bindata optionally (#293) | Thomas Boerger | 2016-11-30 | 209 | -0/+114663 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Dropped unused codekit config * Integrated dynamic and static bindata for public * Ignore public bindata * Add a general generate make task * Integrated flexible public assets into web command * Updated vendoring, added all missiong govendor deps * Made the linter happy with the bindata and dynamic code * Moved public bindata definition to modules directory * Ignoring the new bindata path now * Updated to the new public modules import path * Updated public bindata command and drop the new prefix | ||||
* | Added all required dependencies | Thomas Boerger | 2016-11-04 | 102 | -0/+189416 |