Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Bwko 1a5fe4326f Add collaborative repositories to the dashboard (#2205) vor 6 Jahren
..
fixtures Fix bare-repo bugs (#2199) vor 6 Jahren
migrations Convert xorm literal queries to method calls (#2253) vor 6 Jahren
access.go Refactor and fix incorrect comment (#1247) vor 7 Jahren
access_test.go Remove unit types commits and settings (#2161) vor 7 Jahren
action.go Add collaborative repositories to the dashboard (#2205) vor 6 Jahren
action_test.go Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150) vor 7 Jahren
admin.go refactor: remove workaround after the golang 1.7 release. (#1349) vor 7 Jahren
admin_test.go Unit tests for models/admin vor 7 Jahren
attachment.go Refactor session close as xorm already does everything needed internally (#2020) vor 7 Jahren
attachment_test.go MySQL, Postgres integration tests in drone (#1638) vor 7 Jahren
branches.go Refactor session close as xorm already does everything needed internally (#2020) vor 7 Jahren
consistency.go Fix activity feed (#1779) vor 7 Jahren
error.go Improve org error handling (#2117) vor 7 Jahren
error_oauth2.go gofmt (#1662) vor 7 Jahren
external_login_user.go Add primary key and index to external login user table (#1656) vor 7 Jahren
git_diff.go Fix diff of renamed and modified file (#1967) vor 7 Jahren
git_diff_test.go Fix import order (#1951) vor 7 Jahren
gpg_key.go remove unnecessary blank lines and wrong error log vor 7 Jahren
gpg_key_test.go Fix GPG email checking to be case insensitive (#1988) vor 7 Jahren
graph.go fix #1189, commit messages containing a pipe (#1203) vor 7 Jahren
graph_test.go Fix benchmarktests (#557) vor 7 Jahren
helper.go Fix lint errors vor 7 Jahren
issue.go fix 500 error when view an issue which's milestone deleted (#2297) vor 6 Jahren
issue_comment.go Fix issue updated_unix bug (#2204) vor 6 Jahren
issue_comment_test.go Fix issue updated_unix bug (#2204) vor 6 Jahren
issue_indexer.go Fix counts on issues dashboard (#2215) vor 6 Jahren
issue_label.go Load label ID in NewLabels (#2045) vor 7 Jahren
issue_label_test.go Load label ID in NewLabels (#2045) vor 7 Jahren
issue_list.go Fix ghost user bug (#1913) vor 7 Jahren
issue_list_test.go Unit tests for issue_list (#1209) vor 7 Jahren
issue_mail.go Enable assignee e-mail notification (#2003) vor 7 Jahren
issue_milestone.go Refactor session close as xorm already does everything needed internally (#2020) vor 7 Jahren
issue_milestone_test.go Fix import order (#1951) vor 7 Jahren
issue_test.go Fix issue updated_unix bug (#2204) vor 6 Jahren
issue_user.go Refactor session close as xorm already does everything needed internally (#2020) vor 7 Jahren
issue_user_test.go Move IssueUser code to separate file (#836) vor 7 Jahren
issue_watch.go Code style fixes vor 7 Jahren
issue_watch_test.go Improve tests a little vor 7 Jahren
lfs.go Refactor session close as xorm already does everything needed internally (#2020) vor 7 Jahren
login_source.go Replace calls to xorm UseBool with Where (#2237) vor 6 Jahren
mail.go Make time diff translatable (#2057) vor 7 Jahren
main_test.go Fix counts on issues dashboard (#2215) vor 6 Jahren
models.go update latest xorm version to vendor (#2353) vor 6 Jahren
models_sqlite.go go vet vor 10 Jahren
models_test.go Cleaner IMO (#1361) vor 7 Jahren
models_tidb.go Remove go version from build tags (#133) vor 7 Jahren
notification.go Consider issue_watchers while sending notifications vor 7 Jahren
notification_test.go Consistency checks for unit tests (#853) vor 7 Jahren
oauth2.go Replace calls to xorm UseBool with Where (#2237) vor 6 Jahren
org.go Improve org error handling (#2117) vor 7 Jahren
org_team.go EnableUnit() -> UnitEnabled() (#2242) vor 6 Jahren
org_team_test.go Fix typos in models/ and modules/ (#1248) vor 7 Jahren
org_test.go Improve org error handling (#2117) vor 7 Jahren
pull.go Fix SQL bug in models.PullRequests vor 7 Jahren
pull_test.go Consistency checks for unit tests (#853) vor 7 Jahren
release.go Fix release display and correct paging (#2080) vor 7 Jahren
repo.go EnableUnit() -> UnitEnabled() (#2242) vor 6 Jahren
repo_branch.go Gracefully handle bare repositories on API operations. (#1932) vor 7 Jahren
repo_collaboration.go Refactor session close as xorm already does everything needed internally (#2020) vor 7 Jahren
repo_collaboration_test.go Unit tests for models/repo_collaboration (#1032) vor 7 Jahren
repo_editor.go Trigger sync webhooks on UI commit (#2302) vor 6 Jahren
repo_list.go Add collaborative repositories to the dashboard (#2205) vor 6 Jahren
repo_list_test.go Add collaborative repositories to the dashboard (#2205) vor 6 Jahren
repo_mirror.go Fix status table race condition (#1835) vor 7 Jahren
repo_redirect.go Redirects for renamed repos (#807) vor 7 Jahren
repo_redirect_test.go Unit tests for repo redirects (#961) vor 7 Jahren
repo_test.go Include formatting check to the `make test` (and thus also `check`) rule (#1366) vor 7 Jahren
repo_unit.go Remove unit types commits and settings (#2161) vor 7 Jahren
repo_watch.go Unit tests for repo watching (#963) vor 7 Jahren
repo_watch_test.go Unit tests for repo watching (#963) vor 7 Jahren
ssh_key.go Fix key usage time update if the key is used in parallel for multiple operations (#2185) vor 7 Jahren
ssh_key_test.go Use assert in legacy unit tests (#867) vor 7 Jahren
star.go refactor: small optimize for sql query (#940) vor 7 Jahren
star_test.go feat: support search bar on star tab of user profile. (#917) vor 7 Jahren
status.go Show commit status icon in commits table (#1688) vor 7 Jahren
status_test.go Status-API (#1332) vor 7 Jahren
test_fixtures.go Integration test framework (#1290) vor 7 Jahren
token.go Create missing database indexes (#596) vor 7 Jahren
token_test.go Less boilerplate in models/ unit tests (#725) vor 7 Jahren
twofactor.go Two factor authentication support (#630) vor 7 Jahren
unit.go Remove unit types commits and settings (#2161) vor 7 Jahren
unit_tests.go Fix counts on issues dashboard (#2215) vor 6 Jahren
update.go Trigger sync webhooks on UI commit (#2302) vor 6 Jahren
update_test.go Move push update to post-receive and protected branch check to pre-receive (#1030) vor 7 Jahren
user.go Only update needed columns when update user (#2296) vor 6 Jahren
user_follow.go Refactor session close as xorm already does everything needed internally (#2020) vor 7 Jahren
user_follow_test.go Move user_follow to separate file (#1210) vor 7 Jahren
user_mail.go Refactor session close as xorm already does everything needed internally (#2020) vor 7 Jahren
user_mail_test.go test: Add user mail testing. (#833) vor 7 Jahren
user_openid.go Run "make fmt" with go-1.6 (#1333) vor 7 Jahren
user_openid_test.go Run "make fmt" with go-1.6 (#1333) vor 7 Jahren
user_test.go Fix and test for delete user (#1713) vor 7 Jahren
webhook.go Refactor session close as xorm already does everything needed internally (#2020) vor 7 Jahren
webhook_slack.go Fix typos in models/ (#576) vor 7 Jahren
webhook_test.go Add Gitea Webhook (#1755) vor 7 Jahren
wiki.go Update code.gitea.io/git (#1824) vor 7 Jahren
wiki_test.go Better settings for unit tests (#795) vor 7 Jahren