Thomas Boerger
da5fd598a5
Merge pull request #33 from metalmatze/feature/main.go
Rename gogs.go to main.go with all references
9 years ago
Thomas Boerger
3dc4bb9a23
Merge branch 'master' into feature/main.go
9 years ago
Thomas Boerger
54bf6f45b4
Merge pull request #54 from joubertredrat/changes-less-css
Set default less and css to new default name
9 years ago
Thomas Boerger
ac49376939
Merge branch 'master' into changes-less-css
9 years ago
Thomas Boerger
254e8fa54a
Minor cleanups, look at the specific commits ( #67 )
* 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
9 years ago
Thomas Boerger
e783e7ac28
Merge pull request #72 from go-gitea/maintainers
One more try to validate maintainers and contributors
9 years ago
Thomas Boerger
d712ce0bb9
One more try to validate maintainers and contributors
9 years ago
Thomas Boerger
9f9b3f55dd
Merge pull request #71 from go-gitea/lgtm-fix
Use a correct format for CONTRIBUTORS and MAINTAINERS
9 years ago
Thomas Boerger
61e59637cf
Use a correct format for CONTRIBUTORS and MAINTAINERS
9 years ago
Thomas Boerger
782d8ca6c2
Merge branch 'master' into changes-less-css
9 years ago
Thomas Boerger
49801a5a6f
Merge branch 'master' into feature/main.go
9 years ago
Thomas Boerger
32b31107e2
Merge pull request #62 from lunny/master
Added CONTRIBUTING
9 years ago
Thomas Boerger
fa1ab492ba
Merge branch 'master' into master
9 years ago
Matthias Loibl
5746161d32
Rename all occurrences of gogs.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
9 years ago
Matthias Loibl
a2ab47c64b
Rename gogs.go to main.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
9 years ago
Matthias Loibl
f569b344f3
Run goimports on the whole project ( #34 )
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
9 years ago
Joubert RedRat
7bc50216ae
Set default less and css to new default name
9 years ago
Lunny Xiao
b60b44edc2
follow the advisor: add DCO and some improvements
9 years ago
Thomas Boerger
70d7ba3758
Merge pull request #41 from DblK/feature-issueTrackerLink
Allow user to set an external tracker url and forward to it
9 years ago
Rémy Boulanouar
ee1663af58
Implementation of the feature to redirect to an external issue tracker
9 years ago
Lunny Xiao
f42940bf47
Merge pull request #58 from go-gitea/vendoring
Integrated dependency manager
9 years ago
Thomas Boerger
9e7df957a5
Dropped go get from travis config
9 years ago
Thomas Boerger
42ebc0621a
Added all required dependencies
9 years ago
Thomas Boerger
b775d15799
Added vendoring config for govendor
9 years ago
Thomas Boerger
1c6e691282
Dropped glide configs
9 years ago
Thomas Boerger
7b8cbc982d
Dropped vendoring from gitignore
9 years ago
Thibault Meyer
4a5b73828f
Use user fullname if resolved
9 years ago
Lunny Xiao
36c31dbfce
typo and contributing improved
9 years ago
Kim "BKC" Carlbäcker
4710f98212
Merge pull request #60 from andreynering/gitea/issue-pr-number-on-title
Show issue/PR number on title
9 years ago
Lunny Xiao
7be99aed2d
diff the CONTRIBUTORS and MAINTAINERS
9 years ago
Lunny Xiao
38c1c23e39
Merge branch 'master' of https://github.com/go-gitea/gitea
9 years ago
Lunny Xiao
600279be8b
added CONTRIBUTING
9 years ago
Andrey Nering
d709866a8a
Show issue/PR number on title
9 years ago
Sandro Santilli
fedaf36131
Merge pull request #47 from 0xbaadf00d/fix/3743-route-regexp-branchname
Fix SHA and compare regex on route file [Critical]
9 years ago
Lunny Xiao
9a406e52cb
Merge branch 'master' into fix/3743-route-regexp-branchname
9 years ago
Thomas Boerger
ec2a172c86
Badges and travis testing ( #40 )
* Added badges to the README
* Restructured the travis config
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
Thibault Meyer
e72e6537f1
Restore whitespace
9 years ago
Thibault Meyer
282300f96a
Fix SHA regexp and commit comparisons
9 years ago
Thomas Boerger
ef45101313
Merge pull request #5 from joubertredrat/title-ui-fix
Small UI fixes on full width form titles
9 years ago
Thomas Boerger
f23e846949
Merge branch 'develop' into title-ui-fix
9 years ago
Thomas Boerger
45c288fe39
Merge pull request #23 from lunny/develop
config lgtm to disable maintainer to LGTM himself's PR
9 years ago
Thomas Boerger
570a26023c
Merge branch 'develop' into develop
9 years ago
Lunny Xiao
f80cbd55b7
Merge pull request #2 from strk/proper-from-on-issue-mail
Fix sender of issue notifications
9 years ago
Lunny Xiao
ad89575934
config lgtm to disable maintainer to LGTM himself's PR
9 years ago
Sandro Santilli
ce9ffc1ea3
Fix sender of issue notifications
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
9 years ago
Thomas Boerger
92c020cffc
Merge pull request #3 from strk/libravatar-proper-url
Use proper url for libravatar dep
9 years ago
Sandro Santilli
9f259c558d
Use proper url for libravatar dep
9 years ago
Joubert RedRat
b82c69e185
Small UI fixes on full width form titles
9 years ago
Rémy Boulanouar
3e5ad5be78
Fix mention in comments like ( @dblk ) ( #3655 )
* Fix mention in comments like (@dblk )
* Better fix to avoid making link for "Hello@DblK"
9 years ago