aboutsummaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-011-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-311-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-311-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-301-1/+18
|
* Update licenses (#8752)zeripath2019-10-30111-503/+303
| | | Replaces #8182
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-301-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-301-0/+20
|
* Respect LFS File Lock on UI (#8719)Benno2019-10-291-0/+1
| | | | | | | | * update #8687 respect file locking * upate #8687 Add LFS locker information * update #8719 enhance coding style and return error
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-292-1/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-281-0/+15
|
* Add basic repository lfs management (#7199)zeripath2019-10-281-0/+15
| | | | | | | | | | | | This PR adds basic repository LFS management UI including the ability to find all possible pointers within the repository. Locks are not managed at present but would be addable through some simple additions. * Add basic repository lfs management * add auto-associate function * Add functionality to find commits with this lfs file * Add link to find commits on the lfs file view * Adjust commit view to state the likely branch causing the commit * Only read Oid from database
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-272-13/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-261-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-262-0/+4
|
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Send email to assigned user * Only send mail if enabled * Mail also when assigned through API * Need to refactor functions from models to issue service * Refer to issue index rather than ID * Disable email notifications completly at initalization if global disable * Check of user enbled mail shall be in mail notification function only * Initialize notifications from routers init function. * Use the assigned comment when sending assigned mail * Refactor so that assignees always added as separate step when new issue/pr. * Check error from AddAssignees * Check if user can be assiged to issue or pull request * Missing return * Refactor of CanBeAssigned check. CanBeAssigned shall have same check as UI. * Clarify function names (toggle rather than update/change), and clean up. * Fix review comments. * Flash error if assignees was not added when creating issue/pr * Generate error if assignee users doesn't exist
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-251-0/+40
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-242-1/+34
|
* [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>