aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAge
* build: remove support of Go 1.18 and 1.19 (#7590)Joe Chen2023-11-01
|
* commit: fix `matchUsersWithCommitEmails` (#7561)Athanasios Oikonomou2023-11-01
| | | | Co-authored-by: Joe Chen <jc@unknwon.io>
* gitutil: strip SSH port from submodule URL when rendering for HTML link (#7383)TheDarkUndoing2023-03-05
| | | | Co-authored-by: Joe Chen <jc@unknwon.io>
* CHANGELOG: cut entries for 0.13.0 (#7373)Joe Chen2023-02-25
| | | [skip ci]
* CHANGELOG: cut entries for 0.12.11 (#7368)Joe Chen2023-02-25
| | | [skip ci]
* fix(db): correctly check Git path on case-insensitive file system (#7359)Joe Chen2023-02-18
|
* fix(migration): skip v20 if column `sha256` already exists (#7354)Joe Chen2023-02-14
|
* fix(db): sanitize user full name after find (#7353)Joe Chen2023-02-14
|
* fix(repo): be tolerant to implicit submodules (#7352)Joe Chen2023-02-14
|
* feat(ssh): support dynamic list of algorithms (#7345)Joe Chen2023-02-12
|
* fix(backup): skip "data" in the custom directory (#7343)Joe Chen2023-02-12
|
* conf: add new config option for default branch name (#7291)Vamsi Atluri2023-02-11
| | | | | Co-authored-by: Vamsi Atluri <me@vamc19.dev> Co-authored-by: Joe Chen <jc@unknwon.io>
* refactor(db): migrate `UpdateUser` off `user.go` (#7267)Joe Chen2022-11-27
|
* api: support put content (#7114)Mateusz Reszka2022-10-22
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* auth: enable authentication by token from password (#7198)Yang Liu2022-10-22
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* 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