aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd
Commit message (Expand)AuthorAge
* feat(ssh): support dynamic list of algorithms (#7345)Joe Chen2023-02-12
* fix(backup): skip "data" in the custom directory (#7343)Joe Chen2023-02-12
* refactor(db): finish migrate methods off `user.go` (#7337)Joe Chen2023-02-07
* chore: remove usages of the deprecated `ioutil` (#7332)Zachary Walters2023-02-04
* all: replace `interface{}` with `any` (#7330)Joe Chen2023-02-02
* refactor(db): migrate methods off `user.go` (#7329)Joe Chen2023-02-02
* refactor(db): migrate methods off and delete deprecated methods from `user.go...Joe Chen2022-11-05
* refactor(db): migrate methods off `user.go` (#7230)Joe Chen2022-11-05
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
* refactor(db): rename `User.Passwd` to `User.Password` (#7196)Joe Chen2022-10-22
* refactor(db): move some methods from `user.go` to `users.go` (#7195)Joe Chen2022-10-22
* build: remove support of Go 1.17 (#7177)Joe Chen2022-10-09
* db: use `context` for backup and restore (#7044)Joe Chen2022-06-11
* web: enable `ETag` to improve loading speed of static resources (#7035)shlande2022-06-09
* db: use `context` and go-mockgen for `PermsStore` (#7033)Joe Chen2022-06-08
* web: print accessible URL on startup (#6979)Joe Chen2022-05-29
* attachment: set CSP header in the serving endpoint (#6926)Joe Chen2022-05-03
* restore: fix incorrect existence checking of "repositories.zip" (#6914)4e4o2022-04-27
* restore: clean up leftover and invalid chars (#6875)Joe Chen2022-03-26
* assets: convert usage of go-bindata to Go embed (#6851)Michael Li2022-03-17
* autofix: format code with gofumpt and gofmt (#6803)deepsource-autofix[bot]2022-03-06
* autofix: function call can be replaced with helper function (#6805)deepsource-autofix[bot]2022-03-06
* autofix: fix check for empty string (#6804)deepsource-autofix[bot]2022-03-06
* autofix: unused parameter should be replaced by underscore (#6799)deepsource-autofix[bot]2022-03-06
* chore: fix lint errors (#6620)Joe Chen2021-09-24
* web: correctly handle go-get pages for repository roots (#6598)James-REANNZ2021-08-26
* chore: fix typos in code comments (#6556)Atin2021-05-19
* db: migrate access table to use GORM (#6371)ᴜɴᴋɴᴡᴏɴ2020-10-06
* cmd/serv: use different log files for ORMs in hook mode (#6361)ᴜɴᴋɴᴡᴏɴ2020-09-29
* web: correctly serving go-get pages for subdirs (#6318)ᴜɴᴋɴᴡᴏɴ2020-09-09
* all: use semver to compare versions (#6147)ᴜɴᴋɴᴡᴏɴ2020-05-04
* db: use GORM to backup and restore non-legacy tables (#6142)ᴜɴᴋɴᴡᴏɴ2020-05-04
* route: bypass require signin check for trigger repo tasks (#6079)ᴜɴᴋɴᴡᴏɴ2020-04-08
* route: no session for routes without UI (#6066)ᴜɴᴋɴᴡᴏɴ2020-04-05
* lfs: run e2e and fix minor issues (#6059)ᴜɴᴋɴᴡᴏɴ2020-04-05
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
* web: rename CSRF header (#6027)ᴜɴᴋɴᴡᴏɴ2020-03-28
* csrf: set cookie HttpOnly and Secure (#6013)ᴜɴᴋɴᴡᴏɴ2020-03-27
* cmd: backup support exclude mirror repositories (#6003)Philidor Green2020-03-24
* webhook: overhaul route handlers (#6002)ᴜɴᴋɴᴡᴏɴ2020-03-22
* cmd: init logging before `SetEngine` (#6001)ᴜɴᴋɴᴡᴏɴ2020-03-22
* workflows: enable golangci-lint (#5998)ᴜɴᴋɴᴡᴏɴ2020-03-21
* admin: use POST to run operations (#5997)ᴜɴᴋɴᴡᴏɴ2020-03-21
* ipynb: sanitize rendered HTML (#5996)ᴜɴᴋɴᴡᴏɴ2020-03-21
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
* git: migrate to github.com/gogs/git-module@v1.0.0 (#5958)ᴜɴᴋɴᴡᴏɴ2020-03-08
* cmd/serv: improve hookMode handling (#5960)ᴜɴᴋɴᴡᴏɴ2020-03-02
* cmd: init minimal logging config in hook modeᴜɴᴋɴᴡᴏɴ2020-03-02
* lint: fix some Golang CI lint issues (#5955)ᴜɴᴋɴᴡᴏɴ2020-03-01
* conf: overhaul settings (#5953)ᴜɴᴋɴᴡᴏɴ2020-02-29