M. Sonntag fd37fcb8ea [GIN] Remove unused code 4 years ago
..
errors cab45f05fe action: fix issue reference regexp and error handling (#6352) 4 years ago
migrations c06269b756 db: add tests for two factors (#6099) 4 years ago
testdata 8713bac75f db: use GORM to backup and restore non-legacy tables (#6142) 4 years ago
access.go 3035394ec0 db: add tests for permissions (#6088) 4 years ago
access_tokens.go 8713bac75f db: use GORM to backup and restore non-legacy tables (#6142) 4 years ago
access_tokens_test.go 8713bac75f db: use GORM to backup and restore non-legacy tables (#6142) 4 years ago
action.go cbc46d7ae2 repo: Prepare for 'IsUnlisted' db change 4 years ago
action_test.go cab45f05fe action: fix issue reference regexp and error handling (#6352) 4 years ago
admin.go 19a6893324 log: migrate to unknwon.dev/clog/v2 (#5927) 4 years ago
attachment.go 042f31a42a refactor: unify error handling in routing layer 4 years ago
backup.go 8713bac75f db: use GORM to backup and restore non-legacy tables (#6142) 4 years ago
backup_test.go 8713bac75f db: use GORM to backup and restore non-legacy tables (#6142) 4 years ago
comment.go 19444253bd workflows: enable golangci-lint (#5998) 4 years ago
db.go 9521732cfc cmd/serv: use different log files for ORMs in hook mode (#6361) 4 years ago
db_gin.go fd37fcb8ea [GIN] Remove unused code 4 years ago
db_gin_test.go 00d310743e [GIN] Test email filtering: Expect function 4 years ago
db_test.go 663bec8873 db: add tests for helper functions (#6084) 4 years ago
error.go 45044e135c db: add tests for users (#6116) 4 years ago
issue.go cab45f05fe action: fix issue reference regexp and error handling (#6352) 4 years ago
issue_label.go 042f31a42a refactor: unify error handling in routing layer 4 years ago
issue_mail.go f67efda4e8 conf: overhaul auth and user settings (#5942) 4 years ago
lfs.go 3035394ec0 db: add tests for permissions (#6088) 4 years ago
lfs_test.go 45044e135c db: add tests for users (#6116) 4 years ago
login_source.go 82cbb471e1 db: remove `db.User.LoginType` field (#6122) 4 years ago
login_source_files.go 755d455aa8 login_source: migrate to GORM and add tests (#6090) 4 years ago
login_source_files_test.go 6abcefed49 db: add tests for `loginSourceFiles` (#6102) 4 years ago
login_sources.go d6e7da44de db: fix wrong column type of `login_source` (#6283) 4 years ago
login_sources_test.go 8713bac75f db: use GORM to backup and restore non-legacy tables (#6142) 4 years ago
main_test.go 8713bac75f db: use GORM to backup and restore non-legacy tables (#6142) 4 years ago
milestone.go 042f31a42a refactor: unify error handling in routing layer 4 years ago
mirror.go a89da51cde ci: enable go vet check (#5981) 4 years ago
mirror_test.go 73d790a602 git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 4 years ago
mocks.go 45044e135c db: add tests for users (#6116) 4 years ago
models.go 9521732cfc cmd/serv: use different log files for ORMs in hook mode (#6361) 4 years ago
org.go cbc46d7ae2 repo: Prepare for 'IsUnlisted' db change 4 years ago
org_team.go e2e2b2648d db: fix update team panic (#6253) 4 years ago
perms.go e60a968fed db: use GORM bulk insert helper (#6100) 4 years ago
perms_test.go 45044e135c db: add tests for users (#6116) 4 years ago
pull.go 19444253bd workflows: enable golangci-lint (#5998) 4 years ago
release.go 75e9c78d16 api: support get releases endpoint (#6026) 4 years ago
repo.go cbc46d7ae2 repo: Prepare for 'IsUnlisted' db change 4 years ago
repo_branch.go 3a6cab45b1 lfs: implement HTTP routes (#6035) 4 years ago
repo_collaboration.go 3a6cab45b1 lfs: implement HTTP routes (#6035) 4 years ago
repo_editor.go c06269b756 db: add tests for two factors (#6099) 4 years ago
repo_editor_test.go 5dcbe6947b test: remove the use of goconvey (#6123) 4 years ago
repo_test.go 0677f9be25 markup: render SHA links without branch prefix (#6350) 4 years ago
repos.go 45044e135c db: add tests for users (#6116) 4 years ago
repos_test.go 8713bac75f db: use GORM to backup and restore non-legacy tables (#6142) 4 years ago
ssh_key.go 3a6cab45b1 lfs: implement HTTP routes (#6035) 4 years ago
ssh_key_test.go 5dcbe6947b test: remove the use of goconvey (#6123) 4 years ago
two_factor.go c06269b756 db: add tests for two factors (#6099) 4 years ago
two_factors.go e60a968fed db: use GORM bulk insert helper (#6100) 4 years ago
two_factors_test.go 8713bac75f db: use GORM to backup and restore non-legacy tables (#6142) 4 years ago
update.go 73d790a602 git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 4 years ago
user.go de4f55b50a [GIN] Remove old email block function 4 years ago
user_cache.go 01c8df01ec internal: move packages under this directory (#5836) 5 years ago
user_mail.go 45044e135c db: add tests for users (#6116) 4 years ago
users.go 82cbb471e1 db: remove `db.User.LoginType` field (#6122) 4 years ago
users_test.go 8713bac75f db: use GORM to backup and restore non-legacy tables (#6142) 4 years ago
webhook.go 0b4843e23e webhook: overhaul route handlers (#6002) 4 years ago
webhook_dingtalk.go 73d790a602 git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 4 years ago
webhook_discord.go 73d790a602 git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 4 years ago
webhook_slack.go 73d790a602 git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 4 years ago
wiki.go 73d790a602 git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 4 years ago