Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update CHANGELOG (#6103) | ᴜɴᴋɴᴡᴏɴ | 2020-04-15 |
| | |||
* | route: bypass require signin check for trigger repo tasks (#6079) | ᴜɴᴋɴᴡᴏɴ | 2020-04-08 |
| | | | | | | | * route: bypass require signin check for trigger repo tasks * CHANGELOG * Fix lint errors | ||
* | build: require Go 1.14 for using `t.Cleanup` (#6069) | ᴜɴᴋɴᴡᴏɴ | 2020-04-06 |
| | |||
* | Update CHANGELOG (#6049) | ᴜɴᴋɴᴡᴏɴ | 2020-03-31 |
| | | | | | * Update CHANGELOG.md * Update CHANGELOG.md | ||
* | http: always set header `X-Content-Type-Options` to `nosniff` (#6008) | ᴜɴᴋɴᴡᴏɴ | 2020-03-23 |
| | |||
* | webhook: overhaul route handlers (#6002) | ᴜɴᴋɴᴡᴏɴ | 2020-03-22 |
| | | | | | | | | | | | | | | | * Overual route handlers and fixes #5366 * Merge routes for repo and org * Inject OrgRepoContext * DRY validateWebhook * DRY c.HasError * Add tests * Update CHANGELOG | ||
* | 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 | ||
* | ipynb: sanitize rendered HTML (#5996) | ᴜɴᴋɴᴡᴏɴ | 2020-03-21 |
| | | | | | | | | | * ipynb: sanitize rendered HTML Fixes #5170 * Remove hardcode URL * Add tests | ||
* | email: check the owner when set as primary (#5988) | ᴜɴᴋɴᴡᴏɴ | 2020-03-15 |
| | | | | | | | * email: check the owner when set as primary Fixes a security issue reported by muxishuihan. * Update CHANGELOG | ||
* | 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 |
| | |||
* | build: requires Go 1.13 | ᴜɴᴋɴᴡᴏɴ | 2020-02-28 |
| | |||
* | 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 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 | ||
* | build: rename build tag miniwinsvc -> minwinsvc | ᴜɴᴋɴᴡᴏɴ | 2020-02-20 |
| | | | | This was in fact a typo. | ||
* | conf: remove unused config option SHOW_FOOTER_VERSION | ᴜɴᴋɴᴡᴏɴ | 2020-02-20 |
| | |||
* | CHANGELOG: add missing entry for ce1ec81d6f | ᴜɴᴋɴᴡᴏɴ | 2020-02-19 |
| | | | | [CI SKIP] | ||
* | CHANGELOG: add missing entry for ea75f01ba2 | ᴜɴᴋɴᴡᴏɴ | 2020-02-19 |
| | | | | [CI SKIP] | ||
* | mailer: fix template not found error | ᴜɴᴋɴᴡᴏɴ | 2020-02-18 |
| | |||
* | Add CHANGELOG and adopt new release workflow | ᴜɴᴋɴᴡᴏɴ | 2020-02-18 |
In development, the version now has +dev suffix indicates it is not a binary release. |