summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #103 from strk/GOGS_dropSandro Santilli2016-11-0717-126/+142
|\ \ \
| * | | Fix typo in unused constant nameSandro Santilli2016-11-071-1/+1
| * | | Rename and update init files to use "gitea" instead of "gogs"Sandro Santilli2016-11-0710-100/+100
| * | | Replace GOGS with GITEA in variable namesSandro Santilli2016-11-0710-28/+44
| |/ /
* | | Change binary name from main to giteaJoubert RedRat2016-11-071-1/+1
* | | Replace Gogs to Gitea in installation optionsJoubert RedRat2016-11-075-415/+415
* | | Hush dangerous GNU comment, mark "check" rule as phonySandro Santilli2016-11-071-1/+1
* | | Add "check" alias for testingSandro Santilli2016-11-071-0/+3
|/ /
* | Merge pull request #97 from andreynering/gitea/diff-colorsLunny Xiao2016-11-072-28/+4
|\ \ | |/ |/|
| * CSS: Stronger colors for diffsAndrey Nering2016-11-062-28/+4
* | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloningRachid Zarouali2016-11-077-12/+40
|\ \
| * | missing spaceThibault Meyer2016-10-041-1/+1
| * | rename variable + fix wiki linkThibault Meyer2016-10-044-7/+8
| * | Can disable GIT interactions by HTTP protocolThibault Meyer2016-09-187-13/+40
* | | Use the rev-parsed sha1 commit id (#98)Odin Ugedal2016-11-061-2/+4
| |/ |/|
* | Merge pull request #95 from odinuge/readmeTxtMatthias Loibl2016-11-061-2/+4
|\ \
| * | Fix rendering of non-markdown readme filesOdin Ugedal2016-11-061-2/+4
|/ /
* | Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-0654-37/+37
* | Adds checking of reserved keywords against team names (#22)LefsFlare2016-11-061-1/+17
* | Ordering team by name ascending except for 'Owners' (#48)Thibault Meyer2016-11-061-4/+4
* | Add tests for CurrentUsername() (#88)Matthias Loibl2016-11-062-3/+23
* | Merge pull request #83 from strk/dot.githubLunny Xiao2016-11-063-82/+19
|\ \
| * | Review issue and pull templates, drop unused contributing fileSandro Santilli2016-11-053-82/+19
|/ /
* | Wrap text to 80 columns (#81)Sandro Santilli2016-11-051-55/+90
* | Merge pull request #85 from metalmatze/feature/goimportsMatthias Loibl2016-11-0515-67/+46
|\ \
| * \ Merge branch 'master' into feature/goimportsSandro Santilli2016-11-055-27/+8
| |\ \ | |/ / |/| |
* | | Merge pull request #84 from andreynering/gitea/fix-500-on-invalid-editorconfigMatthias Loibl2016-11-055-27/+8
|\ \ \
| * | | Refactor editorconfig middlewareAndrey Nering2016-11-055-27/+8
|/ / /
| * | Add missing version & gogs packageMatthias Loibl2016-11-052-0/+3
| * | Fix imports found by goimports.Matthias Loibl2016-11-0515-67/+43
|/ /
* | Add myself to the MAINTAINERS (#82)Matthias Loibl2016-11-051-0/+1
* | Merge pull request #59 from andreynering/gitea/fix-500-on-invalid-editorconfigSandro Santilli2016-11-054-16/+31
|\ \
| * | Fix 500 when repo has invalid .editorconfigAndrey Nering2016-11-054-16/+31
|/ /
* | Merge pull request #79 from strk/Makefile-tabsThomas Boerger2016-11-051-0/+3
|\ \
| * | Drop indent-size from Makefile sectionSandro Santilli2016-11-051-1/+0
| * | Use tabs in MakefilesSandro Santilli2016-11-051-0/+4
|/ /
* | Merge pull request #69 from go-gitea/makefileThomas Boerger2016-11-0518-1330/+1111
|\ \
| * | Extended gitignoreThomas Boerger2016-11-041-2/+3
| * | Dropped outdated build scriptsThomas Boerger2016-11-043-88/+0
| * | Fixed "net.UnixAddr composite literal uses unkeyed fields"Thomas Boerger2016-11-041-1/+1
| * | Totally refactored the makefile and adjusted travis configThomas Boerger2016-11-042-57/+119
| * | Added a common golang gitignoreThomas Boerger2016-11-041-17/+34
| * | Regenerated bindataThomas Boerger2016-11-041-223/+223
| * | Made linter happy in cmd folderThomas Boerger2016-11-047-5/+14
| * | Linter doesn't like uppercase variablesThomas Boerger2016-11-041-3/+4
| * | Vet complains about "should have signature MarshalJSON() ([]byte, error)", re...Thomas Boerger2016-11-041-3/+3
| * | Simply made go vet happy, fixed tagsThomas Boerger2016-11-041-4/+4
| * | Executed go fmt for all filesThomas Boerger2016-11-042-929/+708
|/ /
* | Merge pull request #33 from metalmatze/feature/main.goThomas Boerger2016-11-045-8/+10
|\ \
| * \ Merge branch 'master' into feature/main.goThomas Boerger2016-11-0418-346/+53
| |\ \ | |/ / |/| |