]> source.dussan.org Git - gitea.git/log
gitea.git
7 years agoMerge pull request #103 from strk/GOGS_drop
Sandro Santilli [Mon, 7 Nov 2016 15:30:48 +0000 (16:30 +0100)]
Merge pull request #103 from strk/GOGS_drop

Replace GOGS with GITEA in variable names

7 years agoChange binary name from main to gitea
Joubert RedRat [Mon, 7 Nov 2016 13:53:29 +0000 (11:53 -0200)]
Change binary name from main to gitea

7 years agoReplace Gogs to Gitea in installation options
Joubert RedRat [Mon, 7 Nov 2016 13:26:13 +0000 (11:26 -0200)]
Replace Gogs to Gitea in installation options

7 years agoHush dangerous GNU comment, mark "check" rule as phony
Sandro Santilli [Mon, 7 Nov 2016 14:31:44 +0000 (15:31 +0100)]
Hush dangerous GNU comment, mark "check" rule as phony

7 years agoAdd "check" alias for testing
Sandro Santilli [Mon, 7 Nov 2016 12:41:47 +0000 (13:41 +0100)]
Add "check" alias for testing

Follows GNU Coding Standards, see
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets

7 years agoFix typo in unused constant name 103/head
Sandro Santilli [Mon, 7 Nov 2016 11:52:55 +0000 (12:52 +0100)]
Fix typo in unused constant name

7 years agoRename and update init files to use "gitea" instead of "gogs"
Sandro Santilli [Mon, 7 Nov 2016 11:54:17 +0000 (12:54 +0100)]
Rename and update init files to use "gitea" instead of "gogs"

Closes #102

7 years agoReplace GOGS with GITEA in variable names
Sandro Santilli [Mon, 7 Nov 2016 10:41:50 +0000 (11:41 +0100)]
Replace GOGS with GITEA in variable names

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

7 years agoMerge pull request #97 from andreynering/gitea/diff-colors
Lunny Xiao [Mon, 7 Nov 2016 12:39:20 +0000 (20:39 +0800)]
Merge pull request #97 from andreynering/gitea/diff-colors

CSS: Stronger colors for diffs

7 years agoMerge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
Rachid Zarouali [Mon, 7 Nov 2016 10:23:30 +0000 (11:23 +0100)]
Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning

Disable HTTP cloning

7 years agoUse the rev-parsed sha1 commit id (#98)
Odin Ugedal [Sun, 6 Nov 2016 21:15:44 +0000 (22:15 +0100)]
Use the rev-parsed sha1 commit id (#98)

Use the rev-parsed sha1 commit id in urls to repo files,
instead of the abbreviated version.

7 years agoCSS: Stronger colors for diffs 97/head
Andrey Nering [Sun, 6 Nov 2016 19:57:36 +0000 (17:57 -0200)]
CSS: Stronger colors for diffs

7 years agoMerge pull request #95 from odinuge/readmeTxt
Matthias Loibl [Sun, 6 Nov 2016 18:54:46 +0000 (19:54 +0100)]
Merge pull request #95 from odinuge/readmeTxt

Fix rendering of non-markdown readme files

7 years agoFix rendering of non-markdown readme files 95/head
Odin Ugedal [Thu, 13 Oct 2016 18:17:06 +0000 (20:17 +0200)]
Fix rendering of non-markdown readme files

7 years agoReplace gogits/git-module dependency with go-gitea/git (#94)
Sandro Santilli [Sun, 6 Nov 2016 13:18:34 +0000 (14:18 +0100)]
Replace gogits/git-module dependency with go-gitea/git (#94)

* Replace gogits/git-module dependency with go-gitea/git

Fixes #92

* Remove git alias for git module import (not needed)

7 years agoAdds checking of reserved keywords against team names (#22)
LefsFlare [Sun, 6 Nov 2016 09:07:03 +0000 (17:07 +0800)]
Adds checking of reserved keywords against team names (#22)

7 years agoOrdering team by name ascending except for 'Owners' (#48)
Thibault Meyer [Sun, 6 Nov 2016 08:59:21 +0000 (09:59 +0100)]
Ordering team by name ascending except for 'Owners' (#48)

7 years agoAdd tests for CurrentUsername() (#88)
Matthias Loibl [Sun, 6 Nov 2016 08:47:25 +0000 (09:47 +0100)]
Add tests for CurrentUsername() (#88)

7 years agoMerge pull request #83 from strk/dot.github
Lunny Xiao [Sun, 6 Nov 2016 04:30:31 +0000 (12:30 +0800)]
Merge pull request #83 from strk/dot.github

Review issue and pull templates, drop unused contributing file

7 years agoReview issue and pull templates, drop unused contributing file 83/head
Sandro Santilli [Sat, 5 Nov 2016 15:20:45 +0000 (16:20 +0100)]
Review issue and pull templates, drop unused contributing file

The CONTRIBUTING.md from root dir will be used by github

7 years agoWrap text to 80 columns (#81)
Sandro Santilli [Sat, 5 Nov 2016 22:23:14 +0000 (23:23 +0100)]
Wrap text to 80 columns (#81)

Use a list for owners (nitpick response)

7 years agoMerge pull request #85 from metalmatze/feature/goimports
Matthias Loibl [Sat, 5 Nov 2016 22:08:29 +0000 (23:08 +0100)]
Merge pull request #85 from metalmatze/feature/goimports

Fix imports found by goimports.

7 years agoMerge branch 'master' into feature/goimports 85/head
Sandro Santilli [Sat, 5 Nov 2016 21:54:20 +0000 (22:54 +0100)]
Merge branch 'master' into feature/goimports

7 years agoMerge pull request #84 from andreynering/gitea/fix-500-on-invalid-editorconfig
Matthias Loibl [Sat, 5 Nov 2016 18:01:20 +0000 (19:01 +0100)]
Merge pull request #84 from andreynering/gitea/fix-500-on-invalid-editorconfig

Refactor editorconfig middleware

7 years agoRefactor editorconfig middleware 84/head
Andrey Nering [Sat, 5 Nov 2016 15:58:53 +0000 (13:58 -0200)]
Refactor editorconfig middleware

7 years agoAdd missing version & gogs package
Matthias Loibl [Sat, 5 Nov 2016 17:04:47 +0000 (18:04 +0100)]
Add missing version & gogs package

7 years agoFix imports found by goimports.
Matthias Loibl [Sat, 5 Nov 2016 16:56:35 +0000 (17:56 +0100)]
Fix imports found by goimports.

7 years agoAdd myself to the MAINTAINERS (#82)
Matthias Loibl [Sat, 5 Nov 2016 16:32:11 +0000 (17:32 +0100)]
Add myself to the MAINTAINERS (#82)

:blush:

7 years agoMerge pull request #59 from andreynering/gitea/fix-500-on-invalid-editorconfig
Sandro Santilli [Sat, 5 Nov 2016 15:53:36 +0000 (16:53 +0100)]
Merge pull request #59 from andreynering/gitea/fix-500-on-invalid-editorconfig

Fix 500 when repo has invalid .editorconfig

7 years agoFix 500 when repo has invalid .editorconfig 59/head
Andrey Nering [Thu, 3 Nov 2016 22:45:16 +0000 (20:45 -0200)]
Fix 500 when repo has invalid .editorconfig

Creating a notice instead

7 years agoMerge pull request #79 from strk/Makefile-tabs
Thomas Boerger [Sat, 5 Nov 2016 15:13:33 +0000 (16:13 +0100)]
Merge pull request #79 from strk/Makefile-tabs

Use tabs in Makefiles

7 years agoDrop indent-size from Makefile section 79/head
Sandro Santilli [Sat, 5 Nov 2016 12:26:11 +0000 (13:26 +0100)]
Drop indent-size from Makefile section

7 years agoUse tabs in Makefiles
Sandro Santilli [Sat, 5 Nov 2016 11:55:27 +0000 (12:55 +0100)]
Use tabs in Makefiles

7 years agoMerge pull request #69 from go-gitea/makefile
Thomas Boerger [Fri, 4 Nov 2016 23:06:41 +0000 (00:06 +0100)]
Merge pull request #69 from go-gitea/makefile

Refactoring of the makefile

7 years agoExtended gitignore 69/head
Thomas Boerger [Fri, 4 Nov 2016 22:21:28 +0000 (23:21 +0100)]
Extended gitignore

7 years agoDropped outdated build scripts
Thomas Boerger [Fri, 4 Nov 2016 13:40:43 +0000 (14:40 +0100)]
Dropped outdated build scripts

7 years agoFixed "net.UnixAddr composite literal uses unkeyed fields"
Thomas Boerger [Fri, 4 Nov 2016 13:15:55 +0000 (14:15 +0100)]
Fixed "net.UnixAddr composite literal uses unkeyed fields"

7 years agoTotally refactored the makefile and adjusted travis config
Thomas Boerger [Fri, 4 Nov 2016 12:58:55 +0000 (13:58 +0100)]
Totally refactored the makefile and adjusted travis config

7 years agoAdded a common golang gitignore
Thomas Boerger [Fri, 4 Nov 2016 12:41:28 +0000 (13:41 +0100)]
Added a common golang gitignore

7 years agoRegenerated bindata
Thomas Boerger [Fri, 4 Nov 2016 12:41:14 +0000 (13:41 +0100)]
Regenerated bindata

7 years agoMade linter happy in cmd folder
Thomas Boerger [Fri, 4 Nov 2016 11:42:18 +0000 (12:42 +0100)]
Made linter happy in cmd folder

7 years agoLinter doesn't like uppercase variables
Thomas Boerger [Fri, 4 Nov 2016 11:32:04 +0000 (12:32 +0100)]
Linter doesn't like uppercase variables

7 years agoVet complains about "should have signature MarshalJSON() ([]byte, error)", replaced...
Thomas Boerger [Fri, 4 Nov 2016 11:29:31 +0000 (12:29 +0100)]
Vet complains about "should have signature MarshalJSON() ([]byte, error)", replaced with custom name

7 years agoSimply made go vet happy, fixed tags
Thomas Boerger [Fri, 4 Nov 2016 11:28:56 +0000 (12:28 +0100)]
Simply made go vet happy, fixed tags

7 years agoExecuted go fmt for all files
Thomas Boerger [Fri, 4 Nov 2016 11:23:03 +0000 (12:23 +0100)]
Executed go fmt for all files

7 years agoMerge pull request #33 from metalmatze/feature/main.go
Thomas Boerger [Fri, 4 Nov 2016 22:44:42 +0000 (23:44 +0100)]
Merge pull request #33 from metalmatze/feature/main.go

Rename gogs.go to main.go with all references

7 years agoMerge branch 'master' into feature/main.go 33/head
Thomas Boerger [Fri, 4 Nov 2016 22:24:55 +0000 (23:24 +0100)]
Merge branch 'master' into feature/main.go

7 years agoMerge pull request #54 from joubertredrat/changes-less-css
Thomas Boerger [Fri, 4 Nov 2016 22:24:45 +0000 (23:24 +0100)]
Merge pull request #54 from joubertredrat/changes-less-css

Set default less and css to new default name

7 years agoMerge branch 'master' into changes-less-css 54/head
Thomas Boerger [Fri, 4 Nov 2016 18:23:32 +0000 (19:23 +0100)]
Merge branch 'master' into changes-less-css

7 years agoMinor cleanups, look at the specific commits (#67)
Thomas Boerger [Fri, 4 Nov 2016 16:27:33 +0000 (17:27 +0100)]
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

7 years agoMerge pull request #72 from go-gitea/maintainers
Thomas Boerger [Fri, 4 Nov 2016 15:39:17 +0000 (16:39 +0100)]
Merge pull request #72 from go-gitea/maintainers

One more try to validate maintainers and contributors

7 years agoOne more try to validate maintainers and contributors 72/head
Thomas Boerger [Fri, 4 Nov 2016 15:37:50 +0000 (16:37 +0100)]
One more try to validate maintainers and contributors

7 years agoMerge pull request #71 from go-gitea/lgtm-fix
Thomas Boerger [Fri, 4 Nov 2016 15:33:38 +0000 (16:33 +0100)]
Merge pull request #71 from go-gitea/lgtm-fix

Use a correct format for CONTRIBUTORS and MAINTAINERS

7 years agoUse a correct format for CONTRIBUTORS and MAINTAINERS 71/head
Thomas Boerger [Fri, 4 Nov 2016 15:17:26 +0000 (16:17 +0100)]
Use a correct format for CONTRIBUTORS and MAINTAINERS

7 years agoMerge branch 'master' into changes-less-css
Thomas Boerger [Fri, 4 Nov 2016 13:36:24 +0000 (14:36 +0100)]
Merge branch 'master' into changes-less-css

7 years agoMerge branch 'master' into feature/main.go
Thomas Boerger [Fri, 4 Nov 2016 13:35:45 +0000 (14:35 +0100)]
Merge branch 'master' into feature/main.go

7 years agoMerge pull request #62 from lunny/master
Thomas Boerger [Fri, 4 Nov 2016 13:30:35 +0000 (14:30 +0100)]
Merge pull request #62 from lunny/master

Added CONTRIBUTING

7 years agoMerge branch 'master' into master 62/head
Thomas Boerger [Fri, 4 Nov 2016 13:08:31 +0000 (14:08 +0100)]
Merge branch 'master' into master

7 years agoRename all occurrences of gogs.go
Matthias Loibl [Fri, 4 Nov 2016 12:49:10 +0000 (13:49 +0100)]
Rename all occurrences of gogs.go

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
7 years agoRename gogs.go to main.go
Matthias Loibl [Fri, 4 Nov 2016 12:44:23 +0000 (13:44 +0100)]
Rename gogs.go to main.go

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
7 years agoRun goimports on the whole project (#34)
Matthias Loibl [Fri, 4 Nov 2016 11:57:27 +0000 (12:57 +0100)]
Run goimports on the whole project (#34)

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
7 years agoSet default less and css to new default name
Joubert RedRat [Thu, 3 Nov 2016 18:31:05 +0000 (16:31 -0200)]
Set default less and css to new default name

7 years agofollow the advisor: add DCO and some improvements
Lunny Xiao [Fri, 4 Nov 2016 08:43:41 +0000 (16:43 +0800)]
follow the advisor: add DCO and some improvements

7 years agoMerge pull request #41 from DblK/feature-issueTrackerLink
Thomas Boerger [Fri, 4 Nov 2016 08:37:13 +0000 (09:37 +0100)]
Merge pull request #41 from DblK/feature-issueTrackerLink

Allow user to set an external tracker url and forward to it

7 years agoImplementation of the feature to redirect to an external issue tracker 41/head
Rémy Boulanouar [Fri, 4 Nov 2016 08:06:54 +0000 (09:06 +0100)]
Implementation of the feature to redirect to an external issue tracker

7 years agoMerge pull request #58 from go-gitea/vendoring
Lunny Xiao [Fri, 4 Nov 2016 08:04:20 +0000 (16:04 +0800)]
Merge pull request #58 from go-gitea/vendoring

Integrated dependency manager

7 years agoDropped go get from travis config 58/head
Thomas Boerger [Thu, 3 Nov 2016 22:19:17 +0000 (23:19 +0100)]
Dropped go get from travis config

7 years agoAdded all required dependencies
Thomas Boerger [Thu, 3 Nov 2016 22:16:01 +0000 (23:16 +0100)]
Added all required dependencies

7 years agoAdded vendoring config for govendor
Thomas Boerger [Thu, 3 Nov 2016 22:15:35 +0000 (23:15 +0100)]
Added vendoring config for govendor

7 years agoDropped glide configs
Thomas Boerger [Thu, 3 Nov 2016 22:15:20 +0000 (23:15 +0100)]
Dropped glide configs

7 years agoDropped vendoring from gitignore
Thomas Boerger [Thu, 3 Nov 2016 22:15:09 +0000 (23:15 +0100)]
Dropped vendoring from gitignore

7 years agoUse user fullname if resolved
Thibault Meyer [Sat, 29 Oct 2016 16:04:56 +0000 (18:04 +0200)]
Use user fullname if resolved

7 years agotypo and contributing improved
Lunny Xiao [Fri, 4 Nov 2016 07:05:45 +0000 (15:05 +0800)]
typo and contributing improved

7 years agoMerge pull request #60 from andreynering/gitea/issue-pr-number-on-title
Kim "BKC" Carlbäcker [Fri, 4 Nov 2016 02:14:31 +0000 (03:14 +0100)]
Merge pull request #60 from andreynering/gitea/issue-pr-number-on-title

Show issue/PR number on title

7 years agodiff the CONTRIBUTORS and MAINTAINERS
Lunny Xiao [Fri, 4 Nov 2016 01:54:57 +0000 (09:54 +0800)]
diff the CONTRIBUTORS and MAINTAINERS

7 years agoMerge branch 'master' of https://github.com/go-gitea/gitea
Lunny Xiao [Fri, 4 Nov 2016 01:40:38 +0000 (09:40 +0800)]
Merge branch 'master' of https://github.com/go-gitea/gitea

7 years agoadded CONTRIBUTING
Lunny Xiao [Fri, 4 Nov 2016 01:39:04 +0000 (09:39 +0800)]
added CONTRIBUTING

7 years agoShow issue/PR number on title 60/head
Andrey Nering [Wed, 12 Oct 2016 13:28:51 +0000 (10:28 -0300)]
Show issue/PR number on title

7 years agoMerge pull request #47 from 0xbaadf00d/fix/3743-route-regexp-branchname
Sandro Santilli [Thu, 3 Nov 2016 16:51:33 +0000 (17:51 +0100)]
Merge pull request #47 from 0xbaadf00d/fix/3743-route-regexp-branchname

Fix SHA and compare regex on route file [Critical]

7 years agoMerge branch 'master' into fix/3743-route-regexp-branchname 47/head
Lunny Xiao [Thu, 3 Nov 2016 16:11:08 +0000 (00:11 +0800)]
Merge branch 'master' into fix/3743-route-regexp-branchname

7 years agoBadges and travis testing (#40)
Thomas Boerger [Thu, 3 Nov 2016 14:50:44 +0000 (15:50 +0100)]
Badges and travis testing (#40)

* Added badges to the README

* Restructured the travis config

7 years agoChange import reference to match gitea instead of gogs (#37)
Rémy Boulanouar [Thu, 3 Nov 2016 12:29:56 +0000 (13:29 +0100)]
Change import reference to match gitea instead of gogs (#37)

7 years agoRestore whitespace
Thibault Meyer [Thu, 3 Nov 2016 08:37:24 +0000 (09:37 +0100)]
Restore whitespace

7 years agoFix SHA regexp and commit comparisons
Thibault Meyer [Thu, 3 Nov 2016 08:32:55 +0000 (09:32 +0100)]
Fix SHA regexp and commit comparisons

7 years agoMerge pull request #5 from joubertredrat/title-ui-fix
Thomas Boerger [Thu, 3 Nov 2016 08:09:51 +0000 (09:09 +0100)]
Merge pull request #5 from joubertredrat/title-ui-fix

Small UI fixes on full width form titles

7 years agoMerge branch 'develop' into title-ui-fix 5/head
Thomas Boerger [Thu, 3 Nov 2016 08:09:00 +0000 (09:09 +0100)]
Merge branch 'develop' into title-ui-fix

7 years agoMerge pull request #23 from lunny/develop
Thomas Boerger [Thu, 3 Nov 2016 08:08:09 +0000 (09:08 +0100)]
Merge pull request #23 from lunny/develop

config lgtm to disable maintainer to LGTM himself's PR

7 years agoMerge branch 'develop' into develop 23/head
Thomas Boerger [Thu, 3 Nov 2016 08:07:55 +0000 (09:07 +0100)]
Merge branch 'develop' into develop

7 years agoMerge pull request #2 from strk/proper-from-on-issue-mail
Lunny Xiao [Thu, 3 Nov 2016 08:06:27 +0000 (16:06 +0800)]
Merge pull request #2 from strk/proper-from-on-issue-mail

Fix sender of issue notifications

7 years agoconfig lgtm to disable maintainer to LGTM himself's PR
Lunny Xiao [Thu, 3 Nov 2016 06:41:13 +0000 (14:41 +0800)]
config lgtm to disable maintainer to LGTM himself's PR

7 years agoFix sender of issue notifications 2/head
Sandro Santilli [Wed, 7 Sep 2016 09:19:44 +0000 (11:19 +0200)]
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

7 years agoMerge pull request #3 from strk/libravatar-proper-url
Thomas Boerger [Wed, 2 Nov 2016 18:22:31 +0000 (19:22 +0100)]
Merge pull request #3 from strk/libravatar-proper-url

Use proper url for libravatar dep

7 years agoUse proper url for libravatar dep 3/head
Sandro Santilli [Wed, 2 Nov 2016 17:18:04 +0000 (18:18 +0100)]
Use proper url for libravatar dep

7 years agoSmall UI fixes on full width form titles 16/head
Joubert RedRat [Wed, 19 Oct 2016 13:21:10 +0000 (11:21 -0200)]
Small UI fixes on full width form titles

8 years agoFix mention in comments like (@dblk) (#3655) v0.9.99
Rémy Boulanouar [Mon, 17 Oct 2016 02:17:59 +0000 (04:17 +0200)]
Fix mention in comments like (@dblk) (#3655)

* Fix mention in comments like (@dblk)

* Better fix to avoid making link for "Hello@DblK"

8 years agoPrevented user enumeration of valid users through HTTP status codes of login (#3639...
LefsFlare [Mon, 17 Oct 2016 02:08:40 +0000 (10:08 +0800)]
Prevented user enumeration of valid users through HTTP status codes of login (#3639) (#3654)

8 years agomissing space 50/head
Thibault Meyer [Tue, 4 Oct 2016 16:59:07 +0000 (18:59 +0200)]
missing space

8 years agorename variable + fix wiki link
Thibault Meyer [Tue, 4 Oct 2016 16:58:14 +0000 (18:58 +0200)]
rename variable + fix wiki link

8 years agoChanged interface (#3685)
LefsFlare [Thu, 22 Sep 2016 23:38:12 +0000 (07:38 +0800)]
Changed interface (#3685)

8 years agoCan disable GIT interactions by HTTP protocol
Thibault Meyer [Sun, 18 Sep 2016 08:54:33 +0000 (10:54 +0200)]
Can disable GIT interactions by HTTP protocol