6543 and techknowlogick
cebc125f7f
Changelog 1.10.3 ( #9832 )
v1.10.3
2020-01-17 16:18:34 -05:00
6543 and Lunny Xiao
c975287149
fix ( #9838 )
2020-01-17 23:25:46 +08:00
b31068652a
Fix download file wrong content-type ( #9825 ) ( #9835 )
...
* Fix download file wrong content-type
* change the error text to be more precise
* fix test
Co-authored-by: Lauris BH <[email protected] >
2020-01-17 14:56:25 +01:00
Lunny Xiao and Antoine GIRARD
918e640590
Fix wrong identify poster on a migrated pull request when submi… ( #9827 ) ( #9831 )
2020-01-17 13:38:53 +01:00
9809fe27c4
fix dump non-exist log directory ( #9818 ) ( #9820 )
...
Co-authored-by: Lauris BH <[email protected] >
2020-01-17 08:51:21 +01:00
ed6a2f2e2e
Fix compare ( #9808 ) ( #9815 )
...
Co-authored-by: techknowlogick <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
2020-01-17 10:08:07 +08:00
Lunny Xiao and Lauris BH
a0435fcd63
Fix missing msteam webhook on organization ( #9781 ) ( #9795 )
2020-01-16 07:36:05 +02:00
David Svantesson and Antoine GIRARD
a2e2045a96
Fix #9662 ( #9783 )
2020-01-16 01:26:55 +01:00
b67a023bec
Send tag create and push webhook when release created on UI ( #8671 ) ( #9702 )
...
* '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 <[email protected] >
2020-01-13 07:09:13 +00:00
b1a90f7286
Hide credentials when submitting migration ( #9102 ) ( #9704 )
...
through API.
Same fix, using form.CloneAddr instead of opts.CloneAddr.
Co-authored-by: Jordan <[email protected] >
2020-01-11 17:25:16 +02:00
45c8a3aeeb
Fix cache problem on dashboard ( #9358 ) ( #9703 )
...
Co-authored-by: Lunny Xiao <[email protected] >
2020-01-11 16:23:40 +02:00
zeripath and Lauris BH
0e5126da22
Never allow an empty password to validate ( #9682 ) ( #9684 )
...
* Restore IsPasswordSet previous value
* Update models/user.go
2020-01-11 13:14:03 +02:00
zeripath and techknowlogick
cd3e52d91b
Prevent redirect to Host ( #9678 ) ( #9680 )
2020-01-09 16:38:12 -05:00
zeripath and Lauris BH
319c92163f
Branches not at ref commit ID should not be listed as Merged ( #9614 ) ( #9639 )
...
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
2020-01-08 03:06:53 +02:00
6543 and Lunny Xiao
a15a644c05
[BugFix] Hide public repos owned by private orgs ( #9616 )
2020-01-06 10:12:55 +08:00
6543 and Lunny Xiao
2ccd92407a
Changelog for 1.10.2 ( #9585 )
...
* Changelog for 1.10.2
* imprufe
* fix misspell
* Update CHANGELOG.md
v1.10.2
2020-01-02 19:04:19 +08:00
6543 and techknowlogick
17c691f8aa
[Backport] [API] Allow only specific Colums to be updated on Issue ( #9539 ) ( #9580 )
...
* 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
2020-01-02 02:38:42 -05:00
cb3fe4cbf1
[Backport] Fix bug when migrate from API ( #8631 ) ( #9563 )
...
* 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 <[email protected] >
2020-01-02 01:36:00 +02:00
6543 and Lauris BH
c63a80138a
backport part of #9550 ( #9564 )
...
* add ErrReactionAlreadyExist
* extend FindReactionsOptions
* createReaction check if exit before create
2019-12-31 19:00:17 +02:00
6543 and Lunny Xiao
b4b8c9679f
fix 500 error for ghost avatar ( #9537 )
2019-12-30 18:55:51 +08:00
Lunny Xiao and zeripath
c0bb5ebc15
Fix repository issues pagination bug when there are more than one label filter ( #9512 ) ( #9528 )
...
* Fix repository issues pagination bug when there are more than one label filter (#9512 )
* fix merge
2019-12-28 23:54:24 +00:00
Lunny Xiao and GitHub
9409ac9030
Fix deleted branch isn't removed when push the branch again ( #9516 ) ( #9524 )
2019-12-28 12:41:41 +08:00
Lunny Xiao and Lauris BH
a3928fd820
Fix missing repository status when migrating repository via API ( #9511 )
...
* Fix API migration wrong repository status
* Force push for ci
2019-12-27 14:34:28 +02:00
Brad Albright and Lunny Xiao
f0bda12c49
when branch is deleted after a pull request is merged, trigger webhook ( #9510 )
2019-12-27 14:36:52 +08:00
Brad Albright and zeripath
58c38ab4b6
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 )
2019-12-24 07:01:02 +00:00
John Olheiser and Antoine GIRARD
a276aaf61e
Fix NewCommitStatus ( #9434 ) ( #9435 )
...
Signed-off-by: jolheiser <[email protected] >
2019-12-19 23:49:47 +01:00
mrsdizzie and techknowlogick
e03934f035
Use OriginalURL insead of CloneAddr in migration logging ( #9418 ) ( #9420 )
...
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.
2019-12-18 21:02:47 -05:00
Cornel and Lunny Xiao
3a14a69e8a
Fix Slack webhook payload title generation to work with Mattermost ( #9378 ) ( #9404 )
2019-12-18 20:56:35 +08:00
zeripath and GitHub
f0f48e0fff
DefaultBranch needs to be prefixed by BranchPrefix ( #9356 ) ( #9359 )
2019-12-15 11:08:19 +00:00
Lunny Xiao and GitHub
1aeeaa8e89
fix issue indexer not triggered when migrating a repository ( #9333 )
2019-12-13 13:07:11 +08:00
Lunny Xiao and GitHub
eb8d5f6aff
Fix bug that release attachment files not deleted when deleting repository ( #9322 ) ( #9329 )
...
* Fix bug that release attachment files not deleted when deleting repository
* improve code
* add quote
* improve code
2019-12-12 15:05:44 +08:00
John Olheiser and techknowlogick
9ef148abeb
Fix migration releases ( #9319 ) ( #9326 ) ( #9328 )
...
* Only sync tags after all batches (#9319 )
Signed-off-by: jolheiser <[email protected] >
* Add SyncTags to uploader interface (#9326 )
* Add sync tags to interface
Signed-off-by: jolheiser <[email protected] >
* Fix revive
Signed-off-by: jolheiser <[email protected] >
2019-12-11 23:38:58 -05:00
6543 and Lunny Xiao
f11df80058
File Edit: Author/Committer interchanged [BugFix] ( #9300 )
2019-12-09 21:12:36 +08:00
6543 and techknowlogick
59913f405c
Changelog 1.10.1 ( #9256 )
...
* Changelog for 1.10.1
* format ...
* format
* add @techknowlogick s suggestion
v1.10.1
2019-12-05 13:23:51 -05:00
6543 and Lunny Xiao
42dae399eb
Fix max length check and limit in multiple repo forms ( #9148 ) ( #9204 )
...
* Fix input field max length for release, label and milestone forms
* Add max length for isseu and PR title
2019-11-29 14:00:19 +08:00
6543 and techknowlogick
f36efe0b54
Properly fix displaying virtual session provider in admin panel ( #9137 ) ( #9203 )
...
* 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
2019-11-29 00:28:38 -05:00
Lunny Xiao and Antoine GIRARD
38664d7f39
upgrade levelqueue to 0.1.0 ( #9192 ) ( #9199 )
2019-11-28 17:40:49 +01:00
Lunny Xiao and techknowlogick
c4e52d232e
Fix panic when diff ( #9187 ) ( #9193 )
...
* fix panic when diff
* improve code
2019-11-28 10:07:30 -05:00
zeripath and Antoine GIRARD
2b257a91de
Fix #9151 - smtp logger configuration sendTos should be an arra… ( #9157 )
...
* Fix #9151 - sendTos should be an array
* trimspace from the addresses
2019-11-25 16:18:16 +01:00
Benno and techknowlogick
c01afd584d
backport v1.10 - Always show Password field on link account sign in page ( #9150 )
2019-11-24 18:38:05 -05:00
guillep2k and Antoine GIRARD
1270e2ad85
Create PR on Current Repository by Default ( #8670 ) ( #9141 )
...
* '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
2019-11-24 03:08:40 +01:00
Lunny Xiao and Lauris BH
29fa3a0f68
fix race on indexer ( #9136 ) ( #9139 )
2019-11-23 20:08:49 +02:00
Koichi MATSUMOTO and zeripath
65a573f3c7
Fix reCAPTCHA URL ( #9119 )
...
Fix reCAPTCHA issue
2019-11-22 14:48:58 +00:00
Jordan and techknowlogick
ade5ec5aa7
Backport: Hide given credentials for migrated repos. ( #9098 )
...
CloneAddr was being used as OriginalURL.
Now passing OriginalURL through from the form and saving it.
2019-11-20 17:23:12 -05:00
techknowlogick and GitHub
38ce87a61a
backport: update golang.org/x/crypto vendor to use acme v2 ( #9056 ) ( #9085 )
2019-11-20 02:12:47 -05:00
guillep2k and zeripath
261b19ced7
Backport: Fix password checks on admin create/edit user ( #9076 ) ( #9081 )
...
* Fix password checks on admin create/edit user
* Remove incorrect trimspace
2019-11-20 00:08:53 +00:00
6ef0ab4d96
fix: add search to reserved usernames ( #9063 ) ( #9065 )
...
* fix: add search to reserved usernames
* Update integrations/user_test.go
Co-Authored-By: 6543 <[email protected] >
2019-11-18 22:40:14 +00:00
guillep2k and Lauris BH
ecdb4c1750
Fix permission checks for close/reopen from commit ( #8875 ) ( #9033 )
...
* Fix checks for close/reopen from commit
* Fix permission order
2019-11-16 00:11:40 +02:00
zeripath and GitHub
a0e76de75a
Ensure Written is set in GZIP ProxyResponseWriter ( #9018 ) ( #9025 )
...
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.
2019-11-15 15:57:57 +00:00
6543 and zeripath
880f26c7f0
Fix broken link to branch from issue list ( #9003 ) ( #9021 )
...
* Fix broken link to branch from issue list
* Update templates/repo/issue/list.tmpl
2019-11-15 14:10:28 +00:00