| Commit message (Expand) | Author | Age | Files | Lines |
* | In basic auth check for tokens before call UserSignIn (#5725) | manuelluis | 2019-02-12 | 1 | -37/+37 |
* | Feature: Archive repos (#5009) | kolaente | 2019-01-23 | 1 | -0/+6 |
* | Add proper CORS preflight origin validation (#5740) | silverwind | 2019-01-15 | 1 | -2/+14 |
* | Support CORS headers to git smart http protocol (#5719) | Lunny Xiao | 2019-01-14 | 1 | -0/+12 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -27/+10 |
* | Make reverse proxy auth optional (#4643) | Najib Idrissi | 2018-08-29 | 1 | -6/+2 |
* | env var GITEA_PUSHER_EMAIL (#4516) | Lukas Treyer | 2018-07-26 | 1 | -0/+5 |
* | Correctly check http git access rights for reverse proxy authorized users (#3... | Lauris BH | 2018-03-29 | 1 | -20/+20 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -10/+10 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -1/+2 |
* | Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043) | Lunny Xiao | 2017-12-02 | 1 | -16/+2 |
* | fix .netrc authentication (#2700) | David Schneiderbauer | 2017-10-15 | 1 | -10/+24 |
* | fix go get subpackage bug (#2584) | Lunny Xiao | 2017-09-23 | 1 | -21/+1 |
* | Only allow token authentication with 2FA enabled (#2184) | Moritz Heiber | 2017-07-26 | 1 | -6/+32 |
* | Fix: `http: multiple response.WriteHeader calls` (#2038) | Shuanglei Tao | 2017-06-28 | 1 | -1/+0 |
* | fix admin lost permission caused by #947 | Lunny Xiao | 2017-05-19 | 1 | -1/+1 |
* | Add units to team (#947) | Lunny Xiao | 2017-05-18 | 1 | -0/+8 |
* | Remove env user salt since no need to use (#1515) | Lunny Xiao | 2017-05-06 | 1 | -1/+0 |
* | fix go get sub package and add domain on installation to let go get work defa... | Lunny Xiao | 2017-04-21 | 1 | -0/+25 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -2/+2 |
* | Move push update to post-receive and protected branch check to pre-receive (#... | Lunny Xiao | 2017-02-25 | 1 | -161/+35 |
* | Oauth2 consumer (#679) | Willem van Dreumel | 2017-02-22 | 1 | -6/+6 |
* | Protected branches system (#339) | Denis Denisov | 2017-02-21 | 1 | -11/+86 |
* | fix gofmt error | Bo-Yi Wu | 2016-12-30 | 1 | -1/+1 |
* | push + pull now works with reverse proxy + basic auth on apache 2.4 | Gogs | 2016-12-29 | 1 | -62/+75 |
* | update code.gitea.io/git (#450) | Lunny Xiao | 2016-12-22 | 1 | -1/+1 |
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -5/+7 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -6/+6 |
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -4/+4 |
* | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning | Rachid Zarouali | 2016-11-07 | 1 | -0/+5 |
|\ |
|
| * | rename variable + fix wiki link | Thibault Meyer | 2016-10-04 | 1 | -1/+1 |
| * | Can disable GIT interactions by HTTP protocol | Thibault Meyer | 2016-09-18 | 1 | -0/+5 |
* | | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
* | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
|/ |
|
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -4/+3 |
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 1 | -1/+3 |
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -1/+1 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -2/+2 |
* | Fixes #3110 (#3136) | Franz Schmidt | 2016-06-27 | 1 | -1/+1 |
* | repo/http: clean code | Unknwon | 2016-06-01 | 1 | -258/+194 |
* | Add route for #2846 | Unknwon | 2016-03-21 | 1 | -1/+1 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -4/+4 |
* | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 | 1 | -2/+9 |
* | Use pretty 404 pages in repo.HTTPBackend | Florian Kaiser | 2016-02-02 | 1 | -6/+4 |
* | typo fix | zhuharev | 2016-01-06 | 1 | -2/+2 |
* | #2311 improve HTTP auth error message | Unknwon | 2015-12-30 | 1 | -6/+9 |
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | 1 | -0/+1 |
* | finish wiki | Unknwon | 2015-11-30 | 1 | -67/+66 |
* | introduce git-shell | Unknwon | 2015-11-26 | 1 | -1/+1 |
* | #1681 some fixes for builtin SSH server on Windows | Unknwon | 2015-11-23 | 1 | -3/+3 |