aboutsummaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-0924-48/+0
|
* Allow to add and remove all repositories to/from team. (#8867)David Svantesson2019-11-091-2/+8
| | | | | | | | | | | | | | | | * Allow to add and remove all repositories to team. * Change style, buttons on same row. * Apply suggestions from code review Grammar Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> * Move set num repos to lower function. * Make general language sentences
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-071-0/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-062-3/+12
|
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add field IsAllRepositories to team * Add AllRepositories to team UI * Manage team with access to all repositories * Add field IsAllRepositories to team API * put backticks around table/column names * rename IsAllRepositories to IncludesAllRepositories * do not reload slice if already loaded * add repo to teams with access to all repositories when changing repo owner * improve tests for teams with access to all repositories * Merge branch 'master' * Change code for adding all repositories Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * fmt after merge * Change code in API EditTeam similar to EditTeamPost web interface Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Clarify that all repositories will be added Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * All repositories option under Permissions headline * New setting group 'Repository access' * Move check IncludeAllRepositories to removeRepository. * Revert "Move check IncludeAllRepositories to removeRepository." and add comment instead. This reverts commit 753b7d205be260b8be465b5291a02975a81f3093. * Clarify help text what options do.
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-062-0/+24
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-052-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-051-7/+12
|
* Add additional periods to activity page (#8829)Lauris BH2019-11-051-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-041-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-041-0/+13
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-021-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-021-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-11-021-0/+2
|
* Prevent upload (overwrite) of lfs locked file (#8769)David Svantesson2019-11-021-0/+1
| | | | | | | | | | | | * Check if file is locked on upload file commit. * Better user message if file is locked. * Check lfs lock before creating temporary repository. fix some errors. * move lines * Add comment that enabled setting is checked.
* [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
|