Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): migrate avatar methods off `user.go` (#7206) | Joe Chen | 2022-10-23 |
| | |||
* | refactor(db): migrate password methods off `user.go` (#7205) | Joe Chen | 2022-10-23 |
| | |||
* | chore: rename file to align with type name (#7204) | Joe Chen | 2022-10-23 |
| | | | [ci skip] | ||
* | refactor(db): migrate `Follow` off `user.go` (#7203) | Joe Chen | 2022-10-23 |
| | |||
* | chore(db): remove unused field (#7202) | Joe Chen | 2022-10-23 |
| | |||
* | release: update playbook (#7201) | Joe Chen | 2022-10-23 |
| | |||
* | api: support put content (#7114) | Mateusz Reszka | 2022-10-22 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | ui: remove useless "Cancel" buttons (#7192) | Yarden Shoham | 2022-10-22 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | refactor: replace `ioutil.ReadAll` with `io.ReadAll` (#7200) | Joe Chen | 2022-10-22 |
| | |||
* | auth: enable authentication by token from password (#7198) | Yang Liu | 2022-10-22 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | ui: add usage instructions for PAT (#7194) | LJea | 2022-10-22 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | refactor(db): rename `User.Passwd` to `User.Password` (#7196) | Joe Chen | 2022-10-22 |
| | |||
* | refactor(db): move some methods from `user.go` to `users.go` (#7195) | Joe Chen | 2022-10-22 |
| | |||
* | mod: bump golang.org/x/text from 0.3.7 to 0.4.0 (#7193) | dependabot[bot] | 2022-10-18 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump modernc.org/sqlite from 1.19.1 to 1.19.2 (#7190) | dependabot[bot] | 2022-10-18 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump gorm.io/driver/mysql from 1.4.1 to 1.4.3 (#7189) | dependabot[bot] | 2022-10-18 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump gorm.io/gorm from 1.23.10 to 1.24.0 (#7179) | dependabot[bot] | 2022-10-10 |
| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | mod: bump gorm.io/driver/postgres from 1.3.10 to 1.4.4 (#7180) | dependabot[bot] | 2022-10-10 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump gorm.io/driver/mysql from 1.3.6 to 1.4.1 (#7178) | dependabot[bot] | 2022-10-10 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | build: remove support of Go 1.17 (#7177) | Joe Chen | 2022-10-09 |
| | |||
* | refactor(db): move `User.HasForkedRepository` to `users.HasForkedRepository` ↵ | Joe Chen | 2022-10-09 |
| | | | | | (#7176) Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | ||
* | mod: bump github.com/microcosm-cc/bluemonday from 1.0.20 to 1.0.21 (#7169) | dependabot[bot] | 2022-10-04 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump github.com/editorconfig/editorconfig-core-go/v2 from 2.4.5 to ↵ | dependabot[bot] | 2022-10-04 |
| | | | | | 2.5.1 (#7170) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump gorm.io/gorm from 1.23.9 to 1.23.10 (#7166) | dependabot[bot] | 2022-09-27 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump modernc.org/sqlite from 1.18.2 to 1.19.1 (#7162) | dependabot[bot] | 2022-09-21 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump gorm.io/gorm from 1.23.8 to 1.23.9 (#7163) | dependabot[bot] | 2022-09-20 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump gorm.io/driver/postgres from 1.3.9 to 1.3.10 (#7164) | dependabot[bot] | 2022-09-20 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump modernc.org/sqlite from 1.18.1 to 1.18.2 (#7161) | dependabot[bot] | 2022-09-12 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | locale: sync from Crowdin (#7159) | Joe Chen | 2022-09-11 |
| | |||
* | mod: bump github.com/microcosm-cc/bluemonday from 1.0.19 to 1.0.20 (#7154) | dependabot[bot] | 2022-09-06 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump github.com/urfave/cli from 1.22.9 to 1.22.10 (#7155) | dependabot[bot] | 2022-09-06 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump gorm.io/driver/postgres from 1.3.8 to 1.3.9 (#7141) | dependabot[bot] | 2022-08-15 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump modernc.org/sqlite from 1.18.0 to 1.18.1 (#7139) | dependabot[bot] | 2022-08-15 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump gopkg.in/ini.v1 from 1.66.6 to 1.67.0 (#7140) | dependabot[bot] | 2022-08-15 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump github.com/derision-test/go-mockgen from 1.3.3 to 1.3.4 (#7142) | dependabot[bot] | 2022-08-15 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump gorm.io/driver/mysql from 1.3.5 to 1.3.6 (#7143) | dependabot[bot] | 2022-08-15 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 (#7130) | dependabot[bot] | 2022-08-08 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | go: update required version to be 1.17 and add 1.19 to CI (#7129) | Joe Chen | 2022-08-08 |
| | | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | ||
* | mod: bump github.com/go-ldap/ldap/v3 from 3.4.3 to 3.4.4 (#7117) | dependabot[bot] | 2022-08-02 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump modernc.org/sqlite from 1.17.3 to 1.18.0 (#7116) | dependabot[bot] | 2022-08-02 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | CHANGELOG: cut entries for 0.12.10 (#7119) | Joe Chen | 2022-08-02 |
| | | | [skip ci] | ||
* | netutil: allow using `*` to match any hostname (#7111) | Joe Chen | 2022-07-25 |
| | |||
* | chore: add Simona Iacob as translator for Romanian language (#7102) | Christian Eichert | 2022-07-17 |
| | |||
* | api: support getting blob content (#7080) | Yehonatan Ezron | 2022-07-17 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | mod: bump gorm.io/gorm from 1.23.7 to 1.23.8 (#7105) | dependabot[bot] | 2022-07-17 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | mod: bump gorm.io/driver/mysql from 1.3.4 to 1.3.5 (#7104) | dependabot[bot] | 2022-07-17 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | docker: support adding extra options to backup command (#7060) | liuxhit | 2022-07-17 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | mod: bump gorm.io/driver/postgres from 1.3.7 to 1.3.8 (#7098) | dependabot[bot] | 2022-07-05 |
| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | mod: bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#7097) | dependabot[bot] | 2022-07-04 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |