summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-30684-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 vendorKim "BKC" Carlbäcker2016-11-2926-33/+301
|
* Upgrade vendor "git" (#175)Thibault Meyer2016-11-1512-21/+295
|
* Upgrade vendor "git" (#161)Thibault Meyer2016-11-125-10/+17
|
* Fix error 500 on organization dashboard page (#150)Lunny Xiao2016-11-1212-154/+182
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-1127-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 Santilli2016-11-1052-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 packageMatthias Loibl2016-11-0720-0/+4533
|
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-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 constsSandro Santilli2016-11-071-2/+2
|
* Use MixedCase constant namesSandro Santilli2016-11-071-9/+9
| | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
* Added updated go-sdkThomas Boerger2016-11-0727-0/+1408
|
* Dropped github.com/gogits/go-gogs-client vendored depThomas Boerger2016-11-0728-1418/+0
|
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-0626-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 dependenciesThomas Boerger2016-11-04660-0/+502447
|
* Added vendoring config for govendorThomas Boerger2016-11-041-0/+505