aboutsummaryrefslogtreecommitdiff
path: root/internal/db
Commit message (Expand)AuthorAge
* refactor(db): migrate password methods off `user.go` (#7205)Joe Chen2022-10-23
* refactor(db): migrate `Follow` off `user.go` (#7203)Joe Chen2022-10-23
* chore(db): remove unused field (#7202)Joe Chen2022-10-23
* refactor: replace `ioutil.ReadAll` with `io.ReadAll` (#7200)Joe Chen2022-10-22
* auth: enable authentication by token from password (#7198)Yang Liu2022-10-22
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
* refactor(db): rename `User.Passwd` to `User.Password` (#7196)Joe Chen2022-10-22
* refactor(db): move some methods from `user.go` to `users.go` (#7195)Joe Chen2022-10-22
* refactor(db): move `User.HasForkedRepository` to `users.HasForkedRepository` ...Joe Chen2022-10-09
* go: update required version to be 1.17 and add 1.19 to CI (#7129)Joe Chen2022-08-08
* db: set XORM log level to error (#7078)Joe Chen2022-06-25
* webhook: validate against hostname instead of full URL (#7075)Joe Chen2022-06-25
* db: refactor "action" table to use GORM (#7054)Joe Chen2022-06-25
* db: skip auto migrate for existing "version" table (#7057)Joe Chen2022-06-14
* migrations: add tests and remove XORM (#7050)Joe Chen2022-06-12
* db: add tests for authentication through login sources (#7049)Joe Chen2022-06-12
* db: use `context` and go-mockgen for `ReposStore` (#7046)Joe Chen2022-06-11
* db: use `context` and go-mockgen for `TwoFactorsStore` (#7045)Joe Chen2022-06-11
* db: use `context` for backup and restore (#7044)Joe Chen2022-06-11
* db: use `context` and go-mockgen for `UsersStore` (#7042)Joe Chen2022-06-11
* db: use `context` and go-mockgen for login sources (#7041)Joe Chen2022-06-10
* db: use `context` and go-mockgen for `LFSStore` (#7038)Joe Chen2022-06-10
* db: use `context` and go-mockgen for `PermsStore` (#7033)Joe Chen2022-06-08
* db: add back xorm tag for `AccessToken.UserID` (#7032)Joe Chen2022-06-08
* db: rename `AccessTokensStore.Save` to `Touch` (#7029)Joe Chen2022-06-08
* db: use `context` and go-mockgen for `AccessTokensStore` (#7013)Joe Chen2022-06-06
* schemadoc: print table indexes (#7012)Joe Chen2022-06-05
* access_token: encrypt access token with SHA256 (#7008)E99p1ant2022-06-05
* db: code tidy up for `AccessTokens` (#7006)Joe Chen2022-06-04
* repo_editor: check both styles of `os.PathSeparator` in all systems (#7005)Joe Chen2022-06-04
* pull: ignore PR status check if head repository is missing (#7004)Joe Chen2022-06-04
* repo: remove hard-coded branch name in init (#6999)Joe Chen2022-06-03
* db: run tests with pure-Go SQLite (#6998)Joe Chen2022-06-03
* ci: run database tests against Postgres, MySQL and SQLite (#6996)Joe Chen2022-06-01
* webhook: revalidate local hostname before each delivery (#6988)Joe Chen2022-05-31
* repo_editor: prohibit move files to to `.git` directory (#6986)Joe Chen2022-05-31
* repo_editor: prohibits uploading files to `.git.` directory (#6970)11352022-05-30
* chore: fix lint errors (#6951)Joe Chen2022-05-16
* mod: bump github.com/gogs/git-module from 1.5.0 to 1.6.0 (#6894)dependabot[bot]2022-04-05
* restore: clean up leftover and invalid chars (#6875)Joe Chen2022-03-26
* mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866)dependabot[bot]2022-03-22
* assets: convert usage of go-bindata to Go embed (#6851)Michael Li2022-03-17
* golangci-lint: add `unparam` linter (#6839)Joe Chen2022-03-13
* repo_editor: check upload `TreePath` and file name (#6838)Joe Chen2022-03-13
* autofix: format code with gofumpt and gofmt (#6803)deepsource-autofix[bot]2022-03-06
* autofix: function call can be replaced with helper function (#6805)deepsource-autofix[bot]2022-03-06
* autofix: fix check for empty string (#6804)deepsource-autofix[bot]2022-03-06
* autofix: types of function parameters can be combined (#6800)deepsource-autofix[bot]2022-03-06
* autofix: unused parameter should be replaced by underscore (#6799)deepsource-autofix[bot]2022-03-06
* chore: rename few consts to camel case (#6725)Joe Chen2022-01-13