| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Implementation of the feature to redirect to an external issue tracker | Rémy Boulanouar | 2016-11-04 | 1 | -0/+1 |
* | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 19 | -46/+46 |
* | | Fix sender of issue notifications | Sandro Santilli | 2016-11-02 | 1 | -0/+9 |
* | | Use proper url for libravatar dep | Sandro Santilli | 2016-11-02 | 1 | -1/+1 |
* | | Fix mention in comments like (@dblk) (#3655)v0.9.99 | Rémy Boulanouar | 2016-10-16 | 1 | -3/+3 |
|/ |
|
* | Update locales | Unknwon | 2016-09-15 | 1 | -881/+1125 |
* | Add the ability to explore organizations (#3573) | Daniel Oaks | 2016-09-01 | 1 | -1101/+881 |
* | Fix panic when attempt login with non-exist user | Unknwon | 2016-09-01 | 1 | -2/+2 |
* | Feature #3492: Add option to hide footer load times (#3562) | Thibault Meyer | 2016-09-01 | 2 | -3/+8 |
* | Update locales | Unknwon | 2016-09-01 | 1 | -237/+237 |
* | Update size of SHA to fix #3538 (#3563) | Rémy Boulanouar | 2016-08-31 | 1 | -1/+1 |
* | #3559 fix template error | Unknwon | 2016-08-31 | 1 | -0/+4 |
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 | 1 | -2/+2 |
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 3 | -5/+6 |
* | modules/sync: add UniqueQueue | Unknwon | 2016-08-30 | 1 | -0/+70 |
* | modules/sync: rename SingleInstancePool to ExclusivePool | Unknwon | 2016-08-30 | 1 | -9/+10 |