Commit Graph

5040 Commits

Author SHA1 Message Date
Andrew Bastin
95948b49b2 fix: remember last window state 2023-11-07 09:51:44 +05:30
Andrew Bastin
7811f3b53e refactor: move download file out of common into platform 2023-11-07 02:36:27 +05:30
Andrew Bastin
2757722fd0 chore: merge hoppscotch/release/2023.8.3 into hoppscotch/feat/desktop 2023-11-06 17:45:08 +05:30
Andrew Bastin
4ebf850cb6 chore: bump version to 2023.8.3 2023-11-06 17:39:31 +05:30
Balu Babu
76af7d5e10 fix: mailer template issue (#3475) 2023-11-06 17:25:36 +05:30
Nicolas Merget
5428a73811 fix: add optional chaining for teamMembers to handle undefined team (#3484)
Co-authored-by: James George <jamesgeorge998001@gmail.com>
2023-11-06 11:25:39 +05:30
Anwarul Islam
4a154e6569 chore: fix spelling mistake on type import (#3487) 2023-11-06 11:25:03 +05:30
Liyas Thomas
dbbeb54754 chore: improve cookie modal ui (#3495) 2023-11-06 11:24:30 +05:30
Liyas Thomas
0aa5825d8b fix: cleanup ui and improve consistency in input elements (#3494) 2023-11-06 10:56:15 +05:30
Andrew Bastin
9b3d8046bf chore: update icons 2023-11-04 00:20:26 +05:30
Andrew Bastin
a471b250a3 chore: merge hoppscotch/release/2023.8.3 into hoppscotch/feat/desktop 2023-11-04 00:03:42 +05:30
Andrew Bastin
bdb63e99d5 fix: pin @lezer/highlight to 1.1.4 to prevent page breaks 2023-11-03 23:30:46 +05:30
Andrew Bastin
39b2dab3c9 fix: window controls not visible on macos when on light theme in dark mode 2023-11-03 15:10:03 +05:30
Andrew Bastin
cdf9c31935 fix: correct broken lockfile 2023-11-03 13:32:48 +05:30
Andrew Bastin
a1de73906a chore: add cookie support flag 2023-11-03 13:28:56 +05:30
Andrew Bastin
071a6330e4 feat: native interceptor can work with cookies 2023-11-03 13:28:15 +05:30
Andrew Bastin
654886b871 chore: update paths for app data file 2023-11-03 13:28:15 +05:30
Andrew Bastin
b29a62009b chore: remove non-required interceptors 2023-11-03 13:28:15 +05:30
Andrew Bastin
160b1ae406 chore: update package name 2023-11-03 13:28:15 +05:30
Andrew Bastin
ab52fcba6d chore: remove generated sitemap and robots 2023-11-03 13:28:15 +05:30
Andrew Bastin
636133168a chore: reduce build memory requirement to 4096MB 2023-11-03 13:28:15 +05:30
Andrew Bastin
2a4f6280bc fix: build errors on mac 2023-11-03 13:28:15 +05:30
Andrew Bastin
05c8a1aa30 fix: build issues on windows 2023-11-03 13:28:15 +05:30
Andrew Bastin
20ba4bed5d chore: rename localclient interceptor to native 2023-11-03 13:28:15 +05:30
Andrew Bastin
4587cee189 feat: initial desktop app commit 2023-11-03 13:28:13 +05:30
Andrew Bastin
e2b15cedd4 feat: clean up cookies implementation 2023-11-03 13:25:35 +05:30
Andrew Bastin
7fff08c142 feat: opt in to cookies footer entry 2023-11-03 13:25:33 +05:30
Andrew Bastin
3f1ca8f20b feat: cookie jar data is persisted and loaded 2023-11-03 13:23:20 +05:30
Andrew Bastin
d068da1341 chore: remove managed mode from edit cookie for now 2023-11-03 13:22:16 +05:30
Andrew Bastin
3e2d029ee3 feat: initial cookie ui implementation 2023-11-03 13:22:16 +05:30
Andrew Bastin
9ff42dd3a4 feat: implement initial cookie service 2023-11-03 13:22:14 +05:30
Andrew Bastin
6221e125b1 chore: add supportsCookies field to interceptors 2023-11-03 13:20:45 +05:30
James George
8175ec640a chore(data): bump dependencies (#3473) 2023-11-02 23:53:52 +05:30
James George
b5307e4a89 chore(common): implement enforced pre-commit type checks for FE service files (#3472) 2023-11-02 23:37:27 +05:30
Akash K
19294802be fix: graphql page crashing and broken syntax highlighting (#3488) 2023-11-02 23:10:37 +05:30
Andrew Bastin
cbe3e14b47 refactor: versioning and migration mechanism for public data structures (#3457)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
2023-11-02 18:54:16 +05:30
Gaurav K P
01df1663ad fix(common): handle false negatives in url validation (#3465) 2023-11-01 22:23:33 +05:30
Nivedin
abd5288da8 refactor: move sentry to platform (#3451) 2023-11-01 18:17:55 +05:30
Michel Tomas
a89bc473f6 fix(self-hosted/web): add "useCredentials: true" to Vite PWA options (#3460) 2023-11-01 09:46:20 +05:30
Andrew Bastin
57cb59027b chore: bump codemirror dependencies 2023-10-19 13:37:07 +05:30
Joel Jacob Stephen
7a9f0c8756 refactor: improvements to the auth implementation in admin dashboard (#3444)
* refactor: abstract axios queries to a separate helper file

* chore: delete unnecessary file

* chore: remove unnecessary console logs

* refactor: updated urls for api and authquery helpers

* refactor: updated auth implementation

* refactor: use default axios instance

* chore: improve code readability

* refactor: separate instances for rest and gql calls

* refactor: removed async await from functions that do not need them

* refactor: removed probable login and probable user from the auth system

* refactor: better error handling in login component

* chore: deleted unnecessary files and restructured some files

* feat: new errors file with typed error message formats

* refactor: removed unwanted usage of async await

* refactor: optimizing the usage and return of promises in auth flow

* refactor: convey boolean return type in a better way

* chore: apply suggestions

* refactor: handle case when mailcatcher is not active

---------

Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: James George <jamesgeorge998001@gmail.com>
2023-10-16 18:14:02 +05:30
Balu Babu
46caf9b198 refactor: removed all instances of rejectOnNotFound in prisma queries (#3377)
* chore: removed rejectOnNotFound property from prisma query in team-enviroment method

* chore: fixed issues with test cases in team-environment module

* chore: changed target of hoppscotch-old-backend service back to prod
2023-10-16 14:04:03 +05:30
Mir Arif Hasan
f5db54484c HBE-266 Update NestJS packages (#3389)
* build: update npm nest packages

* build: removed depricated apollo-server-plugin package

* build: pnpm-lock file added

* build: swc integrated

* Revert "build: swc integrated"

This reverts commit 803a01f38f210dfbcd603665893d29af565c8908.

* feat: upgrade graphql* packages version

* feat: upgrade point release

* feat: update pnpm-lock file
2023-10-16 12:23:55 +05:30
Mir Arif Hasan
8deb6471b9 HBE-270 Test-Case timestamp issue fix in backend (#3415)
test: timestamp issue fix in user-history
2023-10-16 12:11:15 +05:30
Liyas Thomas
73b3ff8e41 feat: improve import-export UI (#3452)
* chore: uniform styles across components

* chore: removed absolute wrapper divs

* feat: add import button when graphql collections are empty

* chore: add icon for button

---------

Co-authored-by: nivedin <nivedinp@gmail.com>
2023.8.2
2023-10-13 17:57:14 +05:30
James George
016a18d3b2 fix(common): use tab service within helpers (#3448) 2023-10-12 13:15:45 +05:30
Anwarul Islam
ba31cdabea feat: tab service added (#3367) 2023-10-11 18:21:07 +05:30
Nivedin
51510566bc refactor: add import buttons in empty state for collections & environments (#3438) 2023-10-11 11:08:51 +05:30
Anwarul Islam
cabee0ecc8 fix: memory leak issue on TeamInvite modal (#3440)
* fix: memory leak issue

* feat: added rerun ability

* chore: lint fix
2023-10-11 07:59:12 +05:30
Anwarul Islam
2c2b39a236 feat: no permission warning added for users except owner while deleting team (#3328)
* feat: no permission warning added
* chore: changed to function reference
2023-10-09 19:31:48 +05:30