Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): finish migrate methods off `user.go` (#7337) | Joe Chen | 2023-02-07 |
| | |||
* | db: use `context` and go-mockgen for login sources (#7041) | Joe Chen | 2022-06-10 |
| | |||
* | ci: use new lint action and add custom config (#6562) | ᴜɴᴋɴᴡᴏɴ | 2021-05-19 |
| | |||
* | lfs: show configs in admin ui (#6128) | ᴜɴᴋɴᴡᴏɴ | 2020-04-21 |
| | | | | | | | * Rename template consts * Display new DB options * Display LFS configs | ||
* | workflows: enable golangci-lint (#5998) | ᴜɴᴋɴᴡᴏɴ | 2020-03-21 |
| | | | | | | | | | | | | | * Create golint.yml * Update golint.yml * Update golint.yml * Fix errcheck * Fix gosimple * Fix staticcheck | ||
* | admin: use POST to run operations (#5997) | ᴜɴᴋɴᴡᴏɴ | 2020-03-21 |
| | | | | | | | * admin: use POST to run operations Fixed CSRF reported by Wenxu Wu of Tencent's Xuanwu Lab. * Update CHANGELOG | ||
* | util: add tests (#5989) | ᴜɴᴋɴᴡᴏɴ | 2020-03-16 |
| | |||
* | refactor: unify error handling in routing layer | ᴜɴᴋɴᴡᴏɴ | 2020-03-16 |
| | |||
* | template: improve admin config page | ᴜɴᴋɴᴡᴏɴ | 2020-03-01 |
| | |||
* | conf: overhaul settings (#5953) | ᴜɴᴋɴᴡᴏɴ | 2020-02-29 |
| | | | | | | | | | | | | | | * Overhaul cache settings * Overhaul HTTP settings * conf: overhaul more settings * log: make LGTM happy * travis: upload report to Codecov * Add codecov.yml | ||
* | conf: overhaul sessions settings (#5952) | ᴜɴᴋɴᴡᴏɴ | 2020-02-29 |
| | |||
* | conf: overhaul auth and user settings (#5942) | ᴜɴᴋɴᴡᴏɴ | 2020-02-27 |
| | | | | | | * conf: overhaul auth and user settings * ci: update travis Go versions | ||
* | conf: overhaul email settings (#5940) | ᴜɴᴋɴᴡᴏɴ | 2020-02-25 |
| | |||
* | conf: overhaul security settings | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | |||
* | conf: overhaul database settings | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | |||
* | conf: overhaul repository settings (#5932) | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | |||
* | admin/config: show all server and SSH options | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | |||
* | conf: overhaul server settings (#5928) | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * conf: rename package * Requires Go 1.12 * Fix lint * Fix lint * Overhaul * db: fix tests * Save my work * Fix tests * Server.UnixSocketPermission * Server.LocalRootURL * SSH settings * Server.OfflineMode * Save my work * App.Version * Remove [server] STATIC_ROOT_PATH * Server.LandingURL | ||
* | admin: show all version in dashboard | ᴜɴᴋɴᴡᴏɴ | 2020-02-19 |
| | | | | And removed version info from footer. | ||
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
* Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version |