Joe Chen c502dc6ed8 refactor(db): move some methods from `user.go` to `users.go` (#7195) hace 2 años
..
errors 83a89127fd action: fix issue reference regexp and error handling (#6352) hace 4 años
migrations 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
schemadoc 4cc3000b07 schemadoc: print table indexes (#7012) hace 2 años
testdata 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
access_tokens.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
access_tokens_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
actions.go a43b933c90 go: update required version to be 1.17 and add 1.19 to CI (#7129) hace 2 años
actions_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
admin.go 1c09373b4f log: migrate to unknwon.dev/clog/v2 (#5927) hace 5 años
attachment.go 9e9ca66467 refactor: unify error handling in routing layer hace 5 años
backup.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
backup_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
comment.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
db.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
error.go 7885f454a4 webhook: revalidate local hostname before each delivery (#6988) hace 2 años
issue.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
issue_label.go deec3516d5 autofix: fix check for empty string (#6804) hace 3 años
issue_mail.go c502dc6ed8 refactor(db): move some methods from `user.go` to `users.go` (#7195) hace 2 años
lfs.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
lfs_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
login_source_files.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
login_source_files_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
login_sources.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
login_sources_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
main_test.go b772603d78 migrations: add tests and remove XORM (#7050) hace 2 años
milestone.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
mirror.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
mirror_test.go 6437d0180b git: migrate to github.com/gogs/[email protected] (#5958) hace 5 años
mocks.go 2e19f5a3c8 db: add tests for authentication through login sources (#7049) hace 2 años
mocks_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
models.go fb52bd6fea db: set XORM log level to error (#7078) hace 2 años
org.go c502dc6ed8 refactor(db): move some methods from `user.go` to `users.go` (#7195) hace 2 años
org_team.go deec3516d5 autofix: fix check for empty string (#6804) hace 3 años
perms.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
perms_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
pull.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
release.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
repo.go c502dc6ed8 refactor(db): move some methods from `user.go` to `users.go` (#7195) hace 2 años
repo_branch.go 7229dd893f db: use `context` and go-mockgen for `PermsStore` (#7033) hace 2 años
repo_collaboration.go 34145c990d lfs: implement HTTP routes (#6035) hace 5 años
repo_editor.go 38aff73251 repo_editor: check both styles of `os.PathSeparator` in all systems (#7005) hace 2 años
repo_editor_test.go 38aff73251 repo_editor: check both styles of `os.PathSeparator` in all systems (#7005) hace 2 años
repo_tag.go d60d9cf985 api: support listing repository tags (#6656) hace 3 años
repo_test.go 9ae80a6173 chore: rename few consts to camel case (#6725) hace 3 años
repos.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
repos_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
ssh_key.go 7229dd893f db: use `context` and go-mockgen for `PermsStore` (#7033) hace 2 años
ssh_key_test.go c0fd6042fd test: remove the use of goconvey (#6123) hace 4 años
two_factor.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
two_factors.go 5e32058c13 db: use `context` and go-mockgen for `TwoFactorsStore` (#7045) hace 2 años
two_factors_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
update.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
user.go c502dc6ed8 refactor(db): move some methods from `user.go` to `users.go` (#7195) hace 2 años
user_cache.go 8982a42d38 refactor(db): move `User.HasForkedRepository` to `users.HasForkedRepository` (#7176) hace 2 años
user_mail.go c502dc6ed8 refactor(db): move some methods from `user.go` to `users.go` (#7195) hace 2 años
users.go c502dc6ed8 refactor(db): move some methods from `user.go` to `users.go` (#7195) hace 2 años
users_test.go c502dc6ed8 refactor(db): move some methods from `user.go` to `users.go` (#7195) hace 2 años
watches.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
watches_test.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años
webhook.go 97ccb365ec webhook: validate against hostname instead of full URL (#7075) hace 2 años
webhook_dingtalk.go aeb5e34490 golangci-lint: add `unparam` linter (#6839) hace 3 años
webhook_discord.go aeb5e34490 golangci-lint: add `unparam` linter (#6839) hace 3 años
webhook_slack.go aeb5e34490 golangci-lint: add `unparam` linter (#6839) hace 3 años
wiki.go 083c3ee659 db: refactor "action" table to use GORM (#7054) hace 2 años