412 Commits (2b16ca7c773de278ba01f122dc6f9f43d7534c52)

Author SHA1 Message Date
Lunny Xiao a8c6698de8 Fix error 500 on organization dashboard page (#150) 8 years ago
Sandro Santilli a1c5f02444 Fix import path of go-sdk (#141)
From code.gitea.io/go-sdk/gitea
  To code.gitea.io/sdk/gitea
8 years ago
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io (#135)
- 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
8 years ago
Matthias Loibl a5d0b4de5b
Vendor github.com/stretchr/testify for the assert package 8 years ago
Sandro Santilli 864d1b1f9f Fix type in unused constant name (#111)
* 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"
8 years ago
Sandro Santilli 0b62aeb495 More MixedCase consts 8 years ago
Sandro Santilli 80eea77953 Use MixedCase constant names
See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
8 years ago
Thomas Boerger e378648c79
Added updated go-sdk 8 years ago
Thomas Boerger 6f3097f9e6
Dropped github.com/gogits/go-gogs-client vendored dep 8 years ago
Sandro Santilli 6e4252dad4 Replace gogits/git-module dependency with go-gitea/git (#94)
* Replace gogits/git-module dependency with go-gitea/git

Fixes #92

* Remove git alias for git module import (not needed)
8 years ago
Thomas Boerger 1ebb35b988
Added all required dependencies 8 years ago
Thomas Boerger 78f86abba4
Added vendoring config for govendor 8 years ago