gitea/models
techknowlogick 194a11eb11
Don't disclose emails of all users when sending out emails ()
..
fixtures Pull request review/approval and comment on code ()
migrations Pull request review/approval and comment on code ()
access.go Refactor and fix incorrect comment ()
access_test.go hide issues from org private repos w/o team assignment ()
action.go Added dependencies for issues () ()
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 Add whitespace handling to PR-comparsion ()
git_diff_test.go Pull request review/approval and comment on code ()
gpg_key.go Don't write to log NoCommitterAccount ()
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 failure on creating pull request with assignees () ()
issue_assignees.go Fix failure on creating pull request with assignees () ()
issue_assignees_test.go Multiple assignees ()
issue_comment.go Pull request review/approval and comment on code ()
issue_comment_test.go Pull request review/approval and comment on code ()
issue_dependency.go Added dependencies for issues () ()
issue_dependency_test.go Added dependencies for issues () ()
issue_indexer.go Reduce repo indexer disk usage ()
issue_label.go Add label descriptions ()
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 Fix some webhooks bugs ()
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
models_test.go Change parsing of postgresql settings ()
notification.go hide issues from org private repos w/o team assignment ()
notification_test.go Add 'mark all read' option to notifications ()
oauth2.go Store OAuth2 session data in database ()
org.go Fix out-of-transaction query in removeOrgUser () ()
org_team.go hide issues from org private repos w/o team assignment ()
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 bug when deleting a release ()
repo.go Site admin could create repos even MAX_CREATION_LIMIT=0 ()
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 Added repository search ordered by stars or forks. Forks column in admin repo list. ()
repo_list_test.go hide issues from org private repos w/o team assignment ()
repo_mirror.go Make sure to reset commit count in the cache on 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 Pull request review/approval and comment on code ()
review_test.go Pull request review/approval and comment on code ()
ssh_key.go LDAP Public SSH Keys synchronization ()
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 Refactor struct's time to remove unnecessary memory usage ()
status_test.go Fix tests code to prevent some runtime errors ()
test_fixtures.go Integration test framework ()
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 Fix topics addition (Another solution) () ()
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 Fix integer constant overflows in tests ()
update.go env var GITEA_PUSHER_EMAIL ()
update_test.go Fix tests code to prevent some runtime errors ()
user.go add vendor to user reserved words and format words list according alphabet ()
user_follow.go Refactor session close as xorm already does everything needed internally ()
user_follow_test.go Move user_follow to separate file ()
user_mail.go Replace deprecated Id method with ID ()
user_mail_test.go Fix tests code to prevent some runtime errors ()
user_openid.go Replace deprecated Id method with ID ()
user_openid_test.go Fix tests code to prevent some runtime errors ()
user_test.go hide issues from org private repos w/o team assignment ()
webhook.go fix webhook bug of response info is not displayed in UI ()
webhook_dingtalk.go Fix some webhooks bugs ()
webhook_discord.go Fix some webhooks bugs ()
webhook_slack.go Fix some webhooks bugs ()
webhook_test.go Add more webhooks support and refactor webhook templates directory ()
wiki.go Fix to use only needed columns from tables to get repository git paths ()
wiki_test.go test: reduce testing time. ()