Commit Graph

97 Commits

Author SHA1 Message Date
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
3e90b9e3b8
V3-1284 Node bootstrap web frontend (#1405)
* V3-1284 Node bootstrap web frontend
2019-03-05 13:19:43 +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
Bogdan Artemenko
899b064a59
Added congratulations page after registration. Implemented Account confirmation argument validation. (#1253)
* Added congratulations page after registration. Implemented Account confirmation argument validation.
2019-02-07 09:12:20 +02:00
Yaroslav Vorobiov
ba07f337c0
Satellite api keys frontend (#1039)
* api keys frontend

* fix linter

* fixes, copy to clipboard, disable account activation

* activation is removed in https://github.com/storj/storj/pull/1143
2019-02-01 18:19:30 +02:00
Nikolay Yurchenko
21c6cbccdd
registration success popup markup (#1191) 2019-01-31 22:38:48 +10:00
Bogdan Artemenko
e5a9a73859
Updated text fields through all project (#1179)
Updated text fields through all project
2019-01-31 14:23:04 +02:00
Nikolay Yurchenko
c5047f2364
[V3-1089] [V3-1090] email markups (#1176) 2019-01-31 00:37:27 +10:00
Nikolay Yurchenko
706ee462a6
[V3-1096] web satellite ui changes and fixes (#1168) 2019-01-30 23:18:07 +10:00
Bogdan Artemenko
b75f06e229
Removed TermsAccepted in project from satellite console and web. (#1155)
* Removed TermsAccepted from satellite console and web.
2019-01-28 20:20:33 +02:00
Bogdan Artemenko
0274244f23
Added Pagination and SearchOptions reset on successfull adding new user to project. (#1156) 2019-01-28 19:45:00 +02:00
Bogdan Artemenko
702cf75af1
Fixed unit tests for Users, Project and ProjectMembers Store modules. (#1080) 2019-01-28 16:39:51 +02:00