- 02 Mar, 2020 1 commit
-
-
James Lakin authored
The path to the hook config is already defined by orgRepoCtx
-
- 01 Mar, 2020 2 commits
-
-
6543 authored
* head.tmpl og:image picture location (#10531) og:image picture location * CI.restart() * CI.restart() Co-authored-by:
FreeCipher <admin@freecipher.com>
-
Andreas Shimokawa authored
-
- 29 Feb, 2020 1 commit
-
-
zeripath authored
Unfortunately the fix in #10511 was slightly incorrect and placed the detail box at one level too far out. Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
- 28 Feb, 2020 3 commits
-
-
zeripath authored
Backport #10425 Backport #10511 * Show Signer in commit lists and add basic trust (#10425) Show the avatar of the signer in the commit list pages as we do not enforce that the signer is an author or committer. This makes it clearer who has signed the commit. Also display commits signed by non-members differently from members and in particular make it clear when a non-member signer is different from the committer to help reduce the risk of spoofing. Signed-off-by:
Andrew Thornton <art27@cantab.net> Fix the signing icon in the view_list.tmpl page (#10511) Co-Authored-By:
silverwind <me@silverwind.io> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
6543 authored
* use e if it is an option * potential nil so check err first * check err first * m == nil already checked
-
John Olheiser authored
* More org fixes * Move form action query to inputs Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
- 27 Feb, 2020 5 commits
-
-
zeripath authored
Backport #10508
-
6543 authored
* [BugFix] Avoid mailing explicit unwatched (#10475)
-
zeripath authored
Backport #10373 * Handle push rejection message in Merge * Fix sanitize, adjust message handling * Handle push-rejection in webeditor CRUD too Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
guillep2k authored
-
James Lakin authored
Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 26 Feb, 2020 2 commits
-
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
- 25 Feb, 2020 2 commits
-
-
John Olheiser authored
* Change admin dashboard to POST (#10465) * Add form and convert to POST * Redirect for flash * Convert octicons back to fa for 1.11 Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
John Olheiser authored
* Change action GETs to POST * submite = submit + smite * No more # href * Fix test * Match other tests * Explicit csrf Signed-off-by:
jolheiser <john.olheiser@gmail.com> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
- 24 Feb, 2020 3 commits
-
-
oscar.lofwenhamn authored
Update markbates/goth to v1.61.2 - Fixes a JWT decoding issue in the OpenID provider - Updates the GitHub provider to use the authorization header for authentication - Updates the Twitch provider for Twitch's v5 API changes - Adds the email and is_private_email fields to the Apple provider's GetUser implementation - Modifies gothic to export a non-collidable context key for setting the Provider in a context.Context - Adds new scopes to the Spotify provider - Adds the IDToken from OpenID providers on the user struct - Make Apple provider's SecretParams public - Adds support for sign in with Apple, and drops support for Go versions 1.7 and 1.8 - Fixes the Slack provider's FetchURL logic to use the appropriate scope for the info it needs Signed-off-by:
Oscar LÃfwenhamn <oscar.lofwenhamn@cgi.com>
-
6543 authored
* trigger webhooks with api too * fix comment * notify report old too * CI restart * restart CI again * remove duplicated code
-
Lunny Xiao authored
Co-authored-by:
techknowlogick <matti@mdranta.net>
-
- 23 Feb, 2020 1 commit
-
-
zeripath authored
Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
- 22 Feb, 2020 1 commit
-
-
silverwind authored
* Add frontend/backend make targets, fix source release - Add 'make backend' and 'make frontend' make targets which are used to build go and js/css/svg files respectively. - The 'backend' target can be invoked without requiring Node.js to be present on the system if pre-built frontend assets are present like in the release source tarballs. - Fix source releases missing 'dist' folders inside 'node_modules' which were erronously excluded from tar. - Store VERSION in file VERSION for the release tarballs and prefer that file over git-derived version. * fix release task * fix typo * fix another typo Fixes: https://github.com/go-gitea/gitea/issues/10253
-
- 21 Feb, 2020 3 commits
-
-
guillep2k authored
If you attempt to merge to a branch which on a PR there will be a nil pointer error in the pull request checker. This panic is uncaught and will bring down the gitea server. This PR adds protection to prevent this. Co-authored-by:
zeripath <art27@cantab.net>
-
guillep2k authored
Co-authored-by: @techknowlogick
-
guillep2k authored
-
- 20 Feb, 2020 1 commit
-
-
Lunny Xiao authored
Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 19 Feb, 2020 2 commits
-
-
guillep2k authored
Co-authored-by:
zeripath <art27@cantab.net>
-
6543 authored
Co-authored-by:
zeripath <art27@cantab.net>
-
- 18 Feb, 2020 3 commits
-
-
zeripath authored
Backport #10344 Ensure that pr.HeadRepo is loaded before using it in GetPullRequestCommitStatusState. Fixes error on merging with successful commit merge statuses.
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
zeripath authored
* Truncate long commit message header * Fix overflow in view commit table * Use @media less * Further improvements * Fix the commit message on small screens * adjust width of minimal table
-
- 17 Feb, 2020 2 commits
-
-
zeripath authored
Backport #10317 The commit status code has a bug whereby setting the initial status to Pending means you can never have the status of Success - it should be set to Success.
-
mrsdizzie authored
* Don't manually replace whitespace during render For historical reasons Gitea manually alters the urlPrefix and replaces a whitespace with a +. This Works for URLs, but we're also passing urlPrefix to git calls and adding the + is breaking the tree path. Goldmark will automatically convert a white space to the proper %20, so we should leave the string as is which lets us pass it to git unmodified and then let Goldmark fix it. Also fixed separate bug in URLJoin I noticed while testing where it will silently discard sections of a path that have # in them (possibly others). We should just escape it first. Fixes 10156 * Escape elems as well * Revert "Escape elems as well" This reverts commit 8bf49596fee6fac4d9da256cd1e90a0ec0183671. * restart ci * remove changes to URLJoin * restart ci Co-authored-by:
techknowlogick <matti@mdranta.net> Co-authored-by:
techknowlogick <matti@mdranta.net>
-
- 16 Feb, 2020 5 commits
-
-
zeripath authored
* Create Changelog * Update CHANGELOG.md Co-Authored-By:
techknowlogick <matti@mdranta.net> * Include Co-authored-by:
techknowlogick <matti@mdranta.net> Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com>
-
Antoine GIRARD authored
-
zeripath authored
* v1.10.4 Changelog * Add backport identifier for #10261 * Update CHANGELOG.md entry for #9884
-
Antoine GIRARD authored
* make: add release-sources * make: release-sources exclude .git and make_evidence * fix: skip exclude MAKE_EVIDENCE_DIR not present in 1.11
-
zeripath authored
Fix #10290 Co-authored-by:
techknowlogick <matti@mdranta.net>
-
- 15 Feb, 2020 3 commits
-
-
zeripath authored
* Repo name added to automatically generated commit message when merging pull request * As per @lunny Co-authored-by:
Shashvat Kedia <sk261@snu.edu.in> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
zeripath authored
* Prevent deadlock on boost * Force a boost in testchannelqueue
-
guillep2k authored
* Divide GetIssueStats query in smaller chunks * Skip chunking if count is low enough * Fix lint * Define maxQueryParameters * Remove absMaxQueryParameters because of lint * Restart CI * Restart CI Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
Lauris BH <lauris@nix.lv>
-