summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Implement sendmail (#355)Philip Couling2016-12-251-1/+1
* Added sorting to organizations, repos & users page (#222)Bwko2016-12-243-27/+83
* Added sorting to the labels & milestones page (#199)Bwko2016-12-242-6/+32
* Bug fixes for Issues filters (#413)Ethan Koenig2016-12-241-50/+29
* API Endpoint for watching (#191)Ethan Koenig2016-12-241-0/+15
* Enables mssql support (#383)btrepp2016-12-242-0/+23
* Add default values for settings (#455)Lunny Xiao2016-12-231-0/+2
* Bindata is optional and over-writable on restart (#354)Thomas Boerger2016-12-221-5/+16
* fix tag webhook 404 error (#420)Lunny Xiao2016-12-221-1/+1
* update code.gitea.io/git (#450)Lunny Xiao2016-12-224-11/+11
* UpdateIssueUsersByMentions was calling database write operations while (#443)Lunny Xiao2016-12-223-11/+13
* Bug fixes and tests for modules/base (#442)Ethan Koenig2016-12-221-5/+9
* issue comment api fix (#449)Kim "BKC" Carlbäcker2016-12-221-5/+60
* Fix string format verbs (#3637)Alexander Lunegov2016-12-224-5/+5
* Fix random string generator (#384)Denis Denisov2016-12-204-8/+22
* change test mail subject and body to 'Gitea Test Mail!'Michael de Wit2016-12-201-1/+1
* fixed vulnerabilities labels (#409)Lunny Xiao2016-12-171-1/+28
* Remove fixed FIXME (#408)Richie B2B2016-12-161-1/+0
* Fix typo (#407)Richie B2B2016-12-161-1/+1
* fixed vulnerabilities on deleting release (#399)Lunny Xiao2016-12-161-1/+8
* 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
* In the wiki title replace tab with a space (#371)Bwko2016-12-111-0/+1
* Fixes issue #283Bwko2016-12-091-0/+3
* 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
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-062-43/+38
* Fix regression in PR-API #248 (#349)Kim "BKC" Carlbäcker2016-12-051-7/+39
* Fix for #320Bwko2016-12-032-6/+3
* 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
* 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.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
|\