aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Update docs/config.yaml to 1.15.6 (#17472)zeripath2021-10-281-1/+1
| | | | | Update the version in docs/config.yaml to 1.15.6 Signed-off-by: Andrew Thornton <art27@cantab.net>
* Frontport Changelog 1.15.5 (#17392) (#17401)zeripath2021-10-221-1/+1
|
* changelog for 1.15.4 (frontport) (#17273)techknowlogick2021-10-081-1/+1
|
* update docs to 1.15.3techknowlogick2021-09-211-1/+1
|
* update docs to 1.15.2techknowlogick2021-09-031-1/+1
|
* frontport: 1.15.0 changelog (#16772)techknowlogick2021-08-221-1/+1
| | | | | * frontport: 1.15.0 changelog * Update config.yaml
* build with go1.17 (#16707)techknowlogick2021-08-171-1/+1
| | | Co-authored-by: Lauris BH <lauris@nix.lv>
* Frontport changelog for v1.14.6 (#16632)zeripath2021-08-051-1/+1
| | | | | | | | | | | * Frontport changelog for v1.14.6 Changelog frontported to below v1.15.0-rc1. Signed-off-by: Andrew Thornton <art27@cantab.net> * Update config.yaml Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Upgrade to golang-jwt 3.2.2 (#16590)zeripath2021-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgrade to golang-jwt 3.2.2 Upgrade to the latest version of golang-jwt Signed-off-by: Andrew Thornton <art27@cantab.net> * Forcibly replace the 3.2.1 version of golang-jwt/jwt and increase minimum Go version Using go.mod we can forcibly replace the 3.2.1 version used by goth to 3.2.2. Further given golang-jwt/jwts stated policy of only supporting supported go versions we should just raise our minimal version of go to 1.16 for 1.16 as by time of release 1.15 will be out of support. Signed-off-by: Andrew Thornton <art27@cantab.net> * update minimal go required Signed-off-by: Andrew Thornton <art27@cantab.net> * update config.yaml Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
* Frontport v1.14.5 (#16454)zeripath2021-07-161-1/+1
| | | | | | | | | | | | | | * Frontport v1.14.5 Frontport #16450 Frontport the changelog from v1.14.5 Signed-off-by: Andrew Thornton <art27@cantab.net> * Update config.yaml Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Changelog for v1.14.4 (#16348) (#16351)65432021-07-061-1/+1
| | | | | | | * Changelog for v1.14.4 (#16348) * docs: bump version Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* up current stable version in docs (#16318)techknowlogick2021-06-301-1/+1
|
* Changelog v1.14.2 (#15794) (#15799)65432021-05-091-1/+1
| | | | | | | | | | * Changelog v1.14.2 (#15794) * changelog tool generate * format & add Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net>
* frontport: 1.14.1 changelog (#15503)techknowlogick2021-04-161-1/+1
| | | Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Changelog v1.14.0 (#15360) (#15400)65432021-04-111-1/+1
| | | | | | | | | * Changelog v1.14.0 (#15360) * clean & merge & update v1.14.0 changelog * backport v1.13.x changelogs * update latest gitea version
* Add frontend testing, require node 12 (#15315)silverwind2021-04-081-1/+1
| | | | | | | | | | - Add basic frontend unit testing infrastructure using jest in ESM mode - Rename 'make test' to 'make test-backend' - Introduce 'make test-frontend' and 'make test' that runs both - Bump Node.js requirement to v12. v10 will be EOL in less than a month. - Convert all build-related JS files to ESM. I opted to run frontend tests run as part of the compliance pipeline because they complete fast and are not platform-specific like the golang tests.
* [Frontport] Changelog (v1.13.6, v1.13.7, v1.14.0-rc2) (#15328)65432021-04-071-1/+1
| | | | | | | | | | | | | * Changelog v1.13.7 (#15319) * Update Changelog (#15322) * update * next * RC2 * Update Docs Version
* update docs to reference 1.13.6 (#15182)techknowlogick2021-03-281-1/+1
|
* Add changelog for v1.13.3 (#14877) (#14883)65432021-03-041-1/+1
| | | | | | | | | | | | | | | * Add changelog for v1.13.3 (#14877) Add changelog for v1.13.3 Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <matti@mdranta.net> * Update Docs Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <matti@mdranta.net>
* go1.16 (#14783)techknowlogick2021-02-281-1/+1
|
* Remove pt-pt from doc config file (#14830)a10121127962021-02-281-48/+1
| | | | | | Because it not has any content now. It's not necessary to show this link on the footer. Signed-off-by: a1012112796 <1012112796@qq.com>
* update docs to show latest stable version (1.13.2) (#14550)techknowlogick2021-02-031-1/+1
|
* [docs] Add zh-tw Translations (#14507)kevinlin182021-01-291-7/+7
|
* Use caddy's certmagic library for extensible/robust ACME handling (#14177)techknowlogick2021-01-251-1/+1
| | | | | | | | | | * use certmagic for more extensible/robust ACME cert handling * accept TOS based on config option Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
* Add german translation guidelines (#14283)kolaente2021-01-221-0/+47
| | | | | | | | | | * Add german translation guidelines * Add German Language to Docs * add Translation cateory & move guidelines into it Co-authored-by: kolaente <k@knt.li> Co-authored-by: 6543 <6543@obermui.de>
* frontport 1.13.1 changelog (#14175)techknowlogick2020-12-281-2/+2
| | | | | | | * frontport 1.13.1 changelog * Update config.yaml Co-authored-by: zeripath <art27@cantab.net>
* Add link to shop in docs (#13864)techknowlogick2020-12-051-2/+2
| | | | Replaced link to code.gitea.io as that subdomain isn't meant for human consumption, but rather for our vanity go import URLs Only replaced link for english, open to adding links for other languages if anyone is able/willing to add them
* Update Gitea Version & Fix Migration Comments (#13789)65432020-12-031-1/+1
| | | | | * correct migration version comments * update lates version in docs
* specific version in docker compose (#13644)techknowlogick2020-11-191-1/+1
| | | | | | | * specific version in docker compose fix #13643 * update latest version
* latest version is 1.12.5 (#13005)techknowlogick2020-10-011-1/+1
|
* Bump min required golang to 1.13 (#12717)techknowlogick2020-09-041-1/+1
| | | | | | | | | | | | | * Bump min required golang to 1.13 * Update config.yaml * Update Makefile * per silverwind feedback * per silverwind Co-authored-by: zeripath <art27@cantab.net>
* Changelog for 1.12.4 release (#12687) (#12709)65432020-09-031-1/+1
| | | | | | | | | | | * Changelog for 1.12.4 release (#12687) Co-authored-by: zeripath <art27@cantab.net> * update gitea version in docs Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net>
* go1.15 (#12475)techknowlogick2020-08-131-1/+1
| | | | | | | | | | | | | * go1.15 * update makefile xgo version * fix vet issue * update docs to version of go in use * add TODO for asyncpreemptoff Co-authored-by: Lauris BH <lauris@nix.lv>
* Frontport Changelog of v1.12.2 (#12216)65432020-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog for v1.12.2 (#12214) * Changelog for v1.12.2 * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> Co-authored-by: mrsdizzie <info@mrsdizzie.com> * update docs Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: mrsdizzie <info@mrsdizzie.com>
* Changelog for v1.11.8 and v1.12.1 (#12006) (#12007)Lauris BH2020-06-221-1/+1
| | | | | * Changelog for v1.12.1 (#12006) * Update gitea version to latest release
* 1.12.0 is latest stable version (#11964)techknowlogick2020-06-181-1/+1
|
* 1.11.6 is latest version (#11780)techknowlogick2020-06-061-1/+1
|
* European Portuguese translation (#11568)Emanuel Angelo2020-06-051-0/+47
| | | | This PR includes the modifications necessary to make use of the European Portuguese translation from the default setting.
* Frontport Changelog for v1.11.5 (#11356)65432020-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Changelog v1.11.5 (#11329) * Changelog v1.11.5 * Apply suggestions from code review Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> * Update Changelog for 1.11.5 (#11347) * Update Changelog for 1.11.5 * bumb version in docs * Update CHANGELOG.md Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Update JS dependencies, min Node.js version 10.13 (#11246)silverwind2020-04-301-1/+1
| | | | | | | `less-loader` now dictates a minimum Node.js version of 10.13.0, released 2018-10-30 so I've updated this requirement to match. https://github.com/webpack-contrib/less-loader/releases/tag/v6.0.0
* Add translation head on docs site (#11063)Lunny Xiao2020-04-151-0/+24
| | | Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Update docs to 1.11.4 (#10941)techknowlogick2020-04-031-1/+1
|
* go 1.14 (#10467)techknowlogick2020-03-201-2/+2
|
* Update Gitea version in docs (#10772)John Olheiser2020-03-191-1/+1
|
* Changelog for v1.11.2 (#10627) (#10634)zeripath2020-03-061-1/+1
| | | | | | | | Forward port Changelog for v1.11.2 (#10627) Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: 6543 <6543@obermui.de>
* Add node version variable to docs (#10620)John Olheiser2020-03-051-0/+1
| | | | | | Also adjusted other version mentions so go version is always mentioned as major.minor and node only as major. Co-authored-by: silverwind <me@silverwind.io>
* Versions (#10597)guillep2k2020-03-041-0/+2
| | | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update discord link (#10263)John Olheiser2020-02-131-6/+6
|
* Changelog 1.11.0 (#10204) (#10211)John Olheiser2020-02-101-1/+1
| | | | | Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Update version in docs (#9588)John Olheiser2020-01-021-1/+1
|