summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* moreSandro Santilli2016-11-073-20/+20
|
* Security protocolsSandro Santilli2016-11-073-15/+15
|
* More mixageSandro Santilli2016-11-072-31/+31
|
* More overlooksSandro Santilli2016-11-072-10/+10
|
* This one I overlooked beforeSandro Santilli2016-11-072-6/+6
|
* More...Sandro Santilli2016-11-079-47/+47
|
* More MixedCase constsSandro Santilli2016-11-076-56/+56
|
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-0715-59/+59
|
* More MixedCase constsSandro Santilli2016-11-074-9/+9
|
* Use MixedCase constant namesSandro Santilli2016-11-0710-113/+113
| | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
* Merge pull request #108 from go-gitea/go-sdkThomas Boerger2016-11-0768-89/+78
|\ | | | | Replaced gogits go-gogs-client with go-sdk
| * Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-0734-34/+34
| |
| * Fixed links to sdk docsThomas Boerger2016-11-072-2/+2
| |
| * Added updated go-sdkThomas Boerger2016-11-0727-0/+1408
| |
| * Stop ignoring gitea in generalThomas Boerger2016-11-071-1/+2
| |
| * Dropped github.com/gogits/go-gogs-client vendored depThomas Boerger2016-11-0728-1418/+0
| |
| * Dropped client from version checkThomas Boerger2016-11-071-2/+0
| |
| * Link to godoc instead of Gogs wikiThomas Boerger2016-11-071-1/+1
| |
| * Dropped link to Gogs docs from templateThomas Boerger2016-11-071-1/+1
| |
| * Set correct doc url for go-sdkThomas Boerger2016-11-072-2/+2
| |
* | Merge pull request #103 from strk/GOGS_dropSandro Santilli2016-11-0717-126/+142
|\ \ | | | | | | Replace GOGS with GITEA in variable names
| * | 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
| | | | | | | | | | | | Closes #102
| * | Replace GOGS with GITEA in variable namesSandro Santilli2016-11-0710-28/+44
| |/ | | | | | | | | | | | | | | | | | | | | | | 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
* | 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
|/ | | | | Follows GNU Coding Standards, see https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets
* Merge pull request #97 from andreynering/gitea/diff-colorsLunny Xiao2016-11-072-28/+4
|\ | | | | CSS: Stronger colors for diffs
| * CSS: Stronger colors for diffsAndrey Nering2016-11-062-28/+4
| |
* | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloningRachid Zarouali2016-11-077-12/+40
|\ \ | | | | | | Disable HTTP cloning
| * | 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
| |/ |/| | | | | Use the rev-parsed sha1 commit id in urls to repo files, instead of the abbreviated version.
* | Merge pull request #95 from odinuge/readmeTxtMatthias Loibl2016-11-061-2/+4
|\ \ | | | | | | Fix rendering of non-markdown readme files
| * | 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
| | | | | | | | | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* | 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 file
| * | Review issue and pull templates, drop unused contributing fileSandro Santilli2016-11-053-82/+19
|/ / | | | | | | The CONTRIBUTING.md from root dir will be used by github
* | Wrap text to 80 columns (#81)Sandro Santilli2016-11-051-55/+90
| | | | | | Use a list for owners (nitpick response)
* | Merge pull request #85 from metalmatze/feature/goimportsMatthias Loibl2016-11-0515-67/+46
|\ \ | | | | | | Fix imports found by goimports.
| * \ 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 middleware
| * | | 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
|/ /