summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update home page to Gitea (#138)Andrey Nering2016-11-115-27/+27
|
* Merge pull request #136 from 0xbaadf00d/feature/rewrite-xorm-queriesAndrey Nering2016-11-1021-227/+474
|\ | | | | Rewrite raw queries
| * Remove unused importThibault Meyer2016-11-101-1/+0
| |
| * Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-10168-482/+485
| |\ | |/ |/| | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go
* | Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-10166-481/+483
| | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* | Merge pull request #134 from metalmatze/fix/admin-templatesAndrey Nering2016-11-102-2/+2
|\ \ | | | | | | Fix bug that tries to load mistyped templates
| * | Fix bug that tries to load mistyped templatesMatthias Loibl2016-11-102-2/+2
|/ /
| * Rewrite XORM queriesThibault Meyer2016-11-1022-233/+480
|/
* first batch of Readme updates (#65)Rachid Zarouali2016-11-105-25/+15
|
* Remove go version from build tags (#133)Matthias Loibl2016-11-102-3/+1
|
* Check unhandled errors (#128)Matthias Loibl2016-11-102-4/+16
|
* Merge pull request #131 from 0xbaadf00d/feature/gitignoreMatthias Loibl2016-11-101-0/+3
|\ | | | | Add IDEA IntelliJ to .gitignore
| * Add IDEA IntelliJ to .gitignoreThibault Meyer2016-11-101-0/+3
| |
* | Merge pull request #121 from joubertredrat/feature-last-loginLunny Xiao2016-11-105-40/+64
|\ \ | | | | | | Last Login for admin manage your users
| * | Support to last login featureJoubert RedRat2016-11-095-40/+64
| | |
* | | Merge pull request #129 from lunny/lunny/SQL_instead_SqlLunny Xiao2016-11-104-5/+5
|\ \ \ | | | | | | | | use x.SQL instead of x.Sql
| * | | use x.SQL instead of x.SqlLunny Xiao2016-11-104-5/+5
| | |/ | |/|
* | | Merge pull request #130 from 0xbaadf00d/feature/ordering-org-userLunny Xiao2016-11-104-21/+41
|\ \ \ | |/ / |/| | Ordering organizations and users by name
| * | Ordering organizations and users by nameThibault Meyer2016-11-104-21/+41
|/ /
* | Merge pull request #127 from metalmatze/enhancement/cliLunny Xiao2016-11-108-69/+93
|\ \ | | | | | | Use cli Flags directly and not some helper funcs
| * | Improve formatting of admin commandMatthias Loibl2016-11-091-2/+4
| | | | | | | | | | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
| * | Use cli Flags directly and not some helper funcsMatthias Loibl2016-11-098-69/+91
|/ / | | | | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
* | Merge pull request #116 from lunny/lunny/lang-missLunny Xiao2016-11-091-0/+1
|\ \ | | | | | | fixed lack of translation for zh-CN
| * | lack of translation for zh-CNLunny Xiao2016-11-081-0/+1
| | |
* | | Merge pull request #18 from LefsFlarey/issue/3675Lunny Xiao2016-11-091-4/+4
|\ \ \ | | | | | | | | Fix 500 error caused by deleted users on issues (#3675)
| * | | Fix err not being nilFlare2016-11-091-0/+1
| | | |
| * | | Still print error if user does not existFlare2016-11-051-0/+4
| | | |
| * | | Fix 500 error caused by deleted users on issues (#3675)Flare2016-09-201-7/+2
| | | |
* | | | Merge pull request #17 from LefsFlarey/issue/3666Matthias Loibl2016-11-083-4/+4
|\ \ \ \ | | | | | | | | | | Fixed 404 caused by unexpected question mark
| * | | | Fixed 404 caused by unexpected question markFlare2016-11-083-4/+4
| |/ / / | | | | | | | | | | | | This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild
* | | | Merge pull request #119 from metalmatze/fix/editorconfigLunny Xiao2016-11-081-1/+1
|\ \ \ \ | |_|_|/ |/| | | Go uses ident size 8 with tabs. Nothing else.
| * | | Go uses ident size 8 with tabs. Nothing else.Matthias Loibl2016-11-081-1/+1
|/ / / | | | | | | | | | | | | We are using gofmt to format our code. This will emit tabs. The standard is tabs which is 8 spaces.
* | | Merge pull request #90 from metalmatze/feature/tool-testsKim "BKC" Carlbäcker2016-11-0822-25/+4738
|\ \ \ | |_|/ |/| | Start to add tests for modules/base/tool
| * | Add test for IsTextFile()Matthias Loibl2016-11-071-3/+7
| | |
| * | Make long godoc comment 2 linesMatthias Loibl2016-11-071-1/+2
| | |
| * | Add test for IsLetter()Matthias Loibl2016-11-071-1/+15
| | |
| * | Add test for Int64sToMap()Matthias Loibl2016-11-071-1/+8
| | |
| * | Add tests for StringsToInt64s() & Int64sToStrings()Matthias Loibl2016-11-072-9/+45
| | |
| * | Add tests for TruncateString()Matthias Loibl2016-11-071-1/+11
| | |
| * | Use TruncateString(sha1,10) in ShortSha and deprecate it.Matthias Loibl2016-11-071-4/+2
| | |
| * | Add tests for EllipsisString() and fix bug if param length < 3Matthias Loibl2016-11-072-5/+16
| | |
| * | Test AvatarLink and refactor with tests passingMatthias Loibl2016-11-072-13/+32
| | |
| * | Vendor github.com/stretchr/testify for the assert packageMatthias Loibl2016-11-0720-0/+4533
| | |
| * | Use testify/assert for all tests in tool_test.goMatthias Loibl2016-11-071-31/+12
| | |
| * | Add unit test for base.FileSize()Matthias Loibl2016-11-071-2/+23
| | |
| * | Start to add tests for modules/base/toolMatthias Loibl2016-11-072-7/+85
| | |
* | | Merge pull request #115 from strk/licenseLunny Xiao2016-11-081-1/+2
|\ \ \ | | | | | | | | Re-add "Gogs authors" copyright (togheter with "Gitea authors")
| * | | Fix typoSandro Santilli2016-11-081-1/+1
| | | |
| * | | Re-add "Gogs authors" copyright (togheter with "Gitea authors")Sandro Santilli2016-11-081-1/+2
| | | |
* | | | Merge pull request #113 from avelino/update_localeLunny Xiao2016-11-0820-219/+220
|\ \ \ \ | |/ / / |/| | | replace Gogs to Gitea on locale files