fleet/website/api/controllers
Eric b9a53136bf
Website: Add partners page. (#42866)
Changes:
- Added a new action `deliver-partner-registration-submission`
- Added a new page: `/partners` A page where users can submit a form to
register as a partner (reseller or integrations) or register a deal
- Updated `deliver-deal-registration-submission` to work with the new
form.
- Removed the route for the `/deals` page, and added a redirect to the
/partners page.
- Added a new email template `email-partner-registration`
- Added fake template data to the email tempalte preview tool's view
action for the new/updated email templates.

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2026-04-02 15:58:30 +09:00
..
account Website: Add site-wide CTA to bring users back to the /start questionnaire (#19393) 2024-05-31 18:44:13 -05:00
admin Website: Add partners page. (#42866) 2026-04-02 15:58:30 +09:00
android-proxy Website: Add note about using req.body in android proxy endpoints (#41186) 2026-03-06 18:06:25 -06:00
articles Website: add whitepaper article template page (#41405) 2026-03-11 12:37:23 -05:00
customers Website: Update self-service Fleet premium license form (#42488) 2026-03-26 14:23:05 -05:00
dashboard Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
docs Website: Move documentation pages into docs/ folder, rename scripts to script-library (#42510) 2026-03-26 15:32:48 -05:00
entrance Website: Create historical events for signups (#39429) 2026-02-05 15:26:31 -06:00
handbook Website: Remove duplicate "Fleet" from page titles (#20893) 2024-07-31 14:50:42 -05:00
landing-pages Website: Update order of events on GitOps workshop page. (#42244) 2026-03-23 10:25:05 -05:00
legal Website: Move Fleet subscription terms and privacy policy to the Fleet website. (#36001) 2025-11-26 16:27:37 -06:00
microsoft-proxy Website: Update Microsoft proxy endpoint to support windows devices (#41780) 2026-03-17 13:03:32 -05:00
query-generator Switch query generator to use Anthropic Sonnet on the backend (#41521) 2026-03-16 11:48:33 -05:00
reports Website: Add state of device management (#5936) 2022-06-01 10:31:10 -05:00
try-fleet Website: Remove "explore data" pages (#19777) 2024-06-14 17:50:07 -05:00
vpp-proxy Website: Reduce noise from vpp proxy endpoint (#39490) 2026-02-06 12:05:43 -06:00
webhooks Update receive-from-github.js (#42719) 2026-03-31 16:06:33 +01:00
create-or-update-one-newsletter-subscription.js Set to aware instead of intrigued (precursor for retiring "intrigued") (#40703) 2026-02-27 12:29:41 -06:00
create-vanta-authorization-request.js Website: update error handling in create-vanta-authorization-request (#41483) 2026-03-11 13:53:49 -05:00
deliver-apple-csr.js Website: Update error handling in deliver-apple-csr (#36788) 2025-12-05 16:05:17 -06:00
deliver-application-submission.js Website: update contact form for applications (#38125) 2026-01-12 11:01:02 -06:00
deliver-contact-form-message.js Website: Update deliver-contact-form-message (#38721) 2026-01-23 15:31:30 -06:00
deliver-deal-registration-submission.js Website: Add partners page. (#42866) 2026-04-02 15:58:30 +09:00
deliver-demo-signup.js Add Q&A signup form to Fleet homepage (#4224) 2022-02-16 11:15:55 +09:00
deliver-gitops-workshop-request.js Website: Update deliver-gitops-workshop-request (#39333) 2026-02-05 15:08:50 -06:00
deliver-mdm-beta-signup.js Website: sails.helpers.iq.getEnriched() and use code instead of nocode (#18538) 2024-04-26 01:50:31 -05:00
deliver-mdm-demo-email.js Website: Add MDM demo video modal to /device-management (#12380) 2023-06-16 15:08:24 -05:00
deliver-partner-registration-submission.js Website: Add partners page. (#42866) 2026-04-02 15:58:30 +09:00
deliver-talk-to-us-form-submission.js Website: add attribution cookie and update CRM helper (#38324) 2026-01-14 18:14:55 -06:00
deliver-whitepaper-download-request.js Website: add whitepaper article template page (#41405) 2026-03-11 12:37:23 -05:00
download-rss-feed.js Fix fleetdm.com RSS feed to pass W3C Feed Validator (#42068) 2026-03-20 11:42:26 -05:00
download-sitemap.js Renamed fleet-gitops => infrastructure-as-code (#41520) 2026-03-12 12:54:17 +09:00
get-est-device-certificate.js Update EST cert endpoint to accept marams instead of requiring environment variables (#29353) 2025-05-21 12:40:11 -05:00
get-human-interpretation-from-osquery-sql.js Tiny tweak to a comment (#18709) 2024-05-02 17:39:39 -05:00
get-llm-generated-configuration-profile.js Website: add configuration profile generator (#26244) 2025-02-11 12:33:54 +09:00
redirect-vanta-authorization-request.js Website: Update Vanta integration (#19349) 2024-06-14 07:40:49 -04:00
save-questionnaire-progress.js Set to aware instead of intrigued (precursor for retiring "intrigued") (#40703) 2026-02-27 12:29:41 -06:00
unsubscribe-from-all-newsletters.js Website: add newsletter subscription form to homepage (#23362) 2024-10-30 15:14:08 +09:00
unsubscribe-from-marketing-emails.js Website: Add unsubscribe link to marketing emails (#21055) 2024-08-05 16:23:08 -05:00
view-configuration-builder.js Website: add configuration profile generator UI. (#29702) 2025-06-03 14:22:40 -05:00
view-connect-vanta.js Website: Add Vanta integration (#9072) 2022-12-21 23:39:39 -06:00
view-contact.js Website: update contact form for applications (#38125) 2026-01-12 11:01:02 -06:00
view-customers.js Website: Update case study links on customers page. (#42571) 2026-03-27 17:21:57 -05:00
view-deals.js Website: add deal registration page (#20667) 2024-07-25 13:12:08 -05:00
view-device-management.js Website: Update testimonials page layout and URL (#39114) 2026-02-02 20:52:17 +09:00
view-faq.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
view-fast-track.js Website: add /fast-track page (#36601) 2025-12-03 17:10:14 -06:00
view-fleet-premium-trial-or-redirect.js Website: Update generated trial license keys for users who don't have an organization set. (#42835) 2026-04-01 13:55:47 -05:00
view-fleetctl-preview.js Website: Update generated trial license keys for users who don't have an organization set. (#42835) 2026-04-01 13:55:47 -05:00
view-homepage-or-redirect.js Website: add testimonial (#33323) 2025-09-24 11:14:36 +09:00
view-infrastructure-as-code.js Renamed fleet-gitops => infrastructure-as-code (#41520) 2026-03-12 12:54:17 +09:00
view-integrations.js Website: Add integrations page (#14128) 2023-10-05 08:52:19 +09:00
view-meetups.js Website: Add /meetups page (#24882) 2024-12-18 14:12:52 -06:00
view-observability.js Update testimonials.yml (#27870) 2025-04-10 12:12:09 -05:00
view-okta-conditional-access-error.js Website: add Okta conditional access error page (#35355) 2025-11-07 15:36:03 -06:00
view-partners.js Website: Add partners page. (#42866) 2026-04-02 15:58:30 +09:00
view-press-kit.js Add fleetdm.com/press-kit (#1981) 2021-09-10 06:56:29 +09:00
view-pricing.js Re-order pricing categories (#21297) 2024-08-16 11:24:23 -05:00
view-software-management.js Website: update order of quotes on landing pages. (#27939) 2025-04-07 12:05:18 -05:00
view-start.js Website: redirect admins to the license key generator (#18417) 2024-04-19 10:10:41 -05:00
view-support.js Website: add /support page (#12457) 2023-06-23 18:06:04 -05:00
view-transparency.js Website: uncomment warning related to missing Cloudflare headers (#36295) 2025-11-25 13:10:18 -06:00
view-vanta-authorization.js Website: Update Vanta authorization URL when a redirect URL is specified (#19798) 2024-06-17 13:28:39 -05:00