- 17 Jan, 2020 1 commit
-
-
Lunny Xiao authored
Co-authored-by:
techknowlogick <matti@mdranta.net> Co-authored-by:
techknowlogick <matti@mdranta.net>
-
- 16 Jan, 2020 2 commits
-
-
Lunny Xiao authored
-
David Svantesson authored
-
- 13 Jan, 2020 1 commit
-
-
Lauris BH 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 * update #8671 move release tag created hook to modules/notification/webhook due to #8802 refactoring * use NotifyCreateRef and NotifyPushCommits instead of NotifyNewReleaseTag * move tag notification to correct place Co-authored-by:
Benno <blueworrybear@gmail.com>
-
- 11 Jan, 2020 3 commits
-
-
Lauris BH authored
through API. Same fix, using form.CloneAddr instead of opts.CloneAddr. Co-authored-by:
Jordan <eatsleepgame@gmail.com>
-
Lauris BH authored
Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com>
-
zeripath authored
* Restore IsPasswordSet previous value * Update models/user.go
-
- 09 Jan, 2020 1 commit
-
-
zeripath authored
-
- 08 Jan, 2020 1 commit
-
-
zeripath authored
Once a branch has been merged if the commit ID no longer equals that of the pulls ref commit id don't offer to delete the branch on the pull screen and don't list it as merged on branches. Fix #9201 When looking at the pull page we should also get the commits from the refs/pulls/x/head Fix #9158
-
- 06 Jan, 2020 1 commit
-
-
6543 authored
-
- 02 Jan, 2020 2 commits
-
-
6543 authored
* Changelog for 1.10.2 * imprufe * fix misspell * Update CHANGELOG.md
-
6543 authored
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539) * dont insert "-1" in any case to issue.poster_id * Make sure API cant override importand fields * code format * add Test for IssueEdit * load milestone and return it on IssueEdit via API * extend Test for TestAPIEditIssue * fix TEST * make sure Poster is loaded * keep code format on backport as it is
-
- 01 Jan, 2020 1 commit
-
-
6543 authored
* Fix bug when migrate from API (#8631) * fix bug when migrate from API * fix test * fix test * improve * fix error message * Update routers/api/v1/repo/repo.go * remove unrelated Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com>
-
- 31 Dec, 2019 1 commit
-
-
6543 authored
* add ErrReactionAlreadyExist * extend FindReactionsOptions * createReaction check if exit before create
-
- 30 Dec, 2019 1 commit
-
-
6543 authored
-
- 28 Dec, 2019 2 commits
-
-
Lunny Xiao authored
* Fix repository issues pagination bug when there are more than one label filter (#9512) * fix merge
-
Lunny Xiao authored
-
- 27 Dec, 2019 2 commits
-
-
Lunny Xiao authored
* Fix API migration wrong repository status * Force push for ci
-
Brad Albright authored
-
- 24 Dec, 2019 1 commit
-
-
Brad Albright authored
backport fix: fixed bug in GitTreeBySHA where pulling items from a page other than page 1 would fail because the wrong var was used to set the entries to return (#9482)
-
- 19 Dec, 2019 2 commits
-
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
mrsdizzie authored
CloneAddr will contain username and password credentials and they will get stored in system notices about failed migrations (and logs if trace is set). Replace with OriginalURL that doesn't have those.
-
- 18 Dec, 2019 1 commit
-
-
Cornel authored
-
- 15 Dec, 2019 1 commit
-
-
zeripath authored
-
- 13 Dec, 2019 1 commit
-
-
Lunny Xiao authored
-
- 12 Dec, 2019 2 commits
-
-
Lunny Xiao authored
* Fix bug that release attachment files not deleted when deleting repository * improve code * add quote * improve code
-
John Olheiser authored
* Only sync tags after all batches (#9319) Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Add SyncTags to uploader interface (#9326) * Add sync tags to interface Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Fix revive Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
- 09 Dec, 2019 1 commit
-
-
6543 authored
-
- 05 Dec, 2019 1 commit
-
-
6543 authored
* Changelog for 1.10.1 * format ... * format * add @techknowlogick s suggestion
-
- 29 Nov, 2019 2 commits
-
-
6543 authored
* Fix input field max length for release, label and milestone forms * Add max length for isseu and PR title
-
6543 authored
* Properly fix #7147 Although #7300 properly shadows the password from the virtual session provider, the template displaying the provider config still presumed that the config was JSON. This PR updates the template and properly hides the Virtual Session provider. Fixes #7147 * update per @silverwind's suggestion
-
- 28 Nov, 2019 2 commits
-
-
Lunny Xiao authored
-
Lunny Xiao authored
* fix panic when diff * improve code
-
- 25 Nov, 2019 1 commit
-
-
zeripath authored
* Fix #9151 - sendTos should be an array * trimspace from the addresses
-
- 24 Nov, 2019 2 commits
- 23 Nov, 2019 1 commit
-
-
Lunny Xiao authored
-
- 22 Nov, 2019 1 commit
-
-
Koichi MATSUMOTO authored
Fix reCAPTCHA issue
-
- 20 Nov, 2019 2 commits
-
-
Jordan authored
CloneAddr was being used as OriginalURL. Now passing OriginalURL through from the form and saving it.
-
techknowlogick authored
-