summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorKyle Evans <kevans91@users.noreply.github.com>2020-05-04 17:44:30 -0500
committerGitHub <noreply@github.com>2020-05-04 19:44:30 -0300
commit38cd9ba47b0f9b70e8638f8caf77b3effe50eef4 (patch)
tree60519f8814083fd8966afaca4f8a4d495bbd4615 /package-lock.json
parent680dfab2eeb65c0ba068f0996742adae59e0e5a8 (diff)
downloadgitea-38cd9ba47b0f9b70e8638f8caf77b3effe50eef4.tar.gz
gitea-38cd9ba47b0f9b70e8638f8caf77b3effe50eef4.zip
Allow unauthenticated users to compare (#11240)
* 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>
Diffstat (limited to 'package-lock.json')
0 files changed, 0 insertions, 0 deletions