Balu Babu
|
b5e7877912
|
chore: moved auth utility functions to auth/helper.ts from src/utils.ts
|
2023-02-01 18:47:11 +05:30 |
|
Balu Babu
|
587e7118c9
|
chore: added versioning to auth rest module
|
2023-02-01 18:36:03 +05:30 |
|
Balu Babu
|
8c5ffb88a3
|
fix: changed user type to AuthUser in user-settings resolver
|
2023-02-01 18:24:18 +05:30 |
|
Balu Babu
|
2a00f41ef8
|
test: refactored all test cases with new user type change
|
2023-02-01 17:52:33 +05:30 |
|
Balu Babu
|
4ca762344c
|
chore: captialized DTO names
|
2023-02-01 14:58:31 +05:30 |
|
Balu Babu
|
5c5ab5bad5
|
fix: changed all refrences to passwordlessVerification to verificationTokens in auth module
|
2023-02-01 11:58:15 +05:30 |
|
Balu Babu
|
3afc89db6b
|
fix: fixed all issues raised in initial PR review
|
2023-01-30 18:55:53 +05:30 |
|
Balu Babu
|
a8d50223aa
|
refactor: changed auth module to work with signed cookies
|
2023-01-30 06:31:10 +05:30 |
|
Balu Babu
|
1bbcd638b8
|
chore: converted hardcoded whitelisted domains in GQL module to use env variables
|
2023-01-27 13:42:28 +05:30 |
|
Balu Babu
|
fe73750d66
|
fix: fixed the user type error in auth.service file
|
2023-01-27 13:38:36 +05:30 |
|
Balu Babu
|
ca4c576f78
|
chore: resolved all merge conflicts
|
2023-01-24 19:35:40 +05:30 |
|
Ankit Sridhar
|
648637a1a1
|
Merge pull request #8 from hoppscotch/feat/user-session
feat: introducing current session of rest and gql (backend)
|
2023-01-24 17:09:30 +05:30 |
|
Mir Arif Hasan
|
91adf379da
|
chore: removed redundant comment
|
2023-01-24 17:27:40 +06:00 |
|
Mir Arif Hasan
|
08ca57cba2
|
feat: user session resolver added for sessions updates
|
2023-01-24 17:19:24 +06:00 |
|
Mir Arif Hasan
|
e6fcb1272a
|
Merge branch 'main' into feat/user-session
|
2023-01-24 15:40:19 +06:00 |
|
Mir Arif Hasan
|
60a5acdb9d
|
fix: typo
|
2023-01-24 15:28:27 +06:00 |
|
Mir Arif Hasan
|
2221261ec2
|
fix: typo
|
2023-01-24 15:27:03 +06:00 |
|
Mir Arif Hasan
|
6627514e88
|
chore: pulled from main
|
2023-01-24 15:24:11 +06:00 |
|
Mir Arif Hasan
|
d7b02da719
|
test: more test case added for user module
|
2023-01-24 15:12:30 +06:00 |
|
Mir Arif Hasan
|
ebbe015bbc
|
feat: db schema update from string to json column type
|
2023-01-24 15:10:54 +06:00 |
|
Balu Babu
|
e03a92f8d8
|
Merge pull request #7 from hoppscotch/feat/user-history
feat: introduce user history in self hosted
|
2023-01-24 13:05:43 +05:30 |
|
ankitsridhar16
|
7d98c1b355
|
Merge remote-tracking branch 'origin/main' into feat/user-history
# Conflicts:
# packages/hoppscotch-backend/prisma/schema.prisma
|
2023-01-24 13:04:19 +05:30 |
|
ankitsridhar16
|
e78040a376
|
refactor: removed migrations
|
2023-01-24 13:00:34 +05:30 |
|
ankitsridhar16
|
97eedb568c
|
refactor: added fetchUserHistoryByID method and added changes for spread
|
2023-01-24 12:53:44 +05:30 |
|
Balu Babu
|
161f1db40e
|
Merge pull request #5 from hoppscotch/feat/user-settings
feat: introducing user-settings in self-hosted (backend)
|
2023-01-24 12:30:50 +05:30 |
|
Mir Arif Hasan
|
b50b97a4d1
|
chore: removed seed cmd form package.json
|
2023-01-24 12:50:31 +06:00 |
|
Mir Arif Hasan
|
e8e176ed40
|
fix: removed seed scripts
|
2023-01-24 12:49:22 +06:00 |
|
Mir Arif Hasan
|
bc82e9c7fa
|
feat: user settings create subscription added and fixed typos
|
2023-01-24 07:26:47 +06:00 |
|
Balu Babu
|
73ace77305
|
refactor: changed the test cases to reflect change to UserHistory schema
|
2023-01-24 02:02:17 +05:30 |
|
Balu Babu
|
4023dcf09d
|
chore: changed the return data to use spread operator
|
2023-01-24 00:40:14 +05:30 |
|
ankitsridhar16
|
ebf236b387
|
chore: added changes to creating a history in resolvers and service method
|
2023-01-23 22:51:37 +05:30 |
|
Mir Arif Hasan
|
e40d77420c
|
chore: comment text updated
|
2023-01-23 21:54:19 +06:00 |
|
Mir Arif Hasan
|
27b9f57d7a
|
test: pubsub test case added on user settings create
|
2023-01-23 21:51:46 +06:00 |
|
Mir Arif Hasan
|
3cd9639f34
|
test: feedback updated on test script
|
2023-01-23 21:32:00 +06:00 |
|
ankitsridhar16
|
a5a14f6c76
|
chore: applied review changes for resolvers
|
2023-01-23 20:21:44 +05:30 |
|
Mir Arif Hasan
|
bfac3f8ad0
|
feat: db column update from settings to properties
|
2023-01-23 20:25:48 +06:00 |
|
Mir Arif Hasan
|
dcadbac4d5
|
docs: update mutation description
|
2023-01-23 16:33:48 +06:00 |
|
ankitsridhar16
|
626d703d77
|
refactor: updated test cases to split subscription
|
2023-01-23 15:23:53 +05:30 |
|
ankitsridhar16
|
25b7ef3d2e
|
refactor: updated pubsub publishing to leverage new topic defs and rewrote map logic
|
2023-01-23 15:23:02 +05:30 |
|
ankitsridhar16
|
d812e6ab96
|
refactor: user history resolver changes
|
2023-01-23 15:06:01 +05:30 |
|
ankitsridhar16
|
74e4a77ce6
|
chore: added topics for user history subscriptions
|
2023-01-23 15:04:05 +05:30 |
|
ankitsridhar16
|
863e1ee113
|
fix: fixed merge related conflicting data
|
2023-01-23 15:03:03 +05:30 |
|
Mir Arif Hasan
|
33e4a15830
|
feat: used new pubsub method to publish
|
2023-01-23 15:28:55 +06:00 |
|
Mir Arif Hasan
|
bf09786423
|
feat: used new pubsub method and resolve conflicts
|
2023-01-23 15:11:52 +06:00 |
|
ankitsridhar16
|
f7070dd3f7
|
Merge remote-tracking branch 'origin/main' into feat/user-history
# Conflicts:
# packages/hoppscotch-backend/prisma/schema.prisma
# packages/hoppscotch-backend/src/app.module.ts
|
2023-01-23 13:22:12 +05:30 |
|
ankitsridhar16
|
523c650c9d
|
chore: updated primsa type for executed on
|
2023-01-23 13:13:19 +05:30 |
|
Ankit Sridhar
|
469d408b09
|
Merge pull request #10 from hoppscotch/refactor/subscriptionHandler
HBE-85 - Refactor SubscriptionHandler
|
2023-01-23 11:55:14 +05:30 |
|
ankitsridhar16
|
cb1b13bdb4
|
chore: updated filename to topicDefs
|
2023-01-23 11:49:41 +05:30 |
|
ankitsridhar16
|
480a34c0f7
|
fix: updated resolver pubsub topic name
|
2023-01-23 09:54:20 +05:30 |
|
Balu Babu
|
93479320ee
|
chore: added teacher comments to all service methods
|
2023-01-23 06:04:23 +05:30 |
|