Andrey Nering
|
e2ad518310
|
Merge pull request #136 from 0xbaadf00d/feature/rewrite-xorm-queries
Rewrite raw queries
|
8 years ago |
Thibault Meyer
|
8cac8c6dde
|
Remove unused import
|
8 years ago |
Thibault Meyer
|
b747797b29
|
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
# models/git_diff.go
# models/issue.go
# models/org.go
# models/pull.go
# models/repo.go
|
8 years ago |
Thibault Meyer
|
5d29fda874
|
Rewrite XORM queries
|
8 years ago |
Sandro Santilli
|
cb1b3cc148
|
Update import paths from github.com/go-gitea to code.gitea.io (#135)
- 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
|
8 years ago |
Andrey Nering
|
ef3aa5adc1
|
Merge pull request #134 from metalmatze/fix/admin-templates
Fix bug that tries to load mistyped templates
|
8 years ago |
Matthias Loibl
|
8e74e86f7d
|
Fix bug that tries to load mistyped templates
|
8 years ago |
Rachid Zarouali
|
d2a5977e75
|
first batch of Readme updates (#65)
|
8 years ago |
Matthias Loibl
|
a3d8936a74
|
Remove go version from build tags (#133)
|
8 years ago |
Matthias Loibl
|
d6ac97459b
|
Check unhandled errors (#128)
|
8 years ago |
Matthias Loibl
|
ea34bb2d01
|
Merge pull request #131 from 0xbaadf00d/feature/gitignore
Add IDEA IntelliJ to .gitignore
|
8 years ago |
Lunny Xiao
|
68d5ee45d5
|
Merge pull request #121 from joubertredrat/feature-last-login
Last Login for admin manage your users
|
8 years ago |
Lunny Xiao
|
00146d574d
|
Merge pull request #129 from lunny/lunny/SQL_instead_Sql
use x.SQL instead of x.Sql
|
8 years ago |
Thibault Meyer
|
1ffca61529
|
Add IDEA IntelliJ to .gitignore
|
8 years ago |
Lunny Xiao
|
b764218ea3
|
Merge pull request #130 from 0xbaadf00d/feature/ordering-org-user
Ordering organizations and users by name
|
8 years ago |
Thibault Meyer
|
4356fe09dd
|
Ordering organizations and users by name
|
8 years ago |
Lunny Xiao
|
4e8fff5273
|
use x.SQL instead of x.Sql
|
8 years ago |
Lunny Xiao
|
e7e73a2089
|
Merge pull request #127 from metalmatze/enhancement/cli
Use cli Flags directly and not some helper funcs
|
8 years ago |
Matthias Loibl
|
eb533b50fe
|
Improve formatting of admin command
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
|
8 years ago |
Matthias Loibl
|
af072f5d0e
|
Use cli Flags directly and not some helper funcs
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
|
8 years ago |
Joubert RedRat
|
b3890d6acd
|
Support to last login feature
|
8 years ago |
Lunny Xiao
|
54d1a24950
|
Merge pull request #116 from lunny/lunny/lang-miss
fixed lack of translation for zh-CN
|
8 years ago |
Lunny Xiao
|
c1aee61e5f
|
Merge pull request #18 from LefsFlarey/issue/3675
Fix 500 error caused by deleted users on issues (#3675)
|
8 years ago |
Flare
|
07176be616
|
Fix err not being nil
|
8 years ago |
Matthias Loibl
|
7db899faaf
|
Merge pull request #17 from LefsFlarey/issue/3666
Fixed 404 caused by unexpected question mark
|
8 years ago |
Flare
|
922a19e2d2
|
Fixed 404 caused by unexpected question mark
This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild
|
8 years ago |
Lunny Xiao
|
3e4ab87e42
|
Merge pull request #119 from metalmatze/fix/editorconfig
Go uses ident size 8 with tabs. Nothing else.
|
8 years ago |
Matthias Loibl
|
c51a8659b5
|
Go uses ident size 8 with tabs. Nothing else.
We are using gofmt to format our code. This will emit tabs.
The standard is tabs which is 8 spaces.
|
8 years ago |
Kim "BKC" Carlbäcker
|
f7cf1ec3e6
|
Merge pull request #90 from metalmatze/feature/tool-tests
Start to add tests for modules/base/tool
|
8 years ago |
Lunny Xiao
|
ce010303dd
|
lack of translation for zh-CN
|
8 years ago |
Lunny Xiao
|
093460f747
|
Merge pull request #115 from strk/license
Re-add "Gogs authors" copyright (togheter with "Gitea authors")
|
8 years ago |
Lunny Xiao
|
63aedaa28d
|
Merge pull request #113 from avelino/update_locale
replace Gogs to Gitea on locale files
|
8 years ago |
Sandro Santilli
|
bbbe884572
|
Fix typo
|
8 years ago |
Sandro Santilli
|
e7c1b759e4
|
Re-add "Gogs authors" copyright (togheter with "Gitea authors")
|
8 years ago |
Thiago Avelino
|
e95273be97
|
update copyright gitea license (#112)
|
8 years ago |
Avelino
|
599c6bde7f
|
replace Gogs to Gitea on locale files
|
8 years ago |
Lunny Xiao
|
6d0d0564ee
|
Merge pull request #73 from bkcsoft/gt/2164-release-pagination
Add Pagination to Releases-page (and de-duplicate pagination templates)
|
8 years ago |
Matthias Loibl
|
fe69658651
|
Add test for IsTextFile()
|
8 years ago |
Matthias Loibl
|
409b942687
|
Make long godoc comment 2 lines
|
8 years ago |
Matthias Loibl
|
b3d3172863
|
Add test for IsLetter()
|
8 years ago |
Matthias Loibl
|
573da4204c
|
Add test for Int64sToMap()
|
8 years ago |
Matthias Loibl
|
92baf795af
|
Add tests for StringsToInt64s() & Int64sToStrings()
|
8 years ago |
Matthias Loibl
|
38d6f53a3d
|
Add tests for TruncateString()
|
8 years ago |
Matthias Loibl
|
c5c3ef46b7
|
Use TruncateString(sha1,10) in ShortSha and deprecate it.
|
8 years ago |
Matthias Loibl
|
47941f01a1
|
Add tests for EllipsisString() and fix bug if param length < 3
|
8 years ago |
Matthias Loibl
|
8834f9dd90
|
Test AvatarLink and refactor with tests passing
|
8 years ago |
Matthias Loibl
|
758c8fa374
|
Vendor github.com/stretchr/testify for the assert package
|
8 years ago |
Matthias Loibl
|
5bbea06803
|
Use testify/assert for all tests in tool_test.go
|
8 years ago |
Matthias Loibl
|
8f027370f5
|
Add unit test for base.FileSize()
|
8 years ago |
Matthias Loibl
|
019ca2b0ae
|
Start to add tests for modules/base/tool
|
8 years ago |