Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Golint fixed for modules/template | Lunny Xiao | 2016-11-25 | 2 | -14/+26 | |
| |/ / | ||||||
* | | | Merge pull request #250 from lunny/lunny/golint_modules_markdown | Thomas Boerger | 2016-11-25 | 2 | -11/+13 | |
|\ \ \ | ||||||
| * | | | fixed test build error | Lunny Xiao | 2016-11-25 | 1 | -2/+2 | |
| * | | | golint fixed for modules/markdown | Lunny Xiao | 2016-11-25 | 1 | -9/+11 | |
| |/ / | ||||||
* / / | Golint fixed for modules/mailer | Lunny Xiao | 2016-11-25 | 1 | -1/+8 | |
|/ / | ||||||
* | | Merge pull request #235 from lunny/lunny/golint_modules_user | Thomas Boerger | 2016-11-24 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | golint fixed for modules/user | Lunny Xiao | 2016-11-24 | 1 | -0/+1 | |
| |/ | ||||||
* | | Merge pull request #231 from lunny/lunny/golint_modules_base | Thomas Boerger | 2016-11-24 | 2 | -7/+16 | |
|\ \ | ||||||
| * | | golint fixed for modules/base | Lunny Xiao | 2016-11-24 | 2 | -7/+16 | |
| |/ | ||||||
* / | Lint and document manager api | Sandro Santilli | 2016-11-24 | 1 | -8/+17 | |
|/ | ||||||
* | API endpoints for stars | Ethan Koenig | 2016-11-16 | 1 | -0/+31 | |
* | fix variable assigned and not used. | Bo-Yi Wu | 2016-11-15 | 1 | -4/+0 | |
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 4 | -6/+6 | |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 20 | -48/+48 | |
* | Merge pull request #121 from joubertredrat/feature-last-login | Lunny Xiao | 2016-11-10 | 1 | -40/+40 | |
|\ | ||||||
| * | Support to last login feature | Joubert RedRat | 2016-11-09 | 1 | -40/+40 | |
* | | Merge pull request #17 from LefsFlarey/issue/3666 | Matthias Loibl | 2016-11-08 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Fixed 404 caused by unexpected question mark | Flare | 2016-11-08 | 1 | -1/+1 | |
* | | Add test for IsTextFile() | Matthias Loibl | 2016-11-07 | 1 | -3/+7 | |
* | | Make long godoc comment 2 lines | Matthias Loibl | 2016-11-07 | 1 | -1/+2 | |
* | | Add test for IsLetter() | Matthias Loibl | 2016-11-07 | 1 | -1/+15 | |
* | | Add test for Int64sToMap() | Matthias Loibl | 2016-11-07 | 1 | -1/+8 | |
* | | Add tests for StringsToInt64s() & Int64sToStrings() | Matthias Loibl | 2016-11-07 | 2 | -9/+45 | |
* | | Add tests for TruncateString() | Matthias Loibl | 2016-11-07 | 1 | -1/+11 | |
* | | Use TruncateString(sha1,10) in ShortSha and deprecate it. | Matthias Loibl | 2016-11-07 | 1 | -4/+2 | |
* | | Add tests for EllipsisString() and fix bug if param length < 3 | Matthias Loibl | 2016-11-07 | 2 | -5/+16 | |
* | | Test AvatarLink and refactor with tests passing | Matthias Loibl | 2016-11-07 | 2 | -13/+32 | |
* | | Use testify/assert for all tests in tool_test.go | Matthias Loibl | 2016-11-07 | 1 | -31/+12 | |
* | | Add unit test for base.FileSize() | Matthias Loibl | 2016-11-07 | 1 | -2/+23 | |
* | | Start to add tests for modules/base/tool | Matthias Loibl | 2016-11-07 | 2 | -7/+85 | |
* | | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 2 | -12/+12 | |
* | | more | Sandro Santilli | 2016-11-07 | 1 | -2/+2 | |
* | | Security protocols | Sandro Santilli | 2016-11-07 | 1 | -5/+5 | |
* | | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 2 | -7/+7 | |
* | | Merge pull request #108 from go-gitea/go-sdk | Thomas Boerger | 2016-11-07 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Fixed links to sdk docs | Thomas Boerger | 2016-11-07 | 1 | -1/+1 | |
| * | | Set correct doc url for go-sdk | Thomas Boerger | 2016-11-07 | 2 | -2/+2 | |
* | | | Merge pull request #103 from strk/GOGS_drop | Sandro Santilli | 2016-11-07 | 1 | -3/+19 | |
|\ \ \ | ||||||
| * | | | Replace GOGS with GITEA in variable names | Sandro Santilli | 2016-11-07 | 1 | -3/+19 | |
| |/ / | ||||||
* / / | Replace Gogs to Gitea in installation options | Joubert RedRat | 2016-11-07 | 2 | -400/+400 | |
|/ / | ||||||
* | | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning | Rachid Zarouali | 2016-11-07 | 2 | -0/+3 | |
|\ \ | ||||||
| * | | rename variable + fix wiki link | Thibault Meyer | 2016-10-04 | 2 | -2/+3 | |
| * | | Can disable GIT interactions by HTTP protocol | Thibault Meyer | 2016-09-18 | 2 | -0/+2 | |
| |/ | ||||||
* | | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 | |
* | | Add tests for CurrentUsername() (#88) | Matthias Loibl | 2016-11-06 | 2 | -3/+23 | |
* | | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 6 | -21/+14 | |
* | | Regenerated bindata | Thomas Boerger | 2016-11-04 | 1 | -223/+223 | |
* | | Simply made go vet happy, fixed tags | Thomas Boerger | 2016-11-04 | 1 | -4/+4 | |
* | | Executed go fmt for all files | Thomas Boerger | 2016-11-04 | 1 | -928/+707 | |
* | | Run goimports on the whole project (#34) | Matthias Loibl | 2016-11-04 | 2 | -4/+4 |