gitlab-org--gitlab-foss/app/helpers
Nick Thomas 6847060266 Rework the permissions model for SSH key restrictions
`allowed_key_types` is removed and the `minimum_<type>_bits` fields are
renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies
that the key type is disabled.

This also feeds through to the UI - checkboxes per key type are out, inline
selection of "forbidden" and "allowed" (i.e., no restrictions) are in.

As with the previous model, unknown key types are disallowed, even if the
underlying ssh daemon happens to support them. The defaults have also been
changed from the lowest known bit size to "no restriction". So if someone
does happen to have a 768-bit RSA key, it will continue to work on upgrade, at
least until the administrator restricts them.
2017-08-30 20:50:44 +01:00
..
accounts_helper.rb
appearances_helper.rb Cache Appearance instances in Redis 2017-08-10 12:45:49 +02:00
application_helper.rb replace `is_edited?` with `edited?` 2017-08-29 11:14:41 +03:00
application_settings_helper.rb Rework the permissions model for SSH key restrictions 2017-08-30 20:50:44 +01:00
auth_helper.rb Move AuthHelper#two_factor_skippable? into ApplicationController 2017-04-06 10:01:13 +02:00
avatars_helper.rb Remove tooltip from filtered search user 2017-08-22 16:41:17 -05:00
award_emoji_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
blame_helper.rb Add blame view age map 2017-06-14 09:17:26 -05:00
blob_helper.rb Clean up some backend 2017-08-03 14:29:35 +02:00
boards_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
branches_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
breadcrumbs_helper.rb moved `@breadcrumb_title` out of the HAML & into a helper method 2017-07-12 09:16:32 +01:00
broadcast_messages_helper.rb #13336 - display multiple messages in both the UI and git output 2017-06-15 13:47:33 +00:00
builds_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
button_helper.rb Add support for copying permalink to notes via more actions dropdown 2017-08-25 12:19:26 +00:00
ci_status_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
commits_helper.rb Fix alignment of gpg status 2017-08-23 10:09:22 -05:00
compare_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
components_helper.rb
conversational_development_index_helper.rb Add Conversational Development Index page to admin panel 2017-06-01 17:37:21 +02:00
dashboard_helper.rb
defer_script_tag_helper.rb Resolve "Specific Async Script Loading by using a Page Variable" 2017-08-03 20:31:53 +00:00
diff_helper.rb Merge branch 'master' into ide 2017-08-07 15:20:09 -05:00
dropdowns_helper.rb Updates dropdown to update branch in commit section. 2017-07-28 19:33:56 -04:00
emails_helper.rb Resolve "Lazy load images on the Frontend" 2017-07-24 17:36:52 +00:00
emoji_helper.rb Use native unicode emojis 2017-03-06 12:54:46 -06:00
environment_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
environments_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
events_helper.rb Fix display of push events for removed refs 2017-08-22 20:15:45 +02:00
explore_helper.rb Enable the Style/TrailingCommaInLiteral cop 2017-05-10 18:25:45 +02:00
external_wiki_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
form_helper.rb Warn users when their keys are invalid 2017-08-30 20:50:44 +01:00
git_helper.rb
gitlab_routing_helper.rb Support references to group milestones 2017-08-07 11:55:00 +01:00
graph_helper.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
groups_helper.rb Remove `\n` from translations 2017-08-14 13:35:28 +02:00
hooks_helper.rb Wrong data type when testing webhooks 2017-07-20 15:12:06 +00:00
icons_helper.rb Add experimental JSON format for tree controller 2017-06-13 21:33:26 -04:00
import_helper.rb Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
issuables_helper.rb replace `is_edited?` with `edited?` 2017-08-29 11:14:41 +03:00
issues_helper.rb Support both internal and external issue trackers 2017-07-24 08:13:43 +02:00
javascript_helper.rb remove needless rails helper 2017-07-18 04:15:02 -05:00
kerberos_spnego_helper.rb
labels_helper.rb Re-enable SqlInjection and CommandInjection 2017-08-08 10:50:54 -04:00
lazy_image_tag_helper.rb Resolve "Lazy load images on the Frontend" 2017-07-24 17:36:52 +00:00
markup_helper.rb Fix ProjectCacheWorker for plain READMEs 2017-05-18 21:10:10 +02:00
mattermost_helper.rb
members_helper.rb
merge_requests_helper.rb Rename many path_with_namespace -> full_path 2017-08-01 07:26:58 +02:00
milestones_helper.rb replace `is_legacy_group_milestone?` with `legacy_group_milestone?` 2017-08-29 11:14:41 +03:00
milestones_routing_helper.rb replace `is_group_milestone?` with `group_milestone?` 2017-08-29 11:14:41 +03:00
namespaces_helper.rb Resolve "Gitlab administrator cannot create projects in every group" 2017-03-24 18:19:50 +00:00
nav_helper.rb Check if sidebar exists 2017-08-07 12:28:24 -05:00
notes_helper.rb Merge branch 'fix-replying-to-commit-comment-in-mr-from-fork' into 'master' 2017-07-28 16:53:10 +00:00
notifications_helper.rb Translate project & repository pages 2017-06-07 20:13:44 +00:00
page_layout_helper.rb use `.last` instead 2017-07-14 08:56:06 +01:00
pagination_helper.rb Use Prev/Next pagination for exploring projects 2017-08-14 13:53:42 +02:00
performance_bar_helper.rb Improve & fix the performance bar UI and behavior 2017-07-06 19:37:31 +00:00
pipeline_schedules_helper.rb Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
preferences_helper.rb Hide clone panel and file list when user is only a guest 2017-05-07 11:26:52 -04:00
profiles_helper.rb Sync email address from specified omniauth provider 2017-06-07 11:13:57 -04:00
projects_helper.rb Merge branch 'rs-more-public-send-whitelists' into 'master' 2017-08-16 11:25:26 +00:00
rss_helper.rb atom links with rss token instead of private token 2017-05-24 22:29:59 +02:00
runners_helper.rb
search_helper.rb Add filtered search to group issue dashboard 2017-08-02 09:27:24 +00:00
selects_helper.rb 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled 2017-05-30 15:35:49 +11:00
sentry_helper.rb
services_helper.rb Remove description for build_events, add pipeline_events 2017-04-25 19:26:11 +08:00
sidekiq_helper.rb Handle parsing OpenBSD ps output properly to display sidekiq 2017-03-31 09:45:46 +02:00
snippets_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
sorting_helper.rb Enable the Style/TrailingCommaInLiteral cop 2017-05-10 18:25:45 +02:00
storage_health_helper.rb Add a Circuitbreaker for storage paths 2017-08-04 15:38:48 +02:00
storage_helper.rb
submodule_helper.rb Merge remote-tracking branch 'origin/master' into ide 2017-07-20 17:51:07 +01:00
system_note_helper.rb Move duplicate issue management to a service 2017-07-21 12:53:56 +01:00
tab_helper.rb Remove tooltips from new sidebar 2017-08-30 16:55:01 +01:00
tags_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
time_helper.rb
todos_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
tree_helper.rb More backend cleanup 2017-08-03 15:23:43 +02:00
triggers_helper.rb Recommend using V4 API on chat slash command integrations 2017-07-19 15:11:59 -03:00
u2f_helper.rb Enable FIDO U2F on Opera browser, see http://caniuse.com/#feat=u2f 2017-06-11 17:00:48 +02:00
users_helper.rb Convert app/views/profiles/show.html.haml to bootstrap_form 2017-06-22 15:42:44 +01:00
version_check_helper.rb Fix race condition with dispatcher.js 2017-08-15 16:09:36 +01:00
visibility_level_helper.rb Translate project & repository pages 2017-06-07 20:13:44 +00:00
webpack_helper.rb fix relative_url_root support for webpack chunks 2017-07-28 12:49:07 -05:00
wiki_helper.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
workhorse_helper.rb