- 04 Nov, 2018 2 commits
-
-
techknowlogick authored
-
zeripath authored
* Add CSRF checking to reqToken and place CSRF in the post for deadline creation Fixes #5226, #5249 * /api/v1/admin/users routes should have reqToken middleware
-
- 03 Nov, 2018 1 commit
-
-
kolaente authored
-
- 01 Nov, 2018 2 commits
-
-
Peter Hoffmann authored
* Added flags of default cmd CmdWeb to app-wide flags * If command *is* specified app-wide flags are ignored Backport of #5200 Signed-off-by:
Berengar W. Lehr <Berengar.Lehr@kompetenztest.de>
-
Lunny Xiao authored
This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (#5136) (#5229) * This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql * fix tests
-
- 31 Oct, 2018 1 commit
-
-
Lunny Xiao authored
-
- 30 Oct, 2018 4 commits
-
-
Peter Hoffmann authored
* Updated dependency manager via `dep ensure -update code.gitea.io/sdk` * Gopkg.toml was not changed as sdk version is set to "master" * affects webhooks for: Delete, Fork, IssueComment, Release * also contains changes from go-gitea/go-sdk#125 and hence a swagger update Signed-off-by:
Berengar W. Lehr <Berengar.Lehr@kompetenztest.de> Resolves: #4732, #5173
-
Lunny Xiao authored
-
Kim "BKC" Carlbäcker authored
-
Lunny Xiao authored
* fix race on updatesize * fix more repoPath
-
- 29 Oct, 2018 2 commits
-
-
Rodrigo Villablanca Vásquez authored
-
Lunny Xiao authored
-
- 25 Oct, 2018 1 commit
-
-
Lunny Xiao authored
* fix sqlite lock * fix sqlite lock on getUnitType
-
- 23 Oct, 2018 1 commit
-
-
Jonas Franz authored
* Add comment replies Signed-off-by:
Jonas Franz <info@jonasfranz.software> * Use review.ID instead Signed-off-by:
Jonas Franz <info@jonasfranz.software>
-
- 22 Oct, 2018 1 commit
-
-
Filip Navara authored
`show` is keyword in MySQL and has to be quoted to reference a column name. Use grave accents (ASCII code 96) for quoting to match rest of the source code. It's non-standard SQL, but it's supported by SQLite and MySQL. Signed-off-by:
Filip Navara <navara@emclient.com>
-
- 18 Oct, 2018 1 commit
-
-
kolaente authored
+ Named groups in reges for easier group parsing
-
- 17 Oct, 2018 5 commits
-
-
BetaCat authored
-
GiteaBot authored
-
Lunny Xiao authored
* add change log for 1.6.0-rc1 * Fix some uppercases
-
GiteaBot authored
-
BetaCat authored
-
- 16 Oct, 2018 1 commit
-
-
Lauris BH authored
-
- 15 Oct, 2018 2 commits
-
-
BetaCat authored
-
Lunny Xiao authored
* fix release creation via API * fix release create tests
-
- 12 Oct, 2018 2 commits
- 10 Oct, 2018 1 commit
-
-
SagePtr authored
-
- 09 Oct, 2018 3 commits
-
-
techknowlogick authored
* Add HOWTO for releasing Gitea Used instructions from: https://github.com/go-gitea/gitea/pull/2609#issuecomment-352159155 * Update CONTRIBUTING.md
-
techknowlogick authored
-
Lauris BH authored
-
- 06 Oct, 2018 1 commit
-
-
SagePtr authored
-
- 05 Oct, 2018 4 commits
-
-
SagePtr authored
-
SagePtr authored
-
Jonas Franz authored
* Hide outdated comments in file view Signed-off-by:
Jonas Franz <info@jonasfranz.software> * Add unit test by adding "invalidated" comment to fixtures Signed-off-by:
Jonas Franz <info@jonasfranz.software>
-
Chih-Hsuan Yen authored
-
- 03 Oct, 2018 2 commits
-
-
Dane authored
Current docs demonstrate how to configure a database container but don't explicitly specify that you should add additional environment variables to the Gitea container to make it use the database. This just demonstrates the changes required. Signed-off-by:
Dane Elwell <dane.elwell@ukfast.co.uk>
-
AJ ONeal authored
* update make command to build full release * use quoted TAGS `TAGS=bindata` => `TAGS="bindata"`
-
- 02 Oct, 2018 2 commits
- 29 Sep, 2018 1 commit
-
-
GiteaBot authored
-