summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* fixed vulnerabilities (#392)Lunny Xiao2016-12-152-7/+31
|
* Don't use custom PBKDF2 function (#382)Lunny Xiao2016-12-151-1/+2
|
* bug fixed branch name for pushupdate (#380)Lunny Xiao2016-12-131-1/+1
|
* Correction LDAP validation (#342)Denis Denisov2016-12-121-2/+2
| | | | | | | | | | | | * 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]
* In the wiki title replace tab with a space (#371)Bwko2016-12-111-0/+1
|
* Fixes issue #283Bwko2016-12-091-0/+3
| | | | Delete old temp local copy before we create a new temp local copy
* Remove stale comment in models/repo.go (#366)Ethan Koenig2016-12-081-1/+0
|
* Bug fixes for repo permissions in APIEthan Koenig2016-12-074-14/+19
| | | | Also move duplicated code into repo.APIFormat(..)
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-062-43/+38
| | | Integrated optional bindata for the templates
* Fix regression in PR-API #248 (#349)Kim "BKC" Carlbäcker2016-12-051-7/+39
| | | * Fix #344 (regression in PR-API #248)
* Fix for #320Bwko2016-12-032-6/+3
| | | | Suppress the error when we're removing a file that may not exist
* Safe compare password (timing attack) (#338)Denis Denisov2016-12-031-1/+2
|
* [API] Pull Requests (#248)Kim "BKC" Carlbäcker2016-12-023-0/+122
|
* LintingKim "BKC" Carlbäcker2016-12-021-1/+1
|
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-021-1/+27
|
* Catch os... errorsBwko2016-12-027-19/+89
|
* Added rel="noopener" to target="_blank" hrefs (#327)Bwko2016-12-021-1/+1
| | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io
* typoLunny Xiao2016-12-011-3/+3
|
* Fixed linting errors for variable definitionsThomas Boerger2016-11-292-2/+2
|
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-294-8/+8
|
* CreateBranch-hook has shasum. Use the full ref for fetching shasumKim "BKC" Carlbäcker2016-11-291-1/+19
|
* Tag-webhooks are useless without shasumsKim "BKC" Carlbäcker2016-11-291-0/+2
|
* Merge pull request #294 from Bwko/Lint/user.goAndrey Nering2016-11-281-18/+46
|\ | | | | Lint models/user.go
| * Lint models/user.goBwko2016-11-281-18/+46
| |
* | Lint models/repo.goBwko2016-11-281-17/+73
| |
* | Lint models/repo_*Bwko2016-11-282-0/+13
|/
* golint fixed for models/migrations (#291)Lunny Xiao2016-11-282-13/+51
|
* golint fixed for models/pull.go (#292)Lunny Xiao2016-11-281-7/+21
|
* golint fixed for models/issue_comment.goLunny Xiao2016-11-281-7/+17
|
* Merge pull request #285 from lunny/lunny/golint_models_org_teamThomas Boerger2016-11-282-46/+47
|\ | | | | Golint for models/org_team.go
| * rename all uID -> userID on models/org_team.goLunny Xiao2016-11-281-26/+26
| |
| * golint for models/org_team.goLunny Xiao2016-11-282-46/+47
| |
* | golint fixed for models/models.go (#284)Lunny Xiao2016-11-281-3/+3
|/
* golint fixed for modules/authLunny Xiao2016-11-271-1/+1
|
* Fixes typosBwko2016-11-273-8/+8
|
* Merge pull request #264 from Bwko/lint/org.goThomas Boerger2016-11-272-19/+37
|\ | | | | Lint models/org.go
| * Lint models/org.go & models.goBwko2016-11-262-19/+37
| |
* | Merge pull request #266 from Bwko/lint/repo_mirrorThomas Boerger2016-11-271-0/+7
|\ \ | | | | | | Lint models/repo_mirror.go
| * | Lint models/repo_mirror.goBwko2016-11-261-0/+7
| |/
* | Merge pull request #268 from Bwko/lint/repo_branchThomas Boerger2016-11-271-7/+12
|\ \ | | | | | | Lint models/repo_branch.go
| * | Lint models/repo_branch.goBwko2016-11-261-7/+12
| |/
* | Merge pull request #267 from Bwko/lint/ssh_keyThomas Boerger2016-11-271-23/+32
|\ \ | | | | | | Lint models/ssh_key.go
| * | Lint models/ssh_key.goBwko2016-11-261-23/+32
| |/
* | Merge pull request #265 from Bwko/lint/access.goThomas Boerger2016-11-271-20/+26
|\ \ | | | | | | Lint models/access.go
| * | Lint models/access.goBwko2016-11-261-20/+26
| |/
* | Merge pull request #263 from Bwko/lint/user_emailThomas Boerger2016-11-271-1/+7
|\ \ | | | | | | Lint models/user_email.go
| * | Lint models/user_email.goBwko2016-11-261-1/+7
| |/
* / Golint fixed for modules/setting (#262)Lunny Xiao2016-11-275-16/+16
|/ | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* Merge pull request #241 from Bwko/lint/admin.goThomas Boerger2016-11-251-0/+4
|\ | | | | Lint models/admin.go
| * Lint models/admin.goBwko2016-11-241-0/+4
| |