gogs/models
Unknwon f7c11a27d0
models/repo: clean up repository local copy after rename (#3641)
2017-02-09 15:56:39 -05:00
..
migrations Fix random string generator (#3953) 2016-12-21 03:41:37 -05:00
access.go
action.go Fix Typo Errors (#3885) 2016-12-21 03:33:30 -05:00
admin.go Skip deletion for temporary data when not exist on Windows (#4069) 2017-01-30 13:30:04 -05:00
error.go
git_diff.go
git_diff_test.go
issue.go Fix showing total number of PRs when user does not have any repositories (#4007) 2017-01-28 20:17:01 -05:00
issue_comment.go Minor fix for PR #3822 2016-12-21 04:18:23 -05:00
issue_label.go Some code renaming 2016-12-22 19:58:30 -05:00
issue_mail.go Move models/mail.go to modules/mail.go 2017-01-30 07:20:48 -05:00
login_source.go Fix typos (#3852) 2016-12-21 03:13:11 -05:00
models.go models: set XORM log level to WARNING in production 2017-02-09 15:09:37 -05:00
models_sqlite.go
models_test.go
org.go Minor fix for PR #3822 2016-12-21 04:18:23 -05:00
org_team.go models/org_team: fix compile error 2017-02-08 18:18:55 -05:00
pull.go models/pull: load attributes when fetch list of pull requests (#4089) 2017-02-09 15:45:35 -05:00
release.go Some code renaming 2016-12-22 19:58:30 -05:00
repo.go models/repo: clean up repository local copy after rename (#3641) 2017-02-09 15:56:39 -05:00
repo_branch.go
repo_collaboration.go
repo_editor.go
repo_mirror.go Do a fast-fail testing on repository URL before mirroring 2017-01-31 18:40:38 -05:00
repo_test.go
ssh_key.go models/ssh_key: little key methods receiver rename 2017-02-01 21:34:14 -05:00
ssh_key_test.go
token.go Some code renaming 2016-12-22 19:58:30 -05:00
update.go Use commit time instead of author time for push commits (#4037) 2017-01-30 13:38:16 -05:00
user.go Issue #3814 (#3903) 2017-01-30 08:35:12 -05:00
user_mail.go Fix create user can use user email which is used (#4016) 2017-01-29 18:29:53 -05:00
webhook.go Some code renaming 2016-12-22 19:58:30 -05:00
webhook_slack.go
wiki.go