aboutsummaryrefslogtreecommitdiff
path: root/internal/route/org
Commit message (Expand)AuthorAge
* all: replace `interface{}` with `any` (#7330)Joe Chen2023-02-02
* refactor(db): migrate `UpdateUser` off `user.go` (#7267)Joe Chen2022-11-27
* chore: consistently use `errors.Cause` for identifying error types (#7264)Joe Chen2022-11-27
* refactor(db): add `Users.Update` (#7263)Joe Chen2022-11-27
* refactor(db): migrate `ChangeUsername` off `user.go` (#7261)Joe Chen2022-11-25
* refactor(db): migrate methods off and delete deprecated methods from `user.go...Joe Chen2022-11-05
* refactor(db): migrate methods off `user.go` (#7228)Joe Chen2022-11-05
* refactor(db): migrate avatar methods off `user.go` (#7206)Joe Chen2022-10-23
* refactor(db): move some methods from `user.go` to `users.go` (#7195)Joe Chen2022-10-22
* db: use `context` and go-mockgen for `UsersStore` (#7042)Joe Chen2022-06-11
* auth: decouple types and functions from db (#6320)ᴜɴᴋɴᴡᴏɴ2020-09-20
* organization: limit showing at most 12 members in profile page (#6254)ᴜɴᴋɴᴡᴏɴ2020-08-17
* db: add tests for users (#6116)ᴜɴᴋɴᴡᴏɴ2020-04-18
* db: add tests for repos (#6112)ᴜɴᴋɴᴡᴏɴ2020-04-17
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
* webhook: overhaul route handlers (#6002)ᴜɴᴋɴᴡᴏɴ2020-03-22
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
* log: migrate to unknwon.dev/clog/v2 (#5927)ᴜɴᴋɴᴡᴏɴ2020-02-20
* internal: move packages under this directory (#5836)Unknwon2019-10-24