Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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> | |||
* | mod: bump gopkg.in/ini.v1 from 1.66.5 to 1.66.6 (#7017) | dependabot[bot] | 2022-06-06 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | db: use `context` and go-mockgen for `AccessTokensStore` (#7013) | Joe Chen | 2022-06-06 | |
| | ||||
* | schemadoc: print table indexes (#7012) | Joe Chen | 2022-06-05 | |
| | ||||
* | access_token: encrypt access token with SHA256 (#7008) | E99p1ant | 2022-06-05 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * access_token: encrypt access token with SHA256 * revert list access token * fix lint * generate schemadoc * add database migrations * fix tests * fix tests * add test case for access token golden * fix test in postgres * `Sha256` -> `SHA256` * Use GORM for migration * task generate-schemadoc * Use unique * change migration name * allow read * task generate-schemadoc * add changelog * fix lint error * update changelog * remove Debug * add comments Co-authored-by: Joe Chen <jc@unknwon.io> | |||
* | issues: sanitize `DisplayName` (#7009) | E99p1ant | 2022-06-05 | |
| | | | | | | | * issues: display issue poster’s `Name` instead of `DisplayName` * sanitize display name * update changelog | |||
* | ci: check tidiness of "task generate-schemadoc" (#7007) | Joe Chen | 2022-06-04 | |
| | ||||
* | db: code tidy up for `AccessTokens` (#7006) | Joe Chen | 2022-06-04 | |
| | ||||
* | repo_editor: check both styles of `os.PathSeparator` in all systems (#7005) | Joe Chen | 2022-06-04 | |
| | ||||
* | pull: ignore PR status check if head repository is missing (#7004) | Joe Chen | 2022-06-04 | |
| | ||||
* | http: fix non-sense `NotFound` call (#7003) | Joe Chen | 2022-06-04 | |
| | ||||
* | ci: add Codeball (#6997) | Joe Chen | 2022-06-03 | |
| | | | [skip ci] | |||
* | repo: remove hard-coded branch name in init (#6999) | Joe Chen | 2022-06-03 | |
| | ||||
* | db: run tests with pure-Go SQLite (#6998) | Joe Chen | 2022-06-03 | |
| | ||||
* | ci: run database tests against Postgres, MySQL and SQLite (#6996) | Joe Chen | 2022-06-01 | |
| | ||||
* | chore: update release issue templates (#6993) | Joe Chen | 2022-05-31 | |
| | | | [skip ci] | |||
* | CHANGELOG: cut entries for 0.12.8 (#6992) | Joe Chen | 2022-05-31 | |
| | | | [skip ci] | |||
* | CHANEGLOG: add missing entry for #6988 (#6990) | Joe Chen | 2022-05-31 | |
| | | | [skip ci] | |||
* | locale: sync from Crowdin (#6989) | Joe Chen | 2022-05-31 | |
| | ||||
* | webhook: revalidate local hostname before each delivery (#6988) | Joe Chen | 2022-05-31 | |
| | ||||
* | repo_editor: prohibit move files to to `.git` directory (#6986) | Joe Chen | 2022-05-31 | |
| | ||||
* | repo_editor: prohibits uploading files to `.git.` directory (#6970) | 1135 | 2022-05-30 | |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | |||
* | mod: bump gorm.io/driver/mysql from 1.3.3 to 1.3.4 (#6985) | dependabot[bot] | 2022-05-30 | |
| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io> | |||
* | mod: bump gopkg.in/ini.v1 from 1.66.4 to 1.66.5 (#6984) | dependabot[bot] | 2022-05-30 | |
| | | | | 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.6 to 1.3.7 (#6983) | dependabot[bot] | 2022-05-30 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | docker: push ephemeral image to ttl.sh for pull requests (#6981) | Joe Chen | 2022-05-29 | |
| | | | [skip ci] | |||
* | web: print accessible URL on startup (#6979) | Joe Chen | 2022-05-29 | |
| | ||||
* | build: remove Makefile and update Docker build steps (#6980) | Joe Chen | 2022-05-29 | |
| | ||||
* | locale: sync from Crowdin (#6978) | Joe Chen | 2022-05-29 | |
| | ||||
* | docs: use "go install" instead of "go get" (#6972) | Joe Chen | 2022-05-27 | |
| | ||||
* | csrf: sanitize token after reading from cookie (#6969) | Toby Simmons | 2022-05-26 | |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | |||
* | chore: Set permissions for GitHub actions (#6936) | Naveen | 2022-05-26 | |
| | ||||
* | chore: update README_ZH.md (#6960) | Songsong Wang | 2022-05-25 | |
| | | | | | [skip ci] Co-authored-by: Joe Chen <jc@unknwon.io> | |||
* | mod: bump gorm.io/driver/postgres from 1.3.5 to 1.3.6 (#6964) | dependabot[bot] | 2022-05-23 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | codecov: make patch status to be informational (#6952) | Joe Chen | 2022-05-16 | |
| | ||||
* | chore: fix lint errors (#6951) | Joe Chen | 2022-05-16 | |
| | ||||
* | mod: bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 (#6950) | dependabot[bot] | 2022-05-16 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | locale: sync from Crowdin (#6948) | Joe Chen | 2022-05-15 | |
| | ||||
* | mod: bump github.com/urfave/cli from 1.22.8 to 1.22.9 (#6938) | dependabot[bot] | 2022-05-09 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | chore: update release templates (#6935) | Joe Chen | 2022-05-07 | |
| | ||||
* | CHANGELOG: cut entries for 0.12.7 (#6931) | Joe Chen | 2022-05-05 | |
| | | | [skip ci] | |||
* | release: add step to publish GitHub security advisory (#6929) | Joe Chen | 2022-05-05 | |
| | ||||
* | CHANGELOG: add entry for #6926 (#6928) | Joe Chen | 2022-05-05 | |
| | ||||
* | chore: watch "custom" directory in dev and use lowercase for header value ↵ | Joe Chen | 2022-05-03 | |
| | | | | (#6927) | |||
* | attachment: set CSP header in the serving endpoint (#6926) | Joe Chen | 2022-05-03 | |
| | ||||
* | mod: bump github.com/urfave/cli from 1.22.7 to 1.22.8 (#6925) | dependabot[bot] | 2022-05-02 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | mod: bump gorm.io/gorm from 1.23.4 to 1.23.5 (#6924) | dependabot[bot] | 2022-05-02 | |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | chore: fix dead link in pull request template (#6922) | Joe Chen | 2022-04-27 | |
| | | | [skip ci] | |||
* | restore: fix incorrect existence checking of "repositories.zip" (#6914) | 4e4o | 2022-04-27 | |
| |