4c6ba521a2
set NODE_ENV=production in docker image
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-09-29 17:15:24 +02:00
550e73bec0
use join.status.im domain when in development mode
...
This fixes issue with QR code not working in the app.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-09-29 17:15:24 +02:00
0ae5800aa9
redirect to referral service if invite code is set
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-09-02 18:10:35 +02:00
34d9748a78
fix tests broken due to missing classes
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-08-31 20:16:02 +02:00
cd79e2a057
fix public key styling by truncating
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-07-27 13:38:10 +02:00
jinhojang6
cb2b84e6c2
Add Instagram and FAQs links to the footer
2020-07-26 12:27:26 +02:00
404620359e
use Tailwind for styling
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-07-26 12:24:26 +02:00
f7f4b1bb04
add temporary css fix
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-07-23 12:42:01 +02:00
dependabot[bot]
94d1b25159
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-21 10:01:21 +02:00
ed2307cf18
add support for compressed secp256k1 keys encoded with base58btc
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-07-07 17:29:20 +02:00
b4d7daf379
detect XSS attacks using is-html package
...
The isValidUrl method is using `idna-uts46-hx` to catch malformed domain
names and `is-html` to identify HTML elements in the URL.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-09 17:03:43 +02:00
jinhojang6
7fd9e423fa
Update the footer
2020-04-29 16:46:49 +02:00
e8db83361b
add Fathom Analytics
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-04-03 14:21:28 +02:00
e5bf39d23a
add a redirect page warning user about possible attack
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-04-03 14:21:04 +02:00
951c6723ee
drop @ from user path because iOS removes it
...
iOS is fucking retarded and removes @ from deep links.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-04-01 15:50:00 +02:00
39d7cdb890
redirect legacy uppercase channel names too
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-24 13:28:33 +01:00
bc2cc428f8
improve and fix tests using cheerio library
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-20 16:05:47 +01:00
791989788f
implement passing URL args to PlayStore
...
changes:
- Makes the Open in Status button trigger redirectToAppOrStore() JS method on click
- redirectToAppOrStore() redirects to a status-im:// deep link and Play/App store after 500 ms
- The redirect to Play Store includes the referrer URL argument with additional arguments
- The additional arguments include out, invite, and cid, necessary for starter packs
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-20 16:05:47 +01:00
e4b315568b
remove broken calls to stick_in_parent
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-20 16:05:47 +01:00
18ed7eefb6
add tap-color for proper test exit codes
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-20 16:05:47 +01:00
6356862336
remove obsolete links from docs dropdown
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-20 16:05:47 +01:00
6ab82fc195
add morkan for detailed express logs
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-20 16:05:47 +01:00
dependabot[bot]
ac0e93de2e
Bump minimist from 1.2.0 to 1.2.5
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.0 to 1.2.5.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-18 10:02:53 +01:00
ccbb12803e
add whole repo in Dockerfile
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-12 10:17:05 +01:00
5ebca6acd0
Run tests before making docker image
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-12 10:17:05 +01:00
ed6d320ccf
redirect uppercase channel names to lowercase
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-12 10:17:05 +01:00
9c4a67e1ea
use orignal URL to make old user links work
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-06 18:01:54 +01:00
54af2a13d2
fix status-im:// URLs for Android
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-28 16:03:13 +01:00
0a8fe19418
show error on incorrect length chat key
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-26 10:16:51 +01:00
e5d3ed7036
show errors for upper case ens names and public chats
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-26 10:16:51 +01:00
b9001265e7
add support for express route tests
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-26 10:16:51 +01:00
45d958e81a
fix order of route parsing
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-26 10:16:51 +01:00
f64bcb5f3f
handle malformed URLs, display error
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-26 10:16:51 +01:00
dd429398d4
use utx46 and univeil to avoid phishing
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-26 10:16:51 +01:00
bd8b46e4fd
add support for shorter URLs
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-26 10:16:51 +01:00
042a91e436
use status-im:// URI scheme in QR codes
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-20 23:11:49 +01:00
7a1a8d2db7
drop /extension path, extensions are deprecated
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-20 23:11:49 +01:00
d689e123dd
make button show 'Open in Status' on Android
...
And use the status-im:// URL scheme for the button.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-20 15:23:23 +01:00
d94bfc7a4b
display QR code for public chat name
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-12 22:33:32 +01:00
ad1273f019
add docker target in package.json
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-11 16:36:47 +01:00
f47085c2e9
rename get.status.im to join.status.im
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-11 16:36:47 +01:00
dc4b2a4ff4
switch to using yarn instead of npm
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-11 16:36:47 +01:00
e2c49346c7
use js-status-chat-key lib to display chat name from chat key
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-11 16:36:47 +01:00
2f5d796be0
increase space for username to 10 characters
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-10 21:06:15 +01:00
9f9be817b8
increase QR code resolution to 300px
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-10 20:55:51 +01:00
Nistor Cristian
9d82580da7
Remove unused js files. Change title with id on view.
...
Signed-off-by: Nistor Cristian <contact@nistorcristian.com>
2020-02-10 20:53:13 +01:00
79e58864b9
update Docker node version to 12
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-10 13:39:37 +01:00
hesterbruikman
1992073f0c
Merge pull request #19 from status-im/ui-redesign
...
Improved UI. Added copy to clipboard.
2020-02-10 12:44:08 +01:00
Nistor Cristian
c5ad909768
Fix styles on desktop
...
Signed-off-by: Nistor Cristian <contact@nistorcristian.com>
2020-02-03 22:03:43 +02:00
Nistor Cristian
eb72daab81
Added title back.
...
Signed-off-by: Nistor Cristian <contact@nistorcristian.com>
2020-01-15 00:41:14 +02:00