0c7927fe48
Report the correct number of pushes on the feeds ( #16811 ) ( #16822 )
...
* Report the correct number of pushes on the feeds
Since the number of commits in the Action table has been limited to 5
the number of commits reported on the feeds page is now incorrectly also
limited to 5. The correct number is available as the Len and this PR
changes this to report this.
Fix #16804
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Update templates/user/dashboard/feeds.tmpl
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
Co-authored-by: zeripath <art27@cantab.net >
2021-08-26 02:30:13 -04:00
f7e7477c45
changelog for 1.15.0 ( #16760 )
...
* changelog for 1.15.0
* Slight rename of GPG feature
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Apply suggestions from code review
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: Andrew Thornton <art27@cantab.net >
Co-authored-by: 6543 <6543@obermui.de >
2021-08-21 20:38:22 -04:00
techknowlogick and GitHub
0dc808212b
release/v1.15: set min go version to min upstream supported go1.16 ( #16710 )
...
* release/v1.15: set min go version to min upstream supported 1.16
* update drone
2021-08-17 10:09:44 +03:00
20601f8463
Prevent 500 on draft releases without tag ( #16634 ) ( #16636 )
...
It is possible to create draft releases prior to creating a tag. This will cause a
500 on the releases page due to compare page failing.
This PR only shows the compare button if there is a SHA1 present.
Fix #16610
Signed-off-by: Andrew Thornton <art27@cantab.net >
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: Lauris BH <lauris@nix.lv >
2021-08-06 11:09:33 +03:00
0877d497f3
revert to use alpine 3.13 ( #16452 )
...
Co-authored-by: zeripath <art27@cantab.net >
2021-07-16 09:55:14 +08:00
techknowlogick and GitHub
376fc350ee
add note about minimum required version of git installed ( #16433 )
2021-07-14 23:28:49 -04:00
e180456983
Change docker tag logic ( #16421 )
...
* Change docker logic
* Apply suggestions from code review
Co-authored-by: Kyle D. <kdumontnu@gmail.com >
* docs
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: Kyle D. <kdumontnu@gmail.com >
2021-07-14 18:08:43 +01:00
061a8e7bb9
Alpine 3.14 released ( #16170 )
...
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: zeripath <art27@cantab.net >
2021-07-07 15:43:00 -04:00
techknowlogick and GitHub
7613f31c6b
Update vendor 20210707 ( #16366 )
...
* update gitea.com/go-chi/binding
* update github.com/blevesearch/bleve/v2
* update github.com/caddyserver/certmagic
* update github.com/go-git/go-git/v5
* update github.com/lafriks/xormstore
* update github.com/yuin/goldmark
* Revert "update gitea.com/go-chi/binding"
This reverts commit dea2f292b1 .
2021-07-07 15:41:05 -04:00
techknowlogick and GitHub
4f26e0ac0e
up current stable version in docs ( #16318 )
2021-06-30 16:27:09 -04:00
8640717f5f
Add docs for windows env vars ( #16236 )
...
* Add docs for windows env vars
Fix #16213
* Fix docs/content/doc/developers/hacking-on-gitea.en-us.md
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2021-06-23 15:57:56 -04:00
techknowlogick and GitHub
d4ae87ea32
Run compliance on amd64 infra ( #16232 )
...
* Run compliance on amd64 infra
* Update .drone.yml
2021-06-23 01:36:27 -04:00
techknowlogick and GitHub
568fe8c595
follow redirect when fetching theme archive ( #15986 )
2021-05-26 18:03:39 -04:00
techknowlogick and GitHub
ffbd0fef06
change s3 bucket name ( #15847 )
2021-05-12 15:08:33 -04:00
techknowlogick and GitHub
2dc3e4edc8
point appleboy/drone-git-push to use updated primary branch
2021-05-10 20:27:56 -04:00
techknowlogick and GitHub
ab77a24f18
update branch in CI and docs ( #15631 )
2021-05-04 12:16:23 -04:00
ea40eb749b
Resolve panic on failed interface conversion in migration v156 ( #15604 )
...
go panics otherwise with `panic: interface conversion: error is git.ErrNotExist, not *git.ErrNotExist`, thanks to Codeberg/Andi for reporting this.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2021-04-24 11:14:39 +08:00
c29e85228f
frontport: 1.14.1 changelog ( #15503 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2021-04-16 00:06:02 -04:00
024ef3940f
add well-known config for OIDC ( #15355 )
...
* add well-known config for OIDC
* spacing per feedback
* Update oidc_wellknown.tmpl
* add id_token
* Update oidc_wellknown.tmpl
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2021-04-15 22:32:00 -04:00
26e16e4ee4
docs: rm deprecated docs regarding environment variable usage in docker image ( #15405 )
...
* docs: rm deprecated docs regarding environment variable usage in docker image
* Update docs/content/doc/installation/with-docker.en-us.md
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: silverwind <me@silverwind.io >
2021-04-12 15:42:02 -04:00
techknowlogick and GitHub
70d84f9b73
update golang libraries ( #15258 )
2021-04-03 11:02:27 +08:00
techknowlogick and GitHub
5ad65c8f5d
update docs to reference 1.13.6 ( #15182 )
2021-03-28 11:09:01 +08:00
techknowlogick and GitHub
b175791665
build darwin on arm64 platforms ( #14951 )
...
fix #14945
2021-03-10 23:59:57 -05:00
techknowlogick and GitHub
faf775c552
drone workspace path
2021-02-28 23:57:58 -05:00
techknowlogick and GitHub
1e95b389c0
drone workspace base
2021-02-28 23:25:09 -05:00
techknowlogick and GitHub
d801a158c5
use gomod support w/ xgo ( #14836 )
2021-03-01 11:43:55 +08:00
techknowlogick and GitHub
47f6a4ec3f
go1.16 ( #14783 )
2021-02-28 18:08:33 -05:00
techknowlogick and GitHub
428d0edcb0
Exclude running docker build on cron tasks ( #14778 )
2021-02-23 04:55:35 +01:00
techknowlogick and GitHub
1f570f2208
build for only available darwin target ( #14771 )
2021-02-22 08:44:54 -05:00
ce0346448f
remove outdated notice in makefile ( #14720 )
...
Co-authored-by: 6543 <6543@obermui.de >
2021-02-17 21:48:12 -05:00
a3cc842e15
Show Gitea version in swagger ( #14654 )
...
Show Gitea version in swagger
Co-authored-by: 6543 <6543@obermui.de >
2021-02-12 21:51:56 +01:00
techknowlogick and GitHub
9b6ff819d7
update docs to show latest stable version (1.13.2) ( #14550 )
2021-02-03 08:46:42 +01:00
d2ea21d0d8
Use caddy's certmagic library for extensible/robust ACME handling ( #14177 )
...
* 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 >
2021-01-25 01:37:35 +02:00
techknowlogick and GitHub
62643d94a3
Update golangci-lint to 1.35.2 ( #14418 )
2021-01-21 17:14:23 -05:00
techknowlogick and GitHub
b708968694
upgrade to alpine 3.13 ( #14343 )
2021-01-20 05:21:01 +01:00
techknowlogick and GitHub
954aeefb05
Update Link
2021-01-13 10:55:52 -05:00
d1581a4563
Add compliance check for windows to ensure cross platform build ( #14260 )
...
* Add compliance check for windows to ensure cross platform build
* no race condition
* woops. meant to change windows, not arm64
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2021-01-05 21:16:37 -05:00
4f2f08bd80
deprecate building for mips ( #14174 )
...
Co-authored-by: zeripath <art27@cantab.net >
2021-01-01 23:22:32 +08:00
techknowlogick and GitHub
c9b9b462d2
Update owners for 2021 ( #14206 )
...
Fix #13801
2021-01-01 01:41:03 +02:00
9164ff7791
frontport 1.13.1 changelog ( #14175 )
...
* frontport 1.13.1 changelog
* Update config.yaml
Co-authored-by: zeripath <art27@cantab.net >
2020-12-28 19:38:44 -05:00
e0a84d7880
dep: update crypto. info: https://golangtutorial.dev/news/fix-in-crypto-package/ ( #14067 )
...
Co-authored-by: zeripath <art27@cantab.net >
2020-12-20 17:36:07 +02:00
f8a668ab0c
Clean up SVG ( #13680 )
...
* Clean up SVG
* update per feedback
* fix css style
* Delete gitea.png
* no new line at end of file
* fix newline?
Co-authored-by: 6543 <6543@obermui.de >
2020-12-17 16:33:53 -05:00
88b585c2e0
Store repository data in data path if not previously set ( #13991 )
...
* Store repository data in data path if not previously set
* update docs
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
Co-authored-by: silverwind <me@silverwind.io >
* update docs
Co-authored-by: silverwind <me@silverwind.io >
2020-12-15 16:52:59 -05:00
techknowlogick and GitHub
9b22ada0a7
Self-host cloudron image for docs ( #13895 )
...
* Add cloudron image to docs itself
* rm cloudron csp
* Update from-package.en-us.md
2020-12-07 22:20:37 -05:00
techknowlogick and GitHub
9c71c6c4a5
Add link to shop in docs ( #13864 )
...
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
2020-12-05 17:34:29 -05:00
techknowlogick and GitHub
fd1c3519c3
frontport 1.13.0 changelog ( #13790 )
2020-12-02 11:39:22 -05:00
techknowlogick and GitHub
64bd5f4c66
specific version in docker compose ( #13644 )
...
* specific version in docker compose
fix #13643
* update latest version
2020-11-19 11:36:48 -05:00
8a7101fdd3
Add note about installation on kubernetes to docs ( #13469 )
...
Co-authored-by: zeripath <art27@cantab.net >
2020-11-08 15:50:40 -05:00
c178a36438
use registry mirror for docker-in-docker ( #13438 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-11-06 02:35:10 -05:00
techknowlogick and GitHub
543697e61e
Set auto-tag to false on rootless manifest ( #13383 )
...
Current overrides rootful container
2020-11-01 11:30:01 +00:00
techknowlogick and GitHub
76ac83402b
Clean up mysql service in drone ( #13145 )
2020-10-14 17:44:18 -04:00
techknowlogick and GitHub
e00e8d8ad3
Disable Git Hooks by default ( #13064 )
...
* Disable Git Hooks by default
Related #13058
* pass tests
2020-10-07 14:24:14 -04:00
techknowlogick and GitHub
77f3dbed6d
latest version is 1.12.5 ( #13005 )
2020-10-01 15:21:25 -04:00
156f54d6e2
allow U2F with default settings for gitea in subpath ( #12990 )
...
* allow U2F with default settings for gitea in subpath
* use trim suffix
Co-authored-by: zeripath <art27@cantab.net >
2020-10-01 20:49:49 +08:00
techknowlogick and GitHub
1c3278c2fa
update revive lint to latest commit ( #12921 )
...
* update revive lint to latest commit
* make fmt
* change import
2020-09-22 20:02:16 +03:00
techknowlogick and GitHub
33ac0cc125
Set language via AJAX ( #12785 )
...
* Set language via AJAX
* fix lint
2020-09-10 09:09:23 +08:00
techknowlogick and GitHub
e4b3f35b8d
Removing k8s contrib file ( #12761 )
...
We now have a helm chart that users should use instead
2020-09-07 23:22:55 -04:00
9a17e2830b
refactor repo_stats to use os.pipe ( #11726 )
...
* refactor repo_stats to use os.pipe
* woops. missing reader.
* stdout not stderr, woops
* Fix copyright date and ensure that the stderr is collected
Signed-off-by: Andrew Thornton <art27@cantab.net >
Co-authored-by: Andrew Thornton <art27@cantab.net >
2020-09-05 16:12:14 -04:00
techknowlogick and GitHub
bab1204db4
Use pre-built hugo binary in release step ( #12725 )
...
* Use pre-built hugo binary in release step
* decrease verbosity of tar
2020-09-05 07:24:36 +01:00
techknowlogick and GitHub
144de79c1b
Add details re: Kanban ( #12721 )
2020-09-04 18:46:21 -04:00
482b0e6d47
Bump min required golang to 1.13 ( #12717 )
...
* Bump min required golang to 1.13
* Update config.yaml
* Update Makefile
* per silverwind feedback
* per silverwind
Co-authored-by: zeripath <art27@cantab.net >
2020-09-04 14:12:01 -04:00
c5d5d63c9c
Macaron 1.5 ( #12596 )
...
* update macaron to v1.5 of fork
* update macaron to v1.5 of fork
* test gzip PR
* add push method impl to context_tests
* use proper gzip commit
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2020-08-27 22:47:17 -04:00
techknowlogick and GitHub
e90e122b39
update to latest golangci-lint (v1.30.0) ( #12597 )
2020-08-25 09:24:37 +03:00
019e577d54
Update JWT docs in example config ( #12591 )
...
* Update JWT docs in example config
align with way we have `LFS_JWT_SECRET` in config
Fix #12590
* Update custom/conf/app.example.ini
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2020-08-24 17:49:26 -04:00
techknowlogick and GitHub
125ffb87f0
go1.15 on windows ( #12589 )
...
* go1.15 on windows
* update xgo to use node14
2020-08-24 17:46:41 -04:00
techknowlogick and GitHub
1ca652c826
Add security policy to repo ( #12536 )
2020-08-19 17:15:55 +01:00
techknowlogick and GitHub
eb60a5d054
Build windows using golang 1.14 ( #12489 )
2020-08-13 22:29:00 -04:00
techknowlogick and GitHub
8a0049bb03
go-sqlite3 gomod version ( #12490 )
2020-08-14 09:54:46 +08:00
techknowlogick and GitHub
b37c7dd384
Build windows using golang 1.14 ( #12489 )
2020-08-13 21:18:04 -04:00
techknowlogick and GitHub
c9d1e40dfc
UI: Update commit signature view ( #12473 )
2020-08-13 10:54:54 -04:00
bd7d6a3d73
go1.15 ( #12475 )
...
* 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 >
2020-08-13 10:11:24 -04:00
22c952ac7a
Make dashboard newsfeed list length a configurable item ( #12469 )
...
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2020-08-11 10:48:13 -04:00
techknowlogick and GitHub
0cc21fb72d
use community codecov drone plugin ( #12468 )
2020-08-10 22:02:09 -04:00
6ab4d76ced
Match GH with Commit page ( #12425 )
...
Co-authored-by: zeripath <art27@cantab.net >
2020-08-05 09:32:13 +08:00
techknowlogick and GitHub
bfb25e4be1
update chroma to v0.8.0 ( #12337 )
2020-07-27 13:18:02 -04:00
techknowlogick and GitHub
e6c9f19b8f
Use url.Parse to parse hostname ( #12335 )
2020-07-26 20:16:22 -04:00
366ca88eea
merge docker makefile into main one ( #12289 )
...
* merge docker makefile into main one
* add readme for docker folder
* don't include a file that doesn't exist anymore
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-07-21 16:41:03 -04:00
6ea2701cd9
Release docs as archive ( #12253 )
...
It is ok to use go modules at this point as release-source make target has already been run. Otherwise hugo fails to build. Example of failed build: https://drone.gitea.io/go-gitea/gitea/27976/5/3
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-07-15 22:39:45 +01:00
techknowlogick and GitHub
ec40e593cf
1.12.0 is latest stable version ( #11964 )
2020-06-18 15:37:25 -04:00
4d2c2962d3
recommend bindata for building ( #11938 )
...
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2020-06-18 11:25:58 -04:00
6bf78d2b57
Global default branch setting ( #11918 )
...
* Global default branch setting
* add to app.ini example per @silverwind
* update per @lunny
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2020-06-17 16:53:55 -04:00
9e6a79bea9
upgrade to use testfixtures v3 ( #11904 )
...
* upgrade to use testfixtures v3
* simplify logic
* make vendor
* update per @lunny
* Update templates/repo/empty.tmpl
* Update templates/repo/empty.tmpl
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-06-17 22:07:58 +03:00
6a4de37f7e
pq -> v1.7.0 ( #11905 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-06-16 19:57:38 +08:00
techknowlogick and GitHub
cfac97542b
1.11.6 is latest version ( #11780 )
2020-06-06 09:57:33 +03:00
techknowlogick and GitHub
a3b185d54c
Alpine 3.12 ( #11720 )
...
* increase alpine to 3.12
* Update .drone.yml
2020-06-03 16:32:51 -04:00
08611fb765
Update docs to reflect new location of homebrew repo ( #11384 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: zeripath <art27@cantab.net >
2020-05-12 20:51:41 +08:00
techknowlogick and GitHub
d00ebf445b
upgrade to most recent bluemonday ( #11007 )
...
* upgrade to most recent bluemonday
* make vendor
* update tests for bluemonday
* update tests for bluemonday
* update tests for bluemonday
2020-04-07 23:08:47 +03:00
techknowlogick and GitHub
4af7c47b38
Update docs to 1.11.4 ( #10941 )
2020-04-03 13:08:40 -04:00
techknowlogick and GitHub
2fa1078911
go 1.14 ( #10467 )
2020-03-20 10:29:31 -04:00
techknowlogick and GitHub
bea497ff96
nextcloud oauth ( #10562 )
...
Fix #7078
2020-03-02 22:11:45 -05:00
techknowlogick and GitHub
63a6e71ac2
update crypto vendors ( #10385 )
2020-02-20 16:03:34 -05:00
techknowlogick and GitHub
c0bc9871be
Blacklist manifest.json & milestones user ( #10292 )
...
Fix #10290
2020-02-16 02:56:49 -05:00
techknowlogick and GitHub
7791d904b4
Add note about which version embedded tool is implemented ( #10255 )
2020-02-12 14:30:48 -05:00
techknowlogick and GitHub
e6730c9f18
Frontport: Fix regression with tag test running ( #9941 ) ( #9942 )
2020-01-22 16:25:41 -05:00
techknowlogick and Antoine GIRARD
c437e8e930
run translations pipeline on arm server ( #9865 )
2020-01-19 10:17:57 +01:00
techknowlogick and GitHub
6b1fa12359
use arm drone agent for docs ( #9776 )
2020-01-15 00:59:13 -05:00
techknowlogick and Lauris BH
fef49f5e2e
golangci-lint 1.22.2 ( #9711 )
2020-01-11 22:33:40 +02:00
techknowlogick and GitHub
8f31c2fc76
remove google font call ( #9668 )
2020-01-09 15:48:47 -05:00
techknowlogick and GitHub
c884735740
Plural form for changelog ( #9645 )
...
Fix: https://gitea.com/gitea/changelog/issues/16
2020-01-08 00:08:49 -05:00
techknowlogick and GitHub
8e132cd16a
Update date for new year ( #9644 )
2020-01-07 23:06:45 -05:00