summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-2412-12/+0
|
* Use AppSubUrl for more redirections (#8647)zeripath2019-10-231-1/+1
| | | | Fix #8461 - fix misspelling of {{AppSubUrl}} and other misspelling in template Fixes /explore and organisation redirection
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-231-0/+1
|
* Add 'Alt + click' feature to exclude labels (#8199)jaqra2019-10-231-0/+1
| | | | Add 'Alt + click' and 'Alt +enter' feature to exclude particular labels on searching for issues.
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-231-0/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-231-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-233-7/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-222-11/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-211-12/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-212-0/+2
|
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-0/+1
| | | | | | | | | | | | | | | Add an option to protected branches to add writing deploy keys to the whitelist for pushing. Please note this is technically a breaking change: previously if the owner of a repository was on the whitelist then any writing deploy key was effectively on the whitelist. This option will now need to be set if that is desired. Closes #8472 Details: * Allow Protected Branches to Whitelist Deploy Keys * Add migration * Ensure that IsDeployKey is set to false on the http pushes * add not null default false
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-211-0/+26
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-205-1/+76
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-2030-47/+57
|
* move translation to crowdin (#8596)65432019-10-201-2/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-181-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-181-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-181-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-172-25/+37
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-171-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-172-0/+7
|
* Allow committing / adding empty files using the web ui (#8420) (#8532)Lukas2019-10-161-0/+2
| | | | | | | | | | * Allow committing / adding empty files from the web ui (#8420) Signed-off-by: LukBukkit <luk.bukkit@gmail.com> * Add a modal to confirm the commit of an empty file Signed-off-by: LukBukkit <luk.bukkit@gmail.com>
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-0/+3
| | | | | | | | | | | | | | | | | | | This PR fixes #7598 by providing a configurable way of signing commits across the Gitea instance. Per repository configurability and import/generation of trusted secure keys is not provided by this PR - from a security PoV that's probably impossible to do properly. Similarly web-signing, that is asking the user to sign something, is not implemented - this could be done at a later stage however. ## Features - [x] If commit.gpgsign is set in .gitconfig sign commits and files created through repofiles. (merges should already have been signed.) - [x] Verify commits signed with the default gpg as valid - [x] Signer, Committer and Author can all be different - [x] Allow signer to be arbitrarily different - We still require the key to have an activated email on Gitea. A more complete implementation would be to use a keyserver and mark external-or-unactivated with an "unknown" trust level icon. - [x] Add a signing-key.gpg endpoint to get the default gpg pub key if available - Rather than add a fake web-flow user I've added this as an endpoint on /api/v1/signing-key.gpg - [x] Try to match the default key with a user on gitea - this is done at verification time - [x] Make things configurable? - app.ini configuration done - [x] when checking commits are signed need to check if they're actually verifiable too - [x] Add documentation I have decided that adjusting the docker to create a default gpg key is not the correct thing to do and therefore have not implemented this.
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-161-0/+7
|
* Fix password complexity regex for special characters (on master) (#8525)guillep2k2019-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | * Fix extra space * Fix regular expression * Fix error template name * Simplify check code, fix default values, add test * Fix router tests * Fix fmt * Fix setting and lint * Move cleaning up code to test, improve comments * Tidy up variable declaration
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-151-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-1524-24/+7
|
* [UI] Pull Request Download diff Button (#8470)65432019-10-151-1/+4
| | | | | | | | | | | | | | | | | | * Add Diff Download to Compare List * Add&Change Text for Diff Options * move button to seperate template * add drop down menue with options * Update: Compare update Gogs, BitBucket, RhodeCode and remove gitea issue link Co-Authored-By: Lauris BH <lauris@nix.lv> * remove last things from TESTing
* [Branch View] Add Included TAG (#8449)65432019-10-141-0/+2
| | | | | | | | * included message * add property IsIncluded * Add Orange Lable
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-141-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-141-4/+23
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-143-1/+5
|
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-141-0/+1
| | | | | | | | | Add password complexity checks. The default settings require a lowercase, uppercase, number and a special character within passwords. Co-Authored-By: T-M-A <maxim.tkachenko@gmail.com> Co-Authored-By: Lanre Adelowo <adelowomailbox@gmail.com> Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-Authored-By: Lauris BH <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-131-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-132-0/+14
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-131-0/+2
|
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move migrating to backend * add loading image when migrating and fix tests * fix format * fix lint * add redis task queue support and improve docs * add redis vendor * fix vet * add database migrations and fix app.ini sample * add comments for task section on app.ini.sample * Update models/migrations/v84.go Co-Authored-By: lunny <xiaolunwen@gmail.com> * Update models/repo.go Co-Authored-By: lunny <xiaolunwen@gmail.com> * move migrating to backend * add loading image when migrating and fix tests * fix fmt * add redis task queue support and improve docs * fix fixtures * fix fixtures * fix duplicate function on index.js * fix tests * rename repository statuses * check if repository is being create when SSH request * fix lint * fix template * some improvements * fix template * unified migrate options * fix lint * fix loading page * refactor * When gitea restart, don't restart the running tasks because we may have servel gitea instances, that may break the migration * fix js * Update models/repo.go Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> * fix tests * rename ErrTaskIsNotExist to ErrTaskDoesNotExist * delete release after add one on tests to make it run happy * fix tests * fix tests * improve codes * fix lint * fix lint * fix migrations
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-111-0/+33
|
* Add @yasarciv67 to TRANSLATORS file (#8451)Yaşar Çiv2019-10-101-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-102-0/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-091-0/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-091-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-081-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-082-0/+2
|
* Singular form for files that has only one line (#8416)Lauris BH2019-10-071-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-072-0/+13
|
* add file line count info on UI (#8396)silverwind2019-10-071-0/+1
| | | | | | | Also reworked the header to remove the filename (which is redundant with the file path above) and made the header a flexbox with a monospace font. Fixes: https://github.com/go-gitea/gitea/issues/8170
* Fix editor commit to new branch if PR disabled (#8375)guillep2k2019-10-051-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-041-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-021-1/+31
|