Denis Denisov
6669a9d490
Fix random string generator ( #384 )
...
* Remove unused custom-alphabet feature of random string generator
Fix random string generator
Random string generator should return error if it fails to read random data via crypto/rand
* Fixes variable (un)initialization mixed assign
Update test GetRandomString
2016-12-20 13:32:02 +01:00
Michael de Wit
96fc8a7a25
change test mail subject and body to 'Gitea Test Mail!'
...
Signed-off-by: Michael de Wit <mjwwit@gmail.com >
2016-12-20 09:34:50 +01:00
Lunny Xiao
45432fe1ec
fixed vulnerabilities labels ( #409 )
2016-12-17 19:49:17 +08:00
Richie B2B
5139a6e539
Remove fixed FIXME ( #408 )
2016-12-16 17:00:30 +01:00
Richie B2B
b351b893f7
Fix typo ( #407 )
2016-12-16 17:00:15 +01:00
Lunny Xiao
c6a5c3d868
fixed vulnerabilities on deleting release ( #399 )
2016-12-16 19:42:39 +08:00
Lunny Xiao
1b6d07d8d8
fixed vulnerabilities ( #392 )
2016-12-15 16:49:06 +08:00
Lunny Xiao
fb12d964b8
Don't use custom PBKDF2 function ( #382 )
2016-12-15 09:24:27 +08:00
Lunny Xiao
18fe64aacd
bug fixed branch name for pushupdate ( #380 )
2016-12-13 15:19:42 +08:00
Denis Denisov
8e8127a403
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]
2016-12-12 08:46:51 +08:00
Bwko
43a5f37ca2
In the wiki title replace tab with a space ( #371 )
2016-12-11 11:01:26 +08:00
Bwko
d52818749f
Fixes issue #283
...
Delete old temp local copy before we create a new temp local copy
2016-12-09 20:13:48 +01:00
Ethan Koenig
e2c22ad5ec
Remove stale comment in models/repo.go ( #366 )
2016-12-08 00:04:12 +01:00
Ethan Koenig
a0c1e6540b
Bug fixes for repo permissions in API
...
Also move duplicated code into repo.APIFormat(..)
2016-12-07 12:55:24 +01:00
Thomas Boerger
1ded426ee9
Integrate templates into bindata optionally ( #314 )
...
Integrated optional bindata for the templates
2016-12-06 18:58:31 +01:00
Kim "BKC" Carlbäcker
3145460e00
Fix regression in PR-API #248 ( #349 )
...
* Fix #344 (regression in PR-API #248 )
2016-12-05 12:17:39 +01:00
Bwko
791cf430a4
Fix for #320
...
Suppress the error when we're removing a file that may not exist
2016-12-03 22:31:54 +01:00
Denis Denisov
08ee5adfb4
Safe compare password (timing attack) ( #338 )
2016-12-03 13:49:17 +08:00
Kim "BKC" Carlbäcker
2947e7b332
[API] Pull Requests ( #248 )
2016-12-02 12:10:39 +01:00
Kim "BKC" Carlbäcker
5bd365255c
Linting
2016-12-02 09:31:44 +01:00
Kim "BKC" Carlbäcker
88ea8a5114
GitHub API Compliance (& linting)
2016-12-02 09:18:15 +01:00
Bwko
e5314f667c
Catch os... errors
2016-12-02 07:41:19 +01:00
Bwko
70216ff69c
Added rel="noopener" to target="_blank" hrefs ( #327 )
...
* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io
2016-12-02 09:12:16 +08:00
Lunny Xiao
555edec9f1
typo
2016-12-01 09:05:32 +08:00
Thomas Boerger
9e53a3f814
Fixed linting errors for variable definitions
2016-11-29 14:05:26 +01:00
Kim "BKC" Carlbäcker
ea3af7405b
Fix breakage from vendor-update
2016-11-29 11:50:22 +01:00
Kim "BKC" Carlbäcker
ec0bfc1660
CreateBranch-hook has shasum. Use the full ref for fetching shasum
2016-11-29 11:50:22 +01:00
Kim "BKC" Carlbäcker
a2a0f010f1
Tag-webhooks are useless without shasums
2016-11-29 11:50:22 +01:00
Andrey Nering
ba67b7ae5d
Merge pull request #294 from Bwko/Lint/user.go
...
Lint models/user.go
2016-11-28 20:30:02 -02:00
Bwko
8fbf6744c0
Lint models/repo.go
2016-11-28 18:27:55 +01:00
Bwko
765c9e9f79
Lint models/repo_*
2016-11-28 17:58:59 +01:00
Bwko
a5485d2927
Lint models/user.go
2016-11-28 17:47:46 +01:00
Lunny Xiao
7cc49eae78
golint fixed for models/migrations ( #291 )
2016-11-28 23:44:17 +08:00
Lunny Xiao
3804c4525d
golint fixed for models/pull.go ( #292 )
2016-11-28 23:31:06 +08:00
Lunny Xiao
a982b29110
golint fixed for models/issue_comment.go
2016-11-28 21:33:09 +08:00
Thomas Boerger
b3e3c26965
Merge pull request #285 from lunny/lunny/golint_models_org_team
...
Golint for models/org_team.go
2016-11-28 09:42:53 +01:00
Lunny Xiao
464790555e
rename all uID -> userID on models/org_team.go
2016-11-28 16:33:08 +08:00
Lunny Xiao
7581fbcc92
golint fixed for models/models.go ( #284 )
2016-11-28 15:25:16 +08:00
Lunny Xiao
59e0bf0c77
golint for models/org_team.go
2016-11-28 09:30:08 +08:00
Lunny Xiao
7e88589865
golint fixed for modules/auth
2016-11-27 21:39:06 +08:00
Bwko
334903e306
Fixes typos
2016-11-27 12:59:12 +01:00
Thomas Boerger
b86500cb6d
Merge pull request #264 from Bwko/lint/org.go
...
Lint models/org.go
2016-11-27 12:18:20 +01:00
Thomas Boerger
71bf04bd48
Merge pull request #266 from Bwko/lint/repo_mirror
...
Lint models/repo_mirror.go
2016-11-27 12:15:01 +01:00
Thomas Boerger
71f85607db
Merge pull request #268 from Bwko/lint/repo_branch
...
Lint models/repo_branch.go
2016-11-27 12:14:25 +01:00
Thomas Boerger
b80403e68b
Merge pull request #267 from Bwko/lint/ssh_key
...
Lint models/ssh_key.go
2016-11-27 12:13:43 +01:00
Thomas Boerger
d0e026c89a
Merge pull request #265 from Bwko/lint/access.go
...
Lint models/access.go
2016-11-27 12:12:56 +01:00
Thomas Boerger
cfdb3152a0
Merge pull request #263 from Bwko/lint/user_email
...
Lint models/user_email.go
2016-11-27 12:12:02 +01:00
Lunny Xiao
c9d61f0e2a
Golint fixed for modules/setting ( #262 )
...
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
2016-11-27 18:14:25 +08:00
Bwko
3e5d4a9a32
Lint models/org.go & models.go
2016-11-26 11:37:50 +01:00
Bwko
6aaba30171
Lint models/repo_mirror.go
2016-11-26 11:23:55 +01:00