- 08 May, 2020 1 commit
-
-
6543 authored
* Changelog v1.11.5 * Apply suggestions from code review Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
- 07 May, 2020 3 commits
-
-
6543 authored
Backport #11303 Prevent multiple listings of organization when creating a repository (#11303) prevent double entries in results of GetOrgsCanCreateRepoByUserID I first try to only add GroupBy directly but xorm return broken user objects ... ... solution was to just query related UserIDs(OrgIDs) first and return OrgUsers based on this IDs close #11258 Co-authored-by:
zeripath <art27@cantab.net>
-
6543 authored
-
zeripath authored
* Manage port in submodule refurl Fix #11304 Signed-off-by:
Andrew Thornton <art27@cantab.net> * fix lint Signed-off-by:
Andrew Thornton <art27@cantab.net> * URLJoin is causes a cyclic dependency and possibly isn't what what we want anyway Signed-off-by:
Andrew Thornton <art27@cantab.net> * Protect against leading .. in scp syntax Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 05 May, 2020 1 commit
-
-
zeripath authored
There is an unfortunate signature change with the api.Context NotFound function; whereas the normal modules/context/Context NotFound function requires an error or nil, the api.Context variant will panic with an NPE if a nil is provided. This PR will allow api.Context.NotFound to tolerate a being passed a nil. Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 04 May, 2020 2 commits
-
-
guillep2k authored
Fix #10525 Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
Kyle Evans authored
Previously, this required authentication, but there's not actually any privileged information on this page. Move the endpoint out of the group that requires sign-in. It still requires the ability to read issues and pull requests, so private repositories (for instance) will not be exposed. Fixes #10312 Fixes #11233 Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
- 25 Apr, 2020 1 commit
-
-
6543 authored
-
- 22 Apr, 2020 1 commit
-
-
zeripath authored
Backport #11098 Fix #11002 Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
- 19 Apr, 2020 3 commits
-
-
zeripath authored
Backport #11131 Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
zeripath authored
Remove errant third closing curly-bracket from account.tmpl and send account ID in account.tmpl (#11130) * Remove errant third } from account.tmpl Fix #11128 Signed-off-by:
Andrew Thornton <art27@cantab.net> * Update templates/user/settings/account.tmpl
-
6543 authored
-
- 18 Apr, 2020 1 commit
-
-
zeripath authored
Fix #10975 Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
John Olheiser <john.olheiser@gmail.com> Co-authored-by:
techknowlogick <techknowlogick@gitea.io> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by:
John Olheiser <john.olheiser@gmail.com> Co-authored-by:
techknowlogick <techknowlogick@gitea.io> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
- 16 Apr, 2020 1 commit
-
-
6543 authored
It is possible for misconfigured protected branches to have required status checks that are not in any of the current statuses: Pending, Success, Error, Failure, or Warning - presumably because the CI has not contacted us as yet. Fix #10636 by adding case: missing StatusChecks when these are missing
-
- 12 Apr, 2020 1 commit
-
-
赵智超 authored
do it by define Semantic UI image class Signed-off-by:
a1012112796 <1012112796@qq.com> Co-authored-by:
techknowlogick <techknowlogick@gitea.io> Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 11 Apr, 2020 1 commit
-
-
6543 authored
* Load pr Issue Poster on API too (#11033) * ajust for 1.11 codebase
-
- 06 Apr, 2020 2 commits
-
-
6543 authored
* Fix release counter on API repository info (#10968) * correct Pull Count to v1.11 Fixtures
-
zeripath authored
* Mulitple Gitea Doctor improvements (#10943) Backport #10943 * Add `gitea doctor --list` flag to list the checks that will be run, including those by default * Add `gitea doctor --run` to run specific checks * Add `gitea doctor --all` to run all checks * Add db version checker * Add non-default recalculate merge bases check/fixer to doctor * Add hook checker (Fix #9878) and ensure hooks are executable (Fix #6319) * Fix authorized_keys checker - slight change of functionality here because parsing the command is fragile and we should just check if the authorized_keys file is essentially the same as what gitea would produce. (This is still not perfect as order matters - we should probably just md5sum the two files.) * Add SCRIPT_TYPE check (Fix #10977) * Add `gitea doctor --fix` to attempt to fix what is possible to easily fix * Add `gitea doctor --log-file` to set the log-file, be it a file, stdout or to switch off completely. (Fixes previously undetected bug with certain xorm logging configurations - see @6543 comment.) Signed-off-by:
Andrew Thornton <art27@cantab.net> * Switch to io.Writer instead of io.StringWriter Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
- 03 Apr, 2020 2 commits
-
-
6543 authored
Git changed the technique used in rebase from simple apply-patches to use merge. This breaks our conflict detection code. created by: Andrew Thornton <art27@cantab.net> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
zeripath authored
Backport #10936 * Generate Diff and Patch direct from Pull head Fix #10932 Also fix "Empty Diff/Patch File when pull is merged" Closes #10934 * Add tests to ensure that diff does not change * Ensure diffs and pulls pages work if head branch is deleted too Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
- 01 Apr, 2020 2 commits
-
-
6543 authored
* output of changelog * Apply suggestions from code review * Update CHANGELOG.md Co-authored-by:
zeripath <art27@cantab.net>
-
zeripath authored
* Only update merge_base if not already merged Fix #10766 Signed-off-by:
Andrew Thornton <art27@cantab.net> * Prevent race in transfer pull request * Update services/pull/pull.go
-
- 31 Mar, 2020 1 commit
-
-
Lunny Xiao authored
* Fix milestones too many SQL variables bug * Fix test * Don't display repositories with no milestone and fix tests * Remove unused code and add some comments
-
- 30 Mar, 2020 1 commit
-
-
zeripath authored
* Protect against NPEs in notifications list (#10879) Unfortunately there appears to be potential race with notifications being set before the associated issue has been committed. This PR adds protection in to the notifications list to log any failures and remove these notifications from the display. References #10815 - and prevents the panic but does not completely fix this. Signed-off-by:
Andrew Thornton <art27@cantab.net> * add log import * Update models/notification.go Co-Authored-By:
Lauris BH <lauris@nix.lv> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 29 Mar, 2020 1 commit
-
-
zeripath authored
Backport #10862 Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com>
-
- 23 Mar, 2020 1 commit
-
-
zeripath authored
* Fix panic in API pulls when headbranch does not exist (#10676) Backport #10676 * Fix panic in API pulls when headbranch does not exist * refix other reference to plumbing.ErrReferenceNotFound Signed-off-by:
Andrew Thornton <art27@cantab.net> * Apply suggestions from code review Co-Authored-By:
Lauris BH <lauris@nix.lv>
-
- 21 Mar, 2020 1 commit
-
-
zeripath authored
Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
John Olheiser <john.olheiser@gmail.com> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 20 Mar, 2020 1 commit
-
-
Lunny Xiao authored
* Fix bug on branch API (#10767) * Fix branch api canPush and canMerge
-
- 19 Mar, 2020 2 commits
- 16 Mar, 2020 1 commit
-
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
- 11 Mar, 2020 1 commit
-
-
Lunny Xiao authored
* Changelog for v1.10.6 * Add warnning * Apply suggestions from code review Co-Authored-By:
John Olheiser <john.olheiser@gmail.com> Co-authored-by:
John Olheiser <john.olheiser@gmail.com> Co-authored-by:
John Olheiser <john.olheiser@gmail.com>
-
- 10 Mar, 2020 1 commit
-
-
Lunny Xiao authored
* Add changelog for v1.11.3 * Apply suggestions from code review Co-Authored-By:
John Olheiser <john.olheiser@gmail.com> * Update CHANGELOG.md Co-Authored-By:
Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by:
John Olheiser <john.olheiser@gmail.com> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com>
-
- 09 Mar, 2020 1 commit
-
-
techknowlogick authored
-
- 08 Mar, 2020 2 commits
-
-
zeripath authored
Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
Lunny Xiao authored
-
- 07 Mar, 2020 1 commit
-
-
Lunny Xiao authored
-
- 06 Mar, 2020 2 commits
-
-
zeripath authored
* Changelog for v1.11.2 * Update CHANGELOG.md Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Update CHANGELOG.md Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Update CHANGELOG.md Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Update CHANGELOG.md Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Update CHANGELOG.md Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Update CHANGELOG.md Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Update CHANGELOG.md Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * as per @jolheiser * as per @jolheiser x2 * Update CHANGELOG.md Co-Authored-By:
John Olheiser <john.olheiser@gmail.com> * Update CHANGELOG.md Co-Authored-By:
John Olheiser <john.olheiser@gmail.com> * another security pr * another security pr Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by:
John Olheiser <john.olheiser@gmail.com>
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
- 05 Mar, 2020 1 commit
-
-
Lauris BH authored
Signed-off-by:
Andrew Thornton <art27@cantab.net>
-