Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | refactor(db): finish migrate methods off `user.go` (#7337) | Joe Chen | 2023-02-07 | |
| | ||||
* | README: update sponsor link (#7340) | Joe Chen | 2023-02-07 | |
| | | | [ci skip] | |||
* | README: update VPS sponsor (#7339) | Joe Chen | 2023-02-06 | |
| | | | [ci skip] | |||
* | mod: bump gorm.io/gorm from 1.24.3 to 1.24.5 (#7338) | dependabot[bot] | 2023-02-06 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | refactor(db): migrate methods off `user.go` (#7336) | Joe Chen | 2023-02-05 | |
| | ||||
* | locale: sync from Crowdin (#7335) | Joe Chen | 2023-02-04 | |
| | ||||
* | chore: remove usages of the deprecated `ioutil` (#7332) | Zachary Walters | 2023-02-04 | |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | |||
* | refactor(db): migrate methods off `user.go` (#7334) | Joe Chen | 2023-02-04 | |
| | ||||
* | refactor(db): migrate methods off `user.go` (#7333) | Joe Chen | 2023-02-04 | |
| | ||||
* | refactor(db): migrate methods off `user.go` (#7331) | Joe Chen | 2023-02-04 | |
| | ||||
* | all: replace `interface{}` with `any` (#7330) | Joe Chen | 2023-02-02 | |
| | | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | |||
* | refactor(db): migrate methods off `user.go` (#7329) | Joe Chen | 2023-02-02 | |
| | ||||
* | docker: upgrade base images to alpine:3.17 (#7043) | Joe Chen | 2023-01-30 | |
| | ||||
* | mod: bump github.com/microcosm-cc/bluemonday from 1.0.21 to 1.0.22 (#7325) | dependabot[bot] | 2023-01-30 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | mod: bump modernc.org/sqlite from 1.20.2 to 1.20.3 (#7321) | dependabot[bot] | 2023-01-26 | |
| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io> | |||
* | mod: bump github.com/urfave/cli from 1.22.10 to 1.22.12 (#7320) | dependabot[bot] | 2023-01-24 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | mod: bump github.com/sergi/go-diff from 1.2.0 to 1.3.1 (#7312) | dependabot[bot] | 2023-01-18 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | mod: bump gorm.io/gorm from 1.24.2 to 1.24.3 (#7305) | dependabot[bot] | 2023-01-09 | |
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ci skip] | |||
* | mod: bump golang.org/x/crypto from 0.4.0 to 0.5.0 (#7303) | dependabot[bot] | 2023-01-09 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | systemd: add `mysql.service` to "After" (#7300) | Juning | 2023-01-07 | |
| | ||||
* | mod: bump modernc.org/sqlite from 1.20.0 to 1.20.2 (#7301) | dependabot[bot] | 2023-01-07 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | mod: bump gorm.io/driver/postgres from 1.4.5 to 1.4.6 (#7299) | dependabot[bot] | 2023-01-07 | |
| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io> | |||
* | mod: bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.0 (#7275) | dependabot[bot] | 2022-12-08 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | mod: bump modernc.org/sqlite from 1.19.5 to 1.20.0 (#7276) | dependabot[bot] | 2022-12-08 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | mod: bump golang.org/x/text from 0.4.0 to 0.5.0 (#7277) | dependabot[bot] | 2022-12-08 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | chore: fix typo in docstring (#7269) | xpume | 2022-12-08 | |
| | ||||
* | mod: bump modernc.org/sqlite from 1.19.4 to 1.19.5 (#7268) | dependabot[bot] | 2022-11-28 | |
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci] | |||
* | refactor(db): migrate `UpdateUser` off `user.go` (#7267) | Joe Chen | 2022-11-27 | |
| | ||||
* | chore: consistently use `errors.Cause` for identifying error types (#7264) | Joe Chen | 2022-11-27 | |
| | ||||
* | refactor(db): add `Users.Update` (#7263) | Joe Chen | 2022-11-27 | |
| | ||||
* | fix(db): update `user.updated_unix` upon changing username (#7262) | Joe Chen | 2022-11-25 | |
| | ||||
* | refactor(db): migrate `ChangeUsername` off `user.go` (#7261) | Joe Chen | 2022-11-25 | |
| | ||||
* | mod: bump github.com/derision-test/go-mockgen from 1.3.6 to 1.3.7 (#7243) | dependabot[bot] | 2022-11-15 | |
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci] | |||
* | mod: bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 (#7245) | dependabot[bot] | 2022-11-15 | |
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci] | |||
* | mod: bump modernc.org/sqlite from 1.19.3 to 1.19.4 (#7233) | dependabot[bot] | 2022-11-10 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | mod: bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1 (#7232) | dependabot[bot] | 2022-11-10 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | refactor(db): migrate methods off and delete deprecated methods from ↵ | Joe Chen | 2022-11-05 | |
| | | | | `user.go` (#7231) | |||
* | refactor(db): migrate methods off `user.go` (#7230) | Joe Chen | 2022-11-05 | |
| | ||||
* | refactor(db): migrate methods off `user.go` (#7228) | Joe Chen | 2022-11-05 | |
| | ||||
* | refactor(db): migrate methods off `user.go` and `org.go` (#7219) (#7227) | Joe Chen | 2022-11-05 | |
| | ||||
* | mod: bump github.com/derision-test/go-mockgen from 1.3.4 to 1.3.6 (#7224) | dependabot[bot] | 2022-10-31 | |
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ci skip] | |||
* | mod: bump modernc.org/sqlite from 1.19.2 to 1.19.3 (#7223) | dependabot[bot] | 2022-10-31 | |
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ci skip] | |||
* | mod: bump github.com/gogs/git-module from 1.7.0 to 1.7.1 (#7222) | dependabot[bot] | 2022-10-31 | |
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ci skip] | |||
* | locale: update `[settings] access_token_tips` (#7221) | Joe Chen | 2022-10-31 | |
| | ||||
* | locale: sync from Crowdin (#7220) | Joe Chen | 2022-10-31 | |
| | ||||
* | refactor(db): migrate methods off `user.go` (#7219) | Joe Chen | 2022-10-30 | |
| | ||||
* | refactor(db): migrate helpers off `user_cache.go` (#7214) | Joe Chen | 2022-10-24 | |
| | ||||
* | mod: bump gorm.io/driver/postgres from 1.4.4 to 1.4.5 (#7212) | dependabot[bot] | 2022-10-24 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | mod: bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#7213) | dependabot[bot] | 2022-10-24 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | test(db): add missing tests (#7208) | Joe Chen | 2022-10-23 | |
| |