Akash K
a33337ae0c
fix: handle user/not_found response from backend ( #72 )
2023-04-07 03:19:18 +05:30
Andrew Bastin
13aa456c3c
chore: merge hoppscotch/staging into self-hosted/main
2023-04-07 03:16:27 +05:30
Anwarul Islam
65a194a6d2
fix: shortcode data do not fetch or render ( #2972 )
2023-04-07 03:11:07 +05:30
Anwarul Islam
55e3dd3c18
fix: reset save context issue on delete collection or folder of team ( #2971 )
2023-04-07 03:06:30 +05:30
Nivedin
b88f496f4e
fix: team environment bug when logout ( #2970 )
2023-04-07 03:00:30 +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
Mir Arif Hasan
6cb3a2de43
feat: removed unused dockerfile ( #71 )
...
* feat: removed unused dockerfile
* chore: update env example
* chore: env example update
2023-04-06 19:04:44 +05:30
Akash K
47543e46f2
chore: disable export as secret gist in selfhosted ( #68 )
2023-04-06 15:39:31 +05:30
Andrew Bastin
abd7b4f0f4
chore: merge hoppscotch/staging into self-hosted/main
2023-04-06 15:25:36 +05:30
Anwarul Islam
8caf9f110b
feat: added scrollbar for tabs ( #2969 )
2023-04-06 15:20:16 +05:30
Akash K
1370b53726
chore: enable/disable features in platforms ( #2968 )
2023-04-06 15:06:33 +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
Andrew Bastin
46e204165d
chore: merge hoppscotch/staging into self-hosted/main
2023-04-05 21:49:59 +05:30
Nivedin
8590a9a110
fix: reordering last request bug and its UX ( #2967 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-04-05 21:35:14 +05:30
Anwarul Islam
62058d5dfe
fix: tabhead and scrolling issue ( #2966 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-04-05 21:26:42 +05:30
Andrew Bastin
9bfb965e63
chore: merge hoppscotch/staging into self-hosted/main
2023-04-05 16:37:44 +05:30
Nivedin
1d397af674
fix: move collection and request to bottom of list ( #2964 )
2023-04-05 15:38:57 +05:30
Nivedin
141a468808
chore: update header UI ( #2965 )
2023-04-05 15:30:47 +05:30
Andrew Bastin
47bfef958b
chore: merge hoppscotch/staging into self-hosted/main
2023-04-04 21:12:21 +05:30
Akash K
a24d724e2b
chore: load terms of service & privacy policy links from env variables ( #2963 )
2023-04-04 20:59:31 +05:30
Anwarul Islam
dd72eacd21
fix: no page rendering issue after navigating from rest page ( #2962 )
2023-04-04 20:48:32 +05:30
Joel Jacob Stephen
e27dc1f7a2
refactor: polishing of admin dashboard teams module ( #64 )
...
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com >
2023-04-04 13:48:02 +05:30
Akash K
ea847d7d32
chore: remove unwanted logs & use new gql generation for selfhosted-web ( #65 )
2023-04-04 04:18:29 +05:30
Andrew Bastin
87be0ef073
chore: merge hoppscotch/staging into self-hosted/main
2023-04-04 04:11:58 +05:30
Akash K
c3c3fc6720
chore: use IDs instead of Strings in graphql queries ( #2961 )
2023-04-04 04:10:32 +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
Andrew Bastin
71e1ada641
chore: merge hoppscotch/staging into self-hosted/main
2023-04-04 02:17:29 +05:30
Akash K
37a3b72025
chore: move analytics to platform ( #2960 )
2023-04-04 02:15:20 +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
97c3e6089d
feat: implement tabs syncing to selfhost-web ( #63 )
2023-04-01 18:46:54 +05:30
Akash K
8586ced3cc
feat: implement user history syncing for selfhost ( #60 )
2023-04-01 18:24:58 +05:30
Akash K
2b44ede92b
feat: implement user settings syncing for selfhost ( #59 )
2023-04-01 17:42:11 +05:30
Akash K
86a12e2d28
feat: implement collections syncing for selfhosted ( #42 )
2023-04-01 17:22:42 +05:30
Andrew Bastin
9d7509b4dd
chore: merge hoppscotch/staging into self-hosted/main
2023-03-31 01:07:56 +05:30
Anwarul Islam
defece95fc
feat: rest revamp ( #2918 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Nivedin <53208152+nivedin@users.noreply.github.com >
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-03-31 00:45:42 +05:30
Andrew Bastin
7b78d99ac4
chore: merge hoppscotch/staging into self-hosted/main
2023-03-30 15:14:59 +05:30
Akash K
dbb45e7253
chore: add removeDuplicateEntry dispatcher to history store ( #2955 )
2023-03-30 15:13:25 +05:30
Akash K
7286d3b94f
feat: add reqType to userHistoryDeletedMany subscription ( #61 )
2023-03-30 12:17:00 +05:30
Akash K
cc802b1e9f
chore: move history firebase things to hoppscotch-web ( #2954 )
2023-03-30 00:09:08 +05:30
Akash K
a66a2f5645
chore: move settings firebase things to platform ( #2953 )
2023-03-29 23:59:28 +05:30
Nivedin
885c0dc500
fix: sh-admin dashboard bugs and UI polish ( #56 )
2023-03-29 23:49:34 +05:30
Andrew Bastin
b826b53cee
chore: merge hoppscotch/staging into self-hosted/main
2023-03-29 21:03:52 +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
Akash K
39afeab5f8
refactor: make editFolder, editCollection take Partial collection as parameter ( #2952 )
2023-03-29 12:00:20 +05:30
Nivedin
b6950332ad
refactor: sh admin login polish ( #58 )
2023-03-28 23:33:50 +05:30
Mir Arif Hasan
ccdce37f88
fix: enum type fixes in SDL (HBE-183) ( #55 )
...
* fix: added reqType typed in sdl
* fix: updateUserSession type
2023-03-28 17:46:41 +06:00
Ankit Sridhar
9d6a7f709c
feat: introducing get team info by id in admin module as a query (HBE-182) ( #54 )
...
* feat: introducing get team info by id in admin module as a query
* chore: adding resolve field for admin
* chore: remove nullable false
* refactor: rename getTeamInfo to teamInfo
* refactor: make myRole nullable
2023-03-28 15:35:38 +05:30