gogs/models
unknwon c7ba519af2
routes/api/v1: codemod
2019-08-08 23:53:43 -07:00
..
errors routes/api: change status handle to new style 2018-12-01 21:41:30 -05:00
migrations models: rename Id to ID 2018-08-16 20:26:09 +08:00
access.go routes/api/v1: codemod 2019-08-08 23:53:43 -07:00
action.go Include the Sha in webhook create payloads. () 2019-07-09 17:26:19 -07:00
admin.go models: remove legacy support 2018-12-11 22:00:01 -05:00
attachment.go models: fix delete undesired release attachments when delete a comment () 2018-08-16 20:17:19 +08:00
comment.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
error.go auth: support authentication source config file () 2018-04-12 09:55:58 -04:00
git_diff.go *: rename "gogits" to "gogs" 2018-05-27 08:53:48 +08:00
git_diff_test.go *: rename "gogits" to "gogs" 2018-05-27 08:53:48 +08:00
issue.go models/action: skip issue index parsing while using external issue tracker () 2018-12-17 22:52:58 -05:00
issue_label.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
issue_mail.go models/issue_mail: add assignee to issue related emails () 2019-02-20 18:04:38 -05:00
login_source.go auth: coding style and glitches fixes for GitHub login source () 2018-12-18 16:46:50 -05:00
milestone.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
mirror.go mirror: trigger additional push webhook on new branch () 2018-11-14 23:03:03 -05:00
mirror_test.go mirror: show sync feeds on dashboard () 2018-05-30 21:26:03 +08:00
models.go models/models: formalize error messages 2019-02-06 18:50:02 -05:00
models_sqlite.go go vet 2014-04-13 03:14:43 -04:00
models_test.go add test suites 2016-08-12 02:56:50 -07:00
org.go routes/api: change status handle to new style 2018-12-01 21:41:30 -05:00
org_team.go routes/api: change status handle to new style 2018-12-01 21:41:30 -05:00
pull.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
release.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
repo.go models/repo: idiomatic English () 2019-04-11 22:22:49 -04:00
repo_branch.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
repo_collaboration.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
repo_editor.go models/repo_editor: add isRepositoryGitPath to detect invalid file path () 2018-12-25 10:01:52 -05:00
repo_editor_test.go models/repo_editor: add isRepositoryGitPath to detect invalid file path () 2018-12-25 10:01:52 -05:00
repo_test.go *: rename "gogits" to "gogs" 2018-05-27 08:53:48 +08:00
ssh_key.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
ssh_key_test.go *: rename "gogits" to "gogs" 2018-05-27 08:53:48 +08:00
token.go models: skip JSON for fields skipped by XORM 2018-06-09 16:06:47 +08:00
two_factor.go models: skip JSON for fields skipped by XORM 2018-06-09 16:06:47 +08:00
update.go *: rename "gogits" to "gogs" 2018-05-27 08:53:48 +08:00
user.go vendor: update github.com/gogs/go-gogs-client 2018-12-03 14:45:19 -05:00
user_cache.go routes/user/auth: improve coding style 2018-05-21 14:45:47 +08:00
user_mail.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
webhook.go webhook: add headers to support spring config server () 2018-07-09 16:12:30 +08:00
webhook_dingtalk.go *: use jsoniter to replace encoding/json 2018-06-09 17:32:58 +08:00
webhook_discord.go *: use jsoniter to replace encoding/json 2018-06-09 17:32:58 +08:00
webhook_slack.go *: use jsoniter to replace encoding/json 2018-06-09 17:32:58 +08:00
wiki.go *: rename "gogits" to "gogs" 2018-05-27 08:53:48 +08:00