index
:
gogs.git
buildscript
main
mygogs
Gogs is a painless self-hosted Git service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
route
/
repo
Commit message (
Expand
)
Author
Age
*
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
*
refactor(db): move some methods from `user.go` to `users.go` (#7195)
Joe Chen
2022-10-22
*
refactor(db): move `User.HasForkedRepository` to `users.HasForkedRepository` ...
Joe Chen
2022-10-09
*
db: refactor "action" table to use GORM (#7054)
Joe Chen
2022-06-25
*
db: use `context` and go-mockgen for `ReposStore` (#7046)
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 `PermsStore` (#7033)
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
*
db: use `context` and go-mockgen for `AccessTokensStore` (#7013)
Joe Chen
2022-06-06
*
access_token: encrypt access token with SHA256 (#7008)
E99p1ant
2022-06-05
*
http: fix non-sense `NotFound` call (#7003)
Joe Chen
2022-06-04
*
webhook: revalidate local hostname before each delivery (#6988)
Joe Chen
2022-05-31
*
webhook: add missing `%s` URL value for webhook description (#6478)
Renzo Toma
2022-04-04
*
conf: add allowlist for accessing local network (#6842)
Joe Chen
2022-03-14
*
security: fix SSRF in repository migration (#6812)
Michael Rowley
2022-03-08
*
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: types of function parameters can be combined (#6800)
deepsource-autofix[bot]
2022-03-06
*
autofix: unused parameter should be replaced by underscore (#6799)
deepsource-autofix[bot]
2022-03-06
*
chore: rename few consts to camel case (#6725)
Joe Chen
2022-01-13
*
ci: use new lint action and add custom config (#6562)
ᴜɴᴋɴᴡᴏɴ
2021-05-19
*
chore: fix typos in code comments (#6556)
Atin
2021-05-19
*
db: migrate access table to use GORM (#6371)
ᴜɴᴋɴᴡᴏɴ
2020-10-06
*
Add git diff timeout in app config (#6348)
Zhukov Roman
2020-09-29
*
auth: decouple types and functions from db (#6320)
ᴜɴᴋɴᴡᴏɴ
2020-09-20
*
repo: support unlisted but publicly accessible repositories (#6176)
Achilleas Koutsou
2020-09-04
*
db: add tests for repos (#6112)
ᴜɴᴋɴᴡᴏɴ
2020-04-17
*
db: add tests for two factors (#6099)
ᴜɴᴋɴᴡᴏɴ
2020-04-14
*
access_token: migrate to GORM and add tests (#6086)
ᴜɴᴋɴᴡᴏɴ
2020-04-11
*
repo: disable public access option when using external wiki and issue tracker...
alpencrossi
2020-04-09
*
route: bypass require signin check for trigger repo tasks (#6079)
ᴜɴᴋɴᴡᴏɴ
2020-04-08
*
lfs: add unit test for middleware (#6070)
ᴜɴᴋɴᴡᴏɴ
2020-04-06
*
route: no session for routes without UI (#6066)
ᴜɴᴋɴᴡᴏɴ
2020-04-05
*
lfs: implement HTTP routes (#6035)
ᴜɴᴋɴᴡᴏɴ
2020-04-04
*
template: better diff handling of rename and deleted files (#6048)
ᴜɴᴋɴᴡᴏɴ
2020-03-31
*
dep: bump github.com/gogs/git-module from 1.0.1 to 1.0.2 (#6030)
ᴜɴᴋɴᴡᴏɴ
2020-03-29
*
webhook: overhaul route handlers (#6002)
ᴜɴᴋɴᴡᴏɴ
2020-03-22
*
workflows: enable golangci-lint (#5998)
ᴜɴᴋɴᴡᴏɴ
2020-03-21
*
refactor: unify error handling in routing layer
ᴜɴᴋɴᴡᴏɴ
2020-03-16
*
commit: fix unexpected truncation in title
ᴜɴᴋɴᴡᴏɴ
2020-03-09
*
git: migrate to github.com/gogs/git-module@v1.0.0 (#5958)
ᴜɴᴋɴᴡᴏɴ
2020-03-08
*
lint: fix some Golang CI lint issues (#5955)
ᴜɴᴋɴᴡᴏɴ
2020-03-01
*
conf: overhaul settings (#5953)
ᴜɴᴋɴᴡᴏɴ
2020-02-29
*
conf: overhaul auth and user settings (#5942)
ᴜɴᴋɴᴡᴏɴ
2020-02-27
*
conf: overhaul email settings (#5940)
ᴜɴᴋɴᴡᴏɴ
2020-02-25
*
conf: overhaul repository settings (#5932)
ᴜɴᴋɴᴡᴏɴ
2020-02-22
*
conf: overhaul server settings (#5928)
ᴜɴᴋɴᴡᴏɴ
2020-02-22
[next]