NBTX
41c82e1ea9
Remove legacy proxy server middleware
2019-10-25 21:14:49 +01:00
NBTX
f51bcc2406
Add the proxy server
2019-10-25 20:54:27 +01:00
NBTX
0673cf0bbb
Re-order sections and add toggle for including authentication in URL
2019-10-25 17:03:50 +01:00
Liyas Thomas
27d3e9e6b7
✏️ Better Save request modal
2019-10-25 14:49:47 +05:30
Liyas Thomas
a09d7d76d3
: rotating_light: Lint
2019-10-25 13:44:34 +05:30
Liyas Thomas
96adfa0b5a
Fix #212 Clear bearer token value ( #213 )
...
Fix #212 Clear bearer token value
2019-10-25 12:08:49 +05:30
RifqiAlAbqary
4ee7ff45e3
Fix #212 Clear bearer token value
2019-10-25 11:44:53 +09:00
Liyas Thomas
2f47fc534d
Merge pull request #209 from vlad0337187/feature/allow-collections-importing
...
Work in Progress: feature/allow-collections-importing
2019-10-24 19:14:12 +05:30
vlad0337187
bd64e4a45b
refactor, fix: split 'components/collections/saveRequest.vue' to 'editRequest', 'saveRequestAs'; fix saving bugs
2019-10-24 13:46:18 +03:00
vlad0337187
3743ff96ff
refactor: split 'components/collections/addFolder.vue' to 'addFolder', 'editFolder'
2019-10-24 05:20:52 +03:00
vlad0337187
932b92e67d
refactor: split 'components/collections/addCollection.vue' to 'addCollection', 'editCollection'
2019-10-24 02:38:52 +03:00
vlad0337187
770556aa74
feature: allow importing collections from local JSON files
2019-10-23 23:11:11 +03:00
Liyas Thomas
26bc275f0f
Merge pull request #208 from vlad0337187/fix/collection-is-empty-label
...
fix: don't display 'Collection is empty' label if collection has any requests
2019-10-24 00:40:35 +05:30
vlad0337187
ae8dccf292
fix: don't display 'Collection is empty' label if collection has any requests
2019-10-23 20:49:47 +03:00
Liyas Thomas
9e9a73efc6
💄 Minor UI updates
2019-10-23 15:22:42 +05:30
Liyas Thomas
94364f0dad
🎨 UI tweaks, added empty state prompts in Collections
2019-10-23 12:34:28 +05:30
Liyas Thomas
635c82c316
✨ Added 'Export JSON' button to download collections as json file
2019-10-23 08:54:05 +05:30
Liyas Thomas
e2bae8a61f
Merge pull request #207 from liyasthomas/feature/log-errors
...
Feature/log errors
2019-10-23 07:25:50 +05:30
Nicholas Palenchar
93300a4932
update toast error
2019-10-22 21:48:55 -04:00
Nicholas Palenchar
613f3c5cbc
closes #206 always display errors in the console
2019-10-22 21:24:08 -04:00
Liyas Thomas
04f55cd9c4
Formatting exported Collection
2019-10-23 03:37:44 +05:30
Liyas Thomas
7f7d509212
Merge pull request #205 from hosseinnedaee/code_refinment
...
Use returned value from toggle component on change event
2019-10-23 02:56:56 +05:30
Hossein Nedaee
cbbc0e5efa
Use returned value from toggle component on change event
2019-10-22 23:04:17 +03:30
Liyas Thomas
3208cec882
🎨 Minor UI update on collections
2019-10-22 21:27:48 +05:30
Liyas Thomas
4b3cee7f43
💄 UI stylings
2019-10-22 17:32:26 +05:30
Liyas Thomas
705fd9971f
Merge pull request #176 from TheHollidayInn/feat/collections
...
Collections
2019-10-22 14:49:53 +05:30
Liyas Thomas
ee58075d3f
🎨 Basic stylings
2019-10-22 14:43:54 +05:30
thehollidayinn
7ad6cd83db
Added save selected request.
2019-10-21 23:07:35 -06:00
thehollidayinn
3f5307ef79
Added export modal.
2019-10-21 23:00:13 -06:00
thehollidayinn
b244ee8580
Save icon.
2019-10-21 22:52:01 -06:00
thehollidayinn
16bcb65d94
Updates to editing request.
2019-10-21 22:50:09 -06:00
Liyas Thomas
1b9db42114
⚡ Better Proxy toast prompt
2019-10-21 15:50:05 +05:30
Liyas Thomas
de63ff558d
💩 Badges
2019-10-21 11:22:57 +05:30
Liyas Thomas
307daf2a7a
⚡ Better tooltip color, Added scroll to History section
2019-10-20 15:48:07 +05:30
John Harker
5e551b4ffe
Merge pull request #201 from NBTX/master
...
Fix proxy URL
2019-10-20 02:23:46 +01:00
NBTX
f6316ca956
Fix proxy URL
2019-10-20 02:22:24 +01:00
Liyas Thomas
4d764b6bac
Merge pull request #200 from NBTX/master
...
Fix CORS and Mixed-Content issue & Bug Fixes
2019-10-20 06:43:28 +05:30
Liyas Thomas
1070260476
Merge pull request #199 from hosseinnedaee/Proxy_Server
...
Fix CORS and mixed content issue
2019-10-20 06:36:54 +05:30
NBTX
f839189121
Fix CORS and Mixed-Content issue & Bug Fixes
...
This fixes the following issues:
- Text selection color was incorrect
- The 'send again' button glitched on page load
This also adds some finishing touches to the proxy code (closes #199 )
and that in turn resolves #175 and resolves #2
Finally, this adds the fonts to the application assets allowing
them to be cached by the service worker.
2019-10-20 02:00:41 +01:00
John Harker
a73d8053b1
Merge pull request #2 from hosseinnedaee/Proxy_Server
...
Proxy server
2019-10-20 00:16:03 +01:00
Hossein Nedaee
395029489a
Use vue router to link proxy toast to settings page
2019-10-20 00:19:07 +03:30
Hossein Nedaee
1c99ffa3cc
Create and use proxy server middleware
...
Because
- Get over of CORS and mixed content browser errors
2019-10-19 23:27:16 +03:30
Liyas Thomas
18178741c8
✏️ Added new collaborators
2019-10-19 19:43:45 +05:30
Liyas Thomas
6bf9fc29e7
Merge pull request #198 from liyasthomas/dependabot/npm_and_yarn/start-server-and-test-1.10.6
...
⬆️ Bump start-server-and-test from 1.10.5 to 1.10.6
2019-10-19 05:49:48 +05:30
dependabot-preview[bot]
299d8bbc90
⬆️ Bump start-server-and-test from 1.10.5 to 1.10.6
...
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test ) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases )
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.5...v1.10.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-19 00:14:27 +00:00
Liyas Thomas
7c37123216
Merge pull request #197 from AndrewBastin/master
...
Added Tooltips
2019-10-19 05:08:19 +05:30
Andrew Bastin
ab06ee6bd4
Added tooltip for Settings icon on the header
2019-10-18 16:30:40 -04:00
Andrew Bastin
719928f5e5
Icons in the history entries have tooltips now
2019-10-18 16:29:54 -04:00
Andrew Bastin
0d55dc2b38
Added tooltip styling
2019-10-18 16:29:24 -04:00
Andrew Bastin
b229bf6197
Registered v-tooltip dependency with Vue
2019-10-18 16:28:51 -04:00