1442 Commits (f686a32eac75460d5b1fcf16b6f6c2ed57f5b03e)

Author SHA1 Message Date
Lunny Xiao 27d66855eb golint fixed for models/migrations (#291) 8 years ago
Lunny Xiao 1d0f811399 golint fixed for models/pull.go (#292) 8 years ago
Lunny Xiao 9fc609ce17 golint fixed for models/issue_comment.go 8 years ago
Thomas Boerger 9948f0daaa Merge pull request #285 from lunny/lunny/golint_models_org_team
Golint for models/org_team.go
8 years ago
Lunny Xiao f215d78157 rename all uID -> userID on models/org_team.go 8 years ago
Lunny Xiao bf8d90c5cc golint fixed for models/models.go (#284) 8 years ago
Lunny Xiao 21846d16e5 golint for models/org_team.go 8 years ago
Lunny Xiao ec87a75c00 golint fixed for modules/auth 8 years ago
Bwko a4ece1f223 Fixes typos 8 years ago
Thomas Boerger 5efdccd1d8 Merge pull request #264 from Bwko/lint/org.go
Lint models/org.go
8 years ago
Thomas Boerger 9a984c0d49 Merge pull request #266 from Bwko/lint/repo_mirror
Lint models/repo_mirror.go
8 years ago
Thomas Boerger fe3908d099 Merge pull request #268 from Bwko/lint/repo_branch
Lint models/repo_branch.go
8 years ago
Thomas Boerger e23a9d22e5 Merge pull request #267 from Bwko/lint/ssh_key
Lint models/ssh_key.go
8 years ago
Thomas Boerger 93d527a0a4 Merge pull request #265 from Bwko/lint/access.go
Lint models/access.go
8 years ago
Thomas Boerger 8347a55cc2 Merge pull request #263 from Bwko/lint/user_email
Lint models/user_email.go
8 years ago
Lunny Xiao 94da472717 Golint fixed for modules/setting (#262)
* golint fixed for modules/setting

* typo fixed and renamed UNIXSOCKET to UnixSocket
8 years ago
Bwko 0b9cf10340 Lint models/org.go & models.go 8 years ago
Bwko 7bf7042013 Lint models/repo_mirror.go 8 years ago
Bwko ce8c9ef580 Lint models/repo_branch.go 8 years ago
Bwko 6cde041080 Lint models/ssh_key.go 8 years ago
Bwko 2bb1601d7c Lint models/access.go 8 years ago
Bwko 066f515a47 Lint models/user_email.go 8 years ago
Thomas Boerger 574e49c854 Merge pull request #241 from Bwko/lint/admin.go
Lint models/admin.go
8 years ago
Thomas Boerger 21b7d30174 Merge pull request #245 from Bwko/lint/update&slack
Lint models/update.go, release.go & webhook_slack.go
8 years ago
Thomas Boerger e9c6053b86 Merge pull request #246 from Bwko/fix/typo
Fix typos
8 years ago
Thomas Boerger 3e6f363471 Merge pull request #256 from lunny/lunny/golint_modules_avatar
Golint fixed for modules/avatar
8 years ago
Thomas Boerger 7c5de1e393 Merge pull request #250 from lunny/lunny/golint_modules_markdown
Golint fixed for modules/markdown
8 years ago
Lunny Xiao 3c87c57d96 golint fixed for modules/avatar 8 years ago
Bwko c0ca6644ad Lint/issue &mail (#243)
* Lint models/release.go

* Lint models/ issue_label, issue_mail & mail.go
8 years ago
Bwko 081c2a9395 Lint models/token.go (#244) 8 years ago
Lunny Xiao 76604d8f90 fixed test build error 8 years ago
Bwko 33a2ac3830 Lint models/update.go & webhook_slack.go 8 years ago
Lunny Xiao 304bbd3f25 golint fixed for modules/markdown 8 years ago
Bwko d8e11a8eaa Lint models/admin.go 8 years ago
Bwko ece19f4a5e Lint models/release.go 8 years ago
Lunny Xiao 450969c158 test database is connect OK after db config initialized (#239) 8 years ago
Sandro Santilli 1c3044b873 Lint models/login_source.go 8 years ago
Thomas Boerger 0a66c2a2d9 Merge pull request #234 from strk/issue-lint
Lint issue.go
8 years ago
Thomas Boerger e512411863 Merge pull request #233 from strk/git_diff-lint
Lint git_diff.go
8 years ago
Thomas Boerger 03b6880089 Merge pull request #232 from strk/error-lint
Lint error.go
8 years ago
Sandro Santilli 8aa960f129 Actually document the missing bits 8 years ago
Sandro Santilli 3fba29c571 Expand documentations 8 years ago
Sandro Santilli 0a61d54a9c Expand documentation a bit more 8 years ago
Sandro Santilli dd9d0f3732 Lint action.go 8 years ago
Sandro Santilli 170f2e98cc Lint error.go
This was done semi-programmatically, not really documenting anything
8 years ago
Sandro Santilli 6e644726d0 Lint git_diff.go
Semi-automatic linting (don't really document things)
8 years ago
Sandro Santilli 4dd1eb57bd Lint issue.go 8 years ago
stroucki 3a3782bb7f 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 c25063d834 Lint webhook.go, unexports simpleMarshalJSON (#198) 8 years ago
Bwko 2a449bd4b1 Fix typos 8 years ago
Ethan Koenig 0834e492c0 API endpoints for stars 8 years ago
Bo-Yi Wu d9ffe99972 fix variable assigned and not used.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Sandro Santilli 592a4ec4d3 Fix lint errors in models/wiki (just add methods docs)
See #70
8 years ago
Andrey Nering 739f07c98e Remember diff view style (#163) 8 years ago
LefsFlare 3ef022b071 Fixes possible vulnerabilities with keyword hijacking (#20)
- Added public entries to reserved keywords list
- Rename variables
- Derped comment
8 years ago
Lunny Xiao 3dedc027ac Bug fixed for issues (#156) 8 years ago
Lunny Xiao 0baaa7728a bug fixed caused by #153 (#154) 8 years ago
Lunny Xiao 30a37311f8 use in instead string join (#155) 8 years ago
Lunny Xiao 555d8b16cb fixed bug #151 caused Find should be Get (#153) 8 years ago
Lunny Xiao ade6d4a20f optimization on database IN 8 years ago
Lunny Xiao 9bf28a2799 bug fixed for 500 caused by get org users (#149) 8 years ago
Thibault Meyer ddee4c8b58
Normalize files with gofmt 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
Thibault Meyer b12f2a5916
Remove unused import 8 years ago
Thibault Meyer b0ddced2b5
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 a4454f5d0f
Rewrite XORM queries 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 94b2747375 Remove go version from build tags (#133) 8 years ago
Lunny Xiao 1b238fe4d5 Merge pull request #121 from joubertredrat/feature-last-login
Last Login for admin manage your users
8 years ago
Lunny Xiao c6c840faf7 Merge pull request #129 from lunny/lunny/SQL_instead_Sql
use x.SQL instead of x.Sql
8 years ago
Thibault Meyer 3a10a0c1ca
Ordering organizations and users by name 8 years ago
Lunny Xiao 7dcc3bc3d7 use x.SQL instead of x.Sql 8 years ago
Joubert RedRat f91cbf0fed Support to last login feature 8 years ago
Lunny Xiao c511f1c6c3 Merge pull request #18 from LefsFlarey/issue/3675
Fix 500 error caused by deleted users on issues (#3675)
8 years ago
Flare a6c487f6ca
Fix err not being nil 8 years ago
Lunny Xiao 5667d4daae 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 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 aadd7dcdc3 And others 8 years ago
Sandro Santilli b3828e38a5 more 8 years ago
Sandro Santilli 05fd9d3f09 Security protocols 8 years ago
Sandro Santilli 7612b5ec40 More mixage 8 years ago
Sandro Santilli 64196d4036 More overlooks 8 years ago
Sandro Santilli f14232d2e9 This one I overlooked before 8 years ago
Sandro Santilli 60c82a8780 More... 8 years ago
Sandro Santilli f6a11e0de1 More MixedCase consts 8 years ago
Sandro Santilli f388661bda ACCESS_MODE_* -> AccessMode* 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 5d430c9e68 Merge pull request #108 from go-gitea/go-sdk
Replaced gogits go-gogs-client with go-sdk
8 years ago
Sandro Santilli ee963f67c1 Merge pull request #103 from strk/GOGS_drop
Replace GOGS with GITEA in variable names
8 years ago
Joubert RedRat 28bee28102 Replace Gogs to Gitea in installation options 8 years ago
Thomas Boerger 4c6c16f358
Replaced go-gogs-client with go-sdk imports 8 years ago
Sandro Santilli 30be1f4826 Fix typo in unused constant name 8 years ago
Sandro Santilli b7263f31a5 Replace GOGS with GITEA in variable names
Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables
as a fallback if the equivalent GITEA_* are not set,
warning user about the need for change.

Does not change "gogs" to "gitea" in webhook type name
Because "gogs" hook type is part of the API (routes) and used
in templates...

Closes #87
8 years ago
Kim "BKC" Carlbäcker 86fb1a0cb1 Add Pagination to Releases-page 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
LefsFlare 55a4d46f5d Adds checking of reserved keywords against team names (#22) 8 years ago
Thibault Meyer fe8bfa54de Ordering team by name ascending except for 'Owners' (#48) 8 years ago
Matthias Loibl 953c099428 Add missing version & gogs package 8 years ago
Matthias Loibl 1f44b01e2a Fix imports found by goimports. 8 years ago