- 07 Jan, 2022 1 commit
-
-
Lunny Xiao authored
-
- 05 Jan, 2022 1 commit
-
-
6543 authored
-
- 01 Jan, 2022 2 commits
-
-
Lunny Xiao authored
-
Lunny Xiao authored
-
- 20 Dec, 2021 2 commits
-
-
zeripath authored
* Reset Session ID on login When logging in the SessionID should be reset and the session cleaned up. Signed-off-by:
Andrew Thornton <art27@cantab.net> * with new session.RegenerateID function Signed-off-by:
Andrew Thornton <art27@cantab.net> * update go-chi/session Signed-off-by:
Andrew Thornton <art27@cantab.net> * Ensure that session id is changed after oauth data is set and between account linking pages too Signed-off-by:
Andrew Thornton <art27@cantab.net> * placate lint Signed-off-by:
Andrew Thornton <art27@cantab.net> * as per review Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
zeripath authored
Update chroma to 0.9.4 Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
- 19 Dec, 2021 1 commit
-
-
Wim authored
* Add support for ssh commit signing * Split out ssh verification to separate file * Show ssh key fingerprint on commit page * Update sshsig lib * Make sure we verify against correct namespace * Add ssh public key verification via ssh signatures When adding a public ssh key also validate that this user actually owns the key by signing a token with the private key. * Remove some gpg references and make verify key optional * Fix spaces indentation * Update options/locale/locale_en-US.ini Co-authored-by:
Gusted <williamzijl7@hotmail.com> * Update templates/user/settings/keys_ssh.tmpl Co-authored-by:
Gusted <williamzijl7@hotmail.com> * Update options/locale/locale_en-US.ini Co-authored-by:
Gusted <williamzijl7@hotmail.com> * Update options/locale/locale_en-US.ini Co-authored-by:
Gusted <williamzijl7@hotmail.com> * Update models/ssh_key_commit_verification.go Co-authored-by:
Gusted <williamzijl7@hotmail.com> * Reword ssh/gpg_key_success message * Change Badsignature to NoKeyFound * Add sign/verify tests * Fix upstream api changes to user_model User * Match exact on SSH signature * Fix code review remarks Co-authored-by:
Gusted <williamzijl7@hotmail.com> Co-authored-by:
wxiaoguang <wxiaoguang@gmail.com> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 02 Dec, 2021 1 commit
-
-
zeripath authored
Fix #17880 Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 20 Nov, 2021 1 commit
-
-
zeripath authored
-
- 19 Nov, 2021 1 commit
-
-
wxiaoguang authored
This PR fixes the builtin avatar generator. 1. The random background color makes some images very dirty. So now we only use white background for avatars. 2. We use left-right mirror avatars to satisfy #14799 3. Fix a small padding error in the algorithm
-
- 03 Nov, 2021 1 commit
-
-
zeripath authored
* Simplify Gothic to use our session store instead of creating a different store We have been using xormstore to provide a separate session store for our OAuth2 logins however, this relies on using gorilla context and some doubling of our session storing. We can however, simplify and simply use our own chi-based session store. Thus removing a cookie and some of the weirdness with missing contexts. Signed-off-by:
Andrew Thornton <art27@cantab.net> * as per review Signed-off-by:
Andrew Thornton <art27@cantab.net> * as per review Signed-off-by:
Andrew Thornton <art27@cantab.net> * Handle MaxTokenLength Signed-off-by:
Andrew Thornton <art27@cantab.net> * oops Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
techknowlogick <techknowlogick@gitea.io> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 26 Oct, 2021 1 commit
-
-
Lunny Xiao authored
-
- 20 Oct, 2021 1 commit
-
-
zeripath authored
Upgrade Bluemonday to latest version Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
6543 <6543@obermui.de>
-
- 16 Oct, 2021 1 commit
-
-
6543 authored
Return rss/atom feed for user based on rss url suffix or Content-Type header.
-
- 14 Oct, 2021 1 commit
-
-
Lunny Xiao authored
-
- 29 Sep, 2021 1 commit
-
-
Lunny Xiao authored
-
- 16 Sep, 2021 1 commit
-
-
Lunny Xiao authored
Co-authored-by:
zeripath <art27@cantab.net>
-
- 13 Sep, 2021 1 commit
-
-
zeripath authored
Update to latest go-chi/session where the NewManager causes a new Provider instantiation instead of reconfiguring an old one. (https://gitea.com/go-chi/session/pulls/1) The NewManager call is now concurrency safe and would allow live reconfiguration in future but for now this PR simply fixes an intermittent "data-race" detected in our tests. (See https://drone.gitea.io/go-gitea/gitea/43900/2/14 ) Related #17027 Related #1441 Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
- 23 Aug, 2021 1 commit
-
-
zeripath authored
Fixes issue with windows users & letsencrypt Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 21 Aug, 2021 1 commit
-
-
wxiaoguang authored
-
- 15 Aug, 2021 1 commit
-
-
Lunny Xiao authored
-
- 12 Aug, 2021 1 commit
-
-
Lunny Xiao authored
* Upgrade xorm to v1.2.2 * Change the Engine interface to match xorm v1.2.2
-
- 10 Aug, 2021 1 commit
-
-
6543 authored
* Upgrade github.com/google/go-github vv32.1.0 -> v37.0.0 * refactor: use GetX() func to reduce code
-
- 03 Aug, 2021 1 commit
-
-
zeripath authored
* 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>
-
- 27 Jul, 2021 1 commit
-
-
Lunny Xiao authored
Fix #16546
-
- 24 Jul, 2021 2 commits
-
-
6543 authored
-
techknowlogick authored
Co-authored-by:
6543 <6543@obermui.de> Co-authored-by:
Andrew Thornton <art27@cantab.net>
-
- 09 Jul, 2021 1 commit
-
-
6543 authored
* update github.com/microcosm-cc/bluemonday * add exec flag to contrib/update_dependencies.sh * Fix TESTS
-
- 07 Jul, 2021 1 commit
-
-
techknowlogick authored
* 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 dea2f292b116114f9316fab95c5fd124174da404.
-
- 04 Jul, 2021 2 commits
-
-
Lunny Xiao authored
-
6543 authored
* Add Dependencie Update Script * update gitea.com/lunny/levelqueue * update github.com/PuerkitoBio/goquery * update github.com/alecthomas/chroma * update github.com/blevesearch/bleve/v2 * update github.com/caddyserver/certmagic * update github.com/go-enry/go-enry/v2 * update github.com/go-redis/redis/v8 * update github.com/hashicorp/golang-lru * update github.com/klauspost/compress * update github.com/markbates/goth * update github.com/mholt/archiver/v3 * update github.com/microcosm-cc/bluemonday * update github.com/minio/minio-go/v7 * update github.com/olivere/elastic/v7 * update github.com/xanzy/go-gitlab * update github.com/yuin/goldmark
-
- 30 Jun, 2021 1 commit
-
-
zeripath authored
Following the merging of https://github.com/go-git/go-git/pull/330 we can now add a setting to avoid go-git reading and caching large objects. Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
- 28 Jun, 2021 1 commit
-
-
zeripath authored
* Upgrade Gliderlabs SSH to 0.3.3 and add FailedConnectionCallback Following the merging of https://github.com/gliderlabs/ssh/pull/143 we can now report connections to the ssh server that have failed before public key exchange has completed using the standard fail2ban message. This PR updates Gliderlabs SSH and adds a callback that will provide this logging. Signed-off-by:
Andrew Thornton <art27@cantab.net> * move the callback to its own function to make the logging appear little nicer Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
- 20 Jun, 2021 1 commit
-
-
zeripath authored
* Improve get last commit using git log --name-status git log --name-status -c provides information about the diff between a commit and its parents. Using this and adjusting the algorithm to use the first change to a path allows for a much faster generation of commit info. There is a subtle change in the results generated but this will cause the results to more closely match those from elsewhere. Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
6543 <6543@obermui.de> Co-authored-by:
techknowlogick <techknowlogick@gitea.io> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 17 Jun, 2021 1 commit
-
-
Mura Li authored
Co-authored-by:
Mura Li <typeless@users.noreply.github.com> Co-authored-by:
6543 <6543@obermui.de>
-
- 10 Jun, 2021 1 commit
-
-
6543 authored
* update github.com/PuerkitoBio/goquery * update github.com/alecthomas/chroma * update github.com/blevesearch/bleve/v2 * update github.com/caddyserver/certmagic * update github.com/go-enry/go-enry/v2 * update github.com/go-git/go-billy/v5 * update github.com/go-git/go-git/v5 * update github.com/go-redis/redis/v8 * update github.com/go-testfixtures/testfixtures/v3 * update github.com/jaytaylor/html2text * update github.com/json-iterator/go * update github.com/klauspost/compress * update github.com/markbates/goth * update github.com/mattn/go-isatty * update github.com/mholt/archiver/v3 * update github.com/microcosm-cc/bluemonday * update github.com/minio/minio-go/v7 * update github.com/prometheus/client_golang * update github.com/unrolled/render * update github.com/xanzy/go-gitlab * update github.com/yuin/goldmark * update github.com/yuin/goldmark-highlighting Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 14 May, 2021 1 commit
-
-
Lunny Xiao authored
-
- 12 May, 2021 1 commit
-
-
Lunny Xiao authored
-
- 09 May, 2021 1 commit
-
-
silverwind authored
Use the common `go get` method to install and run the revive linter, removing the useless build/lint.go and related vendor libraries.
-
- 23 Apr, 2021 1 commit
-
-
6543 authored
* update github.com/blevesearch/bleve v2.0.2 -> v2.0.3 * github.com/denisenkom/go-mssqldb v0.9.0 -> v0.10.0 * github.com/editorconfig/editorconfig-core-go v2.4.1 -> v2.4.2 * github.com/go-chi/cors v1.1.1 -> v1.2.0 * github.com/go-git/go-billy v5.0.0 -> v5.1.0 * github.com/go-git/go-git v5.2.0 -> v5.3.0 * github.com/go-ldap/ldap v3.2.4 -> v3.3.0 * github.com/go-redis/redis v8.6.0 -> v8.8.2 * github.com/go-sql-driver/mysql v1.5.0 -> v1.6.0 * github.com/go-swagger/go-swagger v0.26.1 -> v0.27.0 * github.com/lib/pq v1.9.0 -> v1.10.1 * github.com/mattn/go-sqlite3 v1.14.6 -> v1.14.7 * github.com/go-testfixtures/testfixtures v3.5.0 -> v3.6.0 * github.com/issue9/identicon v1.0.1 -> v1.2.0 * github.com/klauspost/compress v1.11.8 -> v1.12.1 * github.com/mgechev/revive v1.0.3 -> v1.0.6 * github.com/microcosm-cc/bluemonday v1.0.7 -> v1.0.8 * github.com/niklasfasching/go-org v1.4.0 -> v1.5.0 * github.com/olivere/elastic v7.0.22 -> v7.0.24 * github.com/pelletier/go-toml v1.8.1 -> v1.9.0 * github.com/prometheus/client_golang v1.9.0 -> v1.10.0 * github.com/xanzy/go-gitlab v0.44.0 -> v0.48.0 * github.com/yuin/goldmark v1.3.3 -> v1.3.5 * github.com/6543/go-version v1.2.4 -> v1.3.1 * do github.com/lib/pq v1.10.0 -> v1.10.1 again ...
-