forgejo/models
2021-11-22 22:09:35 -05:00
..
admin Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
appstate
avatars Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
db Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
fixtures
issues Improvements to content history (#17746) 2021-11-22 20:20:16 +08:00
login Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
migrations Add user settings key/value DB table (#16834) 2021-11-22 04:47:23 -05:00
repo Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
unit
unittest A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
user Add user settings key/value DB table (#16834) 2021-11-22 04:47:23 -05:00
webhook Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
access.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
access_test.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
action.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
action_list.go
action_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
branches.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
branches_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
commit.go
commit_status.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
commit_status_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
consistency.go Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
consistency_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
engine_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
error.go Use hostmatcher to replace matchlist, improve security (#17605) 2021-11-20 17:34:05 +08:00
external_login_user.go
fixture_generation.go
fixture_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
gpg_key.go
gpg_key_add.go
gpg_key_commit_verification.go
gpg_key_common.go
gpg_key_import.go
gpg_key_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
gpg_key_verify.go
helper.go
helper_directory.go
helper_environment.go
issue.go Improvements to content history (#17746) 2021-11-22 20:20:16 +08:00
issue_assignees.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_assignees_test.go Remove unnecessary variable assignments (#17695) 2021-11-18 09:33:06 +08:00
issue_comment.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_comment_list.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_comment_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_dependency.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_dependency_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_label.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_label_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_list.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_list_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
issue_lock.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_milestone.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_milestone_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
issue_reaction.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_reaction_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
issue_stopwatch.go Fix close issue but time watcher still running (#17643) 2021-11-21 17:11:48 +08:00
issue_stopwatch_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
issue_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_tracked_time.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_tracked_time_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_user.go
issue_user_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_watch.go
issue_watch_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_xref.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_xref_test.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
lfs.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
lfs_lock.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
main_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
migrate.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
notification.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
notification_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
org.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
org_team.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
org_team_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
org_test.go Support pagination of organizations on user settings pages (#16083) 2021-11-22 21:51:45 +08:00
project.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
project_board.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
project_issue.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
project_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
protected_tag.go
protected_tag_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
pull.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
pull_list.go
pull_sign.go
pull_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
release.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
repo.go More pleasantly handle broken or missing git repositories (#17747) 2021-11-22 22:32:16 +00:00
repo_activity.go
repo_archiver.go
repo_avatar.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_branch.go
repo_collaboration.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_collaboration_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_generate.go
repo_generate_test.go
repo_indexer.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_issue.go
repo_language_stats.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_list.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_list_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
repo_mirror.go Add PULL_LIMIT and PUSH_LIMIT to cron.update_mirror task (#17568) 2021-11-22 22:09:35 -05:00
repo_permission.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_permission_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_pushmirror.go Add PULL_LIMIT and PUSH_LIMIT to cron.update_mirror task (#17568) 2021-11-22 22:09:35 -05:00
repo_pushmirror_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
repo_redirect.go
repo_redirect_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_sign.go
repo_test.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
repo_transfer.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_transfer_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_unit.go
repo_watch.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_watch_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
review.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
review_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
ssh_key.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
ssh_key_authorized_keys.go Harden authorized keys a bit more (#17772) 2021-11-22 21:44:26 -05:00
ssh_key_authorized_principals.go
ssh_key_deploy.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
ssh_key_fingerprint.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
ssh_key_parse.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
ssh_key_principals.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
ssh_key_test.go
star.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
star_test.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
statistic.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
task.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
token.go
token_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
topic.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
topic_test.go Remove unnecessary variable assignments (#17695) 2021-11-18 09:33:06 +08:00
update.go
upload.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
user.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
user_avatar.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
user_email.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
user_email_test.go Remove unnecessary variable assignments (#17695) 2021-11-18 09:33:06 +08:00
user_heatmap.go
user_heatmap_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
user_test.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
userlist.go
userlist_test.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
wiki.go
wiki_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00