Michael de Wit
f7dc0e2df7
change test mail subject and body to 'Gitea Test Mail!'
Signed-off-by: Michael de Wit <mjwwit@gmail.com>
8 years ago
Lunny Xiao
11452ffbad
fixed vulnerabilities labels ( #409 )
8 years ago
Richie B2B
fc77e7c7bf
Remove fixed FIXME ( #408 )
8 years ago
Richie B2B
cfbda06133
Fix typo ( #407 )
8 years ago
Lunny Xiao
bdf8452447
fixed vulnerabilities on deleting release ( #399 )
8 years ago
Lunny Xiao
e0f49993f5
fixed vulnerabilities ( #392 )
8 years ago
Lunny Xiao
8d42710d03
Don't use custom PBKDF2 function ( #382 )
8 years ago
Lunny Xiao
4f165ac458
bug fixed branch name for pushupdate ( #380 )
8 years ago
Denis Denisov
8fe209ff3e
Correction LDAP validation ( #342 )
* Correction LDAP username validation
As https://msdn.microsoft.com/en-us/library/aa366101(v=vs.85).aspx describe spaces should not be in start or at the end of username but they can be inside the username. So please check my solution for it.
* Check for zero length passwords in LDAP module.
According to https://tools.ietf.org/search/rfc4513#section-5.1.2 LDAP client should always check before bind whether a password is an empty value. There are at least one LDAP implementation which does not return error if you try to bind with DN set and empty password - AD.
* Clearing the login/email spaces at the [start/end]
8 years ago
Bwko
0cbb209b6c
In the wiki title replace tab with a space ( #371 )
8 years ago
Bwko
dd94092787
Fixes issue #283
Delete old temp local copy before we create a new temp local copy
8 years ago
Ethan Koenig
d44efe52ba
Remove stale comment in models/repo.go ( #366 )
8 years ago
Ethan Koenig
2872b66e89
Bug fixes for repo permissions in API
Also move duplicated code into repo.APIFormat(..)
8 years ago
Thomas Boerger
c7aa87988d
Integrate templates into bindata optionally ( #314 )
Integrated optional bindata for the templates
8 years ago
Kim "BKC" Carlbäcker
42bff5c4fd
Fix regression in PR-API #248 ( #349 )
* Fix #344 (regression in PR-API #248 )
8 years ago
Bwko
8a714b742a
Fix for #320
Suppress the error when we're removing a file that may not exist
8 years ago
Denis Denisov
3249571ef6
Safe compare password (timing attack) ( #338 )
8 years ago
Kim "BKC" Carlbäcker
b20aadde50
[API] Pull Requests ( #248 )
8 years ago
Kim "BKC" Carlbäcker
e70fa9da88
Linting
8 years ago
Kim "BKC" Carlbäcker
185fa7b753
GitHub API Compliance (& linting)
8 years ago
Bwko
6299533be7
Catch os... errors
8 years ago
Bwko
7cfe9e55a9
Added rel="noopener" to target="_blank" hrefs ( #327 )
* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io
8 years ago
Lunny Xiao
7bc49ac26e
typo
8 years ago
Thomas Boerger
20d032f3bd
Fixed linting errors for variable definitions
8 years ago
Kim "BKC" Carlbäcker
0287afefa6
Fix breakage from vendor-update
8 years ago
Kim "BKC" Carlbäcker
6fb9644a74
CreateBranch-hook has shasum. Use the full ref for fetching shasum
8 years ago
Kim "BKC" Carlbäcker
49af1343ab
Tag-webhooks are useless without shasums
8 years ago
Andrey Nering
accd11d38a
Merge pull request #294 from Bwko/Lint/user.go
Lint models/user.go
8 years ago
Bwko
7be1b7f193
Lint models/repo.go
8 years ago
Bwko
b04e183253
Lint models/repo_*
8 years ago
Bwko
3c54bd855f
Lint models/user.go
8 years ago
Lunny Xiao
b4e648c3d3
golint fixed for models/migrations ( #291 )
8 years ago
Lunny Xiao
ff0b322b16
golint fixed for models/pull.go ( #292 )
8 years ago
Lunny Xiao
74e89a0a2c
golint fixed for models/issue_comment.go
8 years ago
Thomas Boerger
55900baab2
Merge pull request #285 from lunny/lunny/golint_models_org_team
Golint for models/org_team.go
8 years ago
Lunny Xiao
779dc46d45
rename all uID -> userID on models/org_team.go
8 years ago
Lunny Xiao
738295a09e
golint fixed for models/models.go ( #284 )
8 years ago
Lunny Xiao
779922bc61
golint for models/org_team.go
8 years ago
Lunny Xiao
e685609ea2
golint fixed for modules/auth
8 years ago
Bwko
fcde7de425
Fixes typos
8 years ago
Thomas Boerger
9d582d735d
Merge pull request #264 from Bwko/lint/org.go
Lint models/org.go
8 years ago
Thomas Boerger
67ba70aab7
Merge pull request #266 from Bwko/lint/repo_mirror
Lint models/repo_mirror.go
8 years ago
Thomas Boerger
c54c9829ff
Merge pull request #268 from Bwko/lint/repo_branch
Lint models/repo_branch.go
8 years ago
Thomas Boerger
5bd08e87a1
Merge pull request #267 from Bwko/lint/ssh_key
Lint models/ssh_key.go
8 years ago
Thomas Boerger
787fb28476
Merge pull request #265 from Bwko/lint/access.go
Lint models/access.go
8 years ago
Thomas Boerger
8041403914
Merge pull request #263 from Bwko/lint/user_email
Lint models/user_email.go
8 years ago
Lunny Xiao
b5a7692d63
Golint fixed for modules/setting ( #262 )
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
8 years ago
Bwko
baf45e47ef
Lint models/org.go & models.go
8 years ago
Bwko
4c16b48f09
Lint models/repo_mirror.go
8 years ago
Bwko
d3ff1e6f0b
Lint models/repo_branch.go
8 years ago