gogs/models
Unknwon 69c1cd3f38
routes/api: change status handle to new style
Also fixed one bug that did not catch team not found error.
2018-12-01 21:41:30 -05: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 repo: add changes to repository avatar feature (#5221) 2018-06-17 22:18:41 +08:00
action.go *: use jsoniter to replace encoding/json 2018-06-09 17:32:58 +08:00
admin.go models: skip JSON for fields skipped by XORM 2018-06-09 16:06:47 +08:00
attachment.go models: fix delete undesired release attachments when delete a comment (#4627) 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 (#3142) 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: rename Id to ID 2018-08-16 20:26:09 +08:00
issue_label.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
issue_mail.go *: rename "gogits" to "gogs" 2018-05-27 08:53:48 +08:00
login_source.go login_source: add default authentication switch (#5338) 2018-09-13 13:49:07 -04: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 (#5508) 2018-11-14 23:03:03 -05:00
mirror_test.go mirror: show sync feeds on dashboard (#2017) 2018-05-30 21:26:03 +08:00
models.go models: rename Id to ID 2018-08-16 20:26:09 +08:00
models_sqlite.go go vet 2014-04-13 03:14:43 -04:00
models_test.go #3442 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: rename Id to ID 2018-08-16 20:26:09 +08: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 repo_editor: able to trigger Git hooks (#4338) 2018-08-17 23:15:20 +08: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 models: rename Id to ID 2018-08-16 20:26:09 +08: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 (#5325) 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