summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-202-2/+14
|
* [skip ci] Updated licenses and gitignoresGiteaBot2021-09-191-0/+21
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-181-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-171-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-152-3/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-132-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-122-3/+11
|
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+2
| | | | | | | Fixes #16381 Note that changes to unprotected files via the web editor still cannot be pushed directly to the protected branch. I could easily add such support for edits and deletes if needed. But for adding, uploading or renaming unprotected files, it is not trivial. * Extract & Move GetAffectedFiles to modules/git
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-111-0/+16
|
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-101-0/+2
| | | | | | | | This PR adds a setting to OAuth and OpenID login sources to allow the source to skip local 2FA authentication. Fix #13939 Signed-off-by: Andrew Thornton <art27@cantab.net>
* Use git attributes to determine generated and vendored status for language ↵zeripath2021-09-091-0/+2
| | | | | | | | | | | | | | | | stats and diffs (#16773) Replaces #16262 Replaces #16250 Replaces #14833 This PR first implements a `git check-attr` pipe reader - using `git check-attr --stdin -z --cached` - taking account of the change in the output format in git 1.8.5 and creates a helper function to read a tree into a temporary index file for that pipe reader. It then wires this in to the language stats helper and into the git diff generation. Files which are marked generated will be folded by default. Fixes #14786 Fixes #12653
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-092-1/+30
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-072-4/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-041-52/+52
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-033-1/+2801
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-09-0219-19/+2
|
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-1/+2
| | | | | * add option to update pull request by `rebase` Signed-off-by: a1012112796 <1012112796@qq.com>
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-301-0/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-294-0/+28
|
* Add modals to Organization and Team remove/leave (#16471)zeripath2021-08-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * Add modals to Organization and Team remove/leave Add confirmation modals to Organization and Team remove and leave. Fix #16215 Signed-off-by: Andrew Thornton <art27@cantab.net> * avoid for-in Signed-off-by: Andrew Thornton <art27@cantab.net> * Revert "avoid for-in" This reverts commit 2af9a6f9d46ed31b6fc6e3a29e695577dcf09f75. * Apply suggestions from code review Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-2716-193/+284
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-262-0/+2
|
* Unify migration descriptions (#16781)delvh2021-08-251-6/+6
| | | | | | | | | | | | * Unify migration descriptions * Clarify that pure Git migration differs from other migrations Co-authored-by: Norwin <noerw@users.noreply.github.com> * Use Pull Requests for Gitea migration Co-authored-by: Norwin <noerw@users.noreply.github.com> Co-authored-by: zeripath <art27@cantab.net>
* Add bundle download for repository (#14538)John Olheiser2021-08-241-0/+1
| | | | | | | | | | | | | | | | | * Add bundle download Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix fmt Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix build tags Signed-off-by: jolheiser <john.olheiser@gmail.com> * Download specific commit Signed-off-by: jolheiser <john.olheiser@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-245-2/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-2320-39/+26
|
* [skip ci] Updated licenses and gitignoresGiteaBot2021-08-2218-10/+1173
|
* Add migrate from OneDev (#16356)KN4CK3R2021-08-221-0/+1
| | | | | | | | | | | | | | * Use context to simplify logic. * Added migration from OneDev. This PR adds [OneDev](https://code.onedev.io/) as migration source. Supported: - [x] Milestones - [x] Issues - [x] Pull Requests - [x] Comments - [x] Reviews - [x] Labels
* Fix dependency translations (#16753)Steven2021-08-211-2/+2
| | | | Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-181-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-171-0/+39
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-163-3/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-153-119/+141
|
* Improve resource string (#16691)delvh2021-08-141-1/+1
| | | | | * Improve resource string Co-authored-by: zeripath <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-141-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-1325-25/+5
|
* Add link to vscode to repo header (#16664)a10121127962021-08-121-0/+3
| | | | | add link to vscode to repo header Signed-off-by: a1012112796 <1012112796@qq.com>
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-111-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve SMTP authentication, Fix user creation bugs and add LDAP cert/key options This PR has two parts: Improvements for SMTP authentication: * Default to use SMTPS if port is 465, and allow setting of force SMTPS. * Always use STARTTLS if available * Provide CRAM-MD5 mechanism * Add options for HELO hostname disabling * Add options for providing certificates and keys * Handle application specific password response as a failed user login instead of as a 500. Close #16104 Fix creation of new users: * A bug was introduced when allowing users to change usernames which prevents the creation of external users. * The LoginSource refactor also broke this page. Close #16104 Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-111-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-091-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-081-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-071-0/+4
|
* Add microsoft oauth2 providers (#16544)zeripath2021-08-051-0/+1
| | | | | | | | | | | | | | | | | * Clean up oauth2 providers Signed-off-by: Andrew Thornton <art27@cantab.net> * Add AzureAD, AzureADv2, MicrosoftOnline OAuth2 providers Signed-off-by: Andrew Thornton <art27@cantab.net> * Apply suggestions from code review * remove unused Scopes Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-061-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-0425-86/+8
|
* Make PR merge options more intuitive (#5863) (#16582)Albert ARIBAUD2021-08-021-4/+4
| | | | Reword options making clear whether the PRed branch is rebased or not, and which type of commit will be created if any.
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-021-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-08-011-2/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2021-07-311-0/+1
|
* Show correct text when comparing commits on empty pull request (#16569)Marty2021-07-291-0/+1
| | | | | | | | | | | * fix * use own text * Update templates/repo/commits_table.tmpl Co-authored-by: marty <m.karkossa@ultraware.nl> Co-authored-by: zeripath <art27@cantab.net>