gitea/models
guillep2k 5fe2ec264f Retry create issue to cope with duplicate keys ()
* Retry create issue to cope with duplicate keys

* Use  .SetExpr().Where().Insert()
..
fixtures Include description in repository search. ()
migrations Move database settings from models to setting ()
access.go Trace Logging on Permission Denied & ColorFormat ()
access_test.go Fixed ineffectual assignments in tests ()
action.go Use gitea forked macaron ()
action_list.go refactor: reduce sql query in retrieveFeeds ()
action_test.go Add file status on API ()
admin.go Use gitea forked macaron ()
admin_test.go Fix tests code to prevent some runtime errors ()
attachment.go Display ui time with customize time location ()
attachment_test.go fix upload attachments ()
branches.go Use gitea forked macaron ()
branches_test.go Add deleted_branch table fixture ()
commit_status.go Display ui time with customize time location ()
commit_status_test.go api: fix multiple bugs with statuses endpoints ()
consistency.go Fix error log when loading issues caused by a xorm bug ()
convert.go Move database settings from models to setting ()
error.go Add error for fork already existing ()
error_oauth2.go gofmt ()
external_login_user.go Add primary key and index to external login user table ()
git_diff.go Use gitea forked macaron ()
git_diff_test.go Make diff line-marker non-selectable ()
gpg_key.go Display ui time with customize time location ()
gpg_key_test.go Display ui time with customize time location ()
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 ()
helper_directory.go Use gitea forked macaron ()
helper_environment.go Fix bug create/edit wiki pages when code master branch protected ()
issue.go Retry create issue to cope with duplicate keys ()
issue_assignees.go Use gitea forked macaron ()
issue_assignees_test.go refactor: append, build variable and type switch ()
issue_comment.go Use gitea forked macaron ()
issue_comment_list.go Add golangci ()
issue_comment_test.go Pull request review/approval and comment on code ()
issue_dependency.go Display ui time with customize time location ()
issue_dependency_test.go Fix an error while adding a dependency via UI. ()
issue_label.go Use gitea forked macaron ()
issue_label_test.go Move sdk structs to modules/structs ()
issue_list.go Fix error log when loading issues caused by a xorm bug ()
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 Use gitea forked macaron ()
issue_milestone.go Display ui time with customize time location ()
issue_milestone_test.go Display ui time with customize time location ()
issue_reaction.go Display ui time with customize time location ()
issue_reaction_test.go Ensure valid git author names passed in signatures ()
issue_stopwatch.go Display ui time with customize time location ()
issue_stopwatch_test.go Display ui time with customize time location ()
issue_test.go Add more tests and docs for issue indexer, add db indexer type for searching from database ()
issue_tracked_time.go Display ui time with customize time location ()
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 Display ui time with customize time location ()
issue_watch_test.go Hide unactive on explore users and some refactors ()
lfs.go Display ui time with customize time location ()
lfs_lock.go Use gitea forked macaron ()
log.go Fix error log when loading issues caused by a xorm bug ()
login_source.go Use gitea forked macaron ()
mail.go Use gitea forked macaron ()
mail_test.go Include thread related headers in issue/coment mail ()
main_test.go Unit tests for wiki routers ()
migrate.go Fix milestone completness calculation when migrating ()
models.go Move database settings from models to setting ()
models_test.go Move database settings from models to setting ()
notification.go Display ui time with customize time location ()
notification_test.go Add 'mark all read' option to notifications ()
oauth2.go Add golangci ()
oauth2_application.go Use gitea forked macaron ()
oauth2_application_test.go OAuth2 Grant UI ()
org.go Add support for DEFAULT_ORG_MEMBER_VISIBLE ()
org_team.go Fix approvals counting ()
org_team_test.go Fix approvals counting ()
org_test.go Add support for DEFAULT_ORG_MEMBER_VISIBLE ()
pull.go Use gitea forked macaron ()
pull_test.go only return head: null if source branch was deleted ()
release.go fix wrong sender when send slack webhook ()
release_test.go Added missing error checks in tests ()
repo.go Move database settings from models to setting ()
repo_activity.go Add golangci ()
repo_branch.go Add golangci ()
repo_collaboration.go Add golangci ()
repo_collaboration_test.go Unit tests for models/repo_collaboration ()
repo_indexer.go Convert files to utf-8 for indexing ()
repo_issue.go Add EnableTimetracking option to app settings ()
repo_list.go Include description in repository search. ()
repo_list_test.go Include description in repository search. ()
repo_mirror.go Use gitea forked macaron ()
repo_permission.go Removed unnecessary conversions ()
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 ()
repo_redirect.go Use gitea forked macaron ()
repo_redirect_test.go Unit tests for repo redirects ()
repo_tag.go Fixes - Adds the /git/tags API endpoint ()
repo_test.go Use gitea forked macaron ()
repo_unit.go Use gitea forked macaron ()
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 Display ui time with customize time location ()
review_test.go Show review summary in pull requests ()
ssh_key.go Use gitea forked macaron ()
ssh_key_test.go Make PKCS8, PEM and SSH2 keys work ()
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 ()
test_fixtures.go Increase the retry limit to 20 times and the interval to 200ms ()
token.go Display ui time with customize time location ()
token_test.go Add golangci ()
topic.go Display ui time with customize time location ()
topic_test.go feat(repo): support search repository by topic name ()
twofactor.go Display ui time with customize time location ()
u2f.go Display ui time with customize time location ()
u2f_test.go Override xorm type mapping for U2F counter ()
unit.go Fixes - Adds API Endpoint for Repo Edit ()
unit_tests.go Move database settings from models to setting ()
update.go Display ui time with customize time location ()
update_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
upload.go Use gitea forked macaron ()
user.go Abort syncrhonization from LDAP source if there is some error. ()
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 Move database settings from models to setting ()
user_heatmap_test.go Fix JSON result of empty array ()
user_mail.go Add golangci ()
user_mail_test.go Fix tests code to prevent some runtime errors ()
user_openid.go Fix SQL quoting ()
user_openid_test.go Add golangci ()
user_test.go org/members: display 2FA members states + optimize sql requests ()
userlist.go org/members: display 2FA members states + optimize sql requests ()
userlist_test.go org/members: display 2FA members states + optimize sql requests ()
webhook.go Use gitea forked macaron ()
webhook_dingtalk.go Move sdk structs to modules/structs ()
webhook_discord.go Add golangci ()
webhook_msteams.go Move sdk structs to modules/structs ()
webhook_slack.go Fix Slack webhook fork message ()
webhook_telegram.go Move sdk structs to modules/structs ()
webhook_test.go Move sdk structs to modules/structs ()
wiki.go Use gitea forked macaron ()
wiki_test.go Remove local clones & make hooks run on merge/edit/upload ()