| Commit message (Expand) | Author | Age |
* | removed remaining landing-page/home fragmentsmygogs | Toni Uhlig | 2024-02-02 |
* | commit: fix `matchUsersWithCommitEmails` (#7561) | Athanasios Oikonomou | 2023-11-01 |
* | db: migrate `admin.go` to `notices.go` with GORM (#7536) | Joe Chen | 2023-08-23 |
* | refactor(db): migrate off `user_email.go` to `users.go` (#7452) | Joe Chen | 2023-05-14 |
* | gitutil: strip SSH port from submodule URL when rendering for HTML link (#7383) | TheDarkUndoing | 2023-03-05 |
* | feat(ssh): support dynamic list of algorithms (#7345) | Joe Chen | 2023-02-12 |
* | conf: add new config option for default branch name (#7291) | Vamsi Atluri | 2023-02-11 |
* | refactor(db): merge relation stores into entity stores (#7341) | Joe Chen | 2023-02-08 |
* | refactor(db): finish migrate methods off `user.go` (#7337) | Joe Chen | 2023-02-07 |
* | refactor(db): migrate methods off `user.go` (#7336) | Joe Chen | 2023-02-05 |
* | chore: remove usages of the deprecated `ioutil` (#7332) | Zachary Walters | 2023-02-04 |
* | refactor(db): migrate methods off `user.go` (#7334) | Joe Chen | 2023-02-04 |
* | refactor(db): migrate methods off `user.go` (#7333) | Joe Chen | 2023-02-04 |
* | refactor(db): migrate methods off `user.go` (#7331) | Joe Chen | 2023-02-04 |
* | all: replace `interface{}` with `any` (#7330) | Joe Chen | 2023-02-02 |
* | refactor(db): migrate methods off `user.go` (#7329) | Joe Chen | 2023-02-02 |
* | refactor(db): migrate `UpdateUser` off `user.go` (#7267) | Joe Chen | 2022-11-27 |
* | chore: consistently use `errors.Cause` for identifying error types (#7264) | Joe Chen | 2022-11-27 |
* | refactor(db): add `Users.Update` (#7263) | Joe Chen | 2022-11-27 |
* | refactor(db): migrate `ChangeUsername` off `user.go` (#7261) | Joe Chen | 2022-11-25 |
* | refactor(db): migrate methods off and delete deprecated methods from `user.go... | Joe Chen | 2022-11-05 |
* | refactor(db): migrate methods off `user.go` (#7230) | Joe Chen | 2022-11-05 |
* | refactor(db): migrate methods off `user.go` (#7228) | Joe Chen | 2022-11-05 |
* | refactor(db): migrate methods off `user.go` and `org.go` (#7219) (#7227) | Joe Chen | 2022-11-05 |
* | refactor(db): migrate methods off `user.go` (#7219) | Joe Chen | 2022-10-30 |
* | refactor(db): migrate helpers off `user_cache.go` (#7214) | Joe Chen | 2022-10-24 |
* | refactor(db): migrate perms methods off `user.go` (#7207) | Joe Chen | 2022-10-23 |
* | refactor(db): migrate avatar methods off `user.go` (#7206) | Joe Chen | 2022-10-23 |
* | refactor(db): migrate password methods off `user.go` (#7205) | Joe Chen | 2022-10-23 |
* | refactor(db): migrate `Follow` off `user.go` (#7203) | Joe Chen | 2022-10-23 |
* | chore(db): remove unused field (#7202) | Joe Chen | 2022-10-23 |
* | api: support put content (#7114) | Mateusz Reszka | 2022-10-22 |
* | refactor: replace `ioutil.ReadAll` with `io.ReadAll` (#7200) | Joe Chen | 2022-10-22 |
* | auth: enable authentication by token from password (#7198) | Yang Liu | 2022-10-22 |
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
* | refactor(db): rename `User.Passwd` to `User.Password` (#7196) | Joe Chen | 2022-10-22 |
* | refactor(db): move some methods from `user.go` to `users.go` (#7195) | Joe Chen | 2022-10-22 |
* | refactor(db): move `User.HasForkedRepository` to `users.HasForkedRepository` ... | Joe Chen | 2022-10-09 |
* | api: support getting blob content (#7080) | Yehonatan Ezron | 2022-07-17 |
* | db: refactor "action" table to use GORM (#7054) | Joe Chen | 2022-06-25 |
* | db: add tests for authentication through login sources (#7049) | Joe Chen | 2022-06-12 |
* | db: use `context` and go-mockgen for `ReposStore` (#7046) | Joe Chen | 2022-06-11 |
* | db: use `context` and go-mockgen for `TwoFactorsStore` (#7045) | Joe Chen | 2022-06-11 |
* | db: use `context` and go-mockgen for `UsersStore` (#7042) | Joe Chen | 2022-06-11 |
* | db: use `context` and go-mockgen for login sources (#7041) | Joe Chen | 2022-06-10 |
* | db: use `context` and go-mockgen for `LFSStore` (#7038) | Joe Chen | 2022-06-10 |
* | db: use `context` and go-mockgen for `PermsStore` (#7033) | Joe Chen | 2022-06-08 |
* | db: rename `AccessTokensStore.Save` to `Touch` (#7029) | Joe Chen | 2022-06-08 |
* | http: clean request path from Git endpoints (#7022) | Joe Chen | 2022-06-07 |
* | db: use `context` and go-mockgen for `AccessTokensStore` (#7013) | Joe Chen | 2022-06-06 |