Git with a cup of tea, painless self-hosted git service Mirror for internal git.with.parts use https://git.with.parts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
gitea/models
Lunny Xiao a807031a30
Fix storage Iterate bug and Add storage doctor to delete garbage attachments (#16971)
3 years ago
..
fixtures Fix wrong user in OpenID response (#16736) 4 years ago
migrations Add primary_key to issue_index (#16813) 4 years ago
access.go [API] generalize list header (#16551) 4 years ago
access_test.go
action.go
action_list.go
action_test.go
admin.go
admin_test.go
attachment.go Fix storage Iterate bug and Add storage doctor to delete garbage attachments (#16971) 3 years ago
attachment_test.go
avatar.go
avatar_test.go
branches.go
branches_test.go
commit.go Replace `list.List` with slices (#16311) 4 years ago
commit_status.go [API] generalize list header (#16551) 4 years ago
commit_status_test.go
consistency.go
consistency_test.go
context.go
convert.go
error.go Add option to provide signature for a token to verify key ownership (#14054) 4 years ago
error_oauth2.go
external_login_user.go
fixture_generation.go
fixture_test.go
gpg_key.go [API] generalize list header (#16551) 4 years ago
gpg_key_add.go Add option to provide signature for a token to verify key ownership (#14054) 4 years ago
gpg_key_commit_verification.go Replace `list.List` with slices (#16311) 4 years ago
gpg_key_common.go Add option to provide signature for a token to verify key ownership (#14054) 4 years ago
gpg_key_import.go Add option to provide signature for a token to verify key ownership (#14054) 4 years ago
gpg_key_test.go Add option to provide signature for a token to verify key ownership (#14054) 4 years ago
gpg_key_verify.go Add option to provide signature for a token to verify key ownership (#14054) 4 years ago
helper.go Add an abstract json layout to make it's easier to change json library (#16528) 4 years ago
helper_directory.go
helper_environment.go
index.go Add primary_key to issue_index (#16813) 4 years ago
index_test.go
issue.go Alter issue/comment table TEXT fields to LONGTEXT (#16765) 4 years ago
issue_assignees.go
issue_assignees_test.go
issue_comment.go Alter issue/comment table TEXT fields to LONGTEXT (#16765) 4 years ago
issue_comment_list.go
issue_comment_test.go
issue_dependency.go
issue_dependency_test.go
issue_label.go Actually compute proper foreground color for labels (#16729) 4 years ago
issue_label_test.go
issue_list.go
issue_list_test.go
issue_lock.go
issue_milestone.go [API] generalize list header (#16551) 4 years ago
issue_milestone_test.go [API] generalize list header (#16551) 4 years ago
issue_reaction.go
issue_reaction_test.go
issue_stopwatch.go [API] generalize list header (#16551) 4 years ago
issue_stopwatch_test.go
issue_test.go
issue_tracked_time.go [API] generalize list header (#16551) 4 years ago
issue_tracked_time_test.go [API] generalize list header (#16551) 4 years ago
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go
issue_xref_test.go
lfs.go
lfs_lock.go
list_options.go
log.go
login_source.go Fix add authentication page (#16543) 4 years ago
main_test.go
migrate.go
models.go Add API Token Cache (#16547) 4 years ago
models_test.go Add test to ensure that dumping of login sources remains correct (#16847) 4 years ago
notification.go [API] generalize list header (#16551) 4 years ago
notification_test.go
oauth2.go Refactor: Move login out of models (#16199) 4 years ago
oauth2_application.go [API] generalize list header (#16551) 4 years ago
oauth2_application_test.go
org.go Correctly return the number of Repositories for Organizations (#16807) 3 years ago
org_team.go [API] generalize list header (#16551) 4 years ago
org_team_test.go [API] generalize list header (#16551) 4 years ago
org_test.go [API] generalize list header (#16551) 4 years ago
project.go
project_board.go
project_issue.go
project_test.go
protected_tag.go
protected_tag_test.go
pull.go Add option to update pull request by `rebase` (#16125) 3 years ago
pull_list.go Add agit flow support in gitea (#14295) 4 years ago
pull_sign.go Replace `list.List` with slices (#16311) 4 years ago
pull_test.go Add agit flow support in gitea (#14295) 4 years ago
release.go
repo.go Fix dump and restore respository (#16698) 3 years ago
repo_activity.go
repo_archiver.go Fix archive error when rename repo or user (#16399) 4 years ago
repo_avatar.go
repo_branch.go
repo_collaboration.go [API] generalize list header (#16551) 4 years ago
repo_collaboration_test.go
repo_generate.go [API] generalize list header (#16551) 4 years ago
repo_generate_test.go
repo_indexer.go
repo_issue.go
repo_language_stats.go
repo_list.go not show private user's repo in explore view (#16550) 4 years ago
repo_list_test.go
repo_mirror.go
repo_permission.go
repo_permission_test.go
repo_pushmirror.go
repo_pushmirror_test.go
repo_redirect.go
repo_redirect_test.go
repo_sign.go
repo_test.go
repo_transfer.go [API] generalize list header (#16551) 4 years ago
repo_transfer_test.go
repo_unit.go Add an abstract json layout to make it's easier to change json library (#16528) 4 years ago
repo_watch.go
repo_watch_test.go
review.go [API] generalize list header (#16551) 4 years ago
review_test.go
session.go
sql_postgres_with_schema.go
ssh_key.go [API] generalize list header (#16551) 4 years ago
ssh_key_authorized_keys.go Refactor: Move login out of models (#16199) 4 years ago
ssh_key_authorized_principals.go Refactor: Move login out of models (#16199) 4 years ago
ssh_key_deploy.go [API] generalize list header (#16551) 4 years ago
ssh_key_fingerprint.go Refactor: Move login out of models (#16199) 4 years ago
ssh_key_parse.go Refactor: Move login out of models (#16199) 4 years ago
ssh_key_principals.go Refactor: Move login out of models (#16199) 4 years ago
ssh_key_test.go
star.go
star_test.go
store.go Refactor: Move login out of models (#16199) 4 years ago
task.go Add an abstract json layout to make it's easier to change json library (#16528) 4 years ago
test_fixtures.go
token.go Add API Token Cache (#16547) 4 years ago
token_test.go
topic.go [API] generalize list header (#16551) 4 years ago
topic_test.go [API] generalize list header (#16551) 4 years ago
twofactor.go
u2f.go
u2f_test.go
unit.go
unit_tests.go
update.go
upload.go
user.go Use a common quote to instead of check database type (#16817) 4 years ago
user_avatar.go
user_follow.go
user_follow_test.go
user_heatmap.go
user_heatmap_test.go Add an abstract json layout to make it's easier to change json library (#16528) 4 years ago
user_mail.go Fix activation of primary email addresses (#16385) 4 years ago
user_mail_test.go
user_openid.go
user_openid_test.go
user_redirect.go
user_redirect_test.go
user_test.go Refactor: Move login out of models (#16199) 4 years ago
userlist.go
userlist_test.go
webhook.go [API] generalize list header (#16551) 4 years ago
webhook_test.go [API] generalize list header (#16551) 4 years ago
wiki.go
wiki_test.go