techknowlogick
33ac0cc125
Set language via AJAX ( #12785 )
...
* Set language via AJAX
* fix lint
2020-09-10 09:09:23 +08:00
techknowlogick
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
techknowlogick and Andrew Thornton
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
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
144de79c1b
Add details re: Kanban ( #12721 )
2020-09-04 18:46:21 -04:00
techknowlogick and zeripath
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
e90e122b39
update to latest golangci-lint (v1.30.0) ( #12597 )
2020-08-25 09:24:37 +03:00
techknowlogick and John Olheiser
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
125ffb87f0
go1.15 on windows ( #12589 )
...
* go1.15 on windows
* update xgo to use node14
2020-08-24 17:46:41 -04:00
techknowlogick
1ca652c826
Add security policy to repo ( #12536 )
2020-08-19 17:15:55 +01:00
techknowlogick
eb60a5d054
Build windows using golang 1.14 ( #12489 )
2020-08-13 22:29:00 -04:00
techknowlogick
8a0049bb03
go-sqlite3 gomod version ( #12490 )
2020-08-14 09:54:46 +08:00
techknowlogick
b37c7dd384
Build windows using golang 1.14 ( #12489 )
2020-08-13 21:18:04 -04:00
techknowlogick
c9d1e40dfc
UI: Update commit signature view ( #12473 )
2020-08-13 10:54:54 -04:00
techknowlogick and Lauris BH
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
techknowlogick and John Olheiser
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
0cc21fb72d
use community codecov drone plugin ( #12468 )
2020-08-10 22:02:09 -04:00
techknowlogick and zeripath
6ab4d76ced
Match GH with Commit page ( #12425 )
...
Co-authored-by: zeripath <art27@cantab.net >
2020-08-05 09:32:13 +08:00
techknowlogick
bfb25e4be1
update chroma to v0.8.0 ( #12337 )
2020-07-27 13:18:02 -04:00
techknowlogick
e6c9f19b8f
Use url.Parse to parse hostname ( #12335 )
2020-07-26 20:16:22 -04:00
techknowlogick and Lauris BH
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
techknowlogick and Lauris BH
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
ec40e593cf
1.12.0 is latest stable version ( #11964 )
2020-06-18 15:37:25 -04:00
techknowlogick and John Olheiser
4d2c2962d3
recommend bindata for building ( #11938 )
...
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2020-06-18 11:25:58 -04:00
techknowlogick and John Olheiser
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
techknowlogick and Lauris BH
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
techknowlogick and Lauris BH
6a4de37f7e
pq -> v1.7.0 ( #11905 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-06-16 19:57:38 +08:00
techknowlogick
cfac97542b
1.11.6 is latest version ( #11780 )
2020-06-06 09:57:33 +03:00
techknowlogick
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
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
4af7c47b38
Update docs to 1.11.4 ( #10941 )
2020-04-03 13:08:40 -04:00
techknowlogick
2fa1078911
go 1.14 ( #10467 )
2020-03-20 10:29:31 -04:00
techknowlogick
bea497ff96
nextcloud oauth ( #10562 )
...
Fix #7078
2020-03-02 22:11:45 -05:00
techknowlogick
63a6e71ac2
update crypto vendors ( #10385 )
2020-02-20 16:03:34 -05:00
techknowlogick
c0bc9871be
Blacklist manifest.json & milestones user ( #10292 )
...
Fix #10290
2020-02-16 02:56:49 -05:00
techknowlogick
7791d904b4
Add note about which version embedded tool is implemented ( #10255 )
2020-02-12 14:30:48 -05:00
techknowlogick
e6730c9f18
Frontport: Fix regression with tag test running ( #9941 ) ( #9942 )
2020-01-22 16:25:41 -05:00
techknowlogick
c437e8e930
run translations pipeline on arm server ( #9865 )
2020-01-19 10:17:57 +01:00
techknowlogick
6b1fa12359
use arm drone agent for docs ( #9776 )
2020-01-15 00:59:13 -05:00
techknowlogick
fef49f5e2e
golangci-lint 1.22.2 ( #9711 )
2020-01-11 22:33:40 +02:00
techknowlogick
8f31c2fc76
remove google font call ( #9668 )
2020-01-09 15:48:47 -05:00
techknowlogick
c884735740
Plural form for changelog ( #9645 )
...
Fix: https://gitea.com/gitea/changelog/issues/16
2020-01-08 00:08:49 -05:00
techknowlogick
8e132cd16a
Update date for new year ( #9644 )
2020-01-07 23:06:45 -05:00
techknowlogick and Lunny Xiao
1ea447aedf
Delete conflicting file ( #9526 )
...
Case collision with other jboss file
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2019-12-28 10:43:03 +00:00
techknowlogick
10455a88dc
Resolve deprecated INI conversion ( #9525 )
...
Per https://github.com/go-ini/ini/blob/8fe474341f7eedd6804eda75896c8f3e4b5dc36a/deprecated.go#L24
2019-12-27 22:37:26 -05:00
techknowlogick
d86e587186
alpine 3.11 ( #9440 )
2019-12-26 19:52:32 -05:00
techknowlogick
590d56dbb3
switch to fomantic-ui ( #9374 )
2019-12-17 16:34:11 -05:00
techknowlogick
6442e003c5
Youtrack now supports Gitea ( #9343 )
...
* Youtrack now supports Gitea
* Update third-party-tools.en-us.md
2019-12-12 23:28:54 -05:00
techknowlogick
c34fdf7e33
prebuild CSS/JS before xgo release binaries ( #9293 )
...
* prebuild CSS/JS before xgo release binaries
* Update .drone.yml
* Update Makefile
* update per @lafriks feedback
2019-12-08 17:24:17 -05:00
techknowlogick
cbf18f61d1
Update Owners for upcoming year ( #9290 )
...
Close #9230
2019-12-07 21:51:55 -05:00
techknowlogick
05f6eccf27
update golang.org/x/crypto vendor to use acme v2 ( #9056 )
2019-11-20 00:30:46 -05:00
techknowlogick
04e6d761bc
docs reference latest stable version (1.10.0)
2019-11-14 01:37:12 -05:00
techknowlogick
9395805512
update docs to latest version ( #8845 )
2019-11-05 13:54:20 -05:00
techknowlogick
a60d3cbea2
Remove legacy handling of drone token ( #8191 )
...
Now Drone has removed Gitea user/pass handling we can remove legacy handling
2019-09-17 15:13:24 +03:00
techknowlogick and Antoine GIRARD
7a8e299c7c
migrate gplus to google oauth2 provider ( #7885 )
...
* migrate gplus to google oauth2 provider. this still provides support for old gplus connections.
* Update models/oauth2.go
Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com >
* make vendor
2019-09-14 12:02:39 +02:00
techknowlogick
2837563147
oauth2 with remote Gitea - Fix #8093 ( #8149 )
2019-09-12 22:15:36 -04:00
techknowlogick
cff0787759
update docs to latest version ( #8164 )
2019-09-12 13:23:39 -04:00
techknowlogick
3f5cdfe359
use go 1.13 ( #8088 )
...
* use go 1.13
* use go 1.13 in gomod file
* Update Makefile
* update swagger deps
2019-09-12 14:58:32 +03:00
techknowlogick
3fd0eec900
Update third-party-tools.en-us.md ( #8148 )
2019-09-11 00:16:11 -04:00
techknowlogick
99a004c343
Update golangci-lint to v1.17.1 ( #7848 )
2019-08-13 23:32:38 -04:00
techknowlogick
bb875e98a1
frontport 1.9.0 changelog ( #7687 )
2019-07-31 09:38:28 -04:00
techknowlogick and zeripath
f1ca8ed049
Update CONTRIBUTING.md with information about DCO ( #7397 )
...
* Update CONTRIBUTING.md with information about DCO
References: #7389
More information: https://about.gitlab.com/handbook/marketing/community-relations/code-contributor-program/#developer-certificate-of-origin-dco
* Update CONTRIBUTING.md
Co-Authored-By: zeripath <art27@cantab.net >
2019-07-17 16:03:16 -04:00
techknowlogick
efaee46b4d
jQuery 3 ( #7425 )
...
* jquery 3
* use most recent version of migrate plugin
* Delete .DS_Store
* update service worker in case anyone has old version of jquery cached
2019-07-12 08:21:44 +03:00
techknowlogick
d7fccb29de
Fetch refs for successful testing for tag ( #7388 )
...
* Fetch refs for successful testing for tag
Fix #7382
* Update .drone.yml
2019-07-09 03:24:52 +01:00
techknowlogick
d0ec940dd7
switch to use gliderlabs/ssh for builtin server ( #7250 )
...
resolves git conflicts from #3896 (credit to @belak, in case github doesn't keep original author during squash)
Co-Authored-By: Matti Ranta <techknowlogick@gitea.io >
2019-07-06 21:28:09 -04:00
techknowlogick
7b82056b0e
1.9.0-RC1 changelog ( #7367 )
2019-07-06 19:00:49 -04:00
techknowlogick
49ee9d2771
update contributing to use recent version of drone cli ( #7351 )
...
fix #7350
2019-07-03 19:28:48 -04:00
techknowlogick
5f25558ac2
fix updated drone file ( #7336 )
2019-07-01 10:32:50 +03:00
techknowlogick
6d0f78542f
Add docs for INTERNAL_TOKEN_URI ( #7234 )
2019-06-17 22:52:03 -04:00
techknowlogick
a83c80a000
Disable arm7 builds ( #7037 )
...
* Disable arm7 builds
As arm6 works on arm7 platforms with no noticeable performance difference
* 386
2019-05-25 11:38:14 +03:00
techknowlogick
5ffc9656c6
Change drone token name to let users know to use oauth2 ( #6912 )
2019-05-12 13:29:07 -04:00
techknowlogick
36bde02841
Add documentation for OTP/2FA header in API for basic auth ( #6872 )
2019-05-07 16:53:45 -04:00
techknowlogick
46373e7657
Hash App token ( #6724 )
2019-05-04 11:45:34 -04:00
techknowlogick
9a838cff61
Service worker js is a missing comma ( #6788 )
...
Fix #6787
2019-04-28 21:45:05 -04:00