aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #254 from lunny/lunny/golint_modules_contextThomas Boerger2016-11-256-2/+19
|\ \ | | | | | | Golint fixed for modules/context
| * | Golint fixed for modules/contextLunny Xiao2016-11-256-2/+19
| | |
* | | Merge pull request #256 from lunny/lunny/golint_modules_avatarThomas Boerger2016-11-251-3/+4
|\ \ \ | | | | | | | | Golint fixed for modules/avatar
| * | | golint fixed for modules/avatarLunny Xiao2016-11-251-3/+4
| |/ /
* | | Merge pull request #255 from lunny/lunny/golint_modules_cronThomas Boerger2016-11-251-0/+1
|\ \ \ | | | | | | | | Golint fixed for modules/cron
| * | | golint fixed for modules/cronLunny Xiao2016-11-251-0/+1
| |/ /
* | | Merge pull request #252 from lunny/lunny/golint_fixed_modules_httplibThomas Boerger2016-11-251-15/+18
|\ \ \ | | | | | | | | Golint fixed for modules/httplib
| * | | Golint fixed for modules/httplibLunny Xiao2016-11-251-15/+18
| |/ /
* | | Merge pull request #251 from lunny/lunny/golint_modules_templateThomas Boerger2016-11-252-14/+26
|\ \ \ | | | | | | | | Golint fixed for modules/template
| * | | Golint fixed for modules/templateLunny Xiao2016-11-252-14/+26
| |/ /
* | | Merge pull request #250 from lunny/lunny/golint_modules_markdownThomas Boerger2016-11-252-11/+13
|\ \ \ | | | | | | | | Golint fixed for modules/markdown
| * | | fixed test build errorLunny Xiao2016-11-251-2/+2
| | | |
| * | | golint fixed for modules/markdownLunny Xiao2016-11-251-9/+11
| |/ /
* / / Golint fixed for modules/mailerLunny Xiao2016-11-251-1/+8
|/ /
* | Merge pull request #235 from lunny/lunny/golint_modules_userThomas Boerger2016-11-241-0/+1
|\ \ | | | | | | golint fixed for modules/user
| * | golint fixed for modules/userLunny Xiao2016-11-241-0/+1
| |/
* | Merge pull request #231 from lunny/lunny/golint_modules_baseThomas Boerger2016-11-242-7/+16
|\ \ | | | | | | golint fixed for modules/base
| * | golint fixed for modules/baseLunny Xiao2016-11-242-7/+16
| |/
* / Lint and document manager apiSandro Santilli2016-11-241-8/+17
|/
* API endpoints for starsEthan Koenig2016-11-161-0/+31
|
* fix variable assigned and not used.Bo-Yi Wu2016-11-151-4/+0
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Normalize files with gofmtThibault Meyer2016-11-114-6/+6
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-1020-48/+48
| | | | | | | - 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 #121 from joubertredrat/feature-last-loginLunny Xiao2016-11-101-40/+40
|\ | | | | Last Login for admin manage your users
| * Support to last login featureJoubert RedRat2016-11-091-40/+40
| |
* | Merge pull request #17 from LefsFlarey/issue/3666Matthias Loibl2016-11-081-1/+1
|\ \ | |/ |/| Fixed 404 caused by unexpected question mark
| * Fixed 404 caused by unexpected question markFlare2016-11-081-1/+1
| | | | | | | | This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild
* | 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
| |
* | 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
| |
* | Fix type in unused constant name (#111)Sandro Santilli2016-11-072-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl"
* | moreSandro Santilli2016-11-071-2/+2
| |
* | Security protocolsSandro Santilli2016-11-071-5/+5
| |
* | ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-072-7/+7
| |
* | Merge pull request #108 from go-gitea/go-sdkThomas Boerger2016-11-072-2/+2
|\ \ | | | | | | Replaced gogits go-gogs-client with go-sdk
| * | Fixed links to sdk docsThomas Boerger2016-11-071-1/+1
| | |
| * | Set correct doc url for go-sdkThomas Boerger2016-11-072-2/+2
| | |
* | | Merge pull request #103 from strk/GOGS_dropSandro Santilli2016-11-071-3/+19
|\ \ \ | | | | | | | | Replace GOGS with GITEA in variable names
| * | | Replace GOGS with GITEA in variable namesSandro Santilli2016-11-071-3/+19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables as a fallback if the equivalent GITEA_* are not set, warning user about the need for change. Does not change "gogs" to "gitea" in webhook type name Because "gogs" hook type is part of the API (routes) and used in templates... Closes #87
* / / Replace Gogs to Gitea in installation optionsJoubert RedRat2016-11-072-400/+400
|/ /
* | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloningRachid Zarouali2016-11-072-0/+3
|\ \ | | | | | | Disable HTTP cloning