summaryrefslogtreecommitdiff
path: root/app/helpers/visibility_level_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-3/+2
|
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-3/+1
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-83/+27
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-0/+10
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-17/+0
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-2/+2
|
* Hide restricted and disallowed visibility radioshide-restricted-visibility-radioLuke Bennett2019-07-151-14/+8
| | | | | Show a message if many levels are restricted and a different message if all levels are restricted.
* Apply suggestion to app/helpers/visibility_level_helper.rbsh-default-visibility-fixBob Van Landuyt2019-06-061-1/+1
|
* Set project default visibility to max allowedStan Hu2019-06-051-0/+38
| | | | | | | | | | If the default, instance-wide visibility were set to internal but a group were private, the radio button would be set on internal even though that setting were not allowed. We now consider the allowed visibility setting for the group in determining what the default should be. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62298
* Externalize strings in helpersMartin Wortschack2019-04-041-8/+8
| | | | | - Update qa selector - Update PO file
* Further design iteration on project overviewDennis Tang2018-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-4/+6
| | | | Partially addresses #47424.
* Resolve "Improve project overview UI"Dennis Tang2018-09-061-1/+1
|
* Fix #47379 - Project visibility tooltipJamie Schembri2018-07-231-3/+2
|
* use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa2018-02-021-2/+2
| | | | including/extending it
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+2
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* fix variable naming conflict31273-creating-an-project-within-an-internal-sub-group-gives-the-option-to-set-it-a-publicMike Greiling2017-08-301-2/+2
|
* Fix error reported by FlayRubén Dávila2017-08-301-8/+16
|
* enhance disabled group visibility options with links and instructionsMike Greiling2017-08-301-2/+7
|
* add links and instructions to disabled visibility option help textMike Greiling2017-08-301-2/+7
|
* add notes to the disabled visibility setting string helper to ensure changes ↵Mike Greiling2017-08-301-0/+4
| | | | are reflected in the model as well
* revert changes to visibility level helpers from 6f03ddcMike Greiling2017-08-301-5/+5
|
* Address some suggestions from first code reviewRubén Dávila2017-08-291-6/+6
|
* display specific reasons when visibility options are disabledMike Greiling2017-08-261-0/+50
|
* rename skip_level? to disallowed_visibitility_level?Mike Greiling2017-08-261-1/+1
|
* recognize instances where group visibility levels are unavailableMike Greiling2017-08-261-1/+2
|
* Translate project & repository pagesBob Van Landuyt2017-06-071-4/+6
|
* Resolve "When changing project visibility setting, change other dropdowns ↵Mike Greiling2017-06-061-2/+2
| | | | automatically"
* Remove the User#is_admin? methodblackst0ne2017-04-091-1/+1
|
* Enable Rails/DelegateDouwe Maan2017-02-231-7/+3
|
* Keep snippet visibility on errorSean McGivern2017-02-021-4/+0
| | | | | | | When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
* Address feedbackDouwe Maan2016-03-221-7/+16
|
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-0/+8
|
* Improve group visibility level featureZeger-Jan van de Weg2016-03-181-2/+1
|
* Prevent projects to have higher visibility than groupsFelipe Artur2016-03-101-0/+4
| | | | | | Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
* Add permission level to groupsFelipe Artur2016-03-101-0/+13
|
* Merge branch 'master' into fix/visibility-level-setting-in-forked-projectsTomasz Maczukin2015-12-211-42/+22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (723 commits) Bump Rack Attack to v4.3.1 for security fix Remove duplicate entry in the changelog Remove extra spaces after branchname Fix merge-request-reopen button title Add branch and tag operation to tree dropdown Use gitlab-shell 2.6.9 Clarify Windows shell executor artifact upload support Fix feature specs: we always show the build status if ci_commit is present Do not display project group/name when issue and MR are in same project Don't create CI status for refs that doesn't have .gitlab-ci.yml, even if the builds are enabled Use gitlab-workhorse 0.5.1 Fix ci_projects migration by using the value only from latest row [ci skip] Revert sidebar position for issue and merge request Add info on using private Docker registries in CI [ci skip] Upgrade Poltergeist to 1.8.1. #4131 Fix ux issue with "This issue will be closed automatically" message Move MR Builds tab next to Commits Api support for requesting starred projects for user Fix Rubocop complain. Fix merge widget JS for buttons ... Conflicts: app/models/project.rb
| * Improve text indication visibility on snippetsZeger-Jan van de Weg2015-12-081-11/+15
| |
| * Add visibility description tooltip to snippet and project visibility labelsDouwe Maan2015-12-021-34/+10
| |
* | Move visibility_level check for forked projects to Project modelTomasz Maczukin2015-11-031-2/+1
|/
* Fork visibility level fixfork_visibility_levelValery Sizov2015-07-061-0/+6
|
* Add period at snippet visibilty descriptionRobert Schilling2015-05-031-1/+1
|
* Add new admin settingsVinnie Okada2015-04-261-1/+23
| | | | | Add new global application settings for default project and snippet visibility levels.
* Handle null restricted_visibility_levels settingVinnie Okada2015-03-161-1/+1
| | | | | Fix a 500 error when the `restricted_visibility_levels` setting is null in the database.
* Move restricted visibility settings to the UIVinnie Okada2015-03-071-2/+3
| | | | | Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.