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.
Lunny Xiao 088759f180 Fix wrong identify poster on a migrated pull request when submi… (#9827) il y a 4 ans
..
fixtures Add "Update Branch" button to Pull Requests (#9784) il y a 4 ans
migrations Migrate reactions when migrating repository from github (#9599) il y a 4 ans
access.go Restricted users (#6274) il y a 4 ans
access_test.go Restricted users (#6274) il y a 4 ans
action.go Restricted users (#6274) il y a 4 ans
action_list.go refactor: reduce sql query in retrieveFeeds (#3547) il y a 6 ans
action_test.go Restricted users (#6274) il y a 4 ans
admin.go Use gitea forked macaron (#7933) il y a 4 ans
admin_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
attachment.go Only serve attachments when linked to issue/release and if accessible by user (#9340) il y a 4 ans
attachment_test.go Only serve attachments when linked to issue/release and if accessible by user (#9340) il y a 4 ans
branches.go Add require signed commit for protected branch (#9708) il y a 4 ans
branches_test.go Add deleted_branch table fixture (#2832) il y a 6 ans
commit_status.go Upgrade xorm to v0.8.0 (#8536) il y a 4 ans
commit_status_test.go api: fix multiple bugs with statuses endpoints (#7785) il y a 4 ans
consistency.go Auto-subscribe user to repository when they commit/tag to it (#7657) il y a 4 ans
context.go Move all mail related codes from models to services/mailer (#7200) il y a 4 ans
convert.go Move database settings from models to setting (#7806) il y a 4 ans
error.go Add require signed commit for protected branch (#9708) il y a 4 ans
error_oauth2.go gofmt (#1662) il y a 7 ans
external_login_user.go Migrate reactions when migrating repository from github (#9599) il y a 4 ans
gpg_key.go Ensure default gpg settings not nil and found commits have reference to repo (#8604) il y a 4 ans
gpg_key_test.go Display ui time with customize time location (#7792) il y a 4 ans
helper.go Add reactions to issues/PR and comments (#2856) il y a 6 ans
helper_directory.go Remove SavePatch and generate patches on the fly (#9302) il y a 4 ans
helper_environment.go Add owner_name column for table repository for maintaince reason (#9717) il y a 4 ans
issue.go Fix wrong identify poster on a migrated pull request when submi… (#9827) il y a 4 ans
issue_assignees.go remove unused method and rename createcommentWithNoAction (#9367) il y a 4 ans
issue_assignees_test.go Fix API Bug (fail on empty assignees) (#8873) il y a 4 ans
issue_comment.go Migrate reactions when migrating repository from github (#9599) il y a 4 ans
issue_comment_list.go Add golangci (#6418) il y a 5 ans
issue_comment_test.go Pull request review/approval and comment on code (#3748) il y a 5 ans
issue_dependency.go Display ui time with customize time location (#7792) il y a 4 ans
issue_dependency_test.go Refactor comment (#9330) il y a 4 ans
issue_label.go Move create/fork repository from models to modules/repository (#9489) il y a 4 ans
issue_label_test.go Fix label count (#8267) il y a 4 ans
issue_list.go [API] Extend times API (#9200) il y a 4 ans
issue_list_test.go [API] Extend times API (#9200) il y a 4 ans
issue_lock.go remove unused method and rename createcommentWithNoAction (#9367) il y a 4 ans
issue_milestone.go [API] Extend times API (#9200) il y a 4 ans
issue_milestone_test.go [API] Extend times API (#9200) il y a 4 ans
issue_reaction.go Migrate reactions when migrating repository from github (#9599) il y a 4 ans
issue_reaction_test.go Migrate reactions when migrating repository from github (#9599) il y a 4 ans
issue_stopwatch.go [API] extend StopWatch (#9196) il y a 4 ans
issue_stopwatch_test.go Display ui time with customize time location (#7792) il y a 4 ans
issue_test.go Add "Update Branch" button to Pull Requests (#9784) il y a 4 ans
issue_tracked_time.go Move tracked time api convert to convert package (#9665) il y a 4 ans
issue_tracked_time_test.go [API] Extend times API (#9200) il y a 4 ans
issue_user.go Mail assignee when issue/pull request is assigned (#8546) il y a 4 ans
issue_user_test.go Add "Update Branch" button to Pull Requests (#9784) il y a 4 ans
issue_watch.go Fix Issue Unsubscription (#9634) il y a 4 ans
issue_watch_test.go Fix Issue Unsubscription (#9634) il y a 4 ans
issue_xref.go remove unused method and rename createcommentWithNoAction (#9367) il y a 4 ans
issue_xref_test.go Refactor comment (#9330) il y a 4 ans
lfs.go Restricted users (#6274) il y a 4 ans
lfs_lock.go Make repository management section handle lfs locks (#8726) il y a 4 ans
log.go Fix error log when loading issues caused by a xorm bug (#7271) il y a 5 ans
login_source.go Add single sign-on support via SSPI on Windows (#8463) il y a 4 ans
main_test.go Unit tests for wiki routers (#3022) il y a 6 ans
migrate.go Migrate reactions when migrating repository from github (#9599) il y a 4 ans
models.go Graceful: Xorm, RepoIndexer, Cron and Others (#9282) il y a 4 ans
models_test.go Move database settings from models to setting (#7806) il y a 4 ans
notification.go [API] add endpoint to check notifications [Extend #9488] (#9595) il y a 4 ans
notification_test.go [API] Add notification endpoint (#9488) il y a 4 ans
oauth2.go migrate gplus to google oauth2 provider (#7885) il y a 4 ans
oauth2_application.go Upgrade xorm to v0.8.0 (#8536) il y a 4 ans
oauth2_application_test.go OAuth2 Grant UI (#6625) il y a 5 ans
org.go Restricted users (#6274) il y a 4 ans
org_team.go [API] orgEditTeam make Fields optional (#9556) il y a 4 ans
org_team_test.go Move create/fork repository from models to modules/repository (#9489) il y a 4 ans
org_test.go Only show part of members on orgnization dashboard and add paging for orgnization members page (#9092) il y a 4 ans
pull.go Add "Update Branch" button to Pull Requests (#9784) il y a 4 ans
pull_list.go Graceful: Xorm, RepoIndexer, Cron and Others (#9282) il y a 4 ans
pull_sign.go Add require signed commit for protected branch (#9708) il y a 4 ans
pull_test.go Add "Update Branch" button to Pull Requests (#9784) il y a 4 ans
release.go Move some repository methods from models to modules/repository (#9353) il y a 4 ans
repo.go Add setting to set default and global disabled repository units. (#8788) il y a 4 ans
repo_activity.go Add Close() method to gogitRepository (#8901) il y a 4 ans
repo_branch.go Move newbranch to standalone package (#9627) il y a 4 ans
repo_collaboration.go Team permission to create repository in organization (#8312) il y a 4 ans
repo_collaboration_test.go Add teams to repo on collaboration page. (#8045) il y a 4 ans
repo_generate.go Move create/fork repository from models to modules/repository (#9489) il y a 4 ans
repo_generate_test.go Variable expansion in repository templates (#9163) il y a 4 ans
repo_indexer.go Add owner_name column for table repository for maintaince reason (#9717) il y a 4 ans
repo_issue.go Add EnableTimetracking option to app settings (#3719) il y a 6 ans
repo_list.go Restricted users (#6274) il y a 4 ans
repo_list_test.go [BugFix] Hide public repos owned by private orgs (#9609) il y a 4 ans
repo_mirror.go Move some repository methods from models to modules/repository (#9353) il y a 4 ans
repo_permission.go Restricted users (#6274) il y a 4 ans
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 (#6119) il y a 5 ans
repo_redirect.go Move repoWorkPool outside rename/transfer repository (#9086) il y a 4 ans
repo_redirect_test.go Move repoWorkPool outside rename/transfer repository (#9086) il y a 4 ans
repo_sign.go Add require signed commit for protected branch (#9708) il y a 4 ans
repo_test.go Move create/fork repository from models to modules/repository (#9489) il y a 4 ans
repo_unit.go Add setting to set default and global disabled repository units. (#8788) il y a 4 ans
repo_watch.go Batch hook pre- and post-receive calls (#8602) il y a 4 ans
repo_watch_test.go Auto-subscribe user to repository when they commit/tag to it (#7657) il y a 4 ans
review.go Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) il y a 4 ans
review_test.go Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055) il y a 4 ans
ssh_key.go Fix SSH2 conditonal in key parsing code (#8806) il y a 4 ans
ssh_key_test.go Fix SSH2 conditonal in key parsing code (#8806) il y a 4 ans
star.go Ensure that sessions are passed into queries that could use the database to prevent deadlocks (#5718) il y a 5 ans
star_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
task.go Move create/fork repository from models to modules/repository (#9489) il y a 4 ans
test_fixtures.go Testing: Update postgres sequences (#9304) il y a 4 ans
token.go Display ui time with customize time location (#7792) il y a 4 ans
token_test.go Add golangci (#6418) il y a 5 ans
topic.go Add API endpoint for accessing repo topics (#7963) il y a 4 ans
topic_test.go Add API endpoint for accessing repo topics (#7963) il y a 4 ans
twofactor.go Display ui time with customize time location (#7792) il y a 4 ans
u2f.go Display ui time with customize time location (#7792) il y a 4 ans
u2f_test.go Override xorm type mapping for U2F counter (#6232) il y a 5 ans
unit.go Add setting to set default and global disabled repository units. (#8788) il y a 4 ans
unit_tests.go Upgrade xorm to v0.8.0 (#8536) il y a 4 ans
update.go Move push commits from models to modules/repository (#9370) il y a 4 ans
upload.go Use gitea forked macaron (#7933) il y a 4 ans
user.go Add setting to set default and global disabled repository units. (#8788) il y a 4 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_heatmap.go Move database settings from models to setting (#7806) il y a 4 ans
user_heatmap_test.go Restricted users (#6274) il y a 4 ans
user_mail.go Add golangci (#6418) il y a 5 ans
user_mail_test.go Fix tests code to prevent some runtime errors (#2381) il y a 6 ans
user_openid.go Fix SQL quoting (#5117) il y a 5 ans
user_openid_test.go Add golangci (#6418) il y a 5 ans
user_test.go Restricted users (#6274) il y a 4 ans
userlist.go Add API for Issue set Subscription (#8729) il y a 4 ans
userlist_test.go Team permission to create repository in organization (#8312) il y a 4 ans
webhook.go Move more webhook codes from models to webhook module (#8802) il y a 4 ans
webhook_test.go Move more webhook codes from models to webhook module (#8802) il y a 4 ans
wiki.go Add owner_name column for table repository for maintaince reason (#9717) il y a 4 ans
wiki_test.go Move wiki related funtions from models to services/wiki (#9355) il y a 4 ans