Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b1be6a3
CS-01: Install webform
mariannuar Jan 26, 2021
ad5f47f
CS-01: Install webform UI
mariannuar Jan 26, 2021
2cb2752
CS-01: Created new webform (application job form)
mariannuar Jan 26, 2021
f6e021a
CS-01:Add application job form
mariannuar Jan 26, 2021
9870b7c
CS-01:Add taxonomy for jobs
mariannuar Jan 26, 2021
448313e
CS-01: Add fields in application form
mariannuar Jan 26, 2021
975a76e
CS-01: Add wizard or pages to application form
mariannuar Jan 26, 2021
5210d72
CS-01: Add previous experience composite element
mariannuar Jan 26, 2021
7927e1b
CS-01: Add field select gender
mariannuar Jan 26, 2021
de66e04
CS-01: Add job applications select option in application job form
mariannuar Jan 26, 2021
5ea0131
CS-01: Install maillog for sending emails
mariannuar Jan 26, 2021
bc991a8
CS-01: Add configuration for sending email confirmation
mariannuar Jan 26, 2021
656fd2e
CS-01: Update confirmation title and message
mariannuar Jan 26, 2021
d34f059
CS-02: Install honeypot module
mariannuar Jan 26, 2021
457b9f2
CS-02: Install captcha and recaptcha modules
mariannuar Jan 26, 2021
4714d6b
CS-02: Install antibot module
mariannuar Jan 26, 2021
30ebff7
CS-02: Install smtp module
mariannuar Jan 26, 2021
0b7eaa0
CS-02: Add honeypot in webform
mariannuar Jan 27, 2021
0a5af30
CS-02: Add recaptcha in application job form
mariannuar Jan 27, 2021
6ade2bf
CS-02: Add antibot in application job form
mariannuar Jan 27, 2021
1cb5395
CS-02: Update recaptcha keys
mariannuar Jan 27, 2021
16ce2be
CS-02: Configurate smtp module only in sync/prod split
mariannuar Jan 27, 2021
9b10a35
CS-02: Install phpmailer
mariannuar Jan 27, 2021
29a87be
CS-02: Add cv and cover letter files as required again
mariannuar Jan 28, 2021
4907af2
CS-02: Uninstalled phpmailer cause it will no be necessary
mariannuar Jan 28, 2021
aa8f24e
CS-02: Configurate smtp and make it available only in prod/sync site
mariannuar Jan 28, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^2.3",
"drupal/antibot": "^1.4",
"drupal/better_exposed_filters": "^4.0",
"drupal/config_split": "^1.4",
"drupal/core-composer-scaffold": "^8.9",
Expand All @@ -42,12 +43,14 @@
"drupal/image_style_quality": "^1.4",
"drupal/layout_builder_browser": "^1.1",
"drupal/layout_builder_modal": "^1.1",
"drupal/maillog": "^1.0@beta",
"drupal/media_entity_facebook": "^2.0",
"drupal/media_entity_instagram": "^2.1",
"drupal/media_entity_twitter": "^2.4",
"drupal/metatag": "^1.14",
"drupal/paragraphs": "^1.12",
"drupal/pathauto": "^1.8",
"drupal/phpmailer": "^3.0@beta",
"drupal/quicklink": "^1.3",
"drupal/rabbit_hole": "^1.0",
"drupal/recaptcha": "^3.0",
Expand All @@ -61,6 +64,7 @@
"drupal/stage_file_proxy": "^1.0",
"drupal/svg_image": "^1.14",
"drupal/twig_tweak": "^2.6",
"drupal/webform": "^6.0",
"drupal/xmlsitemap": "^1.0",
"drush/drush": "^10.3",
"kint-php/kint": "^3.3",
Expand Down
Loading