4297 Commits (0b62aeb495c9c1daf816a754a0e4abbf8c62c2c0)
 

Author SHA1 Message Date
Sandro Santilli 0b62aeb495 More MixedCase consts 8 years ago
Sandro Santilli 80eea77953 Use MixedCase constant names
See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
8 years ago
Thomas Boerger 5d430c9e68 Merge pull request #108 from go-gitea/go-sdk
Replaced gogits go-gogs-client with go-sdk
8 years ago
Sandro Santilli ee963f67c1 Merge pull request #103 from strk/GOGS_drop
Replace GOGS with GITEA in variable names
8 years ago
Joubert RedRat 9c434ccc50 Change binary name from main to gitea 8 years ago
Joubert RedRat 28bee28102 Replace Gogs to Gitea in installation options 8 years ago
Sandro Santilli f430d26f7e Hush dangerous GNU comment, mark "check" rule as phony 8 years ago
Sandro Santilli 3f18111cbe Add "check" alias for testing
Follows GNU Coding Standards, see
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets
8 years ago
Thomas Boerger 4c6c16f358
Replaced go-gogs-client with go-sdk imports 8 years ago
Thomas Boerger 77f9c7e571
Fixed links to sdk docs 8 years ago
Thomas Boerger e378648c79
Added updated go-sdk 8 years ago
Thomas Boerger d1b14fef56
Stop ignoring gitea in general 8 years ago
Sandro Santilli 30be1f4826 Fix typo in unused constant name 8 years ago
Sandro Santilli 145ab5c89a Rename and update init files to use "gitea" instead of "gogs"
Closes #102
8 years ago
Sandro Santilli b7263f31a5 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
8 years ago
Thomas Boerger 6f3097f9e6
Dropped github.com/gogits/go-gogs-client vendored dep 8 years ago
Thomas Boerger 3e13e16b3f
Dropped client from version check 8 years ago
Thomas Boerger a6d683f498
Link to godoc instead of Gogs wiki 8 years ago
Thomas Boerger ceb920802a
Dropped link to Gogs docs from template 8 years ago
Thomas Boerger 6bf9910975
Set correct doc url for go-sdk 8 years ago
Lunny Xiao 1b962bac0b Merge pull request #97 from andreynering/gitea/diff-colors
CSS: Stronger colors for diffs
8 years ago
Rachid Zarouali be5607e510 Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
Disable HTTP cloning
8 years ago
Odin Ugedal 5a6f7edde9 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.
8 years ago
Andrey Nering ef5fc3c959 CSS: Stronger colors for diffs 8 years ago
Matthias Loibl 92c48dabe3 Merge pull request #95 from odinuge/readmeTxt
Fix rendering of non-markdown readme files
8 years ago
Odin Ugedal 530f6c1da4
Fix rendering of non-markdown readme files 8 years ago
Sandro Santilli 6e4252dad4 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)
8 years ago
LefsFlare 55a4d46f5d Adds checking of reserved keywords against team names (#22) 8 years ago
Thibault Meyer fe8bfa54de Ordering team by name ascending except for 'Owners' (#48) 8 years ago
Matthias Loibl d318f612a9 Add tests for CurrentUsername() (#88) 8 years ago
Lunny Xiao 1cb5b0e2f6 Merge pull request #83 from strk/dot.github
Review issue and pull templates, drop unused contributing file
8 years ago
Sandro Santilli 27f99a16a6 Review issue and pull templates, drop unused contributing file
The CONTRIBUTING.md from root dir will be used by github
8 years ago
Sandro Santilli 9f437eb1ab Wrap text to 80 columns (#81)
Use a list for owners (nitpick response)
8 years ago
Matthias Loibl 92f39da802 Merge pull request #85 from metalmatze/feature/goimports
Fix imports found by goimports.
8 years ago
Sandro Santilli f36544f98d Merge branch 'master' into feature/goimports 8 years ago
Matthias Loibl a0e54c0512 Merge pull request #84 from andreynering/gitea/fix-500-on-invalid-editorconfig
Refactor editorconfig middleware
8 years ago
Andrey Nering bd898a10f8 Refactor editorconfig middleware 8 years ago
Matthias Loibl 953c099428 Add missing version & gogs package 8 years ago
Matthias Loibl 1f44b01e2a Fix imports found by goimports. 8 years ago
Matthias Loibl 91b589f2f0 Add myself to the MAINTAINERS (#82)
😊
8 years ago
Sandro Santilli 789dacdfbe Merge pull request #59 from andreynering/gitea/fix-500-on-invalid-editorconfig
Fix 500 when repo has invalid .editorconfig
8 years ago
Andrey Nering 984fa8d83b Fix 500 when repo has invalid .editorconfig
Creating a notice instead
8 years ago
Thomas Boerger ab12596143 Merge pull request #79 from strk/Makefile-tabs
Use tabs in Makefiles
8 years ago
Sandro Santilli 6111e09a97 Drop indent-size from Makefile section 8 years ago
Sandro Santilli c808e8c138 Use tabs in Makefiles 8 years ago
Thomas Boerger b58b634e0e Merge pull request #69 from go-gitea/makefile
Refactoring of the makefile
8 years ago
Thomas Boerger c524078d2b
Extended gitignore 8 years ago
Thomas Boerger b32776d533
Dropped outdated build scripts 8 years ago
Thomas Boerger 3dd14ee522
Fixed "net.UnixAddr composite literal uses unkeyed fields" 8 years ago
Thomas Boerger ec054ba582
Totally refactored the makefile and adjusted travis config 8 years ago