選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Jimmy Praet 4c82485424
#14699 Make branch names in PR description clickable (#14716)
3年前
..
fixtures Add dismiss review feature (#12674) 3年前
migrations Create DB session provider(based on xorm) (#13031) 3年前
access.go Upgrade xorm to v1.0.0 (#10646) 4年前
access_test.go Fix "access" fixtures and tests (#10247) 4年前
action.go Add dismiss review feature (#12674) 3年前
action_list.go refactor: reduce sql query in retrieveFeeds (#3547) 6年前
action_test.go Add gitea-vet (#10948) 4年前
admin.go Enhance Ghost comment mitigation Settings (#14392) 3年前
admin_test.go Fix tests code to prevent some runtime errors (#2381) 6年前
attachment.go [Refactor] Move APIFormat functions into convert package (#12856) 3年前
attachment_test.go Reading pull attachments should depend on read UnitTypePullRequests (#10346) 4年前
avatar.go Fix frontpage avatars (#13853) 3年前
avatar_test.go Direct avatar rendering (#13649) 3年前
branches.go Add dismiss review feature (#12674) 3年前
branches_test.go Add deleted_branch table fixture (#2832) 6年前
commit_status.go Show dropdown with all statuses for commit (#13977) 3年前
commit_status_test.go Fix bug about ListOptions and stars/watchers pagnation (#14556) 3年前
consistency.go Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623) 3年前
context.go Upgrade xorm to v1.0.2 (#11900) 3年前
convert.go Whilst changing the character set to utf8mb4 we should set ROW_FORMAT=dynamic too (#12804) 3年前
error.go Redirect on changed user and org name (#11649) 3年前
error_oauth2.go gofmt (#1662) 7年前
external_login_user.go Migrate reviews when migrating repository from github (#9463) 4年前
fixture_generation.go Move fixture generation to contrib and add test (#10277) 4年前
fixture_test.go Move fixture generation to contrib and add test (#10277) 4年前
gpg_key.go Fix gpg key deletion (#14561) 3年前
gpg_key_test.go Allow addition of gpg keyring with multiple keys (#12487) 3年前
helper.go Add reactions to issues/PR and comments (#2856) 6年前
helper_directory.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 3年前
helper_environment.go Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752) 3年前
issue.go Use OldRef instead of CommitSHA for DeleteBranch comments (#14604) 3年前
issue_assignees.go Enhance Ghost comment mitigation Settings (#14392) 3年前
issue_assignees_test.go Fix API Bug (fail on empty assignees) (#8873) 4年前
issue_comment.go Add dismiss review feature (#12674) 3年前
issue_comment_list.go Fixed repo link in generated comment for cross repository dependency (#9863) 4年前
issue_comment_test.go Pull request review/approval and comment on code (#3748) 5年前
issue_dependency.go Display ui time with customize time location (#7792) 4年前
issue_dependency_test.go Refactor comment (#9330) 4年前
issue_label.go Check if label template exist first (#14384) 3年前
issue_label_test.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) 3年前
issue_list.go Add dismiss review feature (#12674) 3年前
issue_list_test.go Add Organization Wide Labels (#10814) 4年前
issue_lock.go remove unused method and rename createcommentWithNoAction (#9367) 4年前
issue_milestone.go Add Created & Updated to Milestone (#12662) 3年前
issue_milestone_test.go Add name filter to API for GetMilestoneList (#12336) 3年前
issue_reaction.go Enhance Ghost comment mitigation Settings (#14392) 3年前
issue_reaction_test.go Migrate reactions when migrating repository from github (#9599) 4年前
issue_stopwatch.go Display current stopwatch in navbar (#14122) 3年前
issue_stopwatch_test.go Add gitea-vet (#10948) 4年前
issue_test.go Sort issue search results by revelance (#14353) 3年前
issue_tracked_time.go Fix tracked time issues (#11349) 4年前
issue_tracked_time_test.go [API] Extend times API (#9200) 4年前
issue_user.go Mail assignee when issue/pull request is assigned (#8546) 4年前
issue_user_test.go Add "Update Branch" button to Pull Requests (#9784) 4年前
issue_watch.go Add issue subscription check to API (#10967) 4年前
issue_watch_test.go API add/generalize pagination (#9452) 4年前
issue_xref.go migrate from com.* to alternatives (#14103) 3年前
issue_xref_test.go Refactor comment (#9330) 4年前
lfs.go LFS support to be stored on minio (#12518) 3年前
lfs_lock.go Move LFSLock APIFormat into convert package (#13808) 3年前
list_options.go Fix bug about ListOptions and stars/watchers pagnation (#14556) 3年前
log.go Refactor Logger (#13294) 3年前
login_source.go [Refactor] Passwort Hash/Set (#14282) 3年前
main_test.go Add gitea-vet (#10948) 4年前
migrate.go [BugFix] remove nil inserts in models (#11096) 4年前
models.go Create DB session provider(based on xorm) (#13031) 3年前
models_test.go gitea dump: include version & Check InstallLock (#12760) 3年前
notification.go move notification APIFormat (#13783) 3年前
notification_test.go add request review from specific reviewers feature in pull request (#10756) 4年前
oauth2.go Custom icons for OAuth sources (#14161) 3年前
oauth2_application.go Minimal OpenID Connect implementation (#14139) 3年前
oauth2_application_test.go Minimal OpenID Connect implementation (#14139) 3年前
org.go Redirect on changed user and org name (#11649) 3年前
org_team.go Automatically remove Watches, Assignments, etc if user loses access due to being removed as collaborator or from a team (#10997) 4年前
org_team_test.go API add/generalize pagination (#9452) 4年前
org_test.go Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134) 4年前
project.go Kanban board (#8346) 3年前
project_board.go Add v171 (addSortingColToProjectBoard) migration for #14634 (#14652) 3年前
project_issue.go Kanban board (#8346) 3年前
project_test.go Kanban board (#8346) 3年前
pull.go #14699 Make branch names in PR description clickable (#14716) 3年前
pull_list.go API add/generalize pagination (#9452) 4年前
pull_sign.go Add configurable Trust Models (#11712) 3年前
pull_test.go Display pull request head branch even the branch deleted or repository deleted (#10413) 4年前
release.go Add the tag list page to the release page (#12096) 3年前
repo.go Redirect on changed user and org name (#11649) 3年前
repo_activity.go Add top author stats to activity page (#9615) 4年前
repo_avatar.go Avatars and Repo avatars support storing in minio (#12516) 3年前
repo_branch.go Move newbranch to standalone package (#9627) 4年前
repo_collaboration.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) 3年前
repo_collaboration_test.go API add/generalize pagination (#9452) 4年前
repo_generate.go Fix broken migration on webhook (#13911) 3年前
repo_generate_test.go Variable expansion in repository templates (#9163) 4年前
repo_indexer.go Index code and stats only for non-empty repositories (#10251) 4年前
repo_issue.go Add EnableTimetracking option to app settings (#3719) 6年前
repo_language_stats.go Increase size of the language column in language_stat (#12396) 3年前
repo_list.go Team dashboards (#14159) 3年前
repo_list_test.go Issues overview should not show issues from archived repos (#13220) 3年前
repo_mirror.go Move some repository methods from models to modules/repository (#9353) 4年前
repo_permission.go ui: show 'owner' tag for real owner (#13689) 3年前
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 (#6119) 5年前
repo_redirect.go Redirect on changed user and org name (#11649) 3年前
repo_redirect_test.go Redirect on changed user and org name (#11649) 3年前
repo_sign.go Add configurable Trust Models (#11712) 3年前
repo_test.go Add team support for review request (#12039) 3年前
repo_unit.go migrate from com.* to alternatives (#14103) 3年前
repo_watch.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) 3年前
repo_watch_test.go API add/generalize pagination (#9452) 4年前
review.go Add dismiss review feature (#12674) 3年前
review_test.go Add dismiss review feature (#12674) 3年前
session.go Create DB session provider(based on xorm) (#13031) 3年前
sql_postgres_with_schema.go Ensure that schema search path is set with every connection on postgres (#14131) 3年前
ssh_key.go Allow ssh-keygen on Windows to detect ssh key type (#14413) 3年前
ssh_key_test.go Add support for ed25519_sk and ecdsa_sk SSH keys (#13462) 3年前
star.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) 3年前
star_test.go API add/generalize pagination (#9452) 4年前
task.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 3年前
test_fixtures.go upgrade to use testfixtures v3 (#11904) 3年前
token.go [API] Delete Token accept names too (#12366) 3年前
token_test.go [API] Delete Token accept names too (#12366) 3年前
topic.go Change topic name size from 25 to 50 (#14150) 3年前
topic_test.go API add/generalize pagination (#9452) 4年前
twofactor.go Attachments: Add extension support, allow all types for releases (#12465) 3年前
u2f.go Display ui time with customize time location (#7792) 4年前
u2f_test.go Add gitea-vet (#10948) 4年前
unit.go Kanban board (#8346) 3年前
unit_tests.go migrate from com.* to alternatives (#14103) 3年前
update.go Remove Unused Functions (#10516) 4年前
upload.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 3年前
user.go Add Password Algorithm option to install page (#14701) 3年前
user_avatar.go Fix avatar bugs (#14217) 3年前
user_follow.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) 3年前
user_follow_test.go Add gitea-vet (#10948) 4年前
user_heatmap.go Team dashboards (#14159) 3年前
user_heatmap_test.go rework heatmap permissions (#14080) 3年前
user_mail.go skip email validation on empty string (#13627) 3年前
user_mail_test.go Admin page for managing user e-mail activation (#10557) 4年前
user_openid.go Use ID or Where to instead directly use Get when load object from database (#11925) 3年前
user_openid_test.go Add golangci (#6418) 5年前
user_redirect.go Redirect on changed user and org name (#11649) 3年前
user_redirect_test.go Redirect on changed user and org name (#11649) 3年前
user_test.go Issues overview should not show issues from archived repos (#13220) 3年前
userlist.go [Refactor] Move APIFormat functions into convert package (#12856) 3年前
userlist_test.go Team permission to create repository in organization (#8312) 4年前
webhook.go Cron job to cleanup hook_task table (#13080) 3年前
webhook_test.go Cron job to cleanup hook_task table (#13080) 3年前
wiki.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 3年前
wiki_test.go Move wiki related funtions from models to services/wiki (#9355) 4年前