summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | rename variable + fix wiki linkThibault Meyer2016-10-042-2/+3
| | |
| * | Can disable GIT interactions by HTTP protocolThibault Meyer2016-09-182-0/+2
| |/
* | Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
| | | | | | | | | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* | Add tests for CurrentUsername() (#88)Matthias Loibl2016-11-062-3/+23
| |
* | Fix imports found by goimports.Matthias Loibl2016-11-056-21/+14
| |
* | Regenerated bindataThomas Boerger2016-11-041-223/+223
| |
* | Simply made go vet happy, fixed tagsThomas Boerger2016-11-041-4/+4
| |
* | Executed go fmt for all filesThomas Boerger2016-11-041-928/+707
| |
* | Run goimports on the whole project (#34)Matthias Loibl2016-11-042-4/+4
| | | | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
* | Implementation of the feature to redirect to an external issue trackerRémy Boulanouar2016-11-041-0/+1
| |
* | Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-0319-46/+46
| |
* | Fix sender of issue notificationsSandro Santilli2016-11-021-0/+9
| | | | | | | | | | | | | | It is the FROM field in mailer configuration that needs be used, not the USER field, which is for authentication. Closes https://github.com/gogits/gogs/issues/3615
* | Use proper url for libravatar depSandro Santilli2016-11-021-1/+1
| |
* | Fix mention in comments like (@dblk) (#3655)v0.9.99Rémy Boulanouar2016-10-161-3/+3
|/ | | | | | * Fix mention in comments like (@dblk) * Better fix to avoid making link for "Hello@DblK"
* Update localesUnknwon2016-09-151-881/+1125
| | | | Add new locale Serbian (Cyrillic)
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-011-1101/+881
| | | | | | * Add ability to explore organizations * Use right icon for org explore links
* Fix panic when attempt login with non-exist userUnknwon2016-09-011-2/+2
|
* Feature #3492: Add option to hide footer load times (#3562)Thibault Meyer2016-09-012-3/+8
| | | | | | * Add option to hide footer load times * Rename option variable + minor changes
* Update localesUnknwon2016-09-011-237/+237
|
* Update size of SHA to fix #3538 (#3563)Rémy Boulanouar2016-08-311-1/+1
|
* #3559 fix template errorUnknwon2016-08-311-0/+4
|
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-311-2/+2
|
* #2018 able to sync now for mirrorsUnknwon2016-08-303-5/+6
| | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* modules/sync: add UniqueQueueUnknwon2016-08-301-0/+70
|
* modules/sync: rename SingleInstancePool to ExclusivePoolUnknwon2016-08-301-9/+10
|