- 24 Nov, 2019 1 commit
-
-
guillep2k authored
* 'update' * Send push tag event when release created * send tag create event while release created in UI * update to go v1.13 * fix gofmt error * fix #8576 create pull request on current repository by default
-
- 23 Nov, 2019 1 commit
-
-
Lunny Xiao authored
-
- 22 Nov, 2019 1 commit
-
-
Koichi MATSUMOTO authored
Fix reCAPTCHA issue
-
- 20 Nov, 2019 3 commits
-
-
Jordan authored
CloneAddr was being used as OriginalURL. Now passing OriginalURL through from the form and saving it.
-
techknowlogick authored
-
guillep2k authored
* Fix password checks on admin create/edit user * Remove incorrect trimspace
-
- 18 Nov, 2019 1 commit
-
-
Antoine GIRARD authored
* fix: add search to reserved usernames * Update integrations/user_test.go Co-Authored-By:
6543 <24977596+6543@users.noreply.github.com>
-
- 15 Nov, 2019 4 commits
-
-
guillep2k authored
* Fix checks for close/reopen from commit * Fix permission order
-
zeripath authored
Fix #9001 The GZIP ProxyReponseWriter doesn't currently respond correctly to requests about its Written status - leading to #9001. This PR properly reimplements these methods.
-
6543 authored
* Fix broken link to branch from issue list * Update templates/repo/issue/list.tmpl
-
Lunny Xiao authored
-
- 14 Nov, 2019 4 commits
-
-
zeripath authored
Fix #8718 This PR shadows passwords in session config correctly by detecting the VirtualProvider, unmarshalling the original config and then shadowing config within that.
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
guillep2k authored
-
- 13 Nov, 2019 3 commits
-
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
zeripath authored
Backport #8901 In investigating #7947 it has become clear that the storage component of go-git repositories needs closing. This PR adds this Close function and adds the Close functions as necessary. In TransferOwnership the ctx.Repo.GitRepo is closed if it is open to help prevent the risk of multiple open files. Fixes #7947
-
mrsdizzie authored
Update all Github migration tests to use a new repo created just for these tests that won't accidentially be modified by regular users interacting with issues. Fixes #8895
-
- 10 Nov, 2019 2 commits
- 09 Nov, 2019 3 commits
-
-
guillep2k authored
Earlier today #716 was reopened which updated the modification time for an old milestone (1.6.0) that we use in testing with the assumption that it is old and won't change. This breaks all builds now, so remove this test since we have others that test the same code and this milestone will likely be updated again as that issue changes etc...
-
guillep2k authored
* Fix registration password complexity * Fix integration to use a complex password ;)
-
guillep2k authored
* Fix require external registration password * Fix ctx on error condition by @jolheiser
-
- 08 Nov, 2019 1 commit
-
-
mrsdizzie authored
Typo on a closing span tag caused edit button not to work properly on the original issue content for a migrated issue. Fixes #8876
-
- 05 Nov, 2019 2 commits
- 04 Nov, 2019 1 commit
-
-
Lauris BH authored
* Fix commit expand button to not go to commit link * Fix message rendering to have correct HTML in result * Fix check for empty commit message * Code optimization
-
- 03 Nov, 2019 2 commits
- 02 Nov, 2019 2 commits
-
-
Lunny Xiao authored
-
zeripath authored
-
- 01 Nov, 2019 1 commit
-
-
zeripath authored
* if a filename in a repository contains " or \ the owner can't merge pull request with this files because "git diff-tree" adds double quotes to that filepath example: filepath is ab"cd but "git diff-tree" returns "ab\"cd" now, when the owner click "Merge Pull Request" button the server returns 500 this commit fix it Signed-off-by:
Ilya Pavlov <ilux@cpan.org> * add -z option to getDiffTree escape spec symbols for sparse-checkout Signed-off-by:
Ilya Pavlov <ilux@cpan.org> * go fmt Signed-off-by:
Ilya Pavlov <ilux@cpan.org> * typo Signed-off-by:
Ilya Pavlov <ilux@cpan.org> * escape '\' escape all spaces and '!' * use regexp.ReplaceAllString() Signed-off-by:
Ilya Pavlov <ilux@cpan.org> * strings.ReplaceAll was added in go 1.12 Signed-off-by:
Ilya Pavlov <ilux@cpan.org> * add '\' to regexp.MustCompile Signed-off-by:
Ilya Pavlov <ilux@cpan.org>
-
- 30 Oct, 2019 2 commits
-
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
John Olheiser authored
* 1.10.0-rc2 Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Wording Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Update CHANGELOG.md Co-Authored-By:
jaqra <48099350+jaqra@users.noreply.github.com>
-
- 29 Oct, 2019 1 commit
-
-
6543 authored
* BugFix: Update closed_date_unix colum on milestone table on close * go fmt
-
- 27 Oct, 2019 1 commit
-
-
David Svantesson authored
-
- 25 Oct, 2019 2 commits
-
-
Monty Taylor authored
Backport #8653 When doing GET /api/v1/users/{user} as an unauthenticated user, gitea throws a 500 because it's trying to dereference elements from the context user. It wants to do this to see whether to show the primary email and will do that if the logged in user is admin or the user in question. However, if ctx.User is nil there is a panic
-
jaqra authored
* make call createMilestoneComment on newIssue func * make OldMilestoneID 0 instead of -1
-
- 24 Oct, 2019 1 commit
-
-
Lunny Xiao authored
* Hide some user information via API if user have no enough permission * fix test
-
- 23 Oct, 2019 1 commit
-
-
zeripath authored
Partial backport without changes to locale files. Fix #8461 - fix misspelling of {{AppSubUrl}} and other misspelling in template Fixes /explore and organisation redirection
-