Yingrong Zhao
aaf3283b4e
satellite/console: referral link for individual users ( #2614 )
...
* init
* change give credit to be invitee credits for free credits
* remove unused variables
* fix tests
2019-07-23 12:08:07 -04:00
Nikolay Yurchenko
9204c57c06
markup for add stripe card popup ( #2570 )
2019-07-22 18:28:38 +03:00
Vitalii Shpital
30eeb64816
web/satellite add card button on account payment methods disabled ( #2613 )
2019-07-22 17:26:23 +03:00
Vitalii Shpital
499b5db83e
web/satellite info button on create account screen fixed (tooltip created) ( #2612 )
2019-07-22 17:21:24 +03:00
Yehor Butko
6143be5915
V3-1839 web satellite auth cookie subdomain differentiation ( #2601 )
...
* V3-1839 web satellite auth cookie subdomain differentiation
2019-07-22 12:46:26 +03:00
Yingrong Zhao
6778caf846
satellite/console: add referral link logic ( #2576 )
...
* setup referral route
* referredBy
* add user id
* modify user query
* separate optional field from userInfo
* get current reward on init of satellite gui
* remove unsed code
* fix format
* only apply 0 credit on registration
* only pass required information for rewards
* fix time parsing
* fix test and linter
* rename method
* add todo
* remove user referral logic
* add null check and fix format
* get current offer
* remove partnerID on CreateUser struct
* fix storj-sim user creation
* only redeem credit when there's an offer
* fix default offer configuration
* fix migration
* Add helper function for get correct credit duration
* add comment
* only store userid into user_credit table
* add check for partner id to set correct offer type
* change free credit to use invitee credits
* remove unecessary code
2019-07-19 14:22:10 -04:00
Vitalii Shpital
ff31f865a1
web/satellite hover to cross buttons added ( #2603 )
2019-07-19 18:59:15 +03:00
Vitalii Shpital
17a2e81af6
web/satellite buckets empty state and search bugs fixed ( #2597 )
2019-07-19 16:40:42 +03:00
Yehor Butko
af93366fb0
V3-2076 Do not allow users to type more than the allowed number of ch… ( #2600 )
...
* V3-2076 Do not allow users to type more than the allowed number of characters in the create project name field
2019-07-19 16:32:01 +03:00
Yehor Butko
8fb70aed11
Satellite frontend refactoring ( #2537 )
...
Satellite frontend refactoring
2019-07-18 16:39:39 +03:00
Vitalii Shpital
20a7748fb3
web/satellite close cross symbol bug fixed ( #2583 )
2019-07-17 17:33:07 +03:00
Bogdan Artemenko
32e0227c45
Project Payment methods ( #2037 )
2019-07-10 23:29:26 +03:00
Nikolay Yurchenko
8f024b3db8
scss beautification ( #2499 )
2019-07-10 12:55:40 +03:00
Vitalii Shpital
aefb775061
frontend template tabs fixed ( #2497 )
2019-07-09 18:04:51 +03:00
Bogdan Artemenko
e81e25c271
Web satellite master fix ( #2495 )
2019-07-09 16:51:33 +03:00
Vitalii Shpital
93cd05d600
error icon changed ( #2475 )
2019-07-08 22:46:57 -04:00
Yehor Butko
dbc07fa865
Satellite frontend tabs fixed ( #2465 )
...
* Satellite frontend tabs fixed
2019-07-08 16:45:25 +03:00
Yehor Butko
b5f8a536e5
Satellite console frontend data reload ( #2457 )
...
* Satellite console frontend data reload
* removing deleted projects, code formatted
* usage report code formatted
* removing commented code
2019-07-05 16:49:10 +03:00
Egon Elbre
05a283f331
jenkins: disallow files over 600KB ( #2323 )
2019-06-26 08:44:52 +02:00
Yaroslav Vorobiov
841bb83a6a
fix ts lint build error ( #2325 )
2019-06-25 08:11:04 -04:00
Yingrong Zhao
5fb2e01912
web/satellite: create ReferralStats component ( #2309 )
...
* create referral stats component
* add title
* add copyright
* use correct font
2019-06-24 13:40:59 -04:00
Nikolay Yurchenko
20041d43ba
hovers on icons, apikey name errormessage added ( #2307 )
2019-06-24 18:50:07 +03:00
Yingrong Zhao
1c2067a090
Create graphql query for getting user credit usage ( #2255 )
...
* set up creditUsage query
* rename function name to follow convention
* remove unused code
* add coipyright
* fix linting
2019-06-20 09:09:50 -04:00
Yaroslav Vorobiov
503b951bcd
modify build scripts for satellite ui ( #2228 )
2019-06-18 16:36:54 +03:00
Yaroslav Vorobiov
78db9d2780
Fix project email sign in and project links and comments ( #2166 )
2019-06-18 13:49:11 +03:00
Egon Elbre
f4f776d092
Use mail.test as domain in emails ( #2224 )
2019-06-18 02:28:40 +02:00
Yingrong Zhao
1a5483221a
add fake id so there's always a segment instance created on Vue ( #2214 )
2019-06-14 18:33:44 +03:00
Yingrong Zhao
7a68b10904
fix satellite gui build ( #2204 )
2019-06-14 15:34:18 +03:00
Yingrong Zhao
ec63204ab1
fix export name for DatePicker ( #2185 )
2019-06-13 16:04:48 +02:00
Yingrong Zhao
6a826c53c5
fix satellite gui build issue ( #2181 )
...
* move import statement out from declare module
* delete unused component
2019-06-12 13:39:48 -04:00
Yingrong Zhao
df1401d952
add segment.io into satellite GUI ( #1946 )
...
* Inject segment snippet
* Add page tracking on components mounted
* Use router state to send tracking data to segment.io
Move router tracking into router file
* Create plugin for analytics
* Add plugin
* Add .env file for segment track id
* Replace custome plugin with vue-segment-analytics package
* Rename .env file to not be used for production
* Add DNT check before tracking
clean up code
* move tracker to be above page reload
* Inject segment snippet
* Add page tracking on components mounted
* Use router state to send tracking data to segment.io
Move router tracking into router file
* Create plugin for analytics
* Add plugin
* Add .env file for segment track id
* Replace custome plugin with vue-segment-analytics package
* Rename .env file to not be used for production
* Add DNT check before tracking
clean up code
* move tracker to be above page reload
2019-06-11 15:00:23 -04:00
Bogdan Artemenko
30784484c8
Fixed error notification on fail project member deletion. ( #2148 )
2019-06-07 13:56:07 +03:00
VitaliiShpital
f69f7b2d58
frontend bug fixes ( #2127 )
...
* frontend bug fixes
* removed redundant styles
* removed redundant media styles
2019-06-06 12:38:32 -04:00
Bogdan Artemenko
206c3a20fa
Web/reload issue ( #2139 )
2019-06-06 18:40:17 +03:00
Bogdan Artemenko
0fc8fd533d
Web/register success popup close issue ( #2141 )
...
* Added succesful registration popup id to Add index ids.
2019-06-06 18:34:02 +03:00
VitaliiShpital
7bd6767220
api keys text bug fixed ( #2114 )
2019-06-05 11:58:32 +03:00
VitaliiShpital
fbdff0fad8
nobuckets state implemented ( #2110 )
2019-06-04 16:04:17 +03:00
Yaroslav Vorobiov
79a0085103
Fix storage and object_count calculations on console ( #2081 )
2019-06-03 15:54:06 +03:00
Nikolay Yurchenko
5062436846
Account settings page rework ( #2007 )
2019-06-03 15:19:48 +03:00
Nikolay Yurchenko
8918a14bbf
add payment popup added ( #2032 )
2019-05-29 19:22:16 +03:00
Yaroslav Vorobiov
20782d75bd
Fix dates source on UsageReport page ( #2070 )
2019-05-29 12:00:33 +02:00
Yaroslav Vorobiov
4463153f46
Console rollup period fix ( #1833 )
2019-05-16 17:38:55 +03:00
Brandon Iglesias
46e19954ba
updating words to be accurate on GUI ( #1971 )
2019-05-16 08:41:56 -04:00
Yaroslav Vorobiov
2d2301d5ff
Console buckets page ( #1847 )
2019-05-16 13:43:46 +03:00
Nikolay Yurchenko
ae24778ef7
Billing markup and project page rework ( #1963 )
2019-05-15 18:01:41 +03:00
Bogdan Artemenko
38acc4dba6
Resend account activation email ( #1961 )
2019-05-15 11:28:36 +03:00
Nikolay Yurchenko
eac18352f3
headers in team and apiKeys pages aligned ( #1893 )
2019-05-14 18:29:11 +03:00
Bogdan Artemenko
78c86a8760
Back to login pop-up issue ( #1962 )
2019-05-14 17:53:44 +03:00
Bogdan Artemenko
f46487b015
ResetPassword Table and all CRUD methods. ( #1916 )
2019-05-13 18:53:52 +03:00
Nikolay Yurchenko
dd45fb54ea
Uplink CLI link added to popup ( #1894 )
2019-05-07 16:25:35 -04:00
Yehor Butko
ba78ad8c0b
V3-1243 audit all node code and vulnerabilities part 1 ( #1881 )
2019-05-02 16:48:47 +03:00
Nikolay Yurchenko
ff50a2ba11
[V3-1556],[V3-1589],[V3-1550], popup fixed ( #1851 )
2019-05-02 12:54:48 +03:00
Nikolay Yurchenko
42116594d1
[V3-1614] Account settings rework ( #1831 )
2019-04-26 01:06:19 +10:00
Nikolay Yurchenko
7300bfbebd
[V3-1315] link bug fix ( #1392 )
2019-04-25 23:08:00 +10:00
Yehor Butko
4185f2d8ac
satellite bugfix ( #1816 )
...
* satellite bugfix
2019-04-23 17:46:54 +03:00
Nikolay Yurchenko
78dedbb5bb
search input and button swapped ( #1643 )
2019-04-24 00:06:33 +10:00
Yaroslav Vorobiov
f7409ab52b
Change time params to UNIX timestamp in console usage-report query ( #1757 )
2019-04-23 15:56:15 +03:00
Bogdan Artemenko
6e88f410e7
Implemented send email for support from static email. ( #1780 )
...
* Implemented send email for support from static email.
* Removed redundant 'LetUsKnow' reference.
2019-04-19 13:51:11 +03:00
Nikolay Yurchenko
bdce253c97
Web minor fixes for deploy ( #1731 )
2019-04-10 21:27:55 -04:00
Bogdan Artemenko
6a50b187eb
Implemented password reset on satellite console web. ( #1665 )
2019-04-10 22:16:10 +03:00
Yehor Butko
ba891538af
V3-1399 Error messages ( #1715 )
...
* V3-1399 Error messages
2019-04-10 03:15:12 +03:00
Yaroslav Vorobiov
71843632a0
Console add bucket usage report ( #1706 )
2019-04-09 19:14:19 -04:00
Nikolay Yurchenko
b14e7c3765
copyrights and design changes, search inputs changed ( #1684 )
2019-04-09 01:34:28 +03:00
Bogdan Artemenko
5c0c0466ce
Fixed initial team members fetch on login. ( #1696 )
2019-04-08 13:19:57 -04:00
JT Olio
98cec8f2de
web interface small word fixes ( #1694 )
...
Change-Id: I066e8977b730245ce0f0dcd2db74ee448bb72f00
2019-04-08 12:17:03 -04:00
Yehor Butko
f4430f9063
Satellite frontned empty states ( #1682 )
...
* V3-1421 Empty State Pages in no Project Case
2019-04-05 18:08:14 +03:00
Yaroslav Vorobiov
bc7848fcaf
add project usage to web app ( #1669 )
2019-04-05 14:24:34 +03:00
Nikolay Yurchenko
48c4ac1260
Storj branding changes ( #1655 )
2019-04-03 19:25:18 +03:00
Nikolay Yurchenko
5134766d57
Web usage report markup ( #1409 )
2019-04-02 22:33:03 +03:00
Nikolay Yurchenko
ab1371d6ad
Web forgot password flow markup ( #1627 )
2019-04-02 16:38:57 +03:00
Nikolay Yurchenko
42aad35b07
Moved templates and styles for Login, Register and Navigation ( #1624 )
2019-04-01 14:24:45 +03:00
Yehor Butko
66a7d6bf3a
Satellite password check simplification ( #1610 )
2019-03-29 19:42:20 +02:00
Yehor Butko
e68c3e9c0d
Satellite console team members fetch bug ( #1540 )
...
* fetch project memebrs after project creation
* fetch fixed
2019-03-29 12:46:42 +02:00
Yehor Butko
86bf3dee9f
V3-1307 combine first and last name to full name ( #1569 )
...
* V3-1307 combine first and last name to full name
2019-03-27 14:33:32 +02:00
Nikolay Yurchenko
02e07c8c65
web header design changes ( #1575 )
2019-03-26 18:56:38 +02:00
Bogdan Artemenko
29ba210c6a
Rename fonts to make it name more general. ( #1577 )
...
* Renamed fonts to make it name more general.
2019-03-26 18:38:35 +02:00
Yaroslav Vorobiov
b2b86bee56
[V3-1366] Email project name bug ( #1571 )
2019-03-26 17:56:16 +02:00
Nikolay Yurchenko
316bfed043
Api key name visual reduction ( #1534 )
2019-03-20 18:31:01 +02:00
Nikolay Yurchenko
26da16be2f
Web auth pages redesign ( #1532 )
2019-03-20 18:16:30 +02:00
Yehor Butko
0432f8f14d
V3-1289 API keys fetch bug ( #1531 )
2019-03-20 13:31:00 +02:00
Nikolay Yurchenko
7dbdf89f1a
Web buckets page markup ( #1471 )
2019-03-14 14:48:43 +02:00
Yehor Butko
3ab696164f
Satellite console new activation flow ( #1421 )
...
Satellite console new activation flow
2019-03-08 16:01:11 +02:00
Nikolay Yurchenko
e0dd5d224a
Activation status pages ( #1419 )
2019-03-07 13:50:33 +02:00
Yehor Butko
af86d8e368
V3-1095 Update service to send invitations in project ( #1412 )
...
* V3-1095 Update service to send invitations in project
2019-03-06 17:42:19 +02:00
Bogdan Artemenko
467fe3f700
Implemented API keys fetch on login. ( #1406 )
...
Implemented API keys fetch on login and reload.
2019-03-05 13:51:59 +02:00
Yehor Butko
3e2c101bd8
V3-1152 Node bootstrap web backend ( #1327 )
...
* V3-1152 Node bootstrap
2019-03-05 12:38:21 +02:00
Yaroslav Vorobiov
a30ba4eca8
Add mail service to the satellite ( #1302 )
2019-03-02 17:22:20 +02:00
JT Olio
01031fdcdc
web ui: change default graphql endpoint ( #1393 )
...
this default graphql endpoint works whenever the satellite is hosting the npm built assets.
2019-03-01 21:35:31 +01:00
Philip Hutchins
1f452e67dc
Adding dockerfile for running the web UI for Satellite ( #1366 )
...
* Adding dockerfile for running the web UI for Satellite
* Updating to work with Makefile and from root directory of repo
* Updating satellite ui build process to run in a more production like mode by generating the assets the pulling those into the satellite container
* Updates to allow external traffic to UI, updates to storagenode for identity creation, and logging for bug tracking
* Adding auto cert generation for storagenode
* removing satellite-ui-image from main images flow in Makefile and adding latest tag to docker build for it
* Adding solid defaults, tuning dockerfiles, and moving to standard logging methods
* Updating logging to be more standard
* Updating to logger.Debug
* Removing unused library and unused identity creation code
Change-Id: I956453037e303693ea37f94318180af0ab7984d5
2019-02-28 13:18:53 -07:00
Bogdan Artemenko
ff172190b0
Satellite web create project flow ( #1338 )
...
* Moved router endpoints to constants.
* Updated create new project user flow.
* Added auto selection of newly created project.
2019-02-21 16:14:18 +02:00
Bogdan Artemenko
d73b7b5fd0
Added number of overall API Keys. ( #1336 )
...
* Added number of overall API Keys.
2019-02-21 13:01:52 +02:00
Bogdan Artemenko
f552e7bc08
Satellite web unit tests fix ( #1335 )
...
* Fixed satellite web store unit test return value.
* Fixed satellite web 'user' store unit test return value.
2019-02-20 17:56:05 +02:00
Egon Elbre
4c1db6c6f6
Fixed satellite web store unit tests return value ( #1332 )
2019-02-20 16:04:55 +02:00
Egon Elbre
b4e9d7eefe
linting satellite code ( #1331 )
...
* ignore coverage folder
* add ident constraint to tslint.json
* npm run lint
* add missing empty line
* fix hasInputError lint
2019-02-20 15:33:56 +02:00
Nikolay Yurchenko
df20597f67
[V3-1113] empty search result area bug fixed ( #1303 )
2019-02-15 23:19:17 +10:00
Bogdan Artemenko
b7d377bafb
Fixed Input deletion on Add Team Member Popup. ( #1316 )
2019-02-14 18:02:22 +02:00
Bogdan Artemenko
ad95d881c7
Implemented Multiple API key deletion. Added Notification for API key deletion result. ( #1298 )
...
* Implemented Notification for API key deletion result.
* Moved several API keys deletion to Service side.
2019-02-13 13:34:40 +02:00
Yehor Butko
8156d911fa
Updating account activation flow ( #1251 )
...
* Updating account activation flow
* Updated integration tests, createUserMutation updated
* removing redundant index
* removed redundant testing code
* review comments fixed
2019-02-11 12:33:56 +02:00
Bogdan Artemenko
4493e5ef43
Changed graphQL port to default 10100. ( #1265 )
2019-02-07 18:01:30 +02:00
Nikolay Yurchenko
987c112b02
web satellite popups changed ( #1262 )
2019-02-08 00:13:12 +10:00