Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update code.gitea.io/git (#450) | Lunny Xiao | 2016-12-22 | 27 | -234/+240 |
| | |||||
* | Update gitea/sdk vendor (#406) | Martin Hebnes Pedersen | 2016-12-16 | 3 | -3/+21 |
| | |||||
* | Don't use custom PBKDF2 function (#382) | Lunny Xiao | 2016-12-15 | 2 | -0/+83 |
| | |||||
* | Integrate public as bindata optionally (#293) | Thomas Boerger | 2016-11-30 | 684 | -0/+305236 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Update gitea/sdk vendor | Kim "BKC" Carlbäcker | 2016-11-29 | 26 | -33/+301 |
| | |||||
* | Upgrade vendor "git" (#175) | Thibault Meyer | 2016-11-15 | 12 | -21/+295 |
| | |||||
* | Upgrade vendor "git" (#161) | Thibault Meyer | 2016-11-12 | 5 | -10/+17 |
| | |||||
* | Fix error 500 on organization dashboard page (#150) | Lunny Xiao | 2016-11-12 | 12 | -154/+182 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 27 | -1/+1 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 52 | -3/+3 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | Vendor github.com/stretchr/testify for the assert package | Matthias Loibl | 2016-11-07 | 20 | -0/+4533 |
| | |||||
* | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl" | ||||
* | More MixedCase consts | Sandro Santilli | 2016-11-07 | 1 | -2/+2 |
| | |||||
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -9/+9 |
| | | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps | ||||
* | Added updated go-sdk | Thomas Boerger | 2016-11-07 | 27 | -0/+1408 |
| | |||||
* | Dropped github.com/gogits/go-gogs-client vendored dep | Thomas Boerger | 2016-11-07 | 28 | -1418/+0 |
| | |||||
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 26 | -8/+8 |
| | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | Added all required dependencies | Thomas Boerger | 2016-11-04 | 660 | -0/+502447 |
| | |||||
* | Added vendoring config for govendor | Thomas Boerger | 2016-11-04 | 1 | -0/+505 |