Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(ssh): support dynamic list of algorithms (#7345) | Joe Chen | 2023-02-12 |
| | |||
* | fix(backup): skip "data" in the custom directory (#7343) | Joe Chen | 2023-02-12 |
| | |||
* | chore: remove usages of the deprecated `ioutil` (#7332) | Zachary Walters | 2023-02-04 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | db: use `context` for backup and restore (#7044) | Joe Chen | 2022-06-11 |
| | |||
* | autofix: format code with gofumpt and gofmt (#6803) | deepsource-autofix[bot] | 2022-03-06 |
| | | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | ||
* | db: use GORM to backup and restore non-legacy tables (#6142) | ᴜɴᴋɴᴡᴏɴ | 2020-05-04 |
| | |||
* | cmd: backup support exclude mirror repositories (#6003) | Philidor Green | 2020-03-24 |
| | | | | | | | * cmd: backup support exclude mirror repositories * Apply suggestions from code review Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | cmd: init logging before `SetEngine` (#6001) | ᴜɴᴋɴᴡᴏɴ | 2020-03-22 |
| | |||
* | workflows: enable golangci-lint (#5998) | ᴜɴᴋɴᴡᴏɴ | 2020-03-21 |
| | | | | | | | | | | | | | * Create golint.yml * Update golint.yml * Update golint.yml * Fix errcheck * Fix gosimple * Fix staticcheck | ||
* | cmd: fix unable to find correct custom config | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | |||
* | conf: overhaul database settings | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | |||
* | conf: overhaul repository settings (#5932) | ᴜɴᴋɴᴡᴏɴ | 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 | ||
* | log: migrate to unknwon.dev/clog/v2 (#5927) | ᴜɴᴋɴᴡᴏɴ | 2020-02-20 |
| | | | | | | * Add unknwon.dev/clog/v2 * Update all places | ||
* | 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 |