Commit Graph

  • 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
  • 0af7546e36 Enable wrangler.toml Adan Alvarado 2021-04-26 20:53:14 -0700
  • 3eeb28509f Enable wrangler deploy Adan Alvarado 2021-04-26 12:53:21 -0700
  • 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
  • 711b8c50b9
    Create Procfile Julien DAUPHANT 2021-04-25 00:01:53 +0200
  • 23046015f1 Create Google Meet and add organizator to invite Diego Soek 2021-04-24 16:08:54 -0300
  • a0f92f0258 fix upload Sajjad Hashemian 2021-04-19 10:38:35 +0430
  • c715089767 add ability to upload avatar to s3 Sajjad Hashemian 2021-04-16 21:39:27 +0430
  • 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
  • edc801a013 Add Typescript Linting suggestions Marcos Cannabrava 2021-04-20 19:12:06 -0500
  • 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
  • c09e175461
    Merge pull request #57 from harad1/availability-bug-router Bailey Pumfleet 2021-04-20 11:32:51 +0100
  • 1a464713ee
    Merge pull request #58 from harad1/README-update Bailey Pumfleet 2021-04-20 11:31:46 +0100
  • 711992eafb
    Merge pull request #59 from cpanato/update-prisma Bailey Pumfleet 2021-04-20 11:30:15 +0100
  • 004ae22050
    dependencies: update prisma to version 2.21.2 Carlos Panato 2021-04-20 08:43:30 +0200
  • 69be878ee7 Update README.md Damian Harateh 2021-04-20 02:36:00 +0100
  • c09ce2b2b5 Basic validation for New Event Type to prevent unexpected behaviour Damian Harateh 2021-04-20 01:30:38 +0100
  • c9b334462b Fix for a bug when updating an event type Damian Harateh 2021-04-20 01:25:35 +0100
  • 8b4ef30f74 Tweaks to the Dashboard UI Damian Harateh 2021-04-19 18:36:39 +0100
  • 64d3fcfab2
    Merge pull request #45 from emrysal/main Bailey Pumfleet 2021-04-19 16:35:18 +0100
  • 68cdc3db03
    Merge pull request #52 from calendso/dependabot/npm_and_yarn/jose-1.28.1 Bailey Pumfleet 2021-04-19 16:30:32 +0100
  • 13deab520f
    Bump jose from 1.28.0 to 1.28.1 dependabot[bot] 2021-04-19 15:29:51 +0000
  • e0e78edc41 Merge branch 'main' of https://github.com/calendso/calendso into main Bailey Pumfleet 2021-04-19 15:04:05 +0100
  • 3e5ed294a5 Fix incorrect modal toggle Bailey Pumfleet 2021-04-19 15:04:04 +0100
  • e725aa102c
    added vercel sponsor Peer_Rich 2021-04-19 12:46:36 +0200
  • b710776cac
    Merge pull request #28 from 50bbx/main Bailey Pumfleet 2021-04-19 10:49:52 +0100
  • 3100adfe36
    Merge branch 'main' into main Bailey Pumfleet 2021-04-19 10:49:42 +0100
  • b7d9f85eab
    Merge pull request #44 from chrisbenseler/main Bailey Pumfleet 2021-04-17 22:28:53 +0100
  • 90ebf8a97e Added ics library, added icon to download .ics on the success page. Alex van Andel 2021-04-17 20:18:51 +0000
  • cee212c438 refactor: no need for else if true condition returns somrthing Chris Benseler 2021-04-17 17:13:42 -0300
  • 501f229d0e refactor: using property assignment Chris Benseler 2021-04-17 17:12:09 -0300
  • 2b0e8bef7a Completely rebuilt logic when dealing with timezones. Now all available events should appear when selecting a date. Leonardo Stenico 2021-04-17 02:08:35 +0200
  • 0d35bcfe38 Implement mobile menu Bailey Pumfleet 2021-04-16 17:36:27 +0100
  • 60630ed78f Add OpenAPI Specification Bailey Pumfleet 2021-04-16 14:16:01 +0100
  • bd84803700
    Merge pull request #25 from mfts/pr-env-variables Bailey Pumfleet 2021-04-16 11:59:51 +0100
  • fca9453ef2
    Merge pull request #23 from thekeviv/docs/better-google-api-key-documentation Bailey Pumfleet 2021-04-16 11:58:33 +0100
  • 50cebc01d4
    Merge branch 'main' into docs/better-google-api-key-documentation Bailey Pumfleet 2021-04-16 11:58:20 +0100
  • 499c80c879
    Merge pull request #21 from m-abdelwahab/main Bailey Pumfleet 2021-04-16 11:55:28 +0100
  • e82f5e9d7d
    Merge pull request #20 from janpio/patch-1 Bailey Pumfleet 2021-04-16 11:55:05 +0100
  • 9de11cce23
    Update and rename .env.example to .env Jedibezy 2021-04-15 23:18:22 -0700
  • 96e2b762c6 Now owners can set their time zone and users can see available times relatively to their current time zone Leonardo Stenico 2021-04-16 04:09:22 +0200
  • 2891470670 add NEXTAUTH_URL to environment variables Marc Seitz 2021-04-15 23:27:24 +0300
  • 3788e92b78 Added more details on info about obtaining google api creds thekeviv 2021-04-15 19:01:13 +0000
  • 2867d402d0 add Prisma to README Mahmoud Abdel Wahab 2021-04-15 20:18:01 +0200
  • b7608d1f78
    docs(README): Improve "Development Setup" Jan Piotrowski 2021-04-15 20:09:00 +0200
  • 75472f0c4e
    Update docker-compose.yml skluthe 2021-04-15 10:00:35 -0700
  • a5c13b97ca changed npm install to yarn but still no worky Stephen Kluthe 2021-04-15 09:11:07 -0700
  • 20e8c34383 added github workflows; added dockerfile; added docker-compose; Stephen Kluthe 2021-04-15 08:50:27 -0700
  • d1f602b616
    Add a few additional details to README Bailey Pumfleet 2021-04-15 11:39:49 +0100
  • 4647ecd1f0 🐳 [Fixed Bug] Google API Credential Asit 2021-04-14 22:51:58 -0700
  • 16b9addce9 Implemented user timezone while creating a booking Alex van Andel 2021-04-14 23:20:56 +0000
  • 6bae6d7490 Remove zulu time specification Bailey Pumfleet 2021-04-14 22:17:19 +0100
  • f4dce81e5f Remove zulu time specification Bailey Pumfleet 2021-04-14 22:17:19 +0100
  • 88af0a716e Implemented the ability for users to modify their locale and timezone, which can later be used in conjunction with their calendar to have international appointments / future multilingual support Alex van Andel 2021-04-14 17:35:29 +0000
  • 35168575bb 🐳 Added Docker Support Asit 2021-04-14 22:54:05 +0530
  • 06822b0071 Add new product screenshot Bailey Pumfleet 2021-04-14 11:06:01 +0100
  • 7b22b4c869 Add prisma generate to postinstall Bailey Pumfleet 2021-04-13 21:56:49 +0100
  • 167f981522 Change start and end times of day Bailey Pumfleet 2021-04-13 17:16:32 +0100
  • 44690f6447
    Merge pull request #6 from pcrosthwaite/feature/README-Improvements Bailey Pumfleet 2021-04-13 13:06:19 +0100
  • d9565b80c0 Added an example environment file for new users to use Updated the README with some additional info to help get new users up and going. Peter Crosthwaite 2021-04-13 21:16:18 +1000
  • f442efb297
    Update README.md Peer_Rich 2021-04-11 23:44:58 +0200
  • 952bdea723 Fix login spacing issue Bailey Pumfleet 2021-04-11 22:02:10 +0100
  • bc655fd301 Fix conflict checking Bailey Pumfleet 2021-04-11 21:51:58 +0100
  • ddd7ccfb01 Standardise semicolons Bailey Pumfleet 2021-04-11 18:12:18 +0100
  • 1db4973aee View and delete integrations Bailey Pumfleet 2021-04-10 13:02:35 +0100
  • ac550f5780 Vertically scroll through timeslots Bailey Pumfleet 2021-04-10 12:21:44 +0100
  • 73ea3ca181
    Merge pull request #3 from emrysal/main Bailey Pumfleet 2021-04-10 11:54:23 +0100
  • 652288679c Change full name field to defaultValue Bailey Pumfleet 2021-04-09 16:51:00 +0100
  • 15d9267b7d Update profile dropdown links Bailey Pumfleet 2021-04-09 16:49:02 +0100
  • e414a178d6 Fixed some minor bugs that caused console errors, changed a>li to li>a to accomodate best practises Alex van Andel 2021-04-09 15:33:49 +0000
  • 781060e5c6
    Merge pull request #2 from emrysal/main Bailey Pumfleet 2021-04-09 13:03:51 +0100
  • 197ee86c32 When navigating to a calendso user that does not exist, return notFound. Alex van Andel 2021-04-08 15:51:13 +0000
  • 2c4b5c2846 Create, edit and delete event types Bailey Pumfleet 2021-04-08 15:20:38 +0100
  • d209d3dd04 Add page headings to settings pages Bailey Pumfleet 2021-04-07 22:07:16 +0100
  • 580d2fefb0 Fix hardcoded URL Bailey Pumfleet 2021-04-07 21:41:08 +0100
  • 96ee624bb7 Merge branch 'main' of https://github.com/calendso/calendso into main Bailey Pumfleet 2021-04-07 21:37:46 +0100
  • 5bedd1f8b2 Fix route parameters Bailey Pumfleet 2021-04-07 21:37:41 +0100
  • 73d3b662ca
    Set Next.js to ignore TypeScript errors Bailey Pumfleet 2021-04-07 21:05:23 +0100
  • f55f2f6321 Add settings section Bailey Pumfleet 2021-04-07 16:03:02 +0100
  • 443febac8d Add more empty states Bailey Pumfleet 2021-03-31 21:10:53 +0100
  • 38cbb42b2c Add basic homepage content Bailey Pumfleet 2021-03-30 16:15:55 +0100