gitea/models
zeripath 5908bb1030
Make diff line-marker non-selectable ()
* Make diff line-marker non-selectable
* Move to use data-* as per @mrsdizzie
* fix missing line nums
* Add a minimum-width to force right-align of the line num
* Move line-type-marker into separate column
..
fixtures Add state param to milestone listing API ()
migrations Fix error log when loading issues caused by a xorm bug ()
access.go Trace Logging on Permission Denied & ColorFormat ()
access_test.go Add golangci ()
action.go Fix error log when loading issues caused by a xorm bug ()
action_list.go refactor: reduce sql query in retrieveFeeds ()
action_test.go Allow colon between fixing word and issue ()
admin.go Only warn on errors in deleting LFS orphaned files during repo deletion ()
admin_test.go Fix tests code to prevent some runtime errors ()
attachment.go Move sdk structs to modules/structs ()
attachment_test.go fix upload attachments ()
branches.go Add golangci ()
branches_test.go Add deleted_branch table fixture ()
consistency.go Fix error log when loading issues caused by a xorm bug ()
convert.go Add command to convert mysql database from utf8 to utf8mb4 ()
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_blame.go Add golangci ()
git_blame_test.go Add option to blame files ()
git_diff.go Make diff line-marker non-selectable ()
git_diff_test.go Make diff line-marker non-selectable ()
gpg_key.go Fix wrong GPG expire date ()
gpg_key_test.go Fix wrong GPG expire date ()
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 Remove local clones & make hooks run on merge/edit/upload ()
helper_environment.go Move serv hook functionality & drop GitLogger ()
issue.go Fix error log when loading issues caused by a xorm bug ()
issue_assignees.go Move sdk structs to modules/structs ()
issue_assignees_test.go refactor: append, build variable and type switch ()
issue_comment.go Fix error log when loading issues caused by a xorm bug ()
issue_comment_list.go Add golangci ()
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 missing description of label on API ()
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 Various fixes for issue mail notifications ()
issue_milestone.go Add state param to milestone listing API ()
issue_milestone_test.go Add state param to milestone listing API ()
issue_reaction.go Fix error log when loading issues caused by a xorm bug ()
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 Fix error log when loading issues caused by a xorm bug ()
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 Move sdk structs to modules/structs ()
log.go Fix error log when loading issues caused by a xorm bug ()
login_source.go Fix error log when loading issues caused by a xorm bug ()
mail.go Add golangci ()
main_test.go Unit tests for wiki routers ()
migrate.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests ()
models.go Fix error log when loading issues caused by a xorm bug ()
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 Add golangci ()
notification_test.go Add 'mark all read' option to notifications ()
oauth2.go Add golangci ()
oauth2_application.go Add golangci ()
oauth2_application_test.go OAuth2 Grant UI ()
org.go Fix error log when loading issues caused by a xorm bug ()
org_team.go Add golangci ()
org_team_test.go api: Add missing GET teams endpoints ()
org_test.go Add golangci ()
pull.go Fix : Add LFS objects to base repository on merging ()
pull_test.go Add golangci ()
release.go Fix error log when loading issues caused by a xorm bug ()
release_test.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests ()
repo.go Fix error log when loading issues caused by a xorm bug ()
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 Change UpdateRepoIndex api to include watchers ()
repo_issue.go Add EnableTimetracking option to app settings ()
repo_list.go Fix error log when loading issues caused by a xorm bug ()
repo_list_test.go SearchRepositoryByName improvements and unification ()
repo_mirror.go Handle early git version's lack of get-url ()
repo_permission.go Allow collaborators to view repo owned private org ()
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 ()
repo_redirect.go Add golangci ()
repo_redirect_test.go
repo_tag.go Fixes - Adds the /git/tags API endpoint ()
repo_test.go Add error for fork already existing ()
repo_unit.go Fix error log when loading issues caused by a xorm bug ()
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 Fix error log when loading issues caused by a xorm bug ()
review_test.go Show review summary in pull requests ()
ssh_key.go Fix error log when loading issues caused by a xorm bug ()
ssh_key_test.go Use go method to calculate ssh key fingerprint ()
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 Add golangci ()
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 Hash App token ()
token_test.go Add golangci ()
topic.go Fix error log when loading issues caused by a xorm bug ()
topic_test.go feat(repo): support search repository by topic name ()
twofactor.go Fix double-generation of scratch token () ()
u2f.go fix u2f registrationlist ToRegistrations() method ()
u2f_test.go Override xorm type mapping for U2F counter ()
unit.go Fixes - Adds API Endpoint for Repo Edit ()
unit_tests.go Fix error log when loading issues caused by a xorm bug ()
update.go Add golangci ()
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 Fix error log when loading issues caused by a xorm bug ()
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 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 Fix default for allowing new organization creation for new users ()
webhook.go Add golangci ()
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 Move sdk structs to modules/structs ()
webhook_telegram.go Move sdk structs to modules/structs ()
webhook_test.go Move sdk structs to modules/structs ()
wiki.go Add golangci ()
wiki_test.go Remove local clones & make hooks run on merge/edit/upload ()