Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Go uses ident size 8 with tabs. Nothing else. | Matthias Loibl | 2016-11-08 | 1 | -1/+1 |
* | Merge pull request #90 from metalmatze/feature/tool-tests | Kim "BKC" Carlbäcker | 2016-11-08 | 22 | -25/+4738 |
|\ | |||||
| * | 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 |
| * | Vendor github.com/stretchr/testify for the assert package | Matthias Loibl | 2016-11-07 | 20 | -0/+4533 |
| * | 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 |
* | | Merge pull request #115 from strk/license | Lunny Xiao | 2016-11-08 | 1 | -1/+2 |
|\ \ | |||||
| * | | Fix typo | Sandro Santilli | 2016-11-08 | 1 | -1/+1 |
| * | | Re-add "Gogs authors" copyright (togheter with "Gitea authors") | Sandro Santilli | 2016-11-08 | 1 | -1/+2 |
* | | | Merge pull request #113 from avelino/update_locale | Lunny Xiao | 2016-11-08 | 20 | -219/+220 |
|\ \ \ | |/ / |/| | | |||||
| * | | replace Gogs to Gitea on locale files | Avelino | 2016-11-08 | 20 | -219/+220 |
| |/ | |||||
* | | update copyright gitea license (#112) | Thiago Avelino | 2016-11-08 | 1 | -2/+2 |
* | | Merge pull request #73 from bkcsoft/gt/2164-release-pagination | Lunny Xiao | 2016-11-08 | 13 | -35/+25 |
|\ \ | |/ |/| | |||||
| * | Merge all pagination-templates into 'base/paginate' | Kim "BKC" Carlbäcker | 2016-11-07 | 11 | -33/+12 |
| * | Add Pagination to Releases-page | Kim "BKC" Carlbäcker | 2016-11-07 | 3 | -3/+14 |
* | | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 10 | -99/+99 |
* | | Merge pull request #109 from go-gitea/lgtm | Matthias Loibl | 2016-11-07 | 1 | -0/+1 |
|\ \ | |||||
| * | | Added ignore_maintainers_file option to .lgtm | Thomas Boerger | 2016-11-07 | 1 | -0/+1 |
* | | | Merge pull request #110 from strk/MixedCaseConst | Sandro Santilli | 2016-11-07 | 47 | -398/+398 |
|\ \ \ | |/ / |/| | | |||||
| * | | more | Sandro Santilli | 2016-11-07 | 3 | -4/+4 |
| * | | And others | Sandro Santilli | 2016-11-07 | 12 | -34/+34 |
| * | | more | Sandro Santilli | 2016-11-07 | 3 | -20/+20 |
| * | | Security protocols | Sandro Santilli | 2016-11-07 | 3 | -15/+15 |
| * | | More mixage | Sandro Santilli | 2016-11-07 | 2 | -31/+31 |
| * | | More overlooks | Sandro Santilli | 2016-11-07 | 2 | -10/+10 |
| * | | This one I overlooked before | Sandro Santilli | 2016-11-07 | 2 | -6/+6 |
| * | | More... | Sandro Santilli | 2016-11-07 | 9 | -47/+47 |
| * | | More MixedCase consts | Sandro Santilli | 2016-11-07 | 6 | -56/+56 |
| * | | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 15 | -59/+59 |
| * | | More MixedCase consts | Sandro Santilli | 2016-11-07 | 4 | -9/+9 |
| * | | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 10 | -113/+113 |
|/ / | |||||
* | | Merge pull request #108 from go-gitea/go-sdk | Thomas Boerger | 2016-11-07 | 68 | -89/+78 |
|\ \ | |||||
| * | | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 34 | -34/+34 |
| * | | Fixed links to sdk docs | Thomas Boerger | 2016-11-07 | 2 | -2/+2 |
| * | | Added updated go-sdk | Thomas Boerger | 2016-11-07 | 27 | -0/+1408 |
| * | | Stop ignoring gitea in general | Thomas Boerger | 2016-11-07 | 1 | -1/+2 |
| * | | Dropped github.com/gogits/go-gogs-client vendored dep | Thomas Boerger | 2016-11-07 | 28 | -1418/+0 |
| * | | Dropped client from version check | Thomas Boerger | 2016-11-07 | 1 | -2/+0 |
| * | | Link to godoc instead of Gogs wiki | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| * | | Dropped link to Gogs docs from template | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| * | | Set correct doc url for go-sdk | Thomas Boerger | 2016-11-07 | 2 | -2/+2 |