Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5a19a43a
Commit
5a19a43a
authored
Jul 26, 2019
by
George Koltsov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update translations in gitlab.pot
parent
7fe145b1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
4 deletions
+13
-4
app/views/admin/application_settings/_outbound.html.haml
app/views/admin/application_settings/_outbound.html.haml
+2
-2
db/migrate/20190726101050_rename_allow_local_requests_from_hooks_and_services_application_setting.rb
...l_requests_from_hooks_and_services_application_setting.rb
+2
-0
db/migrate/20190726101133_add_allow_local_requests_from_system_hooks_to_application_settings.rb
...cal_requests_from_system_hooks_to_application_settings.rb
+2
-0
locale/gitlab.pot
locale/gitlab.pot
+5
-2
spec/validators/system_hook_url_validator_spec.rb
spec/validators/system_hook_url_validator_spec.rb
+2
-0
No files found.
app/views/admin/application_settings/_outbound.html.haml
View file @
5a19a43a
...
...
@@ -6,11 +6,11 @@
.form-check
=
f
.
check_box
:allow_local_requests_from_web_hooks_and_services
,
class:
'form-check-input'
=
f
.
label
:allow_local_requests_from_web_hooks_and_services
,
class:
'form-check-label'
do
Allow requests to the local network from web hooks and services
=
_
(
'Allow requests to the local network from web hooks and services'
)
.form-check
=
f
.
check_box
:allow_local_requests_from_system_hooks
,
class:
'form-check-input'
=
f
.
label
:allow_local_requests_from_system_hooks
,
class:
'form-check-label'
do
Allow requests to the local network from system hooks
=
_
(
'Allow requests to the local network from system hooks'
)
.form-group
=
f
.
label
:outbound_local_requests_whitelist_raw
,
class:
'label-bold'
do
...
...
db/migrate/20190726101050_rename_allow_local_requests_from_hooks_and_services_application_setting.rb
View file @
5a19a43a
# frozen_string_literal: true
class
RenameAllowLocalRequestsFromHooksAndServicesApplicationSetting
<
ActiveRecord
::
Migration
[
5.2
]
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20190726101133_add_allow_local_requests_from_system_hooks_to_application_settings.rb
View file @
5a19a43a
# frozen_string_literal: true
class
AddAllowLocalRequestsFromSystemHooksToApplicationSettings
<
ActiveRecord
::
Migration
[
5.2
]
include
Gitlab
::
Database
::
MigrationHelpers
...
...
locale/gitlab.pot
View file @
5a19a43a
...
...
@@ -945,10 +945,13 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
msgid "Allow requests to the local network from
web
hooks and services."
msgid "Allow requests to the local network from hooks and services."
msgstr ""
msgid "Allow requests to the local network from system hooks."
msgid "Allow requests to the local network from system hooks"
msgstr ""
msgid "Allow requests to the local network from web hooks and services"
msgstr ""
msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
...
...
spec/validators/system_hook_url_validator_spec.rb
View file @
5a19a43a
# frozen_string_literal: true
require
'spec_helper'
describe
SystemHookUrlValidator
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment