-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
RW 1058: User posting rights for reports
- Loading branch information
Showing
44 changed files
with
2,031 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
MYSQL_PORT_MAPPING='3380:3306' | ||
XDEBUG_ENABLED=1 | ||
XDEBUG_MODE=coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DOCKSAL_STACK=default | ||
DOCROOT=html | ||
DB_IMAGE="docksal/mariadb:10.6" | ||
CLI_IMAGE='docksal/cli:php8.2-build' | ||
CLI_IMAGE='docksal/cli:php8.3-build' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[mysqld] | ||
innodb_force_recovery=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
; Mail settings | ||
sendmail_path = '/usr/bin/msmtp -t --host=mail --port=1025 --read-envelope-from' | ||
xdebug.mode=coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,4 +82,4 @@ filters: | |
status: false | ||
weight: 0 | ||
settings: | ||
replace_empty: '0' | ||
replace_empty: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
uuid: 8a1c6d2a-cf03-48d7-9dc8-ba12b7239159 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- user.role.contributor | ||
module: | ||
- user | ||
id: user_add_role_action.contributor | ||
label: 'Add the Contributor role role to the selected user(s)' | ||
type: user | ||
plugin: user_add_role_action | ||
configuration: | ||
rid: contributor |
14 changes: 14 additions & 0 deletions
14
config/system.action.user_remove_role_action.contributor.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
uuid: e0c6f28b-74a1-41a4-a75f-b9c12fe98676 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- user.role.contributor | ||
module: | ||
- user | ||
id: user_remove_role_action.contributor | ||
label: 'Remove the Contributor role role from the selected user(s)' | ||
type: user | ||
plugin: user_remove_role_action | ||
configuration: | ||
rid: contributor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
uuid: 42dacb5f-f71a-4e37-858e-d4cf46729e39 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- media.type.image_report | ||
- node.type.report | ||
module: | ||
- media | ||
- node | ||
- reliefweb_files | ||
- reliefweb_form | ||
id: contributor | ||
label: Contributor | ||
weight: 9 | ||
is_admin: null | ||
permissions: | ||
- 'access reliefweb private files' | ||
- 'create image_report media' | ||
- 'create report content' | ||
- 'delete media' | ||
- 'delete own image_report media' | ||
- 'display source attention messages' | ||
- 'edit own image_report media' | ||
- 'edit own report content' | ||
- 'update media' | ||
- 'view own unpublished media' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.