gitea/models
zeripath 188fd2dd1a
Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task ()
..
admin Move user/org deletion to services ()
appstate Sync gitea app path for git hooks and authorized keys when starting ()
avatars Multiple Escaping Improvements ()
db Remove NewSession method from db.Engine interface ()
fixtures Allow U2F 2FA without TOTP ()
issues Improvements to content history ()
login Remove NewSession method from db.Engine interface ()
migrations Add user settings key/value DB table ()
repo Move attachment into models/repo/ ()
unit Move unit into models/unit/ ()
unittest A better go code formatter, and now `make fmt` can run in Windows ()
user Add user settings key/value DB table ()
webhook Remove NewSession method from db.Engine interface ()
access.go Remove unnecessary attributes of User struct ()
access_test.go Remove unnecessary attributes of User struct ()
action.go Use a standalone struct name for Organization ()
action_list.go DBContext is just a Context ()
action_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
branches.go Remove NewSession method from db.Engine interface ()
branches_test.go A better go code formatter, and now `make fmt` can run in Windows ()
commit.go Replace `list.List` with slices ()
commit_status.go Multiple Escaping Improvements ()
commit_status_test.go A better go code formatter, and now `make fmt` can run in Windows ()
consistency.go Move user/org deletion to services ()
consistency_test.go A better go code formatter, and now `make fmt` can run in Windows ()
engine_test.go Decouple unit test code from business code ()
error.go Use `hostmatcher` to replace `matchlist`, improve security ()
external_login_user.go Move login related structs and functions to models/login ()
fixture_generation.go DBContext is just a Context ()
fixture_test.go Decouple unit test code from business code ()
gpg_key.go Move EmailAddress & UserRedirect into models/user/ ()
gpg_key_add.go Handle duplicate keys on GPG key ring ()
gpg_key_commit_verification.go Move EmailAddress & UserRedirect into models/user/ ()
gpg_key_common.go Add option to provide signature for a token to verify key ownership ()
gpg_key_import.go DBContext is just a Context ()
gpg_key_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
gpg_key_verify.go DBContext is just a Context ()
helper.go Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 ()
helper_directory.go refactor: move from io/ioutil to io and os package ()
helper_environment.go chore(models): rewrite code format. ()
issue.go Improvements to content history ()
issue_assignees.go Move attachment into models/repo/ ()
issue_assignees_test.go Remove unnecessary variable assignments ()
issue_comment.go Remove NewSession method from db.Engine interface ()
issue_comment_list.go Move attachment into models/repo/ ()
issue_comment_test.go A better go code formatter, and now `make fmt` can run in Windows ()
issue_dependency.go Remove NewSession method from db.Engine interface ()
issue_dependency_test.go A better go code formatter, and now `make fmt` can run in Windows ()
issue_label.go Remove NewSession method from db.Engine interface ()
issue_label_test.go A better go code formatter, and now `make fmt` can run in Windows ()
issue_list.go Move attachment into models/repo/ ()
issue_list_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
issue_lock.go Move attachment into models/repo/ ()
issue_milestone.go Remove NewSession method from db.Engine interface ()
issue_milestone_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
issue_reaction.go Remove NewSession method from db.Engine interface ()
issue_reaction_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
issue_stopwatch.go Fix close issue but time watcher still running ()
issue_stopwatch_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
issue_test.go A better go code formatter, and now `make fmt` can run in Windows ()
issue_tracked_time.go Move attachment into models/repo/ ()
issue_tracked_time_test.go A better go code formatter, and now `make fmt` can run in Windows ()
issue_user.go DBContext is just a Context ()
issue_user_test.go A better go code formatter, and now `make fmt` can run in Windows ()
issue_watch.go Move login related structs and functions to models/login ()
issue_watch_test.go A better go code formatter, and now `make fmt` can run in Windows ()
issue_xref.go Move attachment into models/repo/ ()
issue_xref_test.go Move attachment into models/repo/ ()
lfs.go Remove NewSession method from db.Engine interface ()
lfs_lock.go Remove NewSession method from db.Engine interface ()
main_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
migrate.go Remove NewSession method from db.Engine interface ()
notification.go Remove NewSession method from db.Engine interface ()
notification_test.go A better go code formatter, and now `make fmt` can run in Windows ()
org.go Remove unnecessary attributes of User struct ()
org_team.go Remove NewSession method from db.Engine interface ()
org_team_test.go A better go code formatter, and now `make fmt` can run in Windows ()
org_test.go Support pagination of organizations on user settings pages ()
project.go Remove NewSession method from db.Engine interface ()
project_board.go Remove NewSession method from db.Engine interface ()
project_issue.go Remove NewSession method from db.Engine interface ()
project_test.go Decouple unit test code from business code ()
protected_tag.go DBContext is just a Context ()
protected_tag_test.go Decouple unit test code from business code ()
pull.go Remove NewSession method from db.Engine interface ()
pull_list.go Move login related structs and functions to models/login ()
pull_sign.go Move twofactor to models/login ()
pull_test.go A better go code formatter, and now `make fmt` can run in Windows ()
release.go Move attachment into models/repo/ ()
repo.go More pleasantly handle broken or missing git repositories ()
repo_activity.go DBContext is just a Context ()
repo_archiver.go DBContext is just a Context ()
repo_avatar.go Remove NewSession method from db.Engine interface ()
repo_branch.go Move newbranch to standalone package ()
repo_collaboration.go Remove NewSession method from db.Engine interface ()
repo_collaboration_test.go A better go code formatter, and now `make fmt` can run in Windows ()
repo_generate.go Move webhook into models/webhook/ ()
repo_generate_test.go Fixed assert statements. ()
repo_indexer.go A better go code formatter, and now `make fmt` can run in Windows ()
repo_issue.go Move unit into models/unit/ ()
repo_language_stats.go Remove NewSession method from db.Engine interface ()
repo_list.go Remove NewSession method from db.Engine interface ()
repo_list_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
repo_mirror.go Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task ()
repo_permission.go Remove NewSession method from db.Engine interface ()
repo_permission_test.go A better go code formatter, and now `make fmt` can run in Windows ()
repo_pushmirror.go Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task ()
repo_pushmirror_test.go Decouple unit test code from business code ()
repo_redirect.go DBContext is just a Context ()
repo_redirect_test.go A better go code formatter, and now `make fmt` can run in Windows ()
repo_sign.go Move twofactor to models/login ()
repo_test.go Move attachment into models/repo/ ()
repo_transfer.go Remove NewSession method from db.Engine interface ()
repo_transfer_test.go A better go code formatter, and now `make fmt` can run in Windows ()
repo_unit.go Move unit into models/unit/ ()
repo_watch.go Remove NewSession method from db.Engine interface ()
repo_watch_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
review.go Remove NewSession method from db.Engine interface ()
review_test.go A better go code formatter, and now `make fmt` can run in Windows ()
ssh_key.go Remove NewSession method from db.Engine interface ()
ssh_key_authorized_keys.go Harden authorized keys a bit more ()
ssh_key_authorized_principals.go DBContext is just a Context ()
ssh_key_deploy.go Remove NewSession method from db.Engine interface ()
ssh_key_fingerprint.go A better go code formatter, and now `make fmt` can run in Windows ()
ssh_key_parse.go A better go code formatter, and now `make fmt` can run in Windows ()
ssh_key_principals.go Remove NewSession method from db.Engine interface ()
ssh_key_test.go Add support for ed25519_sk and ecdsa_sk SSH keys ()
star.go Remove unnecessary attributes of User struct ()
star_test.go Remove unnecessary attributes of User struct ()
statistic.go Move attachment into models/repo/ ()
task.go Remove NewSession method from db.Engine interface ()
token.go Fix problem when database ID is not incremented as expected ()
token_test.go A better go code formatter, and now `make fmt` can run in Windows ()
topic.go Remove NewSession method from db.Engine interface ()
topic_test.go Remove unnecessary variable assignments ()
update.go DBContext is just a Context ()
upload.go Remove NewSession method from db.Engine interface ()
user.go Remove unnecessary attributes of User struct ()
user_avatar.go Remove unnecessary attributes of User struct ()
user_email.go Remove unnecessary attributes of User struct ()
user_email_test.go Remove unnecessary variable assignments ()
user_heatmap.go DBContext is just a Context ()
user_heatmap_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
user_test.go Remove unnecessary attributes of User struct ()
userlist.go Move twofactor to models/login ()
userlist_test.go Use a standalone struct name for Organization ()
wiki.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
wiki_test.go Decouple unit test, remove intermediate `unittestbridge` package ()