Joe Chen f37cd9672c restore: clean up leftover and invalid chars (#6875) 3 년 전
..
errors 83a89127fd action: fix issue reference regexp and error handling (#6352) 4 년 전
migrations 3ed8c292c2 migrations: remove old migrations before 0.12.0 (#6270) 4 년 전
schemadoc 06193ed825 schemadoc: add go:generate to output database schema (#6310) 4 년 전
testdata 2eaf1d693a db: migrate access table to use GORM (#6371) 4 년 전
access_tokens.go 519e59b577 db: migrate to GORM v2 (#6309) 4 년 전
access_tokens_test.go 519e59b577 db: migrate to GORM v2 (#6309) 4 년 전
action.go 3c49a6173d mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866) 3 년 전
action_test.go 83a89127fd action: fix issue reference regexp and error handling (#6352) 4 년 전
admin.go 1c09373b4f log: migrate to unknwon.dev/clog/v2 (#5927) 5 년 전
attachment.go 9e9ca66467 refactor: unify error handling in routing layer 5 년 전
backup.go f37cd9672c restore: clean up leftover and invalid chars (#6875) 3 년 전
backup_test.go 2eaf1d693a db: migrate access table to use GORM (#6371) 4 년 전
comment.go deec3516d5 autofix: fix check for empty string (#6804) 3 년 전
db.go a9be4de5a5 database: add PostgreSQL custom schema support (#6695) 3 년 전
db_test.go a9be4de5a5 database: add PostgreSQL custom schema support (#6695) 3 년 전
error.go 9d64d222a8 db: add tests for users (#6116) 4 년 전
issue.go 2d609b8b31 autofix: types of function parameters can be combined (#6800) 3 년 전
issue_label.go deec3516d5 autofix: fix check for empty string (#6804) 3 년 전
issue_mail.go 7950f2d17d conf: overhaul auth and user settings (#5942) 5 년 전
lfs.go 519e59b577 db: migrate to GORM v2 (#6309) 4 년 전
lfs_test.go 519e59b577 db: migrate to GORM v2 (#6309) 4 년 전
login_source_files.go 3af91d7cfd auth: decouple types and functions from db (#6320) 4 년 전
login_source_files_test.go 519e59b577 db: migrate to GORM v2 (#6309) 4 년 전
login_sources.go 3acc13038d autofix: unused parameter should be replaced by underscore (#6799) 3 년 전
login_sources_test.go 3af91d7cfd auth: decouple types and functions from db (#6320) 4 년 전
main_test.go 72af17bbbe db: simplify GORM logger init in tests (#6444) 4 년 전
milestone.go 2d609b8b31 autofix: types of function parameters can be combined (#6800) 3 년 전
mirror.go 3c49a6173d mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866) 3 년 전
mirror_test.go 6437d0180b git: migrate to github.com/gogs/[email protected] (#5958) 5 년 전
mocks.go 2eaf1d693a db: migrate access table to use GORM (#6371) 4 년 전
models.go e452d94fc8 autofix: format code with gofumpt and gofmt (#6803) 3 년 전
org.go deec3516d5 autofix: fix check for empty string (#6804) 3 년 전
org_team.go deec3516d5 autofix: fix check for empty string (#6804) 3 년 전
perms.go 2eaf1d693a db: migrate access table to use GORM (#6371) 4 년 전
perms_test.go e452d94fc8 autofix: format code with gofumpt and gofmt (#6803) 3 년 전
pull.go 3c49a6173d mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866) 3 년 전
release.go deec3516d5 autofix: fix check for empty string (#6804) 3 년 전
repo.go 3c49a6173d mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866) 3 년 전
repo_branch.go d6987ee05b chore: fix typos in code comments (#6556) 3 년 전
repo_collaboration.go 34145c990d lfs: implement HTTP routes (#6035) 5 년 전
repo_editor.go 3c49a6173d mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866) 3 년 전
repo_editor_test.go c0fd6042fd test: remove the use of goconvey (#6123) 4 년 전
repo_tag.go d60d9cf985 api: support listing repository tags (#6656) 3 년 전
repo_test.go 9ae80a6173 chore: rename few consts to camel case (#6725) 3 년 전
repos.go 3acc13038d autofix: unused parameter should be replaced by underscore (#6799) 3 년 전
repos_test.go aeb5e34490 golangci-lint: add `unparam` linter (#6839) 3 년 전
ssh_key.go 5afca6ca8e autofix: function call can be replaced with helper function (#6805) 3 년 전
ssh_key_test.go c0fd6042fd test: remove the use of goconvey (#6123) 4 년 전
two_factor.go 3acc13038d autofix: unused parameter should be replaced by underscore (#6799) 3 년 전
two_factors.go 3acc13038d autofix: unused parameter should be replaced by underscore (#6799) 3 년 전
two_factors_test.go 519e59b577 db: migrate to GORM v2 (#6309) 4 년 전
update.go 6437d0180b git: migrate to github.com/gogs/[email protected] (#5958) 5 년 전
user.go deec3516d5 autofix: fix check for empty string (#6804) 3 년 전
user_cache.go 01c8df01ec internal: move packages under this directory (#5836) 5 년 전
user_mail.go deec3516d5 autofix: fix check for empty string (#6804) 3 년 전
users.go deec3516d5 autofix: fix check for empty string (#6804) 3 년 전
users_test.go 3af91d7cfd auth: decouple types and functions from db (#6320) 4 년 전
webhook.go deec3516d5 autofix: fix check for empty string (#6804) 3 년 전
webhook_dingtalk.go aeb5e34490 golangci-lint: add `unparam` linter (#6839) 3 년 전
webhook_discord.go aeb5e34490 golangci-lint: add `unparam` linter (#6839) 3 년 전
webhook_slack.go aeb5e34490 golangci-lint: add `unparam` linter (#6839) 3 년 전
wiki.go 3c49a6173d mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866) 3 년 전