Commit graph

  • 977e879406 fix: busy time in slot interval Paras Gupta 2021-05-10 02:48:12 +0530
  • 3da430b577 fix: check for overlapping appointments Paras Gupta 2021-05-10 02:28:05 +0530
  • 2baf42fd80
    Merge pull request #178 from emrysal/hotfix/booking-page-broken-when-locations-null Bailey Pumfleet 2021-05-09 09:25:17 +0100
  • e8ed94d849 Default [] value for locations array on booking page Alex van Andel 2021-05-08 21:53:10 +0000
  • ba2feb2c15 feat: Add support to use gravatar as a fallback avatar Fernando Barrios 2021-05-08 14:26:19 -0600
  • dc09fc833b
    Merge pull request #176 from emrysal/feature/implement-phone-and-physical-locations Bailey Pumfleet 2021-05-08 20:49:04 +0100
  • ef5403527e
    Merge pull request #175 from emrysal/hotfix/node-v16-crash-#174 Bailey Pumfleet 2021-05-08 20:47:46 +0100
  • 69434d1306
    Merge pull request #146 from PabloCastellano/patch-2 Bailey Pumfleet 2021-05-08 20:47:15 +0100
  • 73ea6b8a8a
    Update README.md Bailey Pumfleet 2021-05-08 20:46:37 +0100
  • a6c3c7fbb3 Implemented configurable eventType phone or physical locations. Alex van Andel 2021-05-08 19:03:47 +0000
  • caabdd2659 Upgraded prisma to v2.22.1 Alex van Andel 2021-05-07 21:57:55 +0000
  • 640ea4031d
    Merge pull request #159 from rymaju/feature/close_modal Bailey Pumfleet 2021-05-07 20:43:22 +0100
  • c867edcad8
    Merge pull request #169 from emrysal/feature/server-side-settings-redirect Bailey Pumfleet 2021-05-07 20:41:43 +0100
  • 99ddb8a054
    Merge pull request #170 from emrysal/bugfix/crash-when-username-does-not-exist-#144 Bailey Pumfleet 2021-05-07 20:40:42 +0100
  • 5615db5491
    Merge branch 'main' into bugfix/crash-when-username-does-not-exist-#144 Bailey Pumfleet 2021-05-07 20:40:12 +0100
  • 7cf0504ce6
    Merge pull request #171 from emrysal/feature/simplify-code-by-handling-auth-in-shell-component Bailey Pumfleet 2021-05-07 20:39:02 +0100
  • a001fe123c
    Merge pull request #172 from vklimontovich/main Bailey Pumfleet 2021-05-07 20:37:24 +0100
  • 5553d14631
    Merge branch 'main' into main Bailey Pumfleet 2021-05-07 20:37:18 +0100
  • 9a3c6fe680
    Merge pull request #173 from calendso/branding Bailey Pumfleet 2021-05-07 20:34:53 +0100
  • edec0226c4
    Update branding link to calendso.com Bailey Pumfleet 2021-05-07 20:34:03 +0100
  • a49ac34b7a fixed logo Peer Richelsen 2021-05-07 19:23:00 +0100
  • 52d9f94711 inverted color Peer Richelsen 2021-05-07 19:21:42 +0100
  • 44e5158941 added powered by calendso Peer Richelsen 2021-05-07 19:18:41 +0100
  • db05c587a3 collect pageview for pages not wrapped in Shell vklimontovich 2021-05-07 20:07:36 +0300
  • 3739d7752d Telemetry enhancements (mainly, data masking improvements) - data masking is moved to a separate function; - hostnames and urls are masked now - collect pageview for pages not wrapped in Shell vklimontovich 2021-05-07 20:05:33 +0300
  • 880c4e91a3 Removed redirect clientside session logic from pages and moved to shell Alex van Andel 2021-05-07 16:01:29 +0000
  • 9ce82360c0 Check if user exists or return a 404 before proceeding Alex van Andel 2021-05-07 15:17:06 +0000
  • d2ca59adb8 Added redirects() function to next.config.js, changed Settings url Alex van Andel 2021-05-07 15:04:56 +0000
  • 17b880335a
    Merge pull request #156 from MaZderMind/link-to-public-page Bailey Pumfleet 2021-05-06 22:22:33 +0100
  • dfadd3178d
    Merge pull request #158 from rymaju/feature/event_type_required_field_validation Bailey Pumfleet 2021-05-06 22:20:48 +0100
  • 9032adb9ab
    Merge pull request #164 from rberrelleza/split-signup-validation Bailey Pumfleet 2021-05-06 21:48:04 +0100
  • 5be885de19 UI improvements to time settings Bailey Pumfleet 2021-05-06 21:44:55 +0100
  • 60d7351eeb
    Merge pull request #163 from 50bbx/feature/add-timezone-select-in-calendar-view Bailey Pumfleet 2021-05-06 21:26:44 +0100
  • d4ba855a72
    send back a specific message per field Ramiro Berrelleza 2021-05-06 12:39:22 -0700
  • 084c7db559 Now a user can choose a timezone to display slots when scheduling a meeting Leonardo Stenico 2021-05-06 19:36:57 +0200
  • 926a37c31b Updated react-timezone-select Leonardo Stenico 2021-05-06 19:34:33 +0200
  • 25c9da1ef2 set modal state to false Ryan Jung 2021-05-05 18:14:07 -0400
  • 03717a0a29 add required attribute to all required <input> tags Ryan Jung 2021-05-05 17:58:42 -0400
  • dcc762d3e4
    Merge pull request #1 from calendso/main Ryan Jung 2021-05-05 17:03:51 -0400
  • 15a6799421 add links to public pages Peter Körner 2021-05-05 22:01:56 +0200
  • 28dd2421f2
    Merge pull request #153 from vklimontovich/main Bailey Pumfleet 2021-05-05 16:14:54 +0100
  • ca1979fac2 - Updated jitsu to 2.0.1 - Mask sensitive information (such as page title and IP address) vklimontovich 2021-05-05 18:04:53 +0300
  • 2535dc04aa
    Merge pull request #150 from Choongkyu/fix/calendar-style Bailey Pumfleet 2021-05-05 15:42:45 +0100
  • 5cb0e44b00
    Merge branch 'main' into fix/calendar-style Bailey Pumfleet 2021-05-05 15:42:36 +0100
  • e185b57db1
    Merge pull request #148 from emrysal/feature/disable-integrations-when-invalid-or-missing-configuration Bailey Pumfleet 2021-05-05 15:39:13 +0100
  • 0f3323aa9d
    Merge pull request #141 from emrysal/bugfix/remove-settings-cancel-button Bailey Pumfleet 2021-05-05 15:33:18 +0100
  • a445b262ce
    Merge pull request #138 from rymaju/add_client_side_email_validation Bailey Pumfleet 2021-05-05 15:32:43 +0100
  • cc2c3d7673
    Merge pull request #136 from emrysal/bugfix/google-eventedit Bailey Pumfleet 2021-05-05 15:31:40 +0100
  • 689b4fa32b
    Merge pull request #110 from vklimontovich/main Bailey Pumfleet 2021-05-05 15:19:10 +0100
  • f7295afaa2
    Merge branch 'main' into main Bailey Pumfleet 2021-05-05 15:18:58 +0100
  • e036e9b216 fix calendar style and resolve some TS lint errors Choongkyu Kim 2021-05-04 18:43:07 -0700
  • 4969258e62 Take server config into account whilst listing integrations, improved feedback for installer as per #142 Alex van Andel 2021-05-04 20:31:15 +0000
  • 06ed02d3a7
    Update README.md Pablo Castellano 2021-05-04 18:19:50 +0200
  • df88919d15 Remove the 'Cancel' button from the Settings pages suggested in #140 Alex van Andel 2021-05-04 11:36:06 +0000
  • acf29cdaa5 make name and email fields required Ryan Jung 2021-05-03 16:56:33 -0400
  • b8d570c8db changed input type to email Ryan Jung 2021-05-03 16:33:07 -0400
  • 69f3497658 Fixes #134, invalid add to google calendar link on success page. Alex van Andel 2021-05-03 16:59:49 +0000
  • 75394eed7e
    Product Hunt Badge Peer_Rich 2021-05-02 19:35:55 +0100
  • bf672280fe
    Merge pull request #124 from emrysal/bugfix/fix-nextauth-webpack5 Bailey Pumfleet 2021-05-01 09:19:21 +0100
  • 7b8d0b1119 Implemented getCsrfToken as per auth-next docs, getCsrfToken is required by webpack5 (fixes #123, thanks @jacobocode) Alex van Andel 2021-04-30 21:14:26 +0000
  • 27eb9ad95e Fix cancel link on booking page Bailey Pumfleet 2021-04-30 13:06:04 +0100
  • ea31607598 Fix a bunch of TypeScript errors Bailey Pumfleet 2021-04-29 14:47:01 +0100
  • 1b7c9cf359 Fix TypeScript ref errors Bailey Pumfleet 2021-04-29 14:04:08 +0100
  • c2dfbaad88 Set avatar through URL Bailey Pumfleet 2021-04-29 13:36:37 +0100
  • 7d7b627304 Improve settings page redirect Bailey Pumfleet 2021-04-29 13:28:25 +0100
  • 687ab5ad3e Replace router URL instead of reloading Bailey Pumfleet 2021-04-29 13:05:50 +0100
  • b2c848d666 Fix logout screen icon Bailey Pumfleet 2021-04-29 13:03:49 +0100
  • 0c41278631
    Merge pull request #115 from emrysal/feature/next-10.2 Bailey Pumfleet 2021-04-29 12:49:02 +0100
  • c4635646ba Updated Next.js to 10.2 Alex van Andel 2021-04-28 17:26:24 +0000
  • 3a7fce4c8e Create issue templates Bailey Pumfleet 2021-04-28 14:10:55 +0100
  • a1eed7c77e Add URL slugs Bailey Pumfleet 2021-04-28 13:24:16 +0100
  • 4d585505f7 Add view link for hidden event types Bailey Pumfleet 2021-04-28 10:27:45 +0100
  • c320b0f20d Add hidden event types Bailey Pumfleet 2021-04-28 10:23:30 +0100
  • b32a4c75c0
    Merge pull request #111 from diegofn/main Bailey Pumfleet 2021-04-28 09:28:00 +0100
  • 5fc433ecdf Add day labels to calendar Bailey Pumfleet 2021-04-28 09:23:42 +0100
  • a5fd618759
    Merge pull request #113 from hedwardd/feature/CalendarLayout Bailey Pumfleet 2021-04-28 09:19:40 +0100
  • 36db7fb4f1 Match formatting Heath Daniel 2021-04-27 21:56:30 -0400
  • 83822c777c Fix calendar layout and adjust spacing Heath Daniel 2021-04-27 21:50:54 -0400
  • 996e6f0df4
    Merge pull request #112 from sublime93/main Bailey Pumfleet 2021-04-27 22:39:41 +0100
  • df32bd1cbe
    Add office 365 calendar instructions Jordan Vohwinkel 2021-04-27 16:33:09 -0500
  • 2c4fe5c3b7 Update success page calendar icons Diego Fernando Nieto 2021-04-27 09:35:56 -0500
  • 2894be8689 Added telemetry collection (through jitsu.com) - Introduced useTelemetry() hook - Telemetry events are sent for page_view, booking_confirmed, time_selected, date_selected events - Telemetry is configured (and can be disabled) with NEXT_PUBLIC_TELEMETRY_KEY env variable vklimontovich 2021-04-27 17:19:12 +0300
  • 18d1974ae0
    Merge pull request #103 from emrysal/feature/implement-react-timezone-select Bailey Pumfleet 2021-04-26 13:23:31 +0100
  • d482b54fda Implemented react-timezone-select library, required the installation of 'next-transpile-modules', due to import and export not being natively supported within Next.js. Alex van Andel 2021-04-26 12:01:21 +0000
  • a69343bc3c
    added stay-up-to-date headline Peer_Rich 2021-04-25 22:31:03 +0100
  • 6fce1bde1b
    Merge pull request #91 from emrysal/bugfix/condense-timezone-options Bailey Pumfleet 2021-04-23 10:39:14 +0100
  • d867631aee Combine different timezones to condense the list a little bit. Fixes https://github.com/calendso/calendso/issues/80 Alex van Andel 2021-04-22 18:03:52 +0000
  • 6091f7ba86
    Merge pull request #87 from emrysal/main Bailey Pumfleet 2021-04-22 15:04:56 +0100
  • a8ea115a44 Even though Office 365 is set to UTC, it does not respond with Z in the API response indicating UTC, this fixes that by adding the Z Alex van Andel 2021-04-22 13:58:48 +0000
  • 6a9632bb12 Added User.Read explicitly to office 365 oauth scopes, as it seems some setups do not automatically apply this scope. Alex van Andel 2021-04-22 13:27:03 +0000
  • a52d95240c
    Merge pull request #89 from emrysal/bugfix/after-add-google-integration-missing Bailey Pumfleet 2021-04-22 13:36:59 +0100
  • 598a86426b Fixes adding google integration not appearing in the dashboard after adding it. This was due to the credential being added async and the redirect happened before the save has completed. Alex van Andel 2021-04-22 11:09:18 +0000
  • 8010abf15a
    Adds Office 365 / Outlook.com Calendar Integration Alex van Andel 2021-04-21 23:10:48 +0100
  • ce398bd77c Replace all SVG icons with Heroicons components Bailey Pumfleet 2021-04-21 11:10:27 +0100
  • d28166a2c3 Switch between 12 and 24 hours Bailey Pumfleet 2021-04-20 15:41:36 +0100
  • 064ddf9fa3 Add confirmation to set times modal Bailey Pumfleet 2021-04-20 15:09:31 +0100
  • ccd7d0d47e Redirect on logout Bailey Pumfleet 2021-04-20 13:59:25 +0100
  • 35f7b30097 Add success modal Bailey Pumfleet 2021-04-20 13:56:50 +0100
  • 026e5475f1
    Merge pull request #53 from harad1/main Bailey Pumfleet 2021-04-20 11:36:12 +0100
  • 6b3ba4edae
    Merge pull request #56 from harad1/new-event-validation Bailey Pumfleet 2021-04-20 11:33:53 +0100