Anwarul Islam
09d1663f81
feat: picture component moved to hoppscotch-ui ( #3032 )
2023-05-11 14:09:38 +05:30
Anwarul Islam
f43b6e7cff
Fix issue with disappearing tab when opening request tabs with long text in body/script ( #3030 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-05-11 14:09:38 +05:30
Akash K
6581eb4fd1
fix: update the hoppscotch-sh-admin magic link route to match hoppscotch-app ( #3029 )
2023-05-11 14:09:38 +05:30
Nivedin
caedfe5c1e
fix: pane layout broken when wrap line is off ( #3027 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-05-11 14:09:38 +05:30
Liyas Thomas
f6a234aaf9
docs: updated screenshots ( #3046 )
2023-05-10 19:17:47 +05:30
Andrew Bastin
8450fb6596
chore: release 2023.4.1
2023-04-23 16:44:51 +05:30
Anwarul Islam
41fa3b5a8c
fix: wrong tab selected after navigating from different route ( #3012 )
2023-04-23 16:06:11 +05:30
Nivedin
522de45a62
fix: request name not updating in the save request modal ( #3010 )
2023-04-23 15:47:06 +05:30
Anwarul Islam
4acc4b2dda
fix: language switching issue to en from slug ( #3006 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-04-22 16:22:30 +05:30
Liyas Thomas
c1f4855daf
fix: non-prettified output on large JSON objects ( #3008 )
2023-04-21 21:09:25 +05:30
Nivedin
3506e96cfd
fix: selected env changed while sidebar collapsed ( #3002 )
2023-04-21 20:27:04 +05:30
Liyas Thomas
b42a94ed77
chore: use auto-imported icons ( #2998 )
2023-04-21 20:20:22 +05:30
Liyas Thomas
80da790a3c
chore: improve tabs scrollbar & unsaved request indicator ( #3003 )
2023-04-21 20:08:43 +05:30
Liyas Thomas
d6c706d0f9
fix: unwanted transitions caused pane layout shift ( #2988 )
2023-04-21 19:55:59 +05:30
Liyas Thomas
bd09a6ac45
i18n: updated locales to reflect latest strings ( #2989 )
2023-04-19 13:56:15 +05:30
Liyas Thomas
4ada31b20e
docs: added border to screenshots ( #2987 )
2023-04-18 23:14:52 +05:30
Liyas Thomas
5d8b55e96b
docs: fixed broken documentation links ( #2997 )
2023-04-18 23:14:06 +05:30
Liyas Thomas
eab4893aa2
docs: updated screenshots ( #2984 )
2023-04-13 22:50:53 +05:30
Andrew Bastin
a8f0a8a253
chore: remove hoppscotch-web from self-hosted
2023-04-11 18:31:08 +05:30
Andrew Bastin
b68115d3b2
refactor: change user collections min title length to 1
2023-04-11 15:40:26 +05:30
Akash K
c353d60ddc
refactor: refactor collection to not use mapper ( #80 )
2023-04-11 15:09:32 +05:30
Andrew Bastin
5d1337f15d
chore: merge central/staging into self-hosted/main
2023-04-11 14:37:45 +05:30
Akash K
eeee8af806
chore: changes to support id based syncing for collections ( #2977 )
2023-04-11 14:30:01 +05:30
Andrew Bastin
61b9aca746
chore: update ci actions
2023-04-10 13:14:47 +05:30
Joel Jacob Stephen
c4358b91a2
fix: changed vite icon to hoppscotch icon and changed title in admin dashboard ( #82 )
2023-04-10 13:07:59 +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
Andrew Bastin
e88e6a7bcd
chore: run vite and gql-codegen in parallel on selfhost-web dev mode
2023-04-09 22:52:02 +05:30
Andrew Bastin
9d9bf84c3f
chore: set sh-admin and selfhost-web version to 2023.4.0
2023-04-09 22:29:23 +05:30
Andrew Bastin
f7e170865d
chore: merge hoppscotch/staging into self-hosted/main
2023-04-09 21:58:58 +05:30
Andrew Bastin
80a5d21576
chore: set web and common versions to 2023.4.0 and remove workspace package version specifiers
2023-04-09 21:42:25 +05:30
Akash K
45c84beb81
fix: environments being duplicated ( #77 )
2023-04-09 14:50:12 +05:30
Andrew Bastin
4a4ee19ba9
chore: merge hoppscotch/staging into self-hosted/main
2023-04-09 14:32:34 +05:30
Akash K
f1a812dae2
refactor: add optional ids to environments ( #2974 )
2023-04-09 14:30:42 +05:30
Joel Jacob Stephen
a4781d5882
refactor: load terms and privacy policy from env variables in dashboard login page ( #79 )
2023-04-08 16:51:48 +05:30
Nivedin
0dba28c388
chore: admin-dashboard team page UI polish ( #75 )
2023-04-08 16:48:33 +05:30
Joel Jacob Stephen
67f7e6a6d2
fix: dashboard auth redirection and magic link login issues ( #76 )
...
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com >
2023-04-08 15:22:39 +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
Joel Jacob Stephen
e54f837b83
fix: admin dashboard bugs ( #74 )
2023-04-07 03:23:55 +05:30
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
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