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
..
fixtures
migrations
access.go
access_test.go
action.go
action_list.go
action_test.go
admin.go
admin_test.go
attachment.go Add Size column to attachment (#3734) 2018-03-31 09:10:44 +08:00
attachment_test.go
branches.go
branches_test.go
consistency.go
error.go
error_oauth2.go
external_login_user.go
git_diff.go
git_diff_test.go fix go vet error (#3740) 2018-03-30 07:21:27 +08:00
gpg_key.go
gpg_key_test.go
graph.go
graph_test.go
helper.go
issue.go
issue_assignees.go
issue_assignees_test.go
issue_comment.go
issue_comment_test.go
issue_indexer.go
issue_label.go
issue_label_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
issue_list.go Multiple assignees (#3705) 2018-05-09 19:29:04 +03:00
issue_list_test.go
issue_mail.go
issue_milestone.go
issue_milestone_test.go Add more webhooks support and refactor webhook templates directory (#3929) 2018-05-16 22:01:55 +08:00
issue_reaction.go
issue_reaction_test.go
issue_stopwatch.go
issue_stopwatch_test.go
issue_test.go
issue_tracked_time.go
issue_tracked_time_test.go
issue_user.go
issue_user_test.go
issue_watch.go Fix not removed watches on unallowed repositories (#4201) 2018-06-19 15:44:33 -04:00
issue_watch_test.go
lfs.go
lfs_lock.go
login_source.go
mail.go
main_test.go Unit tests for wiki routers (#3022) 2017-11-30 17:52:15 +02:00
models.go
models_sqlite.go
models_test.go
notification.go hide issues from org private repos w/o team assignment (#4034) 2018-06-21 12:00:13 -04:00
notification_test.go
oauth2.go
org.go
org_team.go
org_team_test.go
org_test.go hide issues from org private repos w/o team assignment (#4034) 2018-06-21 12:00:13 -04:00
pull.go
pull_test.go
release.go
repo.go
repo_activity.go Add issue closed time column to fix activity closed issues list (#3537) 2018-02-19 10:39:26 +08:00
repo_branch.go Create new branch from branch selection dropdown (#2130) 2017-10-15 22:59:24 +03:00
repo_collaboration.go
repo_collaboration_test.go
repo_editor.go
repo_indexer.go Update code.gitea.io/git (#3482) 2018-02-10 20:19:26 +02:00
repo_issue.go
repo_list.go
repo_list_test.go
repo_mirror.go fix: if Mirrors repo no content is fetched, updated time should not b… (#3551) 2018-02-22 18:27:09 -06:00
repo_redirect.go
repo_redirect_test.go
repo_test.go
repo_unit.go
repo_watch.go hide issues from org private repos w/o team assignment (#4034) 2018-06-21 12:00:13 -04:00
repo_watch_test.go
ssh_key.go
ssh_key_test.go Use assert in legacy unit tests (#867) 2017-02-08 14:29:07 +08:00
star.go
star_test.go
status.go
status_test.go
test_fixtures.go
token.go Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
token_test.go
topic.go
topic_test.go
twofactor.go
u2f.go
u2f_test.go Add support for FIDO U2F (#3971) 2018-05-19 17:12:37 +03:00
unit.go Fix implementation of repo Home func (#2601) 2017-10-01 16:50:56 +03:00
unit_tests.go
update.go
update_test.go
user.go
user_follow.go
user_follow_test.go
user_mail.go
user_mail_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
user_openid.go Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
user_openid_test.go
user_test.go hide issues from org private repos w/o team assignment (#4034) 2018-06-21 12:00:13 -04:00
webhook.go
webhook_dingtalk.go
webhook_discord.go Fix some webhooks bugs (#3981) 2018-05-21 10:28:29 +08:00
webhook_slack.go
webhook_test.go
wiki.go
wiki_test.go