gitea/models
Jonas Bröms 599adde1bc Add option to disable automatic mirror syncing. ()
Setting the interval to 0 will disable to automatic syncing.
..
fixtures User action heatmap ()
migrations refactor: err != nil check, just return error instead ()
access.go Refactor and fix incorrect comment ()
access_test.go hide issues from org private repos w/o team assignment ()
action.go Fix bug when repo remained bare if multiple branches pushed ()
action_list.go refactor: reduce sql query in retrieveFeeds ()
action_test.go fix: Add feed for organization ()
admin.go Refactor struct's time to remove unnecessary memory usage ()
admin_test.go Fix tests code to prevent some runtime errors ()
attachment.go Add Size column to attachment ()
attachment_test.go Add Attachment API ()
branches.go Push whitelist now doesn't apply to branch deletion () ()
branches_test.go Add deleted_branch table fixture ()
consistency.go Fix activity feed ()
error.go Pull request review/approval and comment on code ()
error_oauth2.go gofmt ()
external_login_user.go Add primary key and index to external login user table ()
git_diff.go Fix regex to support optional end line of old section in diff hunk ()
git_diff_test.go Pull request review/approval and comment on code ()
gpg_key.go Fix null pointer dereference in ParseCommitWithSignature ()
gpg_key_test.go Refactor struct's time to remove unnecessary memory usage ()
graph.go Make max commits in graph configurable ()
graph_test.go Accept 'Data:' in commit graph ()
helper.go Add reactions to issues/PR and comments ()
issue.go fix sqlite lock ()
issue_assignees.go Fix failure on creating pull request with assignees () ()
issue_assignees_test.go Multiple assignees ()
issue_comment.go Hide outdated comments in file view ()
issue_comment_test.go Pull request review/approval and comment on code ()
issue_dependency.go fix sqlite lock ()
issue_dependency_test.go Added dependencies for issues () ()
issue_indexer.go Reduce repo indexer disk usage ()
issue_label.go Remove check for negative length ()
issue_label_test.go Fix tests code to prevent some runtime errors ()
issue_list.go fix bugs when too many IN variables ()
issue_list_test.go Shows total tracked time in issue and milestone list ()
issue_mail.go Don't disclose emails of all users when sending out emails ()
issue_milestone.go make sure milestone listing is consistent across board ()
issue_milestone_test.go Add more webhooks support and refactor webhook templates directory ()
issue_reaction.go Refactor struct's time to remove unnecessary memory usage ()
issue_reaction_test.go Tests for reactions ()
issue_stopwatch.go Shows total tracked time in issue and milestone list ()
issue_stopwatch_test.go Refactor struct's time to remove unnecessary memory usage ()
issue_test.go Shows total tracked time in issue and milestone list ()
issue_tracked_time.go Shows total tracked time in issue and milestone list ()
issue_tracked_time_test.go Feature: Timetracking ()
issue_user.go Fix some webhooks bugs ()
issue_user_test.go Multiple assignees ()
issue_watch.go Update xorm to latest version and fix correct `user` table referencing in sql ()
issue_watch_test.go Hide unactive on explore users and some refactors ()
lfs.go Refactor struct's time to remove unnecessary memory usage ()
lfs_lock.go Fix SSH auth lfs locks ()
login_source.go Refactor struct's time to remove unnecessary memory usage ()
mail.go Issue content should not be updated when closing with comment ()
main_test.go Unit tests for wiki routers ()
models.go MySQL TLS ()
models_sqlite.go go vet
models_test.go Change parsing of postgresql settings ()
notification.go Fix sqlite lock ()
notification_test.go Add 'mark all read' option to notifications ()
oauth2.go Store OAuth2 session data in database ()
org.go fix sqlite and mssql lock ()
org_team.go Fix sqlite lock ()
org_team_test.go Fix ignored errors when checking if organization, team member ()
org_test.go hide issues from org private repos w/o team assignment ()
pull.go Disable merging a WIP Pull request ()
pull_test.go Disable merging a WIP Pull request ()
release.go fix release creation via API ()
release_test.go fix release creation via API ()
repo.go fix data race on migrate repository ()
repo_activity.go Add issue closed time column to fix activity closed issues list ()
repo_branch.go Create new branch from branch selection dropdown ()
repo_collaboration.go Fix not removed watches on unallowed repositories ()
repo_collaboration_test.go Unit tests for models/repo_collaboration ()
repo_editor.go Code/repo search ()
repo_indexer.go Update code.gitea.io/git ()
repo_issue.go Add EnableTimetracking option to app settings ()
repo_list.go This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql ()
repo_list_test.go This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql ()
repo_mirror.go Add option to disable automatic mirror syncing. ()
repo_redirect.go Redirects for renamed repos ()
repo_redirect_test.go Unit tests for repo redirects ()
repo_test.go Fix repo-transfer-and-team-repo-count bug ()
repo_unit.go Added dependencies for issues () ()
repo_watch.go Update xorm to latest version and fix correct `user` table referencing in sql ()
repo_watch_test.go Hide unactive on explore users and some refactors ()
review.go Make switch more clear ()
review_test.go Pull request review/approval and comment on code ()
ssh_key.go Create AuthorizedKeysCommand ()
ssh_key_test.go Use assert in legacy unit tests ()
star.go refactor: small optimize for sql query ()
star_test.go Fix tests code to prevent some runtime errors ()
status.go Fix race on updatesize ()
status_test.go Fix tests code to prevent some runtime errors ()
test_fixtures.go Increase the retry limit to 20 times and the interval to 200ms ()
token.go Refactor struct's time to remove unnecessary memory usage ()
token_test.go Fix tests code to prevent some runtime errors ()
topic.go Fixed violation of the unique constraint for v68 migration ()
topic_test.go feat(repo): support search repository by topic name ()
twofactor.go Switch plaintext scratch tokens to use hash instead ()
u2f.go Add support for FIDO U2F ()
u2f_test.go Add support for FIDO U2F ()
unit.go Fix implementation of repo Home func ()
unit_tests.go User action heatmap ()
update.go env var GITEA_PUSHER_EMAIL ()
update_test.go Fix tests code to prevent some runtime errors ()
user.go Prometheus endpoint ()
user_follow.go Refactor session close as xorm already does everything needed internally ()
user_follow_test.go Move user_follow to separate file ()
user_heatmap.go Fixed heatmap not working in mssql ()
user_heatmap_test.go Fix JSON result of empty array ()
user_mail.go Replace deprecated Id method with ID ()
user_mail_test.go Fix tests code to prevent some runtime errors ()
user_openid.go Fix SQL quoting ()
user_openid_test.go Fix tests code to prevent some runtime errors ()
user_test.go feat(repo): support search repository by topic name ()
webhook.go fix webhook bug of response info is not displayed in UI ()
webhook_dingtalk.go Fix some webhooks bugs ()
webhook_discord.go fix url in discord webhook ()
webhook_slack.go Fix some webhooks bugs ()
webhook_test.go Add more webhooks support and refactor webhook templates directory ()
wiki.go Fix deadlock when sqlite ()
wiki_test.go test: reduce testing time. ()