Nivedin
4ca6e9ec3a
feat: added reordering and moving for collection ( #2916 )
2023-02-24 19:09:07 +05:30
Liyas Thomas
bd5f95b1c5
chore: replace material-icons with lucide-icons
2023-02-24 18:41:36 +05:30
Liyas Thomas
167dfc3847
chore: add fonts to ui package [skip ci]
2023-02-24 18:28:39 +05:30
Andrew Bastin
dcd441f15e
fix: link not rendering and UI storybook build issues
2023-02-24 15:51:10 +05:30
Andrew Bastin
90c8fbeee4
fix: issues with ui histoire building and modal not having close button
2023-02-24 14:35:42 +05:30
Andrew Bastin
cae1840506
refactor: update hopp-ui to be independent ( #2927 )
...
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com >
2023-02-24 13:20:12 +05:30
Balu Babu
1860057a25
HBE-147 refactor: Introduce shortcodes into self-host refactored to pseudo-fp format ( #22 )
...
* refactor: refactor all queries,mutations and subscriptions for shortcode module
* test: rewrote test cases for shortcodes
* chore: modified shortcode error code
* chore: created helper function to do shortcode type conversion in service file
* chore: simplifed logic to fetch user shortcodes with cursor pagination
* chore: removed migrations file
* chore: removed unused imports in shortcodes module
* chore: modified generateUniqueShortCodeID function
* chore: modified generateUniqueShortCodeID function
* chore: changed jwtService to use verify instead of decode
* docs: added teacher comments to all shortcodes service methods
* chore: removed stale test cases from shortcode modules
2023-02-22 17:40:53 +05:30
Jesvin Jose
82c6f6f6bc
fix: response time for requests via extension has incorrect value ( #2921 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-02-17 19:14:50 +05:30
Andrew Bastin
2545262fc2
chore: improve DispatchingStore typings for dispatch streams
2023-02-17 16:04:29 +05:30
Mir Arif Hasan
24dd535d9e
HBE-155 Common input-args for Pagination ( #19 )
...
* feat: common input-args added
* chore: move common input-types.args.ts into types folder
* fix: add gql InputType annotation
* docs: update field description
2023-02-16 11:58:07 +06:00
Andrew Bastin
b27fe871c4
refactor: improve type checking for DispatchingStore dispatch payloads
2023-02-14 14:17:00 +05:30
Andrew Bastin
cb5fff0310
fix: graphql collections not syncing on login
2023-02-14 10:29:43 +05:30
Mir Arif Hasan
b60d45ba76
HBE 145 - fixes cookie parse issue ( #17 )
...
* feat: handled cookie parsing
* chore: enum added
* chore: enum name updated
2023-02-10 12:39:04 +06:00
Andrew Bastin
7336a3d9c7
chore: bump backend prettier version
2023-02-09 18:05:41 +05:30
ankitsridhar16
c7829201e1
chore: commented out subscriptions
2023-02-09 17:31:54 +05:30
ankitsridhar16
63b6c76f51
chore: added review changes in resolver
2023-02-09 17:31:54 +05:30
ankitsridhar16
056a5df4e1
feat: bringing shortcodes from central to selfhost
2023-02-09 17:31:54 +05:30
Akash K
757d1add5b
feat: selfhost auth frontend ( #15 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-02-09 01:12:44 +05:30
Andrew Bastin
3cf3feb2ae
chore: updated dockerfile to install deps less
2023-02-08 22:50:37 +05:30
Mir Arif Hasan
46579900cd
feat: team invitation module added
2023-02-08 20:21:51 +06:00
Mir Arif Hasan
2d4a5a30f7
test: instance create error commenting mockFB
2023-02-08 20:21:51 +06:00
Mir Arif Hasan
2ed5a045de
feat: team request module added
2023-02-08 20:21:51 +06:00
Mir Arif Hasan
4b42496273
feat: teamCollection module added
2023-02-08 20:21:51 +06:00
Mir Arif Hasan
c5d8a446ae
feat: teamEnvironment module added
2023-02-08 20:21:51 +06:00
Mir Arif Hasan
9bee62ada9
feat: team module added
2023-02-08 20:21:51 +06:00
Liyas Thomas
d15caba4a6
chore: improve ui responsiveness
2023-02-08 18:57:52 +05:30
Liyas Thomas
536c8128dd
docs: update package description [skip ci]
2023-02-08 18:50:32 +05:30
Andrew Bastin
420359066e
Merge remote-tracking branch 'central/main'
2023-02-08 18:43:40 +05:30
Andrew Bastin
99918ee0c0
chore: prettier version bump and related fixes
2023-02-08 18:35:27 +05:30
Balu Babu
480e9ea3ec
Merge pull request #13 from hoppscotch/hotfix/subscriptions
...
Hotfix: fix subscription cookie issue
2023-02-08 16:46:49 +05:30
Balu Babu
2ee4029e04
chore: removed migrations in prisma
2023-02-08 15:50:02 +05:30
Balu Babu
edd186bdfe
chore: changed const names in subscriptionContextCookieParser
2023-02-08 15:48:40 +05:30
Liyas Thomas
864d40d934
chore: improved theme colors
2023-02-08 15:13:24 +05:30
Balu Babu
856752db21
chore: added env_file property to SH-backend docker-compose file
2023-02-08 14:41:05 +05:30
Balu Babu
7fde6db9d1
refactor: changed onConnect function in subscriptionHandler to decode cookies for subscriptions
2023-02-08 14:36:01 +05:30
Balu Babu
0aac046a0e
refactor: changed context to contain just req,res and connection objects for GraphQLModule
2023-02-08 14:27:24 +05:30
Balu Babu
1ad11adb94
chore: remved signed flag from cookie setter in auth/helper.ts
2023-02-08 14:25:05 +05:30
Balu Babu
505adea0ef
chore: changed jwt stratergy to use cookies instead of signedCookies
2023-02-08 14:24:16 +05:30
Balu Babu
9c64721bf0
refactor: refactored gql-user-decorator to work for subscriptions
2023-02-08 14:23:27 +05:30
Balu Babu
965fdad8b1
refactor: refactored gql-auth-guard to work for websocket based subscriptions
2023-02-08 14:20:51 +05:30
Balu Babu
a6d6589811
chore: removed SIGNED_COOKIE_SECRET from cookieParser in main.ts and .env.example files
2023-02-08 14:18:39 +05:30
Jesvin Jose
a227af05d9
feat: active tab no longer resets after request ( #2917 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
Closes https://github.com/hoppscotch/hoppscotch/issues/2080
2023-02-08 10:29:18 +05:30
amk-dev
3b7a16c439
Merge remote-tracking branch 'hoppscotch/hoppscotch/main'
2023-02-07 19:49:35 +05:30
Andrew Bastin
ce0898956d
chore: reintroduce updated auth mechanism
2023-02-07 19:21:06 +05:30
Jesvin Jose
cd72851289
refactor: cli updates ( #2907 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-02-07 17:47:54 +05:30
Balu Babu
6711d752e2
Merge pull request #9 from hoppscotch/feat/user-authentication
...
feat: introduce custom user authentication module
2023-02-02 19:09:47 +05:30
Balu Babu
65472bed54
test: fixed date issue in user-history test
2023-02-02 19:09:26 +05:30
Balu Babu
a188ad68ed
Merge branch 'main' into feat/user-authentication
2023-02-02 18:54:45 +05:30
Andrew Bastin
bb01afeb99
fix: jest crashing out on tests
2023-02-02 13:39:54 +05:30
Balu Babu
a1be3a3e77
chore: added nestjs version into auth module
2023-02-01 19:19:39 +05:30