- 10 May, 2020 8 commits
-
-
Cirno the Strongest authored
Co-authored-by:
zeripath <art27@cantab.net>
-
6543 authored
update go-mssqldb 2019-11-28 (1d7a30a10f73) -> 2020-04-28 (06a60b6afbbc)
-
Leo authored
* Set background of openIDConnect logo to white in arc-green theme * Fixed linting off arc-green theme Signed-off-by:
Leo Maroni <git@em0lar.de> * Revert changes of first commit (white background) and replaced the image * Updated openid_connect (part 2) * Update public/img/auth/openid_connect.svg Now in one line Co-authored-by:
silverwind <me@silverwind.io> Co-authored-by:
silverwind <me@silverwind.io> Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
zeripath authored
Fix #9481 (probably others too) Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
6543 authored
-
6543 authored
Co-authored-by:
zeripath <art27@cantab.net>
-
6543 authored
-
6543 authored
* Update blevesearch v0.8.1 -> v1.0.7 * make vendor Co-authored-by:
zeripath <art27@cantab.net>
-
- 09 May, 2020 4 commits
-
-
silverwind authored
Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
6543 authored
* Changelog v1.11.5 (#11329) * 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> * Update Changelog for 1.11.5 (#11347) * Update Changelog for 1.11.5 * bumb version in docs * Update CHANGELOG.md Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
6543 authored
* Fix nil exeption: #11313 * fix 500 * activate test
* move logic -
Alan Pope authored
Builds will fail on s390x, i386 and ppc64el because we depend on nodejs, which is only published for armhf, arm64 and amd64. This change merely tells the snap build farm to not waste time trying to build on architectures will will guarantee failure. Apologies for overlooking this in our previous PR. Example build failures can be seen at [i386](https://launchpad.net/~build.snapcraft.io/+snap/53d5570c233b8b3663242f8d94dc21ad/+build/945935), [ppc64el](https://launchpad.net/~build.snapcraft.io/+snap/53d5570c233b8b3663242f8d94dc21ad/+build/945939), [s390x](https://launchpad.net/~build.snapcraft.io/+snap/53d5570c233b8b3663242f8d94dc21ad/+build/945940)
-
- 08 May, 2020 5 commits
-
-
Sergio Schvezov authored
Removing some of the complexity, together with the install and configure hook. Signed-off-by:
Sergio Schvezov <sergio.schvezov@canonical.com>
-
赵智超 authored
If user create pull review through api but not set CommitID, I think it's necessary to use last headCommitID as default seting, or this review will be considered as stale review which is wrong Signed-off-by:
a1012112796 <1012112796@qq.com>
-
zeripath authored
There is a potential memory leak in `Workerpool` due to the intricacies of `time.Timer` stopping. Whenever a `time.Timer` is `Stop`ped its channel must be cleared using a `select` if the result of the `Stop()` is `false`. Unfortunately in `Workerpool` these were checked the wrong way round. However, there were a few other places that were not being checked. Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
techknowlogick <techknowlogick@gitea.io> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com>
-
zeripath authored
Thanks to @simon-on-gh for tracking down the issue. Fix #11200 Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
L0veSunshine authored
* split some words from template * split some words from template * add " " to mustache expression * split some words from template Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com>
-
- 07 May, 2020 6 commits
-
-
zeripath authored
If the browser supports EventSource switch to use this instead of polling notifications. Signed-off-by: Andrew Thornton 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>
-
6543 authored
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>
-
GiteaBot authored
-
opyale authored
Add an advanced label set to contrib
-
- 06 May, 2020 1 commit
-
-
6543 authored
Although default branch is not offered for deletion in the templates, we need to prevent it both at the router level and in the pre-receive hook. Co-authored-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 05 May, 2020 4 commits
-
-
6543 authored
Fix #11280
-
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>
-
赵智超 authored
That's because many notic have more than one lines. So I think pre is more better to used in here than p Signed-off-by:
a1012112796 <1012112796@qq.com>
-
silverwind authored
Contains an apparently important bug fix for highlight.js [1], otherwise nothing of interest. [1] https://github.com/highlightjs/highlight.js/releases/tag/10.0.2 Co-authored-by:
zeripath <art27@cantab.net>
-
- 04 May, 2020 4 commits
-
-
Kyle Evans authored
* routers: make /compare route available to unauthenticated users Remove some bits of the compare interface if the user isn't signed in. Notably, they don't need to see the "New Pull Request" button box nor the hidden form that would fail to submit due to the POST request continuing to require proper privileges. Follow-up commits will improve the UI a bit around this, removing some "Pull Request" verbiage in favor of "Compare." * ui: home: show "compare" button for unauthenticated users This change requires pulling in the BaseRepo unconditionally and recording if the pull request is in-fact not allowed (.PullRequestCtx.Allowed). If the user isn't allowed to create a pull request, either because this isn't a fork or same-fork branch PRs aren't allowed, then we'll name the button "Compare" instead of "Pull Request." * ui: branch list: use the new Compare language when available When viewing the branch listing as an unauthenticated user, you'll get "Pull Request" buttons. use the new "Compare" verbiage instead, which matches GitHub behavior when you can't issue a pull request from the branches. Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
zeripath authored
Fix #11212 Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
Adrian POIGET authored
In the /install form, the value for SSH Server Domain is taken form the DOMAIN variable and overwrites SSH_DOMAIN environment variable set the first time if nothing done Co-authored-by:
Adrian POIGET <adrian.poiget@viveris.fr>
-
guillep2k authored
Co-authored-by:
Guillermo Prandi <guillep2k@users.noreply.github.com>
-
- 03 May, 2020 5 commits
-
-
Cirno the Strongest authored
-
zeripath authored
* Add test Signed-off-by:
Andrew Thornton <art27@cantab.net> * Restore checkbox rendering and prevent poor sanitization of spans Signed-off-by:
Andrew Thornton <art27@cantab.net> * Also fix preview context Signed-off-by:
Andrew Thornton <art27@cantab.net> * Also fix preview context Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
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
-
GiteaBot authored
-
Kyle Evans authored
This is a boolean flag; simply checking if it's set isn't enough, we must check the value as well. Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 02 May, 2020 3 commits
-
-
zeripath authored
* Make sure that sendmail processes register with the process manager * Provide a timeout for these (initially of 5 minutes) * Add configurable value and tie in to documentation * Tie in to the admin config page. Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
GiteaBot authored
-
Lunny Xiao authored
-