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.
Jimmy Praet 5aebc4f000
Respect DefaultUserIsRestricted system default when creating new user (#19310)
vor 2 Jahren
..
admin Use a struct as test options (#19393) vor 2 Jahren
appstate Sync gitea app path for git hooks and authorized keys when starting (#17335) vor 2 Jahren
asymkey Use a struct as test options (#19393) vor 2 Jahren
auth Use a struct as test options (#19393) vor 2 Jahren
avatars format with gofumpt (#18184) vor 2 Jahren
db Use a struct as test options (#19393) vor 2 Jahren
fixtures Add API to query collaborators permission for a repository (#18761) vor 2 Jahren
foreignreference Store the foreign ID of issues during migration (#18446) vor 2 Jahren
issues Use a struct as test options (#19393) vor 2 Jahren
migrations Add "Allow edits from maintainer" feature (#18002) vor 2 Jahren
organization more context for models (#19511) vor 2 Jahren
packages Add Helm Chart registry (#19406) vor 2 Jahren
perm Team permission allow different unit has different permission (#17811) vor 2 Jahren
project Use a struct as test options (#19393) vor 2 Jahren
repo Use a struct as test options (#19393) vor 2 Jahren
unit Let `MinUnitAccessMode` return correct perm (#18675) vor 2 Jahren
unittest Use a struct as test options (#19393) vor 2 Jahren
user Respect DefaultUserIsRestricted system default when creating new user (#19310) vor 2 Jahren
webhook Use a struct as test options (#19393) vor 2 Jahren
access.go Move organization related structs into sub package (#18518) vor 2 Jahren
access_test.go Move organization related structs into sub package (#18518) vor 2 Jahren
action.go more context for models (#19511) vor 2 Jahren
action_list.go Move reaction to models/issues/ (#19264) vor 2 Jahren
action_test.go RSS/Atom support for Repos (#19055) vor 2 Jahren
branches.go more context for models (#19511) vor 2 Jahren
branches_test.go more context for models (#19511) vor 2 Jahren
commit.go Collaborator trust model should trust collaborators (#18539) vor 2 Jahren
commit_status.go more context for models (#19511) vor 2 Jahren
commit_status_test.go Move repository model into models/repo (#17933) vor 2 Jahren
consistency.go format with gofumpt (#18184) vor 2 Jahren
consistency_test.go Move milestone to models/issues/ (#19278) vor 2 Jahren
engine_test.go Refactor install page (db type) (#17919) vor 2 Jahren
error.go Move milestone to models/issues/ (#19278) vor 2 Jahren
fixture_generation.go Move repository model into models/repo (#17933) vor 2 Jahren
fixture_test.go Decouple unit test code from business code (#17623) vor 2 Jahren
helper.go Move reaction to models/issues/ (#19264) vor 2 Jahren
helper_directory.go refactor: move from io/ioutil to io and os package (#17109) vor 2 Jahren
helper_environment.go Fix the bug: deploy key with write access can not push (#19010) vor 2 Jahren
issue.go more context for models (#19511) vor 2 Jahren
issue_assignees.go Move milestone to models/issues/ (#19278) vor 2 Jahren
issue_assignees_test.go Move some issue methods as functions (#19255) vor 2 Jahren
issue_comment.go Move milestone to models/issues/ (#19278) vor 2 Jahren
issue_comment_list.go Move milestone to models/issues/ (#19278) vor 2 Jahren
issue_comment_test.go Propagate context and ensure git commands run in request context (#17868) vor 2 Jahren
issue_dependency.go Move repository model into models/repo (#17933) vor 2 Jahren
issue_dependency_test.go Move some issue methods as functions (#19255) vor 2 Jahren
issue_label.go more context for models (#19511) vor 2 Jahren
issue_label_test.go more context for models (#19511) vor 2 Jahren
issue_list.go Move milestone to models/issues/ (#19278) vor 2 Jahren
issue_list_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) vor 2 Jahren
issue_lock.go Move milestone to models/issues/ (#19278) vor 2 Jahren
issue_project.go Move milestone to models/issues/ (#19278) vor 2 Jahren
issue_stopwatch.go Improve Stopwatch behavior (#18930) vor 2 Jahren
issue_stopwatch_test.go Move user related model into models/user (#17781) vor 2 Jahren
issue_test.go User specific repoID or xorm builder conditions for issue search (#19475) vor 2 Jahren
issue_tracked_time.go Move milestone to models/issues/ (#19278) vor 2 Jahren
issue_tracked_time_test.go Refactor SecToTime() function (#18863) vor 2 Jahren
issue_user.go Move repository model into models/repo (#17933) vor 2 Jahren
issue_user_test.go Move repository model into models/repo (#17933) vor 2 Jahren
issue_watch.go Add missing `X-Total-Count` and fix some related bugs (#17968) vor 2 Jahren
issue_watch_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) vor 2 Jahren
issue_xref.go more context for models (#19511) vor 2 Jahren
issue_xref_test.go Move some issue methods as functions (#19255) vor 2 Jahren
lfs.go Improve SyncMirrors logging (#19045) vor 2 Jahren
lfs_lock.go more context for models (#19511) vor 2 Jahren
main_test.go Use a struct as test options (#19393) vor 2 Jahren
migrate.go Move milestone to models/issues/ (#19278) vor 2 Jahren
migrate_test.go Move milestone to models/issues/ (#19278) vor 2 Jahren
notification.go Move milestone to models/issues/ (#19278) vor 2 Jahren
notification_test.go Move user related model into models/user (#17781) vor 2 Jahren
org.go Move organization related structs into sub package (#18518) vor 2 Jahren
org_team.go Performance improvement for add team user when org has more than 1000 repositories (#19227) vor 2 Jahren
org_team_test.go Move organization related structs into sub package (#18518) vor 2 Jahren
org_test.go Move organization related structs into sub package (#18518) vor 2 Jahren
protected_tag.go Move organization related structs into sub package (#18518) vor 2 Jahren
protected_tag_test.go Move repository model into models/repo (#17933) vor 2 Jahren
pull.go Add "Allow edits from maintainer" feature (#18002) vor 2 Jahren
pull_list.go more context for models (#19511) vor 2 Jahren
pull_test.go more context for models (#19511) vor 2 Jahren
release.go add test coverage for original author conversion during migrations (#18506) vor 2 Jahren
repo.go more context for models (#19511) vor 2 Jahren
repo_activity.go Propagate context and ensure git commands run in request context (#17868) vor 2 Jahren
repo_collaboration.go Move organization related structs into sub package (#18518) vor 2 Jahren
repo_collaboration_test.go Move repository model into models/repo (#17933) vor 2 Jahren
repo_generate.go Move init repository related functions to modules (#19159) vor 2 Jahren
repo_generate_test.go Fixed assert statements. (#16089) vor 3 Jahren
repo_list.go Move reaction to models/issues/ (#19264) vor 2 Jahren
repo_list_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) vor 2 Jahren
repo_permission.go Add "Allow edits from maintainer" feature (#18002) vor 2 Jahren
repo_permission_test.go more context for models (#19511) vor 2 Jahren
repo_test.go Allow users to self-request a PR review (#19030) vor 2 Jahren
repo_transfer.go Move organization related structs into sub package (#18518) vor 2 Jahren
repo_transfer_test.go Move repository model into models/repo (#17933) vor 2 Jahren
review.go more context for models (#19511) vor 2 Jahren
review_test.go format with gofumpt (#18184) vor 2 Jahren
statistic.go Move milestone to models/issues/ (#19278) vor 2 Jahren
task.go Use a more general (and faster) method to sanitize URLs with credentials (#19239) vor 2 Jahren
token.go Use base32 for 2FA scratch token (#18384) vor 2 Jahren
token_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) vor 2 Jahren
upload.go Remove NewSession method from db.Engine interface (#17577) vor 2 Jahren
user.go Move reaction to models/issues/ (#19264) vor 2 Jahren
user_heatmap.go Move organization related structs into sub package (#18518) vor 2 Jahren
user_heatmap_test.go RSS/Atom support for Repos (#19055) vor 2 Jahren
user_test.go Move organization related structs into sub package (#18518) vor 2 Jahren
userlist.go Move organization related structs into sub package (#18518) vor 2 Jahren
userlist_test.go Move organization related structs into sub package (#18518) vor 2 Jahren