Commit Graph

280 Commits

Author SHA1 Message Date
Jakub Sokołowski c959f7f482
use ipfs.status.im gateway instead of Infura one
Infura deprecated their public gateway and added auth:
https://blog.infura.io/post/ipfs-public-api-and-gateway-deprecation

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-10-14 12:41:29 +02:00
Jakub Sokołowski f7688de85d
start backend without using nodemon
Fixes:
```
> nodemon server.js

internal/modules/cjs/loader.js:905
  throw err;
  ^

Error: Cannot find module '../lib/cli'
Require stack:
- /var/app/current/node_modules/.bin/nodemon
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:101:18)
    at Object.<anonymous> (/var/app/current/node_modules/.bin/nodemon:3:13)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/var/app/current/node_modules/.bin/nodemon' ]
}
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-10-13 13:00:49 +02:00
Jakub Sokołowski 86be92302b
makefile: fix node_modules install for back-end
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-10-13 09:50:44 +02:00
Jakub Sokołowski 209ad6d2d8
run yarn.install in back-end subfolder as well
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-10-13 09:32:41 +02:00
Jakub Sokołowski bb1af59414
add shell.nix file to define build environment
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-10-13 09:32:40 +02:00
andytudhope 97bfb18d67 Move 1inch back to the top of featured dapps 2021-05-06 15:40:13 +02:00
jinhojang6 3e0664a26f Change title 2021-02-18 16:39:50 +01:00
Andy Tudhope d88f22b919
Merge pull request #88 from andytudhope/master
Adds 2 New Categories - DeFi and Crypto Onramps - and Updates Featured DApps
2020-11-11 19:33:32 +02:00
andytudhope e08ea9abbf Adds new Crypto Onramps category 2020-11-11 17:44:22 +02:00
andytudhope fe1e2e0734 Merge remote-tracking branch 'upstream/master' 2020-11-11 10:16:28 +02:00
andytudhope 63290432d1 New DeFi category for Simona + Gitcoin Grants 2020-10-08 19:35:04 +02:00
Andy Tudhope 435a324001
Merge pull request #84 from andytudhope/master
Add 1inch to featured DApps
2020-06-29 08:53:24 +02:00
andytudhope 23ca78b3a0 Add 1inch to featured DApps 2020-06-29 08:43:44 +02:00
Jakub Sokołowski 0fbc3cb215
upgrade react: 16.8.4 > 16.13.1
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-22 13:58:54 +02:00
Jakub Sokołowski 493568df6a fix links to Status chat rooms
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-03 10:30:44 +02:00
Andy Tudhope 14c8f39fca
Merge pull request #82 from andytudhope/master
New Ropsten deployment details
2020-03-20 14:38:11 +02:00
andytudhope a05fdd45a8 New Ropsten deployment details 2020-03-20 14:36:13 +02:00
Andy Tudhope 1c77f3dfaf
Merge pull request #81 from dap-ps/feat/swap
feat: kyber integration
2020-03-20 14:31:04 +02:00
Richard Ramos a0fa3deb65 fix: development config 2020-03-20 08:11:35 -04:00
Richard Ramos bdda80aeaf feat: kyber integration 2020-03-20 08:04:05 -04:00
Andy Tudhope 52f6fb16e5
Merge pull request #80 from andytudhope/fix/minimist-security
Dev dependency fix for minimist + acorn vulns
2020-03-19 09:58:03 +02:00
andytudhope d2bed021da Dev dependency fix for minimist + acorn vulns 2020-03-19 09:45:58 +02:00
Andy Tudhope 84b4f8aa80
Merge pull request #79 from andytudhope/master
Updates meta tags and share image
2020-02-21 10:23:06 +02:00
andytudhope 8562bee99d Updates meta tags and share image 2020-02-21 10:17:43 +02:00
Andy Tudhope d8b94299c8
Feature Sablier + Update Status chat link (#78)
* Change CK for Sablier Featured

* Update Status chat link
2020-02-18 15:24:08 +02:00
Jakub Sokołowski 8a2d880fba
fix re-declaring content variable (#77)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-14 12:04:49 +02:00
Jakub Sokołowski 8ba00f884a
set ipfsHash on DApp creation (#76)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-12 15:45:55 +02:00
Jakub Sokołowski 4a6256084a
fix build commands in package.json
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-12 12:56:19 +01:00
Andy Tudhope c72030cfa7
Remove embark patches & update config (#75) 2020-01-30 17:44:53 +02:00
Jonathan Rainville 863d9ea8e3
Update to Embark v5 (#62)
* chore: update to Embark v5

* fix: fix tests for Embark 5

* update Embark version and remove Geth client

* change contracts to deploy and add cross-env for Windows support

* feat: upgrade to Embark 5.1.nightly2

Fixes the problem of not exiting on build end

* update to Embark 5.1

Fixes issue where artifacts are not built
2020-01-30 11:45:09 +02:00
Jakub Sokołowski 20970ee8e5 add fathom analytics JS script
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-01-28 10:20:27 +01:00
Jakub Sokołowski 9dee93c077 use our IPFS cluster at ipfs.status.im for uploads (#72)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-01-23 14:20:38 +02:00
Andy Tudhope f38689cccd
Updates Featured DApps section (#69)
* Updates featured dapps - Oasis and Zerion

* Adds back correct yarn.lock file
2020-01-15 14:39:06 +02:00
Jakub Sokołowski 6f5bc6e275 set cache-control with max-age=60 for /metadata/all (#68)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-01-15 14:38:22 +02:00
Onuwa Nnachi Isaac ee5fda8dc5 Add review icon (#64)
* Add review icon

* Check if status is APPROVED
2020-01-15 14:33:21 +02:00
Jakub Sokołowski 7d040d38aa
drop unnecessary wallet checks
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-19 17:15:49 +01:00
Jakub Sokołowski 211967837e upgrade Embark to 4.2.0 and web3 to 1.2.4
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-19 16:52:21 +01:00
Andrey Shovkoplyas d1f654531f [#16] dev.dap.ps is empty on IOS (develop 09.08.2019)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-19 12:43:24 +01:00
Jakub Sokołowski ccae507c00
don't use map, just simple loop
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-12 23:03:19 +01:00
Jakub Sokołowski 60f14bb2f3 don't save images with full URL, just path is enough (#56)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-12 22:16:05 +02:00
Jakub Sokołowski db3535733d run infura calls in parallel, not sequentially (#57)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-12 22:15:41 +02:00
Jakub Sokołowski bf8b9bcbad
fix setting of Cache-Control for dapp images
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-06 19:15:23 +01:00
dependabot[bot] e2dcd26e51 Bump mongoose from 5.5.11 to 5.7.5 in /back-end
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.11 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.11...5.7.5)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-06 10:23:02 +01:00
Jakub Sokołowski 646abbd950
set max-age for statuc files to 1 month
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-05 17:47:14 +01:00
Jakub Sokołowski f21768eee7
drop https redirect, CloudFront does it for us
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-05 17:21:20 +01:00
Andy Tudhope f3797a943c
Merge pull request #52 from iamonuwa/fix/search-anchor-link
Remove restriction for search item anchor tag
2019-10-23 19:43:12 +02:00
Onuwa Nnachi Isaac b43f4108d2 Remove restriction for search item anchor tag 2019-10-23 17:27:51 +01:00
Onuwa Nnachi Isaac b087743fa9 Update changes 2019-09-17 10:04:03 +02:00
Onuwa Nnachi Isaac a5ce9cc472 Fix search open and close logic 2019-09-17 10:04:03 +02:00
Onuwa Nnachi Isaac b50ea64449 Fix search logic 2019-09-17 10:04:03 +02:00