aboutsummaryrefslogtreecommitdiff
path: root/internal/context
Commit message (Expand)AuthorAge
* refactor(db): merge relation stores into entity stores (#7341)Joe Chen2023-02-08
* all: replace `interface{}` with `any` (#7330)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
* api: support put content (#7114)Mateusz Reszka2022-10-22
* auth: enable authentication by token from password (#7198)Yang Liu2022-10-22
* refactor(db): rename `User.Passwd` to `User.Password` (#7196)Joe Chen2022-10-22
* refactor(db): move `User.HasForkedRepository` to `users.HasForkedRepository` ...Joe Chen2022-10-09
* db: refactor "action" table to use GORM (#7054)Joe Chen2022-06-25
* db: use `context` and go-mockgen for `ReposStore` (#7046)Joe Chen2022-06-11
* db: use `context` and go-mockgen for `UsersStore` (#7042)Joe Chen2022-06-11
* db: use `context` and go-mockgen for `PermsStore` (#7033)Joe Chen2022-06-08
* db: rename `AccessTokensStore.Save` to `Touch` (#7029)Joe Chen2022-06-08
* db: use `context` and go-mockgen for `AccessTokensStore` (#7013)Joe Chen2022-06-06
* access_token: encrypt access token with SHA256 (#7008)E99p1ant2022-06-05
* csrf: sanitize token after reading from cookie (#6969)Toby Simmons2022-05-26
* chore: watch "custom" directory in dev and use lowercase for header value (#6...Joe Chen2022-05-03
* autofix: fix nested `if` with `else if` (#6807)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
* chore: fix typos in code comments (#6556)Atin2021-05-19
* templates: fix typo of BranchCount (#6370)weibaohui2020-11-24
* context: add X-Frame-Options header (#6411)Matheus Mosca2020-11-11
* context: fix Access-Control-Allow-Credentials header typo (#6381)E99p1ant2020-10-10
* db: migrate access table to use GORM (#6371)ᴜɴᴋɴᴡᴏɴ2020-10-06
* auth: decouple types and functions from db (#6320)ᴜɴᴋɴᴡᴏɴ2020-09-20
* web: correctly serving go-get pages for subdirs (#6318)ᴜɴᴋɴᴡᴏɴ2020-09-09
* repo: users have access to base repository can also view forks (#6261)ᴜɴᴋɴᴡᴏɴ2020-08-22
* db: fix update team panic (#6253)ᴜɴᴋɴᴡᴏɴ2020-08-16
* route: no session for routes without UI (#6066)ᴜɴᴋɴᴡᴏɴ2020-04-05
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
* http: always set header `X-Content-Type-Options` to `nosniff` (#6008)ᴜɴᴋɴᴡᴏɴ2020-03-23
* util: add tests (#5989)ᴜɴᴋɴᴡᴏɴ2020-03-16
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
* api: overhaul `/repos/owner/repos/contents` (#5980)ᴜɴᴋɴᴡᴏɴ2020-03-10
* commit: fix unexpected truncation in titleᴜɴᴋɴᴡᴏɴ2020-03-09
* git: migrate to github.com/gogs/git-module@v1.0.0 (#5958)ᴜɴᴋɴᴡᴏɴ2020-03-08
* auth: redirect landing URL with subpath prepended (#5964)ᴜɴᴋɴᴡᴏɴ2020-03-04
* 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 security settingsᴜɴᴋɴᴡᴏɴ2020-02-22
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
* log: migrate to unknwon.dev/clog/v2 (#5927)ᴜɴᴋɴᴡᴏɴ2020-02-20
* admin: show all version in dashboardᴜɴᴋɴᴡᴏɴ2020-02-19
* repo: fix redirect after opening/closing milestone (#5903)Andrey Filippov2020-01-26
* repo: use editorconfig v2 (#5888)Yoan Blanc2019-12-25
* web: fix panic when download attachments (#5838)Unknwon2019-10-24
* internal: move packages under this directory (#5836)Unknwon2019-10-24