aboutsummaryrefslogtreecommitdiff
path: root/internal/route/api
Commit message (Expand)AuthorAge
* 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
* conf: overhaul email settings (#5940)ᴜɴᴋɴᴡᴏɴ2020-02-25
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
* log: migrate to unknwon.dev/clog/v2 (#5927)ᴜɴᴋɴᴡᴏɴ2020-02-20
* api/misc/markdown: remove Mode option (#5910)ᴜɴᴋɴᴡᴏɴ2020-01-29
* api: sanitize raw markdown content (#5907)ᴜɴᴋɴᴡᴏɴ2020-01-27
* 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