Femi Odugbesan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2d23a8b7db 
								
							 
						 
						
							
							
								
								Onboarding Flow ( #503 )  
							
							... 
							
							
							
							* wip
* wip
* db: schedule schema
* fix adding time goes into new day
fix adding new time not keeping updating ranges
fix updating ranges not maintaining changed values
* remove photo upload
* remove unused code
* remove more unused code
* undo time lib
* didnt actually change this
* dont show onboardi
ng flow for users created before sept 1 2021
* use more consistent max-widths
* align all inputs in scheduler component
* allow overriding of default styles
* match figma designs
implement goto previous step
* add more types, match figma
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com> 
							
						 
						
							2021-09-02 13:13:19 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mihai C 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3894ee12d1 
								
							 
						 
						
							
							
								
								feat: CustomEventType placeholder and API fixes ( #446 )  
							
							... 
							
							
							
							* feat: add optional placeholder for text/multi-line text custom inputs on event types
* fix: delete associations of event type first
* fix: remove unneeded check
* fix: minor tweak
Co-authored-by: mihaic195 <mihai@sortlist.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com> 
							
						 
						
							2021-08-22 14:06:26 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bailey Pumfleet 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								06dce130b2 
								
							 
						 
						
							
							
								
								Merge pull request  #450  from emrysal/bugfix/custom-inputs  
							
							
							
						 
						
							2021-08-16 10:35:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								9a8ee10555 
								
							 
						 
						
							
							
								
								Added custom migration to prevent data loss  
							
							
							
						 
						
							2021-08-14 18:12:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								252a329f09 
								
							 
						 
						
							
							
								
								Fixed issues relating to custom-inputs  
							
							... 
							
							
							
							* Don't duplicate custom input when editing before db persist
* Remove correct custom input during delete pre db persist (id undefined)
* Moved typings to prisma, keeping backwards compatibility with @map
* Updated all usages of the enum 
							
						 
						
							2021-08-14 17:03:50 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									femyeda 
								
							 
						 
						
							
							
							
							
								
							
							
								917431f4e8 
								
							 
						 
						
							
							
								
								db: add slug to team schema  
							
							
							
						 
						
							2021-08-13 14:44:55 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									nicolas 
								
							 
						 
						
							
							
							
							
								
							
							
								bd28636af5 
								
							 
						 
						
							
							
								
								Merge branch 'main' into bugfix/unify-email-sending  
							
							
							
						 
						
							2021-07-28 22:01:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									nicolas 
								
							 
						 
						
							
							
							
							
								
							
							
								df161d5498 
								
							 
						 
						
							
							
								
								Added location to bookings table  
							
							
							
						 
						
							2021-07-25 14:37:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								00550ac8ce 
								
							 
						 
						
							
							
								
								Added migration for minimum booking notice  
							
							
							
						 
						
							2021-07-22 22:55:15 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								4368ad0289 
								
							 
						 
						
							
							
								
								Implement minimum booking notice  
							
							
							
						 
						
							2021-07-22 22:52:27 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Malte Delfs 
								
							 
						 
						
							
							
							
							
								
							
							
								f5516ed427 
								
							 
						 
						
							
							
								
								added reminder emails for opt-in bookings  
							
							
							
						 
						
							2021-07-18 21:12:35 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Malte Delfs 
								
							 
						 
						
							
							
							
							
								
							
							
								a2bf242c9e 
								
							 
						 
						
							
							
								
								opt in booking  
							
							
							
						 
						
							2021-07-18 20:28:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Femi Odugbesan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								45689059c7 
								
							 
						 
						
							
							
								
								Feat/cal 95/date range on event types ( #353 )  
							
							... 
							
							
							
							* add edit links to events on dashboard
* fit elements on screen for mobile
* initialize components for consistent text styles
* add more fine grained width/height settings
* add higher level setting for when an event is available
- db: add supporting values to period allow setting an amount of days,
 a range, or unlimited number days an event is available
* fix issue where periodDates are null
* return minimal required data, handle date parsing
* [ui] limit booking days based on user period settings
* api: validate user period settings
* [db] migration for event type period settings 
							
						 
						
							2021-07-15 09:10:26 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								5206fb4f88 
								
							 
						 
						
							
							
								
								Implemented theme through user preferences  
							
							
							
						 
						
							2021-07-09 23:13:34 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								f7f5e2cc17 
								
							 
						 
						
							
							
								
								Re-instated ResetPasswordRequest, almost oops  
							
							
							
						 
						
							2021-06-30 02:05:24 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								ee603a0a27 
								
							 
						 
						
							
							
								
								Added migration for Availability and related  
							
							
							
						 
						
							2021-06-30 01:48:23 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								8c589b9dc1 
								
							 
						 
						
							
							
								
								Merge branch 'main' into feature/scheduling  
							
							
							
						 
						
							2021-06-30 01:45:24 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bailey Pumfleet 
								
							 
						 
						
							
							
							
							
								
							
							
								51c0556d30 
								
							 
						 
						
							
							
								
								Hide Calendso branding  
							
							
							
						 
						
							2021-06-29 17:08:55 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								575747bcd3 
								
							 
						 
						
							
							
								
								Final thing to check is timezones, currently if I am in Kuala Lumpur the time is correct, but it jumps 8 hours due to being out of bound on Seoul.  
							
							
							
						 
						
							2021-06-29 01:45:58 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								b4272ad7aa 
								
							 
						 
						
							
							
								
								Merge branch 'main' of github.com:calendso/calendso into feature/scheduling  
							
							
							
						 
						
							2021-06-28 19:53:07 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								e6ce82867c 
								
							 
						 
						
							
							
								
								Added migration for ResetPasswordRequest  
							
							
							
						 
						
							2021-06-28 15:39:45 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								52e68b682c 
								
							 
						 
						
							
							
								
								Removed isOverride boolean, renamed 'Schedule' to 'Availability'  
							
							
							
						 
						
							2021-06-28 04:24:15 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								7030851efb 
								
							 
						 
						
							
							
								
								Merged with main, fixed issue that caused multiple AvailableTimes refreshes.  
							
							
							
						 
						
							2021-06-27 21:34:38 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									femyeda 
								
							 
						 
						
							
							
							
							
								
							
							
								ab1298e2ca 
								
							 
						 
						
							
							
								
								Allow user to reset password  
							
							
							
						 
						
							2021-06-24 11:01:41 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								b2812deeff 
								
							 
						 
						
							
							
								
								Merge branch 'main' into feature/scheduling  
							
							
							
						 
						
							2021-06-21 20:37:19 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								f99729c392 
								
							 
						 
						
							
							
								
								Merged with main  
							
							
							
						 
						
							2021-06-20 17:52:18 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Malte Delfs 
								
							 
						 
						
							
							
							
							
								
							
							
								50d325d20a 
								
							 
						 
						
							
							
								
								added schema for EventTypeCustomInput  
							
							
							
						 
						
							2021-06-19 20:55:40 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Malte Delfs 
								
							 
						 
						
							
							
							
							
								
							
							
								543482ca52 
								
							 
						 
						
							
							
								
								Merge branch 'main' into feature/custom-fields-on-the-booking-page  
							
							... 
							
							
							
							# Conflicts:
#	pages/api/availability/eventtype.ts
#	pages/availability/event/[type].tsx 
							
						 
						
							2021-06-19 20:47:31 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Malte Delfs 
								
							 
						 
						
							
							
							
							
								
							
							
								76b72f64d8 
								
							 
						 
						
							
							
								
								event type custom input WIP  
							
							
							
						 
						
							2021-06-18 21:58:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bailey Pumfleet 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1b1c712c89 
								
							 
						 
						
							
							
								
								Merge branch 'main' into feature/add-buffer-times-for-appointments  
							
							
							
						 
						
							2021-06-18 17:04:05 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bailey Pumfleet 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ecc36a5a0c 
								
							 
						 
						
							
							
								
								Merge pull request  #273  from emrysal/bugfix/add-email-verification-to-migrations  
							
							... 
							
							
							
							Added migrations for adding external users 
							
						 
						
							2021-06-18 17:01:31 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bailey Pumfleet 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								90c1ff25bf 
								
							 
						 
						
							
							
								
								Merge branch 'main' into feature/customise-event-names  
							
							
							
						 
						
							2021-06-18 17:00:52 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								9d5186f1e3 
								
							 
						 
						
							
							
								
								Functionality works, only thing left is a bit of cleaning up and all done  
							
							
							
						 
						
							2021-06-16 22:27:27 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Malte Delfs 
								
							 
						 
						
							
							
							
							
								
							
							
								68bca9e703 
								
							 
						 
						
							
							
								
								Implemented a configurable buffer between events  
							
							
							
						 
						
							2021-06-15 18:19:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								13d318f4e3 
								
							 
						 
						
							
							
								
								Added migrations for adding external users  
							
							
							
						 
						
							2021-06-15 15:41:45 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Malte Delfs 
								
							 
						 
						
							
							
							
							
								
							
							
								4fb0fbfe07 
								
							 
						 
						
							
							
								
								Made event name customizable  
							
							
							
						 
						
							2021-06-15 17:26:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Malte Delfs 
								
							 
						 
						
							
							
							
							
								
							
							
								0dce92d4ae 
								
							 
						 
						
							
							
								
								added migration  
							
							
							
						 
						
							2021-06-15 16:03:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								03f583b021 
								
							 
						 
						
							
							
								
								Save WIP  
							
							
							
						 
						
							2021-06-14 18:53:20 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Malte Delfs 
								
							 
						 
						
							
							
							
							
								
							
							
								ad69feed70 
								
							 
						 
						
							
							
								
								Merge branch 'main' into feature/select-calendars-to-check-for-availability  
							
							
							
						 
						
							2021-06-14 20:13:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Malte Delfs 
								
							 
						 
						
							
							
							
							
								
							
							
								d3b8431699 
								
							 
						 
						
							
							
								
								Implemented calendar selection for availability checking.  
							
							... 
							
							
							
							Also upgraded outlook integration to be able to check all calendars instead of only the default one. 
							
						 
						
							2021-06-14 19:45:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									nicolas 
								
							 
						 
						
							
							
							
							
								
							
							
								c66af610e5 
								
							 
						 
						
							
							
								
								Added migration for current db schema  
							
							
							
						 
						
							2021-06-13 15:37:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bailey Pumfleet 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								65c7960b76 
								
							 
						 
						
							
							
								
								Merge branch 'main' into feature/invite-external-users  
							
							
							
						 
						
							2021-06-11 22:02:07 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									nicolas 
								
							 
						 
						
							
							
							
							
								
							
							
								3d4222c631 
								
							 
						 
						
							
							
								
								Merge branch 'main' into feature/cancel-reschedule-links  
							
							
							
						 
						
							2021-06-10 08:33:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								40eb9036f4 
								
							 
						 
						
							
							
								
								Implements inviting external users to teams  
							
							
							
						 
						
							2021-06-09 21:43:37 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									nicolas 
								
							 
						 
						
							
							
							
							
								
							
							
								d05ae49e8d 
								
							 
						 
						
							
							
								
								Made UID unique, implemented cancel API, Prepared mail footer,  
							
							
							
						 
						
							2021-06-06 03:51:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									nicolas 
								
							 
						 
						
							
							
							
							
								
							
							
								bc7ac136cc 
								
							 
						 
						
							
							
								
								Use migrations to introduce new tables for bookings  
							
							
							
						 
						
							2021-06-06 01:31:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								7a31cb0f6a 
								
							 
						 
						
							
							
								
								Implemented the API, split the teams page up into multiple components  
							
							
							
						 
						
							2021-06-05 22:53:33 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Heath Daniel 
								
							 
						 
						
							
							
							
							
								
							
							
								71e50c58d6 
								
							 
						 
						
							
							
								
								Add ability to select first day of week  
							
							
							
						 
						
							2021-05-17 18:10:40 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex van Andel 
								
							 
						 
						
							
							
							
							
								
							
							
								a6c3c7fbb3 
								
							 
						 
						
							
							
								
								Implemented configurable eventType phone or physical locations.  
							
							
							
						 
						
							2021-05-08 19:03:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bailey Pumfleet 
								
							 
						 
						
							
							
							
							
								
							
							
								a1eed7c77e 
								
							 
						 
						
							
							
								
								Add URL slugs  
							
							
							
						 
						
							2021-04-28 13:24:16 +01:00