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