gitea/models
John Olheiser aa02463ded Delete local branch if it exists ()
Signed-off-by: jolheiser <john.olheiser@gmail.com>
..
fixtures Integrate OAuth2 Provider ()
migrations fix upload attachments ()
access.go Restrict permission check on repositories and fix some problems ()
access_test.go Restrict permission check on repositories and fix some problems ()
action.go Better logging () ()
action_list.go refactor: reduce sql query in retrieveFeeds ()
action_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
admin.go Better logging () ()
admin_test.go Fix tests code to prevent some runtime errors ()
attachment.go fix upload attachments ()
attachment_test.go fix upload attachments ()
branches.go Better logging () ()
branches_test.go Add deleted_branch table fixture ()
consistency.go Fix activity feed ()
error.go Integrate OAuth2 Provider ()
error_oauth2.go gofmt ()
external_login_user.go Add primary key and index to external login user table ()
git_diff.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
git_diff_test.go Fix ParsePatch function to work with quoted diff --git strings ()
gpg_key.go Better logging () ()
gpg_key_test.go Refactor struct's time to remove unnecessary memory usage ()
graph.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
graph_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
helper.go Add reactions to issues/PR and comments ()
issue.go Better logging () ()
issue_assignees.go Better logging () ()
issue_assignees_test.go Improve performance of dashboard ()
issue_comment.go Better logging () ()
issue_comment_list.go Improve performance of dashboard ()
issue_comment_test.go Pull request review/approval and comment on code ()
issue_dependency.go fix sqlite lock ()
issue_dependency_test.go Fix an error while adding a dependency via UI. ()
issue_label.go Add label names as filter in issue search api ()
issue_label_test.go Add label names as filter in issue search api ()
issue_list.go Refactor issue indexer ()
issue_list_test.go Shows total tracked time in issue and milestone list ()
issue_lock.go Implement "conversation lock" for issue comments ()
issue_mail.go Better logging () ()
issue_milestone.go Better logging () ()
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 Ensure valid git author names passed in signatures ()
issue_stopwatch.go Improve performance of dashboard ()
issue_stopwatch_test.go Refactor struct's time to remove unnecessary memory usage ()
issue_test.go Add more tests and docs for issue indexer, add db indexer type for searching from database ()
issue_tracked_time.go Improve performance of dashboard ()
issue_tracked_time_test.go Feature: Timetracking ()
issue_user.go Fix sqlite deadlock when assigning to a PR ()
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 editor upload, update and delete to use git plumbing and add LFS support ()
lfs_lock.go Better logging () ()
login_source.go fix bug when user login and want to resend register confirmation email ()
mail.go Make distinction between DisplayName and Username in email templates ()
main_test.go Unit tests for wiki routers ()
models.go fix dump table name error and add some test for dump database ()
models_sqlite.go fix dump table name error and add some test for dump database ()
models_test.go fix dump table name error and add some test for dump database ()
notification.go Fix sqlite lock ()
notification_test.go Add 'mark all read' option to notifications ()
oauth2.go Discord Oauth2 support ()
oauth2_application.go Integrate OAuth2 Provider ()
oauth2_application_test.go Integrate OAuth2 Provider ()
org.go Better logging () ()
org_team.go Fixes - Sort team members and team's repositories ()
org_team_test.go api: Add missing GET teams endpoints ()
org_test.go Allow to set organization visibility (public, internal, private) ()
pull.go Show last commit status in pull request lists ()
pull_test.go Disable merging a WIP Pull request ()
release.go Better logging () ()
release_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo.go Better logging () ()
repo_activity.go Add issue closed time column to fix activity closed issues list ()
repo_branch.go Delete local branch if it exists ()
repo_collaboration.go Fix not removed watches on unallowed repositories ()
repo_collaboration_test.go Unit tests for models/repo_collaboration ()
repo_indexer.go Better logging () ()
repo_issue.go Add EnableTimetracking option to app settings ()
repo_list.go Allow to set organization visibility (public, internal, private) ()
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 Better logging () ()
repo_permission.go Fixed unitTypeCode not being used ()
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 ()
repo_redirect.go Redirects for renamed repos ()
repo_redirect_test.go Unit tests for repo redirects ()
repo_tag.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo_test.go Fix repo-transfer-and-team-repo-count bug ()
repo_unit.go Add rebase with merge commit merge style () ()
repo_watch.go Fix sqlite deadlock when assigning to a PR ()
repo_watch_test.go Hide unactive on explore users and some refactors ()
review.go Webhook for Pull Request approval/rejection ()
review_test.go Show review summary in pull requests ()
ssh_key.go Better logging () ()
ssh_key_test.go Use assert in legacy unit tests ()
star.go Ensure that sessions are passed into queries that could use the database to prevent deadlocks ()
star_test.go Fix tests code to prevent some runtime errors ()
status.go Better logging () ()
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 fix topic name length on database ()
topic_test.go feat(repo): support search repository by topic name ()
twofactor.go Switch plaintext scratch tokens to use hash instead ()
u2f.go Better logging () ()
u2f_test.go Override xorm type mapping for U2F counter ()
unit.go Fix create team, update team missing units ()
unit_tests.go refactor issue indexer, add some testing and fix a bug ()
update.go Better logging () ()
update_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
upload.go Refactor editor upload, update and delete to use git plumbing and add LFS support ()
user.go Better logging () ()
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 Only count users own actions for heatmap contributions ()
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 add isAdmin to user model ()
webhook.go Better logging () ()
webhook_dingtalk.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
webhook_discord.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
webhook_slack.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
webhook_test.go Add more webhooks support and refactor webhook templates directory ()
wiki.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
wiki_test.go test: reduce testing time. ()