This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/models
Ethan Koenig 4e5ee2b67a Fix user profile activity feed (#1848)
* Fix user profile activity feed

* gofmt, and avoid overlapping database connections
2017-06-02 08:42:25 +08:00
..
fixtures Fix user profile activity feed (#1848) 2017-06-02 08:42:25 +08:00
migrations
access.go
access_test.go
action.go
action_test.go
admin.go
admin_test.go
attachment.go feat: add download count field and unit testing for attachment. (#1512) 2017-04-20 10:31:31 +08:00
attachment_test.go MySQL, Postgres integration tests in drone (#1638) 2017-04-30 14:30:12 +08:00
branches.go Do not allow commiting to protected branch from online editor (#1502) 2017-05-02 08:49:55 +08:00
consistency.go
error.go
error_oauth2.go
external_login_user.go
git_diff.go fixes pull request hanging indefinitely when it contains normal and LFS file pointers (#1425) 2017-04-03 10:21:09 +08:00
git_diff_test.go
gpg_key.go
gpg_key_test.go GPG commit validation (#1150) 2017-03-22 18:43:54 +08:00
graph.go fix #1189, commit messages containing a pipe (#1203) 2017-03-11 12:01:38 +08:00
graph_test.go
helper.go
issue.go
issue_comment.go
issue_indexer.go fix: Admin can see all private repositories on Explore page. (#1026) 2017-02-26 13:59:31 +08:00
issue_label.go small optimization for get issue labels 2017-02-12 06:46:51 +01:00
issue_label_test.go
issue_list.go
issue_list_test.go
issue_mail.go Adding #issuecomment to the URL in E-Mail notifications (#1674) 2017-05-25 10:38:56 +08:00
issue_milestone.go
issue_milestone_test.go
issue_test.go
issue_user.go
issue_user_test.go Move IssueUser code to separate file (#836) 2017-02-04 20:37:26 +08:00
issue_watch.go Code style fixes 2017-04-01 09:58:20 -03:00
issue_watch_test.go
lfs.go Git LFS support v2 (#122) 2016-12-26 09:16:37 +08:00
login_source.go
mail.go
main_test.go
models.go
models_sqlite.go
models_test.go
models_tidb.go
notification.go
notification_test.go
oauth2.go
org.go Fix locking bug in removeOrgRepo (#1842) 2017-06-01 08:41:14 +08:00
org_team.go
org_team_test.go Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
org_test.go
pull.go
pull_test.go
release.go
repo.go
repo_branch.go
repo_collaboration.go API Endpoints for collaborators (#375) 2016-12-26 15:37:01 +08:00
repo_collaboration_test.go Unit tests for models/repo_collaboration (#1032) 2017-02-24 09:37:38 +08:00
repo_editor.go
repo_list.go
repo_list_test.go
repo_mirror.go
repo_redirect.go
repo_redirect_test.go Unit tests for repo redirects (#961) 2017-02-17 08:55:33 +08:00
repo_test.go
repo_unit.go
repo_watch.go
repo_watch_test.go Unit tests for repo watching (#963) 2017-02-17 16:02:11 +08:00
ssh_key.go
ssh_key_test.go
star.go
star_test.go feat: support search bar on star tab of user profile. (#917) 2017-02-14 15:28:22 +08:00
status.go Show commit status icon in commits table (#1688) 2017-05-07 22:40:31 +08:00
status_test.go
test_fixtures.go
token.go
token_test.go
twofactor.go
unit.go
unit_tests.go
update.go
update_test.go
user.go
user_follow.go Run "make fmt" with go-1.6 (#1333) 2017-03-21 08:55:00 +08:00
user_follow_test.go
user_mail.go Fix typos in models/ (#576) 2017-01-05 08:50:34 +08:00
user_mail_test.go
user_openid.go Run "make fmt" with go-1.6 (#1333) 2017-03-21 08:55:00 +08:00
user_openid_test.go
user_test.go Fix and test for delete user (#1713) 2017-05-20 16:48:22 +08:00
webhook.go
webhook_slack.go
webhook_test.go
wiki.go Update code.gitea.io/git (#1824) 2017-05-30 04:32:01 -05:00
wiki_test.go