| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Batch updates for issues (#926) | Ethan Koenig | 2017-03-15 | 1 | -6/+5 |
* | Rename /forget_password url to /forgot_password | Sandro Santilli | 2017-03-14 | 1 | -2/+2 |
* | remove unused struct (#1062) | Lunny Xiao | 2017-02-27 | 1 | -8/+1 |
* | Oauth2 consumer (#679) | Willem van Dreumel | 2017-02-22 | 1 | -4/+13 |
* | Protected branches system (#339) | Denis Denisov | 2017-02-21 | 1 | -0/+5 |
* | feat: Able to disable non-admin to create new organization (#927) | Bo-Yi Wu | 2017-02-14 | 1 | -2/+8 |
* | Markdown rendering overhaul (#186) | Andrew Boyarshin | 2017-02-14 | 1 | -0/+5 |
* | fix watchers templates breaks (#870) | Lunny Xiao | 2017-02-08 | 1 | -1/+1 |
* | Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 (#801) | Matthias Loibl | 2017-02-05 | 1 | -0/+7 |
* | Fix remove unix socket listenAddr (#846) | surefire | 2017-02-05 | 1 | -1/+1 |
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -4/+4 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -3/+3 |
* | Allow custom public files (#782) | Thomas Boerger | 2017-01-28 | 1 | -0/+5 |
* | Add ETag header to avatars (#721) | Bwko | 2017-01-25 | 1 | -0/+1 |
* | Two factor authentication support (#630) | Andrew | 2017-01-16 | 1 | -0/+13 |
* | Attach to release (#673) | Philip Couling | 2017-01-15 | 1 | -3/+1 |
* | Don't create a default pid file (#637) | Bwko | 2017-01-14 | 1 | -1/+1 |
* | Notifications: mark as read/unread and pin (#629) | Andrey Nering | 2017-01-12 | 1 | -1/+4 |
* | feat: support pid file. | Bo-Yi Wu | 2017-01-09 | 1 | -0/+10 |
* | Merge pull request #539 from andreynering/notifications-step-2 | Andrey Nering | 2017-01-05 | 1 | -0/+4 |
|\ |
|
| * | Notifications - Step 2 | Andrey Nering | 2016-12-30 | 1 | -0/+4 |
* | | fix windows build broken by #416 | Lunny Xiao | 2016-12-31 | 1 | -24/+2 |
* | | Support http service graceful restart (#416) | Lunny Xiao | 2016-12-31 | 1 | -3/+23 |
|/ |
|
* | Tab on user profile to show starred repos (#519) | Andrey Nering | 2016-12-29 | 1 | -1/+0 |
* | commithgraph / timeline (#428) | Kjell Kvinge | 2016-12-29 | 1 | -0/+1 |
* | Git LFS support v2 (#122) | Fabian Zaremba | 2016-12-26 | 1 | -0/+12 |
* | Provide button to delete merged pull request (#441) | Lunny Xiao | 2016-12-25 | 1 | -0/+1 |
* | Bindata is optional and over-writable on restart (#354) | Thomas Boerger | 2016-12-22 | 1 | -10/+17 |
* | Remove remaining Gogs reference on locales and cmd (#430) | Joubert RedRat | 2016-12-21 | 1 | -2/+2 |
* | Integrate templates into bindata optionally (#314) | Thomas Boerger | 2016-12-06 | 1 | -55/+3 |
* | Catch os... errors | Bwko | 2016-12-02 | 1 | -2/+3 |
* | Integrate public as bindata optionally (#293) | Thomas Boerger | 2016-11-30 | 1 | -3/+4 |
* | golint fixed for modules/auth | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
* | Merge pull request #270 from andreynering/gitea/http-headers-download | Andrey Nering | 2016-11-27 | 1 | -5/+1 |
|\ |
|
| * | Fix HTTP headers for issue attachment download | Andrey Nering | 2016-11-26 | 1 | -5/+1 |
* | | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -9/+9 |
|/ |
|
* | fix gofmt error. | Bo-Yi Wu | 2016-11-15 | 1 | -1/+1 |
* | Remember diff view style (#163) | Andrey Nering | 2016-11-13 | 1 | -3/+3 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -16/+16 |
* | Use cli Flags directly and not some helper funcs | Matthias Loibl | 2016-11-09 | 1 | -3/+11 |
* | Dropped client from version check | Thomas Boerger | 2016-11-07 | 1 | -2/+0 |
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -2/+2 |
* | Merge branch 'master' into feature/goimports | Sandro Santilli | 2016-11-05 | 1 | -6/+7 |
|\ |
|
| * | Refactor editorconfig middleware | Andrey Nering | 2016-11-05 | 1 | -6/+7 |
* | | Add missing version & gogs package | Matthias Loibl | 2016-11-05 | 1 | -0/+2 |
* | | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -17/+13 |
|/ |
|
* | Fixed "net.UnixAddr composite literal uses unkeyed fields" | Thomas Boerger | 2016-11-04 | 1 | -1/+1 |
* | Made linter happy in cmd folder | Thomas Boerger | 2016-11-04 | 1 | -1/+3 |
* | Merge branch 'master' into fix/3743-route-regexp-branchname | Lunny Xiao | 2016-11-04 | 1 | -14/+14 |
|\ |
|
| * | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -14/+14 |