aboutsummaryrefslogtreecommitdiff
path: root/internal/route/api/v1
Commit message (Expand)AuthorAge
* refactor(db): migrate off `user_email.go` to `users.go` (#7452)Joe Chen2023-05-14
* refactor(db): merge relation stores into entity stores (#7341)Joe Chen2023-02-08
* refactor(db): finish migrate methods off `user.go` (#7337)Joe Chen2023-02-07
* refactor(db): migrate methods off `user.go` (#7336)Joe Chen2023-02-05
* refactor(db): migrate methods off `user.go` (#7331)Joe Chen2023-02-04
* all: replace `interface{}` with `any` (#7330)Joe Chen2023-02-02
* refactor(db): migrate `UpdateUser` off `user.go` (#7267)Joe Chen2022-11-27
* 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): migrate methods off `user.go` (#7228)Joe Chen2022-11-05
* refactor(db): migrate methods off `user.go` and `org.go` (#7219) (#7227)Joe Chen2022-11-05
* refactor(db): migrate perms methods off `user.go` (#7207)Joe Chen2022-10-23
* refactor(db): migrate password methods off `user.go` (#7205)Joe Chen2022-10-23
* refactor(db): migrate `Follow` off `user.go` (#7203)Joe Chen2022-10-23
* api: support put content (#7114)Mateusz Reszka2022-10-22
* 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
* api: support getting blob content (#7080)Yehonatan Ezron2022-07-17
* 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 login sources (#7041)Joe Chen2022-06-10
* db: use `context` and go-mockgen for `PermsStore` (#7033)Joe Chen2022-06-08
* db: use `context` and go-mockgen for `AccessTokensStore` (#7013)Joe Chen2022-06-06
* webhook: revalidate local hostname before each delivery (#6988)Joe Chen2022-05-31
* autofix: fix check for empty string (#6804)deepsource-autofix[bot]2022-03-06
* api: support listing repository tags (#6656)Devops2021-12-14
* api: EditWiki implementation (#5860)Pavel M2021-11-10
* api: add `GET /api/v1/{owner}/{repo}/commits` endpoint (#6574)Jordan Levin2021-09-24
* ci: use new lint action and add custom config (#6562)ᴜɴᴋɴᴡᴏɴ2021-05-19
* chore: fix typos in code comments (#6556)Atin2021-05-19
* db: migrate access table to use GORM (#6371)ᴜɴᴋɴᴡᴏɴ2020-10-06
* db: remove `db.User.LoginType` field (#6122)Kousik Mitra2020-04-19
* db: add tests for users (#6116)ᴜɴᴋɴᴡᴏɴ2020-04-18
* db: add tests for repos (#6112)ᴜɴᴋɴᴡᴏɴ2020-04-17
* api: add admin endpoint to get team members (#6101)Rui Santos2020-04-15
* login_source: migrate to GORM and add tests (#6090)ᴜɴᴋɴᴡᴏɴ2020-04-11
* access_token: migrate to GORM and add tests (#6086)ᴜɴᴋɴᴡᴏɴ2020-04-11
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
* api: support get releases endpoint (#6026)Philidor Green2020-03-28
* webhook: overhaul route handlers (#6002)ᴜɴᴋɴᴡᴏɴ2020-03-22
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
* api: group "/contents" with "" and "/*" #5985 (#5986)Bharat Nallan2020-03-13
* api: minor changes to `/repo/owner/repo/git/trees` (#5982)ᴜɴᴋɴᴡᴏɴ2020-03-11
* api: overhaul `/repos/owner/repos/contents` (#5980)ᴜɴᴋɴᴡᴏɴ2020-03-10
* git: migrate to github.com/gogs/git-module@v1.0.0 (#5958)ᴜɴᴋɴᴡᴏɴ2020-03-08
* api: `GET /repos/:owner/:repo/contents/:path` (#5963)ᴜɴᴋɴᴡᴏɴ2020-03-05
* lint: fix some Golang CI lint issues (#5955)ᴜɴᴋɴᴡᴏɴ2020-03-01
* conf: overhaul auth and user settings (#5942)ᴜɴᴋɴᴡᴏɴ2020-02-27
* api: support getting repository Git tree (#5934) (#5937)Bharat Nallan2020-02-25