Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Lauris BH c0d41b1b77 Add label descriptions (#3662) il y a 6 ans
..
fixtures Remove IsOwner, NumTeams from OrgUser (#3269) il y a 6 ans
migrations Add label descriptions (#3662) il y a 6 ans
access.go Refactor and fix incorrect comment (#1247) il y a 7 ans
access_test.go Remove unit types commits and settings (#2161) il y a 6 ans
action.go refactor: reduce sql query in retrieveFeeds (#3547) il y a 6 ans
action_list.go refactor: reduce sql query in retrieveFeeds (#3547) il y a 6 ans
action_test.go fix: Add feed for organization (#3594) il y a 6 ans
admin.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
admin_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
attachment.go Add Attachment API (#3478) il y a 6 ans
attachment_test.go Add Attachment API (#3478) il y a 6 ans
branches.go Fix the protected branch panic issue (#3567) il y a 6 ans
branches_test.go Add deleted_branch table fixture (#2832) il y a 6 ans
consistency.go Fix activity feed (#1779) il y a 7 ans
error.go Fix rendering of wiki page list if wiki repo contains other files (#3454) il y a 6 ans
error_oauth2.go gofmt (#1662) il y a 7 ans
external_login_user.go Add primary key and index to external login user table (#1656) il y a 7 ans
git_diff.go Update code.gitea.io/git (#3482) il y a 6 ans
git_diff_test.go Fix import order (#1951) il y a 7 ans
gpg_key.go Don't write to log NoCommitterAccount (#3621) il y a 6 ans
gpg_key_test.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
graph.go fix #1189, commit messages containing a pipe (#1203) il y a 7 ans
graph_test.go Fix benchmarktests (#557) il y a 7 ans
helper.go Add reactions to issues/PR and comments (#2856) il y a 6 ans
issue.go Add issue closed time column to fix activity closed issues list (#3537) il y a 6 ans
issue_comment.go fix bug when a user delete but assigned on issue (#3318) il y a 6 ans
issue_comment_test.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
issue_indexer.go Reduce repo indexer disk usage (#3452) il y a 6 ans
issue_label.go Add label descriptions (#3662) il y a 6 ans
issue_label_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
issue_list.go Remove unnecessary IssueList attribute loads (#2936) il y a 6 ans
issue_list_test.go Unit tests for issue_list (#1209) il y a 7 ans
issue_mail.go Issue content should not be updated when closing with comment (#2833) il y a 6 ans
issue_milestone.go Check ignored errors for issue and milestone count (#3213) il y a 6 ans
issue_milestone_test.go Add issue closed time column to fix activity closed issues list (#3537) il y a 6 ans
issue_reaction.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
issue_reaction_test.go Tests for reactions (#3083) il y a 6 ans
issue_stopwatch.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
issue_stopwatch_test.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
issue_test.go Fix bugs in issue dashboard stats (#3073) il y a 6 ans
issue_tracked_time.go Improvements for supporting UI Location (#3146) il y a 6 ans
issue_tracked_time_test.go Feature: Timetracking (#2211) il y a 6 ans
issue_user.go Replace deprecated Id method with ID (#2655) il y a 6 ans
issue_user_test.go Move IssueUser code to separate file (#836) il y a 7 ans
issue_watch.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
issue_watch_test.go Hide unactive on explore users and some refactors (#2741) il y a 6 ans
lfs.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
lfs_lock.go Fix SSH auth lfs locks (#3152) il y a 6 ans
login_source.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
mail.go Issue content should not be updated when closing with comment (#2833) il y a 6 ans
main_test.go Unit tests for wiki routers (#3022) il y a 6 ans
models.go Add missing indexer doc in configuration (#3324) il y a 6 ans
models_sqlite.go go vet il y a 10 ans
models_test.go Cleaner IMO (#1361) il y a 7 ans
models_tidb.go Remove go version from build tags (#133) il y a 7 ans
notification.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
notification_test.go Add 'mark all read' option to notifications (#3097) il y a 6 ans
oauth2.go Replace calls to xorm UseBool with Where (#2237) il y a 6 ans
org.go Fix remove team member issue (#3566) il y a 6 ans
org_team.go Fix remove team member issue (#3566) il y a 6 ans
org_team_test.go Fix ignored errors when checking if organization, team member (#3177) il y a 6 ans
org_test.go Remove IsOwner, NumTeams from OrgUser (#3269) il y a 6 ans
pull.go Fix PR merge error (#3421) il y a 6 ans
pull_test.go Fix unit test race condition (#2516) il y a 6 ans
release.go Add Attachment API (#3478) il y a 6 ans
repo.go Add admin dashboard option to run health checks (#3606) il y a 6 ans
repo_activity.go Add issue closed time column to fix activity closed issues list (#3537) il y a 6 ans
repo_branch.go Create new branch from branch selection dropdown (#2130) il y a 6 ans
repo_collaboration.go Reduce usage of allcols on update (#2596) il y a 6 ans
repo_collaboration_test.go Unit tests for models/repo_collaboration (#1032) il y a 7 ans
repo_editor.go Code/repo search (#2582) il y a 6 ans
repo_indexer.go Update code.gitea.io/git (#3482) il y a 6 ans
repo_issue.go Feature: Timetracking (#2211) il y a 6 ans
repo_list.go Add repo-sync-releases admin command (#3254) il y a 6 ans
repo_list_test.go Add search mode option to /api/repo/search (#2756) il y a 6 ans
repo_mirror.go fix: if Mirrors repo no content is fetched, updated time should not b… (#3551) il y a 6 ans
repo_redirect.go Redirects for renamed repos (#807) il y a 7 ans
repo_redirect_test.go Unit tests for repo redirects (#961) il y a 7 ans
repo_test.go Fix repo-transfer-and-team-repo-count bug (#3241) il y a 6 ans
repo_unit.go Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge (#3188) il y a 6 ans
repo_watch.go fix: Add feed for organization (#3594) il y a 6 ans
repo_watch_test.go Hide unactive on explore users and some refactors (#2741) il y a 6 ans
ssh_key.go Remove useless check (#3384) il y a 6 ans
ssh_key_test.go Use assert in legacy unit tests (#867) il y a 7 ans
star.go refactor: small optimize for sql query (#940) il y a 7 ans
star_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
status.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
status_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
test_fixtures.go Integration test framework (#1290) il y a 7 ans
token.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
token_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
twofactor.go Implements generator cli for secrets (#3531) il y a 6 ans
unit.go Fix implementation of repo Home func (#2601) il y a 6 ans
unit_tests.go Use unique temp dirs in unit tests (#3494) il y a 6 ans
update.go Refactor struct's time to remove unnecessary memory usage (#3142) il y a 6 ans
update_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
user.go Implements generator cli for secrets (#3531) il y a 6 ans
user_follow.go Refactor session close as xorm already does everything needed internally (#2020) il y a 7 ans
user_follow_test.go Move user_follow to separate file (#1210) il y a 7 ans
user_mail.go Replace deprecated Id method with ID (#2655) il y a 6 ans
user_mail_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
user_openid.go Replace deprecated Id method with ID (#2655) il y a 6 ans
user_openid_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
user_test.go Cleanup models.User.HashPassword (#3334) il y a 6 ans
webhook.go Add sensitive headers (#3429) il y a 6 ans
webhook_dingtalk.go Add dingtalk webhook (#2777) il y a 6 ans
webhook_discord.go fix discord hook bug (#2778) il y a 6 ans
webhook_slack.go Make URL scheme unambiguous (#2408) il y a 6 ans
webhook_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
wiki.go Fix rendering of wiki page list if wiki repo contains other files (#3454) il y a 6 ans
wiki_test.go Fix rendering of wiki page list if wiki repo contains other files (#3454) il y a 6 ans