| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | go: update required version to be 1.17 and add 1.19 to CI (#7129) | Joe Chen | 2022-08-08 |
* | netutil: allow using `*` to match any hostname (#7111) | Joe Chen | 2022-07-25 |
* | api: support getting blob content (#7080) | Yehonatan Ezron | 2022-07-17 |
* | conf: update test golden file (#7085) | Joe Chen | 2022-06-27 |
* | db: set XORM log level to error (#7078) | Joe Chen | 2022-06-25 |
* | webhook: validate against hostname instead of full URL (#7075) | Joe Chen | 2022-06-25 |
* | db: refactor "action" table to use GORM (#7054) | Joe Chen | 2022-06-25 |
* | db: skip auto migrate for existing "version" table (#7057) | Joe Chen | 2022-06-14 |
* | migrations: add tests and remove XORM (#7050) | Joe Chen | 2022-06-12 |
* | db: add tests for authentication through login sources (#7049) | Joe Chen | 2022-06-12 |
* | db: use `context` and go-mockgen for `ReposStore` (#7046) | Joe Chen | 2022-06-11 |
* | db: use `context` and go-mockgen for `TwoFactorsStore` (#7045) | Joe Chen | 2022-06-11 |
* | db: use `context` for backup and restore (#7044) | Joe Chen | 2022-06-11 |
* | db: use `context` and go-mockgen for `UsersStore` (#7042) | Joe Chen | 2022-06-11 |
* | db: use `context` and go-mockgen for login sources (#7041) | Joe Chen | 2022-06-10 |
* | db: use `context` and go-mockgen for `LFSStore` (#7038) | Joe Chen | 2022-06-10 |
* | web: enable `ETag` to improve loading speed of static resources (#7035) | shlande | 2022-06-09 |
* | db: use `context` and go-mockgen for `PermsStore` (#7033) | Joe Chen | 2022-06-08 |
* | db: add back xorm tag for `AccessToken.UserID` (#7032) | Joe Chen | 2022-06-08 |
* | db: rename `AccessTokensStore.Save` to `Touch` (#7029) | Joe Chen | 2022-06-08 |
* | http: clean request path from Git endpoints (#7022) | Joe Chen | 2022-06-07 |
* | pathutil: check both styles of `os.PathSeparator` (#7020) | Joe Chen | 2022-06-07 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | mod: bump gopkg.in/ini.v1 from 1.66.4 to 1.66.5 (#6984) | dependabot[bot] | 2022-05-30 |
* | web: print accessible URL on startup (#6979) | Joe Chen | 2022-05-29 |
* | csrf: sanitize token after reading from cookie (#6969) | Toby Simmons | 2022-05-26 |
* | chore: fix lint errors (#6951) | Joe Chen | 2022-05-16 |
* | chore: watch "custom" directory in dev and use lowercase for header value (#6... | Joe Chen | 2022-05-03 |
* | attachment: set CSP header in the serving endpoint (#6926) | Joe Chen | 2022-05-03 |
* | restore: fix incorrect existence checking of "repositories.zip" (#6914) | 4e4o | 2022-04-27 |
* | mod: bump github.com/gogs/git-module from 1.5.0 to 1.6.0 (#6894) | dependabot[bot] | 2022-04-05 |
* | webhook: add missing `%s` URL value for webhook description (#6478) | Renzo Toma | 2022-04-04 |
* | restore: clean up leftover and invalid chars (#6875) | Joe Chen | 2022-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 Li | 2022-03-17 |
* | chore: run `task generate` (#6844) | Joe Chen | 2022-03-15 |