opnform-host-nginx/database/migrations
Boris Lepikhin 24d33a9ebb
Google Sheet - OAuth "client" powered integrations (#415)
* fix `helpers.php`

* fix `.eslintrc.cjs`

* spreadsheet manager

* fetch providers. set `oauth_id` for integrations

* create spreadsheet on integration create event

* connect OAuth accounts

* display actions. connect account if missing

* cleanup

* handle form field change

* map integration data object to `SpreadsheetData`

* validate request

* wip

* redirect to integrations page

* fix refresh token

* add helper text

* add extra integration info

* refactor

* refresh google token

* fix validation

* add tests

* Fix linting issue

* Update composer lock file

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
2024-06-05 15:35:46 +02:00
..
2014_10_12_000000_create_users_table.php Initial commit 2022-09-20 21:59:52 +02:00
2014_10_12_100000_create_password_resets_table.php Initial commit 2022-09-20 21:59:52 +02:00
2017_12_07_122845_create_oauth_providers_table.php Initial commit 2022-09-20 21:59:52 +02:00
2019_08_19_000000_create_failed_jobs_table.php Initial commit 2022-09-20 21:59:52 +02:00
2021_05_17_142505_create_workspaces_table.php Initial commit 2022-09-20 21:59:52 +02:00
2021_05_19_140326_create_forms_table.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2021_05_24_233839_make_forms_soft_deletable.php Initial commit 2022-09-20 21:59:52 +02:00
2021_05_24_234028_create_form_submissions_table.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2021_07_21_072850_add_hear_about_us_to_users_table.php Initial commit 2022-09-20 21:59:52 +02:00
2021_09_29_192133_create_form_zapier_webhooks_table.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2021_10_13_142022_create_users_workspaces_table.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2021_11_04_171750_create_job_batches_table.php Initial commit 2022-09-20 21:59:52 +02:00
2021_11_04_171753_create_webhook_calls_table.php Initial commit 2022-09-20 21:59:52 +02:00
2022_03_12_105502_add_indexes_to_important_tables.php Initial commit 2022-09-20 21:59:52 +02:00
2022_05_02_092915_form_views.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2022_05_10_144947_form_statistic.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2022_08_18_133641_add_removed_properties_to_forms.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2022_09_06_044038_add_max_submissions_to_forms.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2022_09_12_074636_remove_access_token_from_workspaces.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2022_09_16_110344_add_slack_webhook_url_to_forms.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2022_09_22_092205_create_templates_table.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2022_09_26_084721_add_questions_to_templates.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2022_10_07_122038_add_visibility_to_forms.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2022_12_27_114803_add_editable_submissions_to_forms.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_01_28_142618_add_discord_url.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_03_06_033440_change_max_submissions_reached_text_to_text.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_03_13_094806_add_editable_submissions_button_text_to_forms.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_03_14_094623_change_templates_image_url_to_nullable.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_03_27_153317_create_ai_form_completions_table.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_03_27_173507_create_jobs_table.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_04_04_093956_add_confetti_on_submission_to_forms.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_07_20_073728_add_seo_meta_to_forms.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_08_23_100710_add_notification_settings_to_forms.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_09_01_052507_add_fields_to_templates.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_09_21_092812_add_creator_id_to_templates.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_10_10_140600_add_auto_save_to_forms.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_10_13_080104_change_type_of_form_prompt_in_ai_form_completions.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_10_30_133259_create_licenses_table.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_11_28_104644_add_custom_domains_to_workspaces_table.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2023_11_28_161121_add_custom_domain_to_forms_table.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
2024_02_21_100134_create_form_integrations_table.php Notification & Integrations refactoring (#346) 2024-03-28 18:14:30 +01:00
2024_02_21_160807_create_form_integrations_events_table.php Notification & Integrations refactoring (#346) 2024-03-28 18:14:30 +01:00
2024_03_12_173732_show_progress_bar.php feat: form progress bar (#334) 2024-03-18 16:28:01 +01:00
2024_03_26_170934_remove_notifications_fields_from_forms.php Remove old code related to notifications (#363) 2024-03-28 18:46:29 +01:00
2024_05_10_063347_add_user_data_to_oauth_providers_table.php Google Sheet - OAuth "client" powered integrations (#415) 2024-06-05 15:35:46 +02:00
2024_05_29_002132_add_expires_at_to_oauth_providers_table.php Google Sheet - OAuth "client" powered integrations (#415) 2024-06-05 15:35:46 +02:00