Commit Graph

23 Commits (main)

Author SHA1 Message Date
dependabot[bot] e6896eb393
mod: bump gorm.io/driver/postgres from 1.5.7 to 1.5.11 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Chen <jc@unknwon.io>
2025-01-01 11:11:51 -05:00
Joe Chen 76831d0d06
dep: update github.com/gogs/git-module to v1.8.4 ()
## Describe the pull request

Fixes
https://github.com/gogs/gogs/security/advisories/GHSA-m27m-h5gj-wwmg by
including https://github.com/gogs/git-module/pull/110
2024-12-22 16:37:51 -05:00
Joe Chen 68b3c8f339
repo: ignore unintended Git options for diff preview ()
## Describe the pull request

Fixes
https://github.com/gogs/gogs/security/advisories/GHSA-9pp6-wq8c-3w2c
2024-12-22 15:59:03 -05:00
Joe Chen 77a4a945ae
repo: prevent preview and delete files in `.git` directories ()
## Describe the pull request

Fixes
https://github.com/gogs/gogs/security/advisories/GHSA-ccqv-43vm-4f3w
2024-12-22 15:24:18 -05:00
Joe Chen b09f317aa0
database: lock mock properly to avoid data race in tests ()
Fixes tests data race found in
https://github.com/gogs/gogs/actions/runs/12457230279/job/34771555537
2024-12-22 15:09:42 -05:00
Joe Chen 009a1855aa
ssh: make `env` command a passthrough ()
## Describe the pull request

Fixes
https://github.com/gogs/gogs/security/advisories/GHSA-vm62-9jw3-c8w3
2024-12-22 14:56:31 -05:00
Joe Chen 9a9388ace2
api: clean file path for updating repo contents ()
## Describe the pull request

Link to the issue: closes https://github.com/gogs/gogs/issues/7582
2024-12-14 21:30:34 -05:00
alingse 87f47166ac
chore: fix miss makezero bug () 2024-05-26 18:04:54 -04:00
Joe Chen d9ecdcaef0
all: unwrap `database.UsersStore` interface () 2024-03-27 23:18:59 -04:00
Joe Chen 202012887a
all: unwrap `database.TwoFactorsStore` interface () 2024-03-27 22:14:08 -04:00
Joe Chen 4d05804729
all: unwrap `database.RepositoriesStore` interface () 2024-03-26 23:34:31 -04:00
Joe Chen 895e553e68
all: unwrap `database.PublicKeysStore` interface () 2024-03-23 20:55:45 -04:00
Joe Chen 5cf0189df1
all: unwrap `database.PermissionsStore` interface () 2024-03-23 20:46:32 -04:00
Joe Chen 8d2386b4db
database: set `Handle` direcetly during initialization () 2024-03-20 19:02:57 -04:00
Joe Chen dd49412edd
all: unwrap `database.OrganizationsStore` interface () 2024-03-19 19:33:43 -04:00
Joe Chen b89f20e02d
all: unwrap `database.NoticesStore` interface () 2024-03-17 20:44:13 -04:00
Joe Chen e634aa6277
all: unwrap `database.LoginSourcesStore` interface () 2024-03-17 20:14:54 -04:00
Joe Chen 3a5132b6f7
all: unwrap `database.LFSStore` interface () 2024-03-16 20:32:12 -04:00
Joe Chen 6d77d6204d
all: unwrap `database.ActionsStore` interface () 2024-03-13 22:03:02 -04:00
Joe Chen 8054ffc12f
all: unwrap `database.AccessTokensStore` interface () 2024-02-20 21:47:32 -05:00
Joe Chen 917c14f2ce
internal/database: consistently use `Store` and `s` as receiver () 2024-02-19 20:00:13 -05:00
Joe Chen dfe27ad556
database: use all tables to setup test suite () 2024-02-18 21:26:30 -05:00
Joe Chen 3650b32ec5
chore: rename `internal/db` to `internal/database` () 2024-02-18 19:39:41 -05:00