Sandro Santilli
43349da21a
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
9 years ago
Thomas Boerger
59e6bd4aa4
Dropped github.com/gogits/go-gogs-client vendored dep
9 years ago
Thomas Boerger
596a071393
Dropped client from version check
9 years ago
Thomas Boerger
b07affc15c
Link to godoc instead of Gogs wiki
9 years ago
Thomas Boerger
9f576375fe
Dropped link to Gogs docs from template
9 years ago
Thomas Boerger
d9a7026ca3
Set correct doc url for go-sdk
9 years ago
Lunny Xiao
aa621a15b7
Merge pull request #97 from andreynering/gitea/diff-colors
CSS: Stronger colors for diffs
9 years ago
Kim "BKC" Carlbäcker
ce897d65f9
Merge all pagination-templates into 'base/paginate'
to reduce code-duplicity
9 years ago
Kim "BKC" Carlbäcker
a35f849f28
Add Pagination to Releases-page
9 years ago
Rachid Zarouali
991135448c
Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
Disable HTTP cloning
9 years ago
Odin Ugedal
0f421c9602
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.
9 years ago
Andrey Nering
aff3ace5df
CSS: Stronger colors for diffs
9 years ago
Matthias Loibl
b3c6586b11
Merge pull request #95 from odinuge/readmeTxt
Fix rendering of non-markdown readme files
9 years ago
Odin Ugedal
bf76e2a45b
Fix rendering of non-markdown readme files
9 years ago
Sandro Santilli
3c9693defb
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)
9 years ago
LefsFlare
5c54551ac9
Adds checking of reserved keywords against team names ( #22 )
9 years ago
Thibault Meyer
8ec34183a7
Ordering team by name ascending except for 'Owners' ( #48 )
9 years ago
Matthias Loibl
e7e2c8c43e
Add tests for CurrentUsername() ( #88 )
9 years ago
Lunny Xiao
9dfbc389eb
Merge pull request #83 from strk/dot.github
Review issue and pull templates, drop unused contributing file
9 years ago
Sandro Santilli
d895b21c93
Review issue and pull templates, drop unused contributing file
The CONTRIBUTING.md from root dir will be used by github
9 years ago
Sandro Santilli
3af2a4c62d
Wrap text to 80 columns ( #81 )
Use a list for owners (nitpick response)
9 years ago
Matthias Loibl
428e7fb9b2
Merge pull request #85 from metalmatze/feature/goimports
Fix imports found by goimports.
9 years ago
Sandro Santilli
4fb2e00b31
Merge branch 'master' into feature/goimports
9 years ago
Matthias Loibl
a48f944385
Merge pull request #84 from andreynering/gitea/fix-500-on-invalid-editorconfig
Refactor editorconfig middleware
9 years ago
Andrey Nering
5243e1f5f9
Refactor editorconfig middleware
9 years ago
Matthias Loibl
4a3ba92ee3
Add missing version & gogs package
9 years ago
Matthias Loibl
929972fc8d
Fix imports found by goimports.
9 years ago
Matthias Loibl
fa18d1ae44
Add myself to the MAINTAINERS ( #82 )
😊
9 years ago
Sandro Santilli
7d54c5afb8
Merge pull request #59 from andreynering/gitea/fix-500-on-invalid-editorconfig
Fix 500 when repo has invalid .editorconfig
9 years ago
Andrey Nering
7f39af230a
Fix 500 when repo has invalid .editorconfig
Creating a notice instead
9 years ago
Thomas Boerger
9f019cc42f
Merge pull request #79 from strk/Makefile-tabs
Use tabs in Makefiles
9 years ago
Sandro Santilli
f481126001
Drop indent-size from Makefile section
9 years ago
Sandro Santilli
b07fd206f8
Use tabs in Makefiles
9 years ago
Thomas Boerger
786cd767ff
Merge pull request #69 from go-gitea/makefile
Refactoring of the makefile
9 years ago
Thomas Boerger
b1f30f7da3
Extended gitignore
9 years ago
Thomas Boerger
b9172a1c9e
Dropped outdated build scripts
9 years ago
Thomas Boerger
5fdf3b9ca6
Fixed "net.UnixAddr composite literal uses unkeyed fields"
9 years ago
Thomas Boerger
73fa79d5e0
Totally refactored the makefile and adjusted travis config
9 years ago
Thomas Boerger
9295e71664
Added a common golang gitignore
9 years ago
Thomas Boerger
96615d5d39
Regenerated bindata
9 years ago
Thomas Boerger
de7e7460d0
Made linter happy in cmd folder
9 years ago
Thomas Boerger
6b95662293
Linter doesn't like uppercase variables
9 years ago
Thomas Boerger
57b14a247f
Vet complains about "should have signature MarshalJSON() ([]byte, error)", replaced with custom name
9 years ago
Thomas Boerger
210dcbf8b6
Simply made go vet happy, fixed tags
9 years ago
Thomas Boerger
423d7ae8fb
Executed go fmt for all files
9 years ago
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
Flare
b8d43641a7
Still print error if user does not exist
9 years ago
Thomas Boerger
ac49376939
Merge branch 'master' into changes-less-css
9 years ago