Peer Richelsen
b1c2db91e7
Merge branch 'main' of github.com:calendso/calendso
2021-08-15 18:38:15 +02:00
Peer Richelsen
73bec6287d
replaced caldav icon
2021-08-15 18:37:50 +02:00
femyeda
19ef588fa5
fix issue where client side vali
...
dation not happening
show error message from server
2021-08-15 09:22:05 -05:00
femyeda
420839bcf5
fix issue where user cant cancel caldav dialog
2021-08-15 08:49:30 -05:00
Peer Richelsen
a15d05be86
tried fixing the layout of new CalDav integration
2021-08-15 13:10:01 +02:00
Femi Odugbesan
65366b7c5b
cal-101-caldav-integration ( #419 )
...
* add generic calendar icon for caldav
* module for symmetric encrypt/decrypt
* caldav integration
* use Radix dialog
* Move caldav components to /caldav
* remove duplicate cancel button, unused function
* ensure app can connect to caldav server before adding
* fix calendar clients can possibly return null
* fix: add caldav dialog does not close when submitted
* safely attempt all caldav operations
* clarify variable name, fix typo
* use common helper for stripping html
* remove usage of request lib until "completed"
* add types and usage comments to crypto lib
* add encryption key to example env file
2021-08-14 20:53:59 -05:00
Alex van Andel
4759aed51d
Fixed dismiss on toggle + implemented switch component
2021-08-09 22:43:57 +00:00
Bailey Pumfleet
35fc5964eb
Merge branch 'main' into bugfix/unify-email-sending
2021-08-08 22:21:53 +01:00
nicolas
560bd19472
Merge branch 'main' into bugfix/unify-email-sending
2021-08-08 21:21:33 +02:00
Philipp Dormann
f391ad4d2a
fix: add missing mailto: in pages/integrations
2021-08-07 01:08:55 +02:00
Peer Richelsen
bf935130ab
eslint session comment
2021-08-06 15:09:44 +02:00
Peer Richelsen
2b19a28f89
removed unused imports and function in integrations
2021-08-06 14:32:08 +02:00
Peer_Rich
eb1572fc37
Merge branch 'main' into renaming-integrations
2021-08-05 17:23:53 +02:00
Peer Richelsen
6ca094f4b2
added launch your own app panel to app store
2021-08-05 14:13:34 +02:00
Peer Richelsen
a92ee0f149
renamed integrations to apps
2021-08-05 14:02:59 +02:00
Peer Richelsen
7ef29453bf
minor changes to integrations type eslint
2021-08-05 13:36:24 +02:00
Peer Richelsen
57b4e25647
changed zIndex of modal backfrop to 0
2021-08-03 13:23:19 +02:00
Peer Richelsen
ae836321c9
changed zIndex of modal backfrop to 10
2021-08-03 13:21:21 +02:00
Peer Richelsen
39ee723dc5
moved zIndex for modal to 50 from 10
2021-08-03 13:19:32 +02:00
Peer Richelsen
8340fce157
extracted classNames into helpers
2021-08-03 10:30:35 +02:00
Peer Richelsen
e5550b72ba
added <Loader> component
2021-08-02 22:57:58 +02:00
nicolas
40938bdf6a
Merged main into current branch; lots of linting
2021-08-02 22:51:57 +02:00
Peer Richelsen
f71c5d2075
fixed integrations button absolute positioning
2021-08-02 19:16:20 +02:00
Peer Richelsen
b11cace4fa
fixed integration CTA
2021-08-02 18:40:39 +02:00
Peer Richelsen
d549c0321d
fixed integration CTA
2021-08-02 18:38:26 +02:00
Peer Richelsen
0eb7cea1e1
fixed integration CTA
2021-08-02 18:38:02 +02:00
Peer Richelsen
64961cada1
added bottom nav, replaced png with svg integration icons, added subtitle to shell component
2021-08-02 16:10:24 +02:00
Bailey Pumfleet
a608f94590
Initial restyling
2021-07-31 00:05:38 +01:00
nicolas
e0abbbb2f1
Fixed linting errors
2021-07-20 20:18:26 +02:00
Bailey Pumfleet
9375f337d7
Fix Codacy issues
2021-07-19 16:56:58 +01:00
Bailey Pumfleet
5c699f8471
Add troubleshoot page & add loading spinners
2021-07-08 10:23:22 +01:00
nicolas
ebc42f0c96
Merge branch 'main' into feature/zoom-integration
...
# Conflicts:
# lib/calendarClient.ts
# lib/emails/new-event.ts
# pages/[user]/book.tsx
# pages/api/availability/[user].ts
# pages/api/book/[user].ts
# pages/integrations/index.tsx
2021-06-20 16:37:51 +02:00
Peer_Rich
b3c5752d67
updated integration description
2021-06-17 17:06:32 +01:00
Malte Delfs
4caac5a88c
Layout fix
2021-06-14 19:55:55 +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
0bb4678bf7
Added subtitle to zoom integrations
2021-06-13 13:59:40 +02:00
nicolas
00f19bd654
Added integration to UI
2021-06-11 02:29:43 +02:00
nicolas
d249c62620
Added button to add integrations
2021-06-10 22:54:48 +02:00
Bailey Pumfleet
01d150092f
Mobile UI fixes
2021-05-26 20:47:06 +01:00
Alex van Andel
880c4e91a3
Removed redirect clientside session logic from pages and moved to shell
2021-05-07 16:01:29 +00:00
Alex van Andel
4969258e62
Take server config into account whilst listing integrations, improved feedback for installer as per #142
2021-05-04 20:31:15 +00:00
Alex van Andel
8010abf15a
Adds Office 365 / Outlook.com Calendar Integration
...
* Added MS_GRAPH_CLIENT_* credentials to .env.example.
* Refactored the google integration into an abstraction layer for creating events and getting the user schedule from either Google or Office 365.
* FIX: when re-authorizing the Google Integration the refresh_token would no longer be set and the google integration would stop working.
* Updated Office 365 integration image
2021-04-21 23:10:48 +01:00
Bailey Pumfleet
ce398bd77c
Replace all SVG icons with Heroicons components
2021-04-21 11:10:27 +01:00
Bailey Pumfleet
1db4973aee
View and delete integrations
2021-04-10 13:02:35 +01:00