Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -128/+0 |
| | |||||
* | #2748 fix redirect loop with auto-signin | Unknwon | 2016-03-04 | 1 | -1/+2 |
| | |||||
* | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 | 1 | -11/+5 |
| | | | | - Remove unused config settings `[picture] service` | ||||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 | 1 | -0/+1 |
| | |||||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 | 1 | -19/+0 |
| | |||||
* | fix #2020 | Unknwon | 2015-11-24 | 1 | -1/+1 |
| | |||||
* | minor fix on auto sign in | Unknwon | 2015-11-19 | 1 | -2/+2 |
| | |||||
* | work on #1891 | Unknwon | 2015-11-18 | 1 | -0/+12 |
| | |||||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 | 1 | -2/+2 |
| | |||||
* | unified API error response | Unknwon | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 | 1 | -0/+4 |
| | |||||
* | #1474 logic fix | Unknwon | 2015-08-29 | 1 | -2/+2 |
| | |||||
* | only assign auto-admin when sign up by web | Unknwon | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | Show owner/poster tags of comments and fix #1312 | Unknwon | 2015-08-14 | 1 | -0/+39 |
| | |||||
* | #1128: API calls are not hidden behind sign in | Unknwon | 2015-07-15 | 1 | -0/+7 |
| | |||||
* | #1127: hide user e-mail when API caller isn't signed in | Unknwon | 2015-07-15 | 1 | -0/+1 |
| | |||||
* | Add setting.AppSubUrl for LANDING_PAGE = explore | Christophe Le Guern | 2015-03-16 | 1 | -1/+1 |
| | | | Add setting.AppSubUrl in case of different ROOT_URL and LANDING_PAGE = explore | ||||
* | modules/middleware/auth.go: remove uncheck login for watch a repo #929 | Unknwon | 2015-02-10 | 1 | -5/+0 |
| | |||||
* | modules/midlleware: little auth code fix, #777 | Unknwon | 2015-01-30 | 1 | -1/+0 |
| | |||||
* | modules/midlleware: little auth code fix | Unknwon | 2015-01-30 | 1 | -1/+2 |
| | |||||
* | Fix #543 | Unknwon | 2014-11-24 | 1 | -0/+6 |
| | |||||
* | more APIs on #12 | Unknwon | 2014-11-18 | 1 | -0/+9 |
| | |||||
* | #12, add/edit hook | Unknwon | 2014-11-13 | 1 | -0/+9 |
| | |||||
* | Set cookiepath to AppSubUrl | Martin van Beurden | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -4/+4 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||||
* | Fix #425 | Unknwon | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | Finish new home page of organization | Unknwon | 2014-08-10 | 1 | -2/+0 |
| | |||||
* | Finish new reset password, etc. | Unknwon | 2014-08-09 | 1 | -1/+3 |
| | |||||
* | Convert captcha, cache, csrf as middlewares | Unknwon | 2014-07-31 | 1 | -3/+6 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -3/+3 |
| | |||||
* | Fixed #209 | Unknown | 2014-05-25 | 1 | -3/+3 |
| | |||||
* | Improve delete SSH key | Unknown | 2014-05-06 | 1 | -0/+5 |
| | |||||
* | Clean api code | Unknown | 2014-05-05 | 1 | -7/+5 |
| | |||||
* | Add 2 more gitignore | Unknown | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Change new martini impot path | Unknown | 2014-03-30 | 1 | -1/+1 |
| | |||||
* | Fix install bugs | Unknown | 2014-03-30 | 1 | -0/+5 |
| | |||||
* | Fix dashboard auto-log bug | Unknown | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Batch updates | Unknown | 2014-03-22 | 1 | -0/+3 |
| | |||||
* | Fix SSH key bug in windows | Unknown | 2014-03-22 | 1 | -0/+1 |
| | |||||
* | add csrf check | slene | 2014-03-23 | 1 | -26/+32 |
| | |||||
* | config option: Require sign in to view repository | Unknown | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | Work on admin | Unknown | 2014-03-20 | 1 | -1/+1 |
| | |||||
* | Work on admin | Unknown | 2014-03-20 | 1 | -1/+13 |
| | |||||
* | Finish verify email | Unknown | 2014-03-19 | 1 | -4/+6 |
| | |||||
* | fork render | Gogs | 2014-03-19 | 1 | -2/+2 |
| | |||||
* | Working on register mail confirmation | Unknown | 2014-03-19 | 1 | -3/+3 |
| | |||||
* | Add active page | Unknown | 2014-03-19 | 1 | -0/+4 |
| | |||||
* | Add postgres support, clean code, code review | Unknown | 2014-03-17 | 1 | -0/+2 |
| | |||||
* | move templateFuncs to one file, add middleware context. | slene | 2014-03-15 | 1 | -0/+28 |