Mir Arif Hasan
dce032a275
feat: feedback applied
2023-08-03 19:36:17 +05:30
Mir Arif Hasan
2599b1d326
chore: check added if ALLOWED_AUTH_PROVIDERS is there in the env file or not
2023-08-03 19:35:40 +05:30
Mir Arif Hasan
419e376f46
fix: provider return type in SSO guards
2023-08-03 19:35:21 +05:30
Mir Arif Hasan
c79fcbeceb
chore: handled internal server error for missing auth providers
2023-08-03 19:35:14 +05:30
Mir Arif Hasan
092cb4c3a5
chore: auth provider name read from enum
2023-08-03 19:35:06 +05:30
Mir Arif Hasan
d3f25361f7
chore: removed unused imports
2023-08-03 19:34:57 +05:30
Mir Arif Hasan
09c13e86b2
feat: remove EmptyClassProvider class
2023-08-03 19:34:48 +05:30
Balu Babu
04bb219c12
chore: fixed mistake in AUTH_PROVIDER_NOT_SPECIFIED error description
2023-08-03 19:34:40 +05:30
Balu Babu
454c82975e
chore: added comments to authProviderCheck function in auth/helper.ts
2023-08-03 19:34:24 +05:30
Balu Babu
c38488dfc4
feat: magic-link can now be conditionally provisioned
2023-08-03 19:34:16 +05:30
Balu Babu
2d0ebedbbb
feat: social auth providers can now be conditionally provisioned
2023-08-03 19:34:07 +05:30
Ankit Sridhar
88f6a4ae26
[feat] : Allow admins to revoke a team invite (HBE-230) ( #3162 )
...
feat: added functionality for admin to revoke team invite
2023-08-03 14:08:32 +05:30
Andrew Bastin
8300f9a0a2
chore: merge release/2023.4.8 into release/2023.8.0
2023-07-13 12:10:14 +05:30
Mir Arif Hasan
525ba77739
refactor: team invitation module in pseudo fp-ts ( #3175 )
2023-07-13 11:58:03 +05:30
Balu Babu
6bc748a267
refactor: introduce team-environments into self-host refactored to pseudo-fp format ( #3177 )
2023-07-13 11:52:19 +05:30
Andrew Bastin
b29c04c28d
fix: email not being checked case insensitive on team invitation acceptance ( #3174 )
2023-07-11 20:03:08 +05:30
Andrew Bastin
9dbce74f5e
chore: bump version to 2023.4.7
2023-06-27 15:43:03 +05:30
James Butler
5650de1183
fix: self-host unable to use Azure oauth ( #3138 )
2023-06-27 15:37:25 +05:30
Ankit Sridhar
5632334c9a
fix: remove existing team invitation for an invitee when adding invitee to team by admin (HBE-229) ( #3157 )
2023-06-27 15:37:25 +05:30
Omer Baflah
c765270dfe
fix: correct typos ( #3153 )
2023-06-27 15:37:25 +05:30
Balu Babu
6304fd50c3
fix: fixed issue with team-invitations and new user accounts ( #3137 )
2023-06-27 15:37:25 +05:30
Andrew Bastin
399a238bf4
chore: bump version to 2023.4.7
2023-06-27 14:15:12 +05:30
James Butler
64c5077506
fix: self-host unable to use Azure oauth ( #3138 )
2023-06-22 23:43:05 +05:30
Ankit Sridhar
878ec833ce
fix: remove existing team invitation for an invitee when adding invitee to team by admin (HBE-229) ( #3157 )
2023-06-22 23:38:02 +05:30
Omer Baflah
77e8a36ab0
fix: correct typos ( #3153 )
2023-06-22 00:35:57 +05:30
Balu Babu
84b0c30d64
fix: fixed issue with team-invitations and new user accounts ( #3137 )
2023-06-15 17:15:06 +05:30
Andrew Bastin
e3dd9e99a1
chore: bump version to 2023.4.6
2023-06-12 10:43:44 +05:30
Andrew Bastin
a213c0c26c
chore: bump version to 2023.4.5
2023-06-04 23:41:01 -04:00
Andrew Bastin
15424903ed
fix: stop logging DATABASE_URL in logs
2023-06-04 23:33:32 -04:00
Andrew Bastin
1cce117b0a
chore: bump version to 2023.4.4
2023-06-02 11:06:51 -04:00
Ankit Sridhar
05e32ef9e4
fix: update team invitation link to domain specified in .env [HBE-202] ( #3096 )
2023-05-31 10:36:34 -04:00
Mir Arif Hasan
1b413e2f47
fix: timing dependency on test case ( #3070 )
2023-05-23 16:32:39 -04:00
Andrew Bastin
d6c8400116
chore: bump version to 2023.4.3
2023-05-11 17:05:28 +05:30
Andrew Bastin
c2520006ac
chore: bump version to 2023.4.2
2023-05-11 14:09:38 +05:30
Mir Arif Hasan
08f61e7408
fix: magic link URL ( #3028 )
2023-05-11 14:09:38 +05:30
Mir Arif Hasan
9beda15f00
fix: returning response from authCookieHandler ( #3025 )
2023-05-11 14:09:38 +05:30
Andrew Bastin
8450fb6596
chore: release 2023.4.1
2023-04-23 16:44:51 +05:30
Andrew Bastin
b68115d3b2
refactor: change user collections min title length to 1
2023-04-11 15:40:26 +05:30
Balu Babu
4ce9e67460
chore: added global lint and test commands to backend package ( #81 )
...
* chore: added global lint and test commands to backend package
* chore: removed lint command from root scope execution
2023-04-10 12:25:45 +05:30
Balu Babu
7668be50ae
chore: added orderBy field to query to fetch childCollectionList
2023-04-08 05:56:08 +05:30
Ankit Sridhar
100664f77e
fix: refactor related to checklist observation ( #73 )
...
* refactor: removed unused files, dependencies and added valid callback URL
* chore: update env example
* test: fixed issue with subscription on deleteUserCollection in UserCollection module
* test: fixed time related issue with auth service methods
* chore: removed unused dependencies in auth.service file
---------
Co-authored-by: Mir Arif Hasan <arif.ishan05@gmail.com >
Co-authored-by: Balu Babu <balub997@gmail.com >
2023-04-07 22:22:41 +05:30
Mir Arif Hasan
696cf8490b
refactor: removing unused import, commented codes, improved cursor query ( #69 )
...
* chore: refactor code in some modules
* refactor: getTeamsOfUser functino
* chore: remove unused import
* chore: revert some changes
2023-04-06 19:54:10 +05:30
Mir Arif Hasan
ffc08227dd
fix: all unit test cases for backend modules (HBE-171) ( #51 )
...
* fix: if-condition for getCollectionOfRequest func
* fix: all test cases for team request module
* fix: user collection test case
* fix: team module test case
* refactor: updated test description for last implemented changes in admin and removed commented code
---------
Co-authored-by: ankitsridhar16 <ankit.sridhar16@gmail.com >
2023-04-06 19:53:04 +05:30
Balu Babu
2435436580
chore: changes origins to view whitelisted origins in backend ( #70 )
2023-04-06 14:04:04 +05:30
Balu Babu
22aa8ee334
hotfix: magiclink dynamic email redirection url ( #67 )
...
* chore: modified magiclink /signin function to work with origin
* chore: modified testcases for signInMagicLink to reflect new changes
* chore: removed prisma migration file
* chore: removed admin module dulicate from guards folder
* chore: implemented ENUMs for origins in signin method
* chore: added VITE_ADMIN_URL to .env.example file
2023-04-06 12:11:01 +06:00
Ankit Sridhar
6d688ed2bc
refactor: removing unused env variables from env example ( #66 )
2023-04-05 21:53:27 +05:30
Ankit Sridhar
8bdb9a657f
feat: self host packaging (HBE-166) ( #41 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-04-04 03:17:18 +05:30
Akash K
c49573db65
fix: serialize user sessions properly ( #62 )
...
* fix: cast prisma user object to user object
* chore: improved consistency
* chore: cast function renamed
---------
Co-authored-by: Mir Arif Hasan <arif.ishan05@gmail.com >
2023-04-03 09:47:40 +05:30
Akash K
7286d3b94f
feat: add reqType to userHistoryDeletedMany subscription ( #61 )
2023-03-30 12:17:00 +05:30
Balu Babu
ea93162056
refactor: modifed return types of mutation/subscriptions in UserCollections ( #57 )
...
* refactor: modifed userCollectionRemoved subscription to return custom return type
* chore: created new return type for export to JSON mutation in UserCollection
* refactor: added reqType to exportUserCollectionsToJSON query
* chore: remove duplicate enum in user-collection.model.ts file
2023-03-29 15:50:48 +05:30