| Commit message (Expand) | Author | Age | Files | Lines |
* | fix gofmt error. | Bo-Yi Wu | 2016-11-15 | 3 | -3/+3 |
* | 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 | 5 | -29/+29 |
* | Improve formatting of admin command | Matthias Loibl | 2016-11-09 | 1 | -2/+4 |
* | Use cli Flags directly and not some helper funcs | Matthias Loibl | 2016-11-09 | 8 | -69/+91 |
* | And others | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -7/+7 |
* | 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 | 2 | -3/+3 |
* | 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 | 7 | -5/+14 |
* | Merge branch 'master' into fix/3743-route-regexp-branchname | Lunny Xiao | 2016-11-04 | 5 | -26/+26 |
|\ |
|
| * | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 5 | -26/+26 |
* | | Restore whitespace | Thibault Meyer | 2016-11-03 | 1 | -1/+1 |
* | | Fix SHA regexp and commit comparisons | Thibault Meyer | 2016-11-03 | 1 | -4/+4 |
|/ |
|
* | #3590 fix 404 for release draft edition | Unknwon | 2016-09-03 | 1 | -2/+18 |
* | Add the ability to explore organizations (#3573) | Daniel Oaks | 2016-09-01 | 1 | -0/+1 |
* | Minor code fix [CI SKIP] | Unknwon | 2016-08-31 | 1 | -2/+7 |
* | Fix import path | Unknwon | 2016-08-30 | 1 | -1/+1 |
* | #3548 disable issue cannot edit label and milestonefor pull requests | Unknwon | 2016-08-30 | 1 | -2/+2 |
* | Web editor: support upload files | Unknwon | 2016-08-30 | 1 | -4/+12 |
* | codegangsta/cli => urfave/cli (#3546) | Kim "BKC" Carlbäcker | 2016-08-30 | 7 | -7/+7 |
* | Bump git-module required version | Unknwon | 2016-08-29 | 1 | -1/+1 |
* | Load a set of predefined labels (#3459) | Thibault Meyer | 2016-08-29 | 1 | -0/+1 |
* | Web editor: disallow edit mirror repository | Unknwon | 2016-08-28 | 1 | -1/+1 |
* | Web editor: improve delete file process | Unknwon | 2016-08-28 | 1 | -1/+2 |
* | #3505 use user’s info for committer and author | Unknwon | 2016-08-27 | 1 | -1/+1 |
* | #3383 code cleanup | Unknwon | 2016-08-24 | 1 | -1/+1 |
* | Fix #3361: Dumps are created world readable (#3473) | Thibault Meyer | 2016-08-17 | 1 | -0/+4 |
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -1/+1 |
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 | 1 | -2/+2 |
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 | 1 | -2/+1 |
* | markdown: fix treating pure number as SHA1 | Unknwon | 2016-08-15 | 1 | -1/+1 |
* | Web editor: temporarily disable upload and quick fix for edit and new | Unknwon | 2016-08-15 | 1 | -2/+2 |
* | Web editor: improve delete file | Unknwon | 2016-08-14 | 1 | -3/+8 |
* | Code clean up for new config options | Unknwon | 2016-08-14 | 1 | -1/+1 |
* | Squashed commit of the following: | Richard Mahn | 2016-08-14 | 1 | -0/+14 |
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 2 | -2/+3 |
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -1/+1 |
* | Add subcommand to create new user in CLI | Unknwon | 2016-08-13 | 1 | -0/+70 |
* | Add Content-Disposition header for downloads (#3439) | Andrey Nering | 2016-08-11 | 1 | -0/+1 |
* | Fix #3321: commit tag shortener (#3418) | Thibault Meyer | 2016-08-11 | 1 | -3/+3 |
* | #2852 code cleanup | Unknwon | 2016-08-11 | 1 | -11/+15 |
* | Add initial support for unix sockets (#2852) | Odin Ugedal | 2016-08-11 | 1 | -0/+18 |
* | Fix #3314: Cannot edit release with tag name contains slash (#3434) | Thibault Meyer | 2016-08-11 | 1 | -2/+2 |
* | #2780 code clean up | Unknwon | 2016-08-11 | 1 | -1/+1 |