Commit Graph

4404 Commits (fc3ed8a1de0e35eefff083176211c4eb61a264ca)
 

Author SHA1 Message Date
Thomas Boerger b58b634e0e Merge pull request from go-gitea/makefile
Refactoring of the makefile
Thomas Boerger c524078d2b
Extended gitignore
Thomas Boerger b32776d533
Dropped outdated build scripts
Thomas Boerger 3dd14ee522
Fixed "net.UnixAddr composite literal uses unkeyed fields"
Thomas Boerger ec054ba582
Totally refactored the makefile and adjusted travis config
Thomas Boerger 7a870080d6
Added a common golang gitignore
Thomas Boerger eb25d1f252
Regenerated bindata
Thomas Boerger 5b5af7daee
Made linter happy in cmd folder
Thomas Boerger 212a04a45e
Linter doesn't like uppercase variables
Thomas Boerger 648c6fdd60
Vet complains about "should have signature MarshalJSON() ([]byte, error)", replaced with custom name
Thomas Boerger f960b776f0
Simply made go vet happy, fixed tags
Thomas Boerger e05a5ca36c
Executed go fmt for all files
Thomas Boerger ba4d255635 Merge pull request from metalmatze/feature/main.go
Rename gogs.go to main.go with all references
Thomas Boerger cda6baf02c Merge branch 'master' into feature/main.go
Thomas Boerger a46efe240d Merge pull request from joubertredrat/changes-less-css
Set default less and css to new default name
Flare fd6be0d17e
Still print error if user does not exist
Thomas Boerger 747f86aa23 Merge branch 'master' into changes-less-css
Thomas Boerger 03902bb53d Minor cleanups, look at the specific commits ()
* 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
Thomas Boerger 6a20711afd Merge pull request from go-gitea/maintainers
One more try to validate maintainers and contributors
Thomas Boerger ccdbd8bf48
One more try to validate maintainers and contributors
Thomas Boerger 38c209e85b Merge pull request from go-gitea/lgtm-fix
Use a correct format for CONTRIBUTORS and MAINTAINERS
Thomas Boerger 1aaa3a303d
Use a correct format for CONTRIBUTORS and MAINTAINERS
Thomas Boerger 75ddcddd06 Merge branch 'master' into changes-less-css
Thomas Boerger 8e66e09cd8 Merge branch 'master' into feature/main.go
Thomas Boerger 4fdca026c7 Merge pull request from lunny/master
Added CONTRIBUTING
Thomas Boerger 13c3edde05 Merge branch 'master' into master
Matthias Loibl f01d927efb Rename all occurrences of gogs.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Matthias Loibl a2514904cb Rename gogs.go to main.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Matthias Loibl a4fa889ced Run goimports on the whole project ()
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Joubert RedRat ff54e4d929 Set default less and css to new default name
Lunny Xiao 587d870f1e follow the advisor: add DCO and some improvements
Thomas Boerger fc55182a4c Merge pull request from DblK/feature-issueTrackerLink
Allow user to set an external tracker url and forward to it
Rémy Boulanouar 8dc49dc114 Implementation of the feature to redirect to an external issue tracker
Lunny Xiao 4a5faecd8f Merge pull request from go-gitea/vendoring
Integrated dependency manager
Thomas Boerger f8b4699a14
Dropped go get from travis config
Thomas Boerger 1ebb35b988
Added all required dependencies
Thomas Boerger 78f86abba4
Added vendoring config for govendor
Thomas Boerger 90402a6328
Dropped glide configs
Thomas Boerger 998e7452b8
Dropped vendoring from gitignore
Thibault Meyer 17f9ab4ff8 Use user fullname if resolved
Lunny Xiao 33df11e823 typo and contributing improved
Kim "BKC" Carlbäcker 5a8cb2dac1 Merge pull request from andreynering/gitea/issue-pr-number-on-title
Show issue/PR number on title
Lunny Xiao 0d41394d6e diff the CONTRIBUTORS and MAINTAINERS
Lunny Xiao 55e804e078 Merge branch 'master' of https://github.com/go-gitea/gitea
Lunny Xiao a90b25226a added CONTRIBUTING
Andrey Nering 87b593f93e Show issue/PR number on title
Sandro Santilli 137dcbf93d Merge pull request from 0xbaadf00d/fix/3743-route-regexp-branchname
Fix SHA and compare regex on route file [Critical]
Lunny Xiao 1adde07a3f Merge branch 'master' into fix/3743-route-regexp-branchname
Thomas Boerger 42a744d9e6 Badges and travis testing ()
* Added badges to the README

* Restructured the travis config
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()