Lunny Xiao
b7aed4a4e8
test database is connect OK after db config initialized ( #239 )
8 years ago
Sandro Santilli
b42372f78e
Lint models/login_source.go
8 years ago
Thomas Boerger
ab1096a471
Merge pull request #234 from strk/issue-lint
Lint issue.go
8 years ago
Thomas Boerger
1baa156b04
Merge pull request #233 from strk/git_diff-lint
Lint git_diff.go
8 years ago
Thomas Boerger
dc2ade058d
Merge pull request #232 from strk/error-lint
Lint error.go
8 years ago
Sandro Santilli
59edb931a1
Actually document the missing bits
8 years ago
Sandro Santilli
a326e0ac6f
Expand documentations
8 years ago
Sandro Santilli
b4a2534f35
Expand documentation a bit more
8 years ago
Sandro Santilli
70a8e6cb35
Lint action.go
8 years ago
Sandro Santilli
1c0a52f0f0
Lint error.go
This was done semi-programmatically, not really documenting anything
8 years ago
Sandro Santilli
3ebf9e30b9
Lint git_diff.go
Semi-automatic linting (don't really document things)
8 years ago
Sandro Santilli
29d6dfdd96
Lint issue.go
8 years ago
stroucki
7d2288ae8d
Handle ssh key import better ( #224 )
* Handle user ssh key input better
ssh_key: when user submitted keys had a newline at the end, strings.Split
would have created a slice with an empty last element, and the key type
check would be incorrect. Perhaps a better way is to look for 'ssh-rsa' or
'ssh-dsa' at the beginning of the string, but this is simple.
* ssh_key: correct indentation
8 years ago
Sandro Santilli
c707311d4f
Lint webhook.go, unexports simpleMarshalJSON ( #198 )
8 years ago
Bwko
48e67ebba3
Fix typos
8 years ago
Ethan Koenig
4503176480
API endpoints for stars
8 years ago
Bo-Yi Wu
f895b6eabd
fix variable assigned and not used.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Sandro Santilli
3d87a4d14a
Fix lint errors in models/wiki (just add methods docs)
See #70
8 years ago
Andrey Nering
43e4529fb4
Remember diff view style ( #163 )
8 years ago
LefsFlare
7d869586f8
Fixes possible vulnerabilities with keyword hijacking ( #20 )
- Added public entries to reserved keywords list
- Rename variables
- Derped comment
8 years ago
Lunny Xiao
a391bef0df
Bug fixed for issues ( #156 )
8 years ago
Lunny Xiao
f114cd224f
bug fixed caused by #153 ( #154 )
8 years ago
Lunny Xiao
cb698a5267
use in instead string join ( #155 )
8 years ago
Lunny Xiao
625227bbad
fixed bug #151 caused Find should be Get ( #153 )
8 years ago
Lunny Xiao
ae0c01e86d
optimization on database IN
8 years ago
Lunny Xiao
abaec03e67
bug fixed for 500 caused by get org users ( #149 )
8 years ago
Thibault Meyer
6ef997ca64
Normalize files with gofmt
8 years ago
Sandro Santilli
827c85ad85
Fix import path of go-sdk ( #141 )
From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea
8 years ago
Thibault Meyer
8cac8c6dde
Remove unused import
8 years ago
Thibault Meyer
b747797b29
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
# models/git_diff.go
# models/issue.go
# models/org.go
# models/pull.go
# models/repo.go
8 years ago
Thibault Meyer
5d29fda874
Rewrite XORM queries
8 years ago
Sandro Santilli
cb1b3cc148
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
a3d8936a74
Remove go version from build tags ( #133 )
8 years ago
Lunny Xiao
68d5ee45d5
Merge pull request #121 from joubertredrat/feature-last-login
Last Login for admin manage your users
8 years ago
Lunny Xiao
00146d574d
Merge pull request #129 from lunny/lunny/SQL_instead_Sql
use x.SQL instead of x.Sql
8 years ago
Thibault Meyer
4356fe09dd
Ordering organizations and users by name
8 years ago
Lunny Xiao
4e8fff5273
use x.SQL instead of x.Sql
8 years ago
Joubert RedRat
b3890d6acd
Support to last login feature
8 years ago
Lunny Xiao
c1aee61e5f
Merge pull request #18 from LefsFlarey/issue/3675
Fix 500 error caused by deleted users on issues (#3675 )
8 years ago
Flare
07176be616
Fix err not being nil
8 years ago
Lunny Xiao
6d0d0564ee
Merge pull request #73 from bkcsoft/gt/2164-release-pagination
Add Pagination to Releases-page (and de-duplicate pagination templates)
8 years ago
Sandro Santilli
f5ceddc42d
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
0daccd049a
And others
8 years ago
Sandro Santilli
bb9ea9bb35
more
8 years ago
Sandro Santilli
724cc54d49
Security protocols
8 years ago
Sandro Santilli
4a8da4b3a1
More mixage
8 years ago
Sandro Santilli
925af19903
More overlooks
8 years ago
Sandro Santilli
ff0696b23b
This one I overlooked before
8 years ago
Sandro Santilli
6909f35ba0
More...
8 years ago
Sandro Santilli
f2c96b8f93
More MixedCase consts
8 years ago