forgejo/models
Rémy Boulanouar e0c6ab2d44 Add Gitea Webhook ()
* Replace Gogs by Gitea

* Fix missing changes

* Create Gitea webhook and put Gogs webhook apart.
2017-05-29 02:17:15 -05:00
..
fixtures Fix 500 for GET /teams/:id endpoints () 2017-05-26 08:15:45 -05:00
migrations Fix activity feed () 2017-05-26 09:38:18 +08:00
access.go Refactor and fix incorrect comment () 2017-03-15 08:51:46 +08:00
access_test.go Refactor and fix incorrect comment () 2017-03-15 08:51:46 +08:00
action.go Fix invalid reference in feeds template () 2017-05-27 11:34:11 +08:00
action_test.go Fix activity feed () 2017-05-26 09:38:18 +08:00
admin.go refactor: remove workaround after the golang 1.7 release. () 2017-03-29 10:05:23 +08:00
admin_test.go
attachment.go feat: add download count field and unit testing for attachment. () 2017-04-20 10:31:31 +08:00
attachment_test.go MySQL, Postgres integration tests in drone () 2017-04-30 14:30:12 +08:00
branches.go Do not allow commiting to protected branch from online editor () 2017-05-02 08:49:55 +08:00
consistency.go Fix activity feed () 2017-05-26 09:38:18 +08:00
error.go Rework SSH key management UI to add GPG () 2017-04-26 21:10:43 +08:00
error_oauth2.go gofmt () 2017-05-04 13:54:56 +08:00
external_login_user.go Add primary key and index to external login user table () 2017-05-02 16:41:44 +08:00
git_diff.go fixes pull request hanging indefinitely when it contains normal and LFS file pointers () 2017-04-03 10:21:09 +08:00
git_diff_test.go
gpg_key.go Rework SSH key management UI to add GPG () 2017-04-26 21:10:43 +08:00
gpg_key_test.go GPG commit validation () 2017-03-22 18:43:54 +08:00
graph.go fix , commit messages containing a pipe () 2017-03-11 12:01:38 +08:00
graph_test.go
helper.go Fix lint errors 2017-02-22 17:10:45 -05:00
issue.go Fix activity feed () 2017-05-26 09:38:18 +08:00
issue_comment.go Fix activity feed () 2017-05-26 09:38:18 +08:00
issue_indexer.go fix: Admin can see all private repositories on Explore page. () 2017-02-26 13:59:31 +08:00
issue_label.go
issue_label_test.go
issue_list.go Fix typos in models/ and modules/ () 2017-03-15 08:52:01 +08:00
issue_list_test.go Unit tests for issue_list () 2017-03-11 16:46:23 +08:00
issue_mail.go Adding #issuecomment to the URL in E-Mail notifications () 2017-05-25 10:38:56 +08:00
issue_milestone.go
issue_milestone_test.go
issue_test.go Run "make fmt" with go-1.6 () 2017-03-21 08:55:00 +08:00
issue_user.go
issue_user_test.go
issue_watch.go Code style fixes 2017-04-01 09:58:20 -03:00
issue_watch_test.go Improve tests a little 2017-04-01 10:05:58 -03:00
lfs.go
login_source.go fix bug not to trim space of login username () 2017-05-25 00:12:00 +08:00
mail.go Adding #issuecomment to the URL in E-Mail notifications () 2017-05-25 10:38:56 +08:00
main_test.go Fix and test for delete user () 2017-05-20 16:48:22 +08:00
models.go Status-API () 2017-04-21 19:32:31 +08:00
models_sqlite.go
models_test.go Cleaner IMO () 2017-03-22 22:30:40 +08:00
models_tidb.go
notification.go Consider issue_watchers while sending notifications 2017-03-29 20:54:57 -03:00
notification_test.go
oauth2.go gofmt () 2017-05-04 13:54:56 +08:00
org.go Give all units to owner team () 2017-05-26 16:03:37 +08:00
org_team.go Add units to team () 2017-05-18 22:54:24 +08:00
org_team_test.go Fix typos in models/ and modules/ () 2017-03-15 08:52:01 +08:00
org_test.go
pull.go Fix activity feed () 2017-05-26 09:38:18 +08:00
pull_test.go
release.go Fix typos in models/ and modules/ () 2017-03-15 08:52:01 +08:00
repo.go Fix deadlock in updateRepository () 2017-05-26 13:08:13 +08:00
repo_branch.go
repo_collaboration.go
repo_collaboration_test.go Unit tests for models/repo_collaboration () 2017-02-24 09:37:38 +08:00
repo_editor.go
repo_list.go Improve dashboard repo search () 2017-05-09 08:31:30 +08:00
repo_list_test.go refactor: move SearchRepositoryByName testing. () 2017-02-28 17:58:50 +08:00
repo_mirror.go Repo size in admin panel () 2017-04-11 21:30:15 +08:00
repo_redirect.go
repo_redirect_test.go Unit tests for repo redirects () 2017-02-17 08:55:33 +08:00
repo_test.go feat: expose url field on issue api. () 2017-03-03 22:35:42 +08:00
repo_unit.go Add units to team () 2017-05-18 22:54:24 +08:00
repo_watch.go Unit tests for repo watching () 2017-02-17 16:02:11 +08:00
repo_watch_test.go Unit tests for repo watching () 2017-02-17 16:02:11 +08:00
ssh_key.go Add internal routes for ssh hook comands () 2017-04-19 11:45:01 +08:00
ssh_key_test.go
star.go refactor: small optimize for sql query () 2017-02-15 14:01:50 +08:00
star_test.go
status.go Show commit status icon in commits table () 2017-05-07 22:40:31 +08:00
status_test.go Status-API () 2017-04-21 19:32:31 +08:00
test_fixtures.go Integration test framework () 2017-04-25 15:24:51 +08:00
token.go
token_test.go
twofactor.go
unit.go Add units to team () 2017-05-18 22:54:24 +08:00
unit_tests.go Fix and test for delete user () 2017-05-20 16:48:22 +08:00
update.go Remove env user salt since no need to use () 2017-05-06 21:21:22 +08:00
update_test.go Move push update to post-receive and protected branch check to pre-receive () 2017-02-25 22:54:40 +08:00
user.go Rename RepoCreationNum -> MaxCreationLimit () 2017-05-24 08:27:08 +08:00
user_follow.go Run "make fmt" with go-1.6 () 2017-03-21 08:55:00 +08:00
user_follow_test.go Move user_follow to separate file () 2017-03-11 16:46:53 +08:00
user_mail.go
user_mail_test.go
user_openid.go Run "make fmt" with go-1.6 () 2017-03-21 08:55:00 +08:00
user_openid_test.go Run "make fmt" with go-1.6 () 2017-03-21 08:55:00 +08:00
user_test.go Fix and test for delete user () 2017-05-20 16:48:22 +08:00
webhook.go Add Gitea Webhook () 2017-05-29 02:17:15 -05:00
webhook_slack.go
webhook_test.go Add Gitea Webhook () 2017-05-29 02:17:15 -05:00
wiki.go fix wiki bugs () 2017-03-20 21:36:19 +08:00
wiki_test.go