summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Wrap text to 80 columns (#81)Sandro Santilli2016-11-051-55/+90
| | | Use a list for owners (nitpick response)
* Merge pull request #85 from metalmatze/feature/goimportsMatthias Loibl2016-11-0515-67/+46
|\ | | | | Fix imports found by goimports.
| * Merge branch 'master' into feature/goimportsSandro Santilli2016-11-055-27/+8
| |\ | |/ |/|
* | Merge pull request #84 from andreynering/gitea/fix-500-on-invalid-editorconfigMatthias Loibl2016-11-055-27/+8
|\ \ | | | | | | Refactor editorconfig middleware
| * | Refactor editorconfig middlewareAndrey Nering2016-11-055-27/+8
|/ /
| * Add missing version & gogs packageMatthias Loibl2016-11-052-0/+3
| |
| * Fix imports found by goimports.Matthias Loibl2016-11-0515-67/+43
|/
* Add myself to the MAINTAINERS (#82)Matthias Loibl2016-11-051-0/+1
| | | :blush:
* Merge pull request #59 from andreynering/gitea/fix-500-on-invalid-editorconfigSandro Santilli2016-11-054-16/+31
|\ | | | | Fix 500 when repo has invalid .editorconfig
| * Fix 500 when repo has invalid .editorconfigAndrey Nering2016-11-054-16/+31
|/ | | | Creating a notice instead
* Merge pull request #79 from strk/Makefile-tabsThomas Boerger2016-11-051-0/+3
|\ | | | | Use tabs in Makefiles
| * Drop indent-size from Makefile sectionSandro Santilli2016-11-051-1/+0
| |
| * Use tabs in MakefilesSandro Santilli2016-11-051-0/+4
|/
* Merge pull request #69 from go-gitea/makefileThomas Boerger2016-11-0518-1330/+1111
|\ | | | | Refactoring of the makefile
| * Extended gitignoreThomas Boerger2016-11-041-2/+3
| |
| * Dropped outdated build scriptsThomas Boerger2016-11-043-88/+0
| |
| * Fixed "net.UnixAddr composite literal uses unkeyed fields"Thomas Boerger2016-11-041-1/+1
| |
| * Totally refactored the makefile and adjusted travis configThomas Boerger2016-11-042-57/+119
| |
| * Added a common golang gitignoreThomas Boerger2016-11-041-17/+34
| |
| * Regenerated bindataThomas Boerger2016-11-041-223/+223
| |
| * Made linter happy in cmd folderThomas Boerger2016-11-047-5/+14
| |
| * Linter doesn't like uppercase variablesThomas Boerger2016-11-041-3/+4
| |
| * Vet complains about "should have signature MarshalJSON() ([]byte, error)", ↵Thomas Boerger2016-11-041-3/+3
| | | | | | | | replaced with custom name
| * Simply made go vet happy, fixed tagsThomas Boerger2016-11-041-4/+4
| |
| * Executed go fmt for all filesThomas Boerger2016-11-042-929/+708
|/
* Merge pull request #33 from metalmatze/feature/main.goThomas Boerger2016-11-045-8/+10
|\ | | | | Rename gogs.go to main.go with all references
| * Merge branch 'master' into feature/main.goThomas Boerger2016-11-0418-346/+53
| |\ | |/ |/|
* | Merge pull request #54 from joubertredrat/changes-less-cssThomas Boerger2016-11-046-44/+35
|\ \ | | | | | | Set default less and css to new default name
| * \ Merge branch 'master' into changes-less-cssThomas Boerger2016-11-0412-302/+18
| |\ \ | |/ / |/| |
* | | Minor cleanups, look at the specific commits (#67)Thomas Boerger2016-11-0410-260/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Dropped codebeat, we got go reportcard * Dropped gopm file, we are using govendor * Dropped chinese readme, this should be part of the docs * Dropped bra config, not really used * Dropped packager, we will provide our own packages
* | | Merge pull request #72 from go-gitea/maintainersThomas Boerger2016-11-042-8/+8
|\ \ \ | | | | | | | | One more try to validate maintainers and contributors
| * | | One more try to validate maintainers and contributorsThomas Boerger2016-11-042-8/+8
|/ / /
* | | Merge pull request #71 from go-gitea/lgtm-fixThomas Boerger2016-11-042-42/+18
|\ \ \ | | | | | | | | Use a correct format for CONTRIBUTORS and MAINTAINERS
| * | | Use a correct format for CONTRIBUTORS and MAINTAINERSThomas Boerger2016-11-042-42/+18
|/ / /
| * | Merge branch 'master' into changes-less-cssThomas Boerger2016-11-047-6/+211
| |\ \ | |/ / |/| |
| * | Set default less and css to new default nameJoubert RedRat2016-11-046-44/+35
| | |
| | * Merge branch 'master' into feature/main.goThomas Boerger2016-11-044-0/+205
| | |\ | |_|/ |/| |
* | | Merge pull request #62 from lunny/masterThomas Boerger2016-11-044-0/+205
|\ \ \ | | | | | | | | Added CONTRIBUTING
| * \ \ Merge branch 'master' into masterThomas Boerger2016-11-04679-237/+503001
| |\ \ \ | |/ / / |/| | |
| * | | follow the advisor: add DCO and some improvementsLunny Xiao2016-11-042-2/+72
| | | |
| * | | typo and contributing improvedLunny Xiao2016-11-043-35/+23
| | | |
| * | | diff the CONTRIBUTORS and MAINTAINERSLunny Xiao2016-11-042-4/+2
| | | |
| * | | Merge branch 'master' of https://github.com/go-gitea/giteaLunny Xiao2016-11-04124-460/+476
| |\ \ \
| * | | | added CONTRIBUTINGLunny Xiao2016-11-043-0/+149
| | | | |
| | | | * Rename all occurrences of gogs.goMatthias Loibl2016-11-044-6/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
| | | | * Rename gogs.go to main.goMatthias Loibl2016-11-041-2/+1
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
* | | | Run goimports on the whole project (#34)Matthias Loibl2016-11-043-6/+6
| |_|/ |/| | | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
* | | Merge pull request #41 from DblK/feature-issueTrackerLinkThomas Boerger2016-11-047-3/+18
|\ \ \ | | | | | | | | Allow user to set an external tracker url and forward to it
| * | | Implementation of the feature to redirect to an external issue trackerRémy Boulanouar2016-11-047-3/+18
|/ / /
* | | Merge pull request #58 from go-gitea/vendoringLunny Xiao2016-11-04665-223/+502959
|\ \ \ | | | | | | | | Integrated dependency manager