| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | go vet and fix #1890 | Unknwon | 2015-11-08 | 1 | -1/+1 |
* | New push to head repo of head branch: regenerate patch and retest apply | Unknwon | 2015-10-24 | 1 | -2/+3 |
* | #842 able to use access token replace basic auth | Unknwon | 2015-09-02 | 1 | -1/+1 |
* | token recent activity | Unknwon | 2015-08-19 | 1 | -1/+5 |
* | try to fix HTTP ops not GC | Unknwon | 2015-08-17 | 1 | -0/+1 |
* | work on #1493 | Unknwon | 2015-08-17 | 1 | -1/+1 |
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -2/+2 |
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -2/+2 |
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | 1 | -1/+4 |
* | Set Content-Type to text/plain for http status 401 | Linquize | 2015-03-28 | 1 | -7/+7 |
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | 1 | -1/+1 |
* | fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response... | Unknwon | 2015-03-12 | 1 | -21/+24 |