aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAge
...
* repo_editor: check both styles of `os.PathSeparator` in all systems (#7005)Joe Chen2022-06-04
|
* pull: ignore PR status check if head repository is missing (#7004)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
|
* db: run tests with pure-Go SQLite (#6998)Joe Chen2022-06-03
|
* ci: run database tests against Postgres, MySQL and SQLite (#6996)Joe Chen2022-06-01
|
* 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
|
* repo_editor: prohibits uploading files to `.git.` directory (#6970)11352022-05-30
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* mod: bump gopkg.in/ini.v1 from 1.66.4 to 1.66.5 (#6984)dependabot[bot]2022-05-30
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io>
* web: print accessible URL on startup (#6979)Joe Chen2022-05-29
|
* csrf: sanitize token after reading from cookie (#6969)Toby Simmons2022-05-26
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* chore: fix lint errors (#6951)Joe Chen2022-05-16
|
* chore: watch "custom" directory in dev and use lowercase for header value ↵Joe Chen2022-05-03
| | | | (#6927)
* attachment: set CSP header in the serving endpoint (#6926)Joe Chen2022-05-03
|
* restore: fix incorrect existence checking of "repositories.zip" (#6914)4e4o2022-04-27
|
* mod: bump github.com/gogs/git-module from 1.5.0 to 1.6.0 (#6894)dependabot[bot]2022-04-05
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io>
* webhook: add missing `%s` URL value for webhook description (#6478)Renzo Toma2022-04-04
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* restore: clean up leftover and invalid chars (#6875)Joe Chen2022-03-26
|
* mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866)dependabot[bot]2022-03-22
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io>
* assets: convert usage of go-bindata to Go embed (#6851)Michael Li2022-03-17
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* chore: run `task generate` (#6844)Joe Chen2022-03-15
|
* conf: add allowlist for accessing local network (#6842)Joe Chen2022-03-14
|
* golangci-lint: add `unparam` linter (#6839)Joe Chen2022-03-13
|
* repo_editor: check upload `TreePath` and file name (#6838)Joe Chen2022-03-13
|
* autofix: format code with gofmt and gofumpt (#6821)deepsource-autofix[bot]2022-03-08
| | | | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> [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>
* 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>
* autofix: fix nested `if` with `else if` (#6807)deepsource-autofix[bot]2022-03-06
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* autofix: fix unused method receiver (#6808)deepsource-autofix[bot]2022-03-06
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* autofix: fix unnecessary allocations due to `strings.Index` call (#6806)deepsource-autofix[bot]2022-03-06
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* autofix: function call can be replaced with helper function (#6805)deepsource-autofix[bot]2022-03-06
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* autofix: fix check for empty string (#6804)deepsource-autofix[bot]2022-03-06
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* autofix: simplify slice expression to sliced value itself (#6801)deepsource-autofix[bot]2022-03-06
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* autofix: types of function parameters can be combined (#6800)deepsource-autofix[bot]2022-03-06
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* autofix: unused parameter should be replaced by underscore (#6799)deepsource-autofix[bot]2022-03-06
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* 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>
* chore: rename few consts to camel case (#6725)Joe Chen2022-01-13
|
* markup: use default link formation when no format in metas (#6723)Joe Chen2022-01-13
|
* locale: sync from Crowdin (#6714)Joe Chen2022-01-08
|
* 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>
* db: skip ping when not available (#6687)Joe Chen2021-12-20
|
* chore: fix typo in message.go (#6587)Ikko Ashimine2021-12-16
|
* api: support listing repository tags (#6656)Devops2021-12-14
| | | | Co-authored-by: zhouzhibo <zhouzhibo> Co-authored-by: Joe Chen <jc@unknwon.io>
* locale: sync from Crowdin (#6651)Joe Chen2021-11-28
|
* api: EditWiki implementation (#5860)Pavel M2021-11-10
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* locale: sync from Crowdin (#6633)Joe Chen2021-10-23
|
* chore: fix lint errors (#6620)Joe Chen2021-09-24
|