aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* go: update required version to be 1.17 and add 1.19 to CI (#7129)Joe Chen2022-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 Chen2022-08-02
| | | [skip ci]
* netutil: allow using `*` to match any hostname (#7111)Joe Chen2022-07-25
|
* chore: add Simona Iacob as translator for Romanian language (#7102)Christian Eichert2022-07-17
|
* api: support getting blob content (#7080)Yehonatan Ezron2022-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)liuxhit2022-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>
* mod: bump github.com/microcosm-cc/bluemonday from 1.0.18 to 1.0.19 (#7099)dependabot[bot]2022-07-04
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* mod: bump gorm.io/gorm from 1.23.6 to 1.23.7 (#7096)dependabot[bot]2022-07-04
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: go mod tidy (#7086)Joe Chen2022-06-27
|
* mod: bump github.com/stretchr/testify from 1.7.2 to 1.7.5 (#7083)dependabot[bot]2022-06-27
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* mod: bump github.com/gogs/git-module from 1.6.0 to 1.7.0 (#7084)dependabot[bot]2022-06-27
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* conf: update test golden file (#7085)Joe Chen2022-06-27
|
* locale: sync from Crowdin (#7082)Joe Chen2022-06-26
|
* db: set XORM log level to error (#7078)Joe Chen2022-06-25
|
* pkgr: update supported distributions (#7077)Joe Chen2022-06-25
| | | [skip ci]
* 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
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* mod: bump github.com/editorconfig/editorconfig-core-go/v2 from 2.4.4 to ↵dependabot[bot]2022-06-20
| | | | | 2.4.5 (#7067) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* db: skip auto migrate for existing "version" table (#7057)Joe Chen2022-06-14
|
* mod: bump gorm.io/gorm from 1.23.5 to 1.23.6 (#7052)dependabot[bot]2022-06-13
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* mod: bump github.com/derision-test/go-mockgen from 1.2.0 to 1.3.3 (#7053)dependabot[bot]2022-06-13
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* migrations: add tests and remove XORM (#7050)Joe Chen2022-06-12
|
* db: add tests for authentication through login sources (#7049)Joe Chen2022-06-12
|
* chore: fix typo in codecov.yml (#7047)Joe Chen2022-06-11
| | | [skip ci]
* 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
|
* web: enable `ETag` to improve loading speed of static resources (#7035)shlande2022-06-09
| | | Co-authored-by: shlande <shlandeme@icloud.com>
* mod: use github.com/gogs/gorm-sqlite as the SQLite driver (#7034)Joe Chen2022-06-08
|
* 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
|
* docker: remove outdated info from README (#7028)Joe Chen2022-06-08
| | | [skip ci]
* release: minor updates to templates and docs (#7027)Joe Chen2022-06-08
| | | [skip ci]
* mod: update gorm.io/driver/sqlite to 1.3.2 (#7025)Joe Chen2022-06-07
|
* CHANGELOG: cut entries for 0.12.9 (#7024)Joe Chen2022-06-07
| | | [skip ci]
* http: clean request path from Git endpoints (#7022)Joe Chen2022-06-07
|
* ci: pin go-mockgen to 1.2.0 (#7021)Joe Chen2022-06-07
|
* pathutil: check both styles of `os.PathSeparator` (#7020)Joe Chen2022-06-07
|
* mod: bump github.com/niklasfasching/go-org from 1.6.2 to 1.6.5 (#7015)dependabot[bot]2022-06-06
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* mod: bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#7016)dependabot[bot]2022-06-06
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>