aboutsummaryrefslogtreecommitdiff
path: root/conf
Commit message (Collapse)AuthorAge
* locale: sync from Crowdin (#7159)Joe Chen2022-09-11
|
* netutil: allow using `*` to match any hostname (#7111)Joe Chen2022-07-25
|
* chore: add Simona Iacob as translator for Romanian language (#7102)Christian Eichert2022-07-17
|
* locale: sync from Crowdin (#7082)Joe Chen2022-06-26
|
* locale: sync from Crowdin (#6989)Joe Chen2022-05-31
|
* webhook: revalidate local hostname before each delivery (#6988)Joe Chen2022-05-31
|
* locale: sync from Crowdin (#6978)Joe Chen2022-05-29
|
* locale: sync from Crowdin (#6948)Joe Chen2022-05-15
|
* chore: update TRANSLATORS (#6912)vinceAmstoutz2022-04-27
|
* locale: sync from Crowdin (#6920)Joe Chen2022-04-26
|
* locale: sync from Crowdin (#6888)Joe Chen2022-04-02
|
* assets: convert usage of go-bindata to Go embed (#6851)Michael Li2022-03-17
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* conf: add allowlist for accessing local network (#6842)Joe Chen2022-03-14
|
* 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>
* locale: sync from Crowdin (#6651)Joe Chen2021-11-28
|
* locale: sync from Crowdin (#6633)Joe Chen2021-10-23
|
* locale: sync from Crowdin (#6602)ᴜɴᴋɴᴡᴏɴ2021-08-08
|
* locale: sync from Crowdin (#6510)ᴜɴᴋɴᴡᴏɴ2021-02-27
| | | | | * locale: sync from Crowdin * Fix tests
* locale: sync from Crowdin (#6449)ᴜɴᴋɴᴡᴏɴ2020-12-13
|
* ssh: allow setting allowed MAC algorithms for built-in server (#6435)Eduardo Bacchi Kienetz2020-12-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* locale: sync from Crowdin (#6419)ᴜɴᴋɴᴡᴏɴ2020-11-15
|
* locale: sync from Crowdin (#6404)ᴜɴᴋɴᴡᴏɴ2020-10-31
|
* locale: sync from Crowdin (#6383)ᴜɴᴋɴᴡᴏɴ2020-10-11
|
* locale: sync from Crowdin (#6367)ᴜɴᴋɴᴡᴏɴ2020-10-04
|
* Add git diff timeout in app config (#6348)Zhukov Roman2020-09-29
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* locale: sync from Crowdin (#6333)ᴜɴᴋɴᴡᴏɴ2020-09-16
|
* locale: sync from Crowdin (#6303)ᴜɴᴋɴᴡᴏɴ2020-09-04
|
* repo: support unlisted but publicly accessible repositories (#6176)Achilleas Koutsou2020-09-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* install: remove MSSQL option (#6295)ᴜɴᴋɴᴡᴏɴ2020-08-29
|
* locale: sync from Crowdin (#6263)ᴜɴᴋɴᴡᴏɴ2020-08-22
|
* conf: fix some typos in comments (app.ini) (#6237)David Refoua2020-08-22
|
* locale: sync from Crowdin (#6191)ᴜɴᴋɴᴡᴏɴ2020-06-08
|
* locale: sync from Crowdin (#6174)ᴜɴᴋɴᴡᴏɴ2020-05-24
|
* locale: sync from Crowdin (#6156)ᴜɴᴋɴᴡᴏɴ2020-05-10
|
* lfs: show configs in admin ui (#6128)ᴜɴᴋɴᴡᴏɴ2020-04-21
| | | | | | | * Rename template consts * Display new DB options * Display LFS configs
* db: add tests for repos (#6112)ᴜɴᴋɴᴡᴏɴ2020-04-17
| | | | | | | | | | | * Add Repos.create method * Fix repo name error handling * Fix all compile errors * Update github.com/go-macaron/captcha to fix http issue * Add repos tests
* lfsutil: add `Storager` interface and local storage (#6083)ᴜɴᴋɴᴡᴏɴ2020-04-10
| | | | | | | | | | | * Add Storager interface * Add tests * Add back note * Add tests for basic protocol routes * Fix lint errors
* locale: sync from Crowdin (#6071)ᴜɴᴋɴᴡᴏɴ2020-04-06
|
* conf: clearer doc comments for mirror config options (#6058)alpencrossi2020-04-06
| | | | | | | | | | | | | * conf: clearer doc comments for mirror config options * conf: apply suggestions from code review Co-Authored-By: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> * conf: clearer doc comments for mirror config options - added bindata Co-authored-by: Gogs <gogs@fake.local> Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> Co-authored-by: gkuehn001 <gkuehn@gmail.com>
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bootstrap with GORM * Fix lint error * Set conn max lifetime to one minute * Fallback to use gorm v1 * Define HTTP routes * Finish authentication * Save token updated * Add docstring * Finish authorization * serveBatch rundown * Define types in lfsutil * Finish Batch * authutil * Finish basic * Formalize response error * Fix lint errors * authutil: add tests * dbutil: add tests * lfsutil: add tests * strutil: add tests * Formalize 401 response
* locale: sync from Crowdin (#6046)ᴜɴᴋɴᴡᴏɴ2020-03-30
|
* locale: sync from Crowdin (#6006)ᴜɴᴋɴᴡᴏɴ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
* locale: sync from Crowdin (#5991)ᴜɴᴋɴᴡᴏɴ2020-03-16
|
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
|
* git: migrate to github.com/gogs/git-module@v1.0.0 (#5958)ᴜɴᴋɴᴡᴏɴ2020-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * Finish `internal/db/git_diff.go` * FInish internal/db/mirror.go * Finish internal/db/pull.go * Finish internal/db/release.go * Finish internal/db/repo.go * Finish internal/db/repo_branch.go * Finish internal/db/repo_editor.go * Finish internal/db/update.go * Save my work * Add license header * Compile! * Merge master * Finish internal/cmd/hook.go * Finish internal/conf/static.go * Finish internal/context/repo.go * Finish internal/db/action.go * Finish internal/db/git_diff.go * Fix submodule URL inferring * Finish internal/db/mirror.go * Updat to beta.4 * css: update fonts * Finish internal/db/pull.go * Finish internal/db/release.go * Finish internal/db/repo_branch.go * Finish internal/db/wiki.go * gitutil: enhance infer submodule UR * Finish internal/route/api/v1/repo/commits.go * mirror: only collect branch commits after sync * mirror: fix tag support * Finish internal/db/repo.go * Finish internal/db/repo_editor.go * Finish internal/db/update.go * Finish internal/gitutil/pull_request.go * Make it compile * Finish internal/route/repo/setting.go * Finish internal/route/repo/branch.go * Finish internal/route/api/v1/repo/file.go * Finish internal/route/repo/download.go * Finish internal/route/repo/editor.go * Use helper * Finish internal/route/repo/issue.go * Finish internal/route/repo/pull.go * Finish internal/route/repo/release.go * Finish internal/route/repo/repo.go * Finish internal/route/repo/wiki.go * Finish internal/route/repo/commit.go * Finish internal/route/repo/view.go * Finish internal/gitutil/tag.go * go.sum
* locale: sync from Crowdin (#5965)ᴜɴᴋɴᴡᴏɴ2020-03-04
|
* auth: redirect landing URL with subpath prepended (#5964)ᴜɴᴋɴᴡᴏɴ2020-03-04
|