aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAge
* build: remove support of Go 1.17 (#7177)Joe Chen2022-10-09
|
* go: update required version to be 1.17 and add 1.19 to CI (#7129)Joe Chen2022-08-08
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* CHANGELOG: cut entries for 0.12.10 (#7119)Joe Chen2022-08-02
| | | [skip ci]
* netutil: allow using `*` to match any hostname (#7111)Joe Chen2022-07-25
|
* docker: support adding extra options to backup command (#7060)liuxhit2022-07-17
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* locale: sync from Crowdin (#7082)Joe Chen2022-06-26
|
* webhook: validate against hostname instead of full URL (#7075)Joe Chen2022-06-25
|
* CHANGELOG: cut entries for 0.12.9 (#7024)Joe Chen2022-06-07
| | | [skip ci]
* http: clean request path from Git endpoints (#7022)Joe Chen2022-06-07
|
* pathutil: check both styles of `os.PathSeparator` (#7020)Joe Chen2022-06-07
|
* access_token: encrypt access token with SHA256 (#7008)E99p1ant2022-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * access_token: encrypt access token with SHA256 * revert list access token * fix lint * generate schemadoc * add database migrations * fix tests * fix tests * add test case for access token golden * fix test in postgres * `Sha256` -> `SHA256` * Use GORM for migration * task generate-schemadoc * Use unique * change migration name * allow read * task generate-schemadoc * add changelog * fix lint error * update changelog * remove Debug * add comments Co-authored-by: Joe Chen <jc@unknwon.io>
* issues: sanitize `DisplayName` (#7009)E99p1ant2022-06-05
| | | | | | | * issues: display issue poster’s `Name` instead of `DisplayName` * sanitize display name * update changelog
* repo_editor: check both styles of `os.PathSeparator` in all systems (#7005)Joe Chen2022-06-04
|
* http: fix non-sense `NotFound` call (#7003)Joe Chen2022-06-04
|
* repo: remove hard-coded branch name in init (#6999)Joe Chen2022-06-03
|
* CHANGELOG: cut entries for 0.12.8 (#6992)Joe Chen2022-05-31
| | | [skip ci]
* CHANEGLOG: add missing entry for #6988 (#6990)Joe Chen2022-05-31
| | | [skip ci]
* webhook: revalidate local hostname before each delivery (#6988)Joe Chen2022-05-31
|
* repo_editor: prohibit move files to to `.git` directory (#6986)Joe Chen2022-05-31
|
* build: remove Makefile and update Docker build steps (#6980)Joe Chen2022-05-29
|
* CHANGELOG: cut entries for 0.12.7 (#6931)Joe Chen2022-05-05
| | | [skip ci]
* CHANGELOG: add entry for #6926 (#6928)Joe Chen2022-05-05
|
* CHANGELOG: add missing entries (#6899)Joe Chen2022-04-06
| | | [skip ci]
* CHANGELOG: cut entries for 0.12.6 (#6858)Joe Chen2022-03-19
| | | [skip ci]
* go: update required version to be 1.16 (#6850)Joe Chen2022-03-16
|
* conf: add allowlist for accessing local network (#6842)Joe Chen2022-03-14
|
* CHANGELOG: cut entries for 0.12.5 (#6830)Joe Chen2022-03-11
| | | [skip ci]
* security: fix improper PAM authorization handling (#6819)ysf2022-03-08
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* security: fix SSRF in repository migration (#6812)Michael Rowley2022-03-08
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* markdown: support rendering Mermaid diagrams (#6776)shuyue2022-03-05
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* dep: update github.com/go-ldap/ldap to v3 (#6763)Simone Cattaneo2022-02-26
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* CHANGELOG: cut entries for 0.12.4 (#6733)Joe Chen2022-01-17
| | | [skip ci]
* markup: use default link formation when no format in metas (#6723)Joe Chen2022-01-13
|
* database: add PostgreSQL custom schema support (#6695)zvrh2022-01-05
| | | | | Co-authored-by: Homura37 <git@gvip.xyz> Co-authored-by: Homura <16538800+Homura37@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io>
* locale: sync from Crowdin (#6510)ᴜɴᴋɴᴡᴏɴ2021-02-27
| | | | | * locale: sync from Crowdin * Fix tests
* CHANGELOG: make entries more informational (#6445)ᴜɴᴋɴᴡᴏɴ2020-12-06
|
* ssh: allow setting allowed MAC algorithms for built-in server (#6435)Eduardo Bacchi Kienetz2020-12-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* repo: disallow urlencoded new lines in git protocol paths (#6420)stypr2020-11-27
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* context: add X-Frame-Options header (#6411)Matheus Mosca2020-11-11
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* Update CHANGELOG.md (#6389)Rubén de Celis Hernández2020-10-26
|
* CHANGELOG: cut entries for 0.12.3 (#6374)ᴜɴᴋɴᴡᴏɴ2020-10-07
|
* lfs: ask client to always send the same value for the HTTP header (#6369)ᴜɴᴋɴᴡᴏɴ2020-10-04
|
* Add git diff timeout in app config (#6348)Zhukov Roman2020-09-29
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* markup: render SHA links without branch prefix (#6350)Jeff2020-09-29
| | | | Co-authored-by: Zhukov Roman <zhukov.roman@gmail.com> Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* cmd/serv: use different log files for ORMs in hook mode (#6361)ᴜɴᴋɴᴡᴏɴ2020-09-29
|
* release: cut entries for 0.12.2 (#6355)ᴜɴᴋɴᴡᴏɴ2020-09-26
|
* action: fix issue reference regexp and error handling (#6352)ᴜɴᴋɴᴡᴏɴ2020-09-26
|
* dep: update github.com/unknwon/cae to v1.0.2 (#6342)ᴜɴᴋɴᴡᴏɴ2020-09-21
|
* gitutil: infer submodule with baseURL when it is a relative path (#6337)ᴜɴᴋɴᴡᴏɴ2020-09-18
|
* web: correctly serving go-get pages for subdirs (#6318)ᴜɴᴋɴᴡᴏɴ2020-09-09
| | | | | | | * web: correctly serving go-get page for subdirs * Update CHANGELOG * Fix golint error