2284 Commits

Author SHA1 Message Date
Martti Malmi
4ded14186f
Update app.json 2021-01-23 00:11:46 +02:00
Martti Malmi
88cfae52b4
Add PEERS env variable to app.json for Heroku 2021-01-23 00:07:03 +02:00
Martti Malmi
8de6ce5ca2
Don't prune devDependencies on Heroku (#1046)
* NODE_ENV=development for heroku deployment

* Use NPM_CONFIG_PRODUCTION=false instead

* Update app.json

* Update app.json
2021-01-19 11:51:34 -08:00
Mark Nadal
60d94180e2
Merge pull request #1043 from mmalmi/startpage
New landing page
2021-01-18 01:21:50 -08:00
Martti Malmi
43eae41c35 move images to iris, move iris to devDependencies 2021-01-16 16:21:25 +02:00
Martti Malmi
d141c6e403 togglable sidebar on mobile 2021-01-14 16:50:12 +02:00
Martti Malmi
edccff60a7 redo landing page using iris components 2021-01-14 12:48:11 +02:00
Mark Nadal
cb3f8600d9
Merge pull request #1029 from jussiry/master
Wave.js comments and spaces to structure code
2020-12-23 02:18:55 -08:00
Mark Nadal
00f75aff9a
Merge pull request #1036 from mimiza/master
SEA.certify(): Urgent bug fix for blacklist
2020-12-18 12:29:33 -08:00
MIMIZA
1bbc308ceb fix bug 2020-12-19 01:14:26 +07:00
MIMIZA
6e0a6fe225 SEA.certify: fix bug 2020-12-19 00:24:03 +07:00
Mark Nadal
a6b6b7f2ee
Merge pull request #1035 from mimiza/master
SEA.certify() small bug fix + more unit test
2020-12-16 01:20:45 -08:00
MIMIZA
49b2937421 SEA.certify() small bug fix + more unit test
There is a small bug and this is a fix for it. More unit tests added.
2020-12-16 15:51:37 +07:00
Mark Nadal
be0b1cefb2
Merge pull request #1034 from mimiza/master
change SEA.certify() && check.pub()
2020-12-14 23:09:07 -08:00
MIMIZA
0a91b8079b change SEA.certify() && check.pub() 2020-12-14 15:27:46 +07:00
Mark Nadal
c17a14b53a
Merge pull request #1033 from mimiza/master
SEA.certify: replace RegEx with RAD/LEX, force path to contain Certificant Pub
2020-12-13 12:33:05 -08:00
MIMIZA
e2a92bd61e small fix 2020-12-14 02:36:50 +07:00
MIMIZA
34d7f6fc70 small fix 2020-12-14 02:28:46 +07:00
MIMIZA
d8d037fc81 SEA.certify: replace RegEx with RAD/LEX. New feature: Path must contain Certificant Pub
- RegEx replaced with RAD/LEX
- NEW FEATURE: If LEX has key "?" and lex['?'] contains '*': check if Certificant Pub is in Path
- Unit tests updated
Official doc will be written after this PR is merged.
2020-12-14 02:23:26 +07:00
Mark Nadal
7d12a82458
Merge pull request #1028 from mimiza/master
Add Blacklist feature to SEA.certify
2020-11-29 15:01:31 -08:00
Jussi Rytkönen
227685cedf Merge branch 'master' of github.com:amark/gun 2020-11-23 13:10:16 +02:00
Jussi Rytkönen
1e1cad8bbd wave.js comments and structured spaces 2020-11-23 13:09:21 +02:00
MIMIZA
4d0bcab3b8 Add Blacklist feature to SEA.certify
Now SEA.certify supports Blacklist. For more details, please read doc here: https://gun.eco/docs/SEA#certify
2020-11-23 12:21:48 +07:00
Mark Nadal
b3e5b21f86
Merge pull request #1020 from mimiza/master
Add SEA.certify(), upgrade SEA check.pub(). Tests passed. Bugs free.
2020-11-18 22:59:40 -08:00
Mark Nadal
deeb87e31b
Merge pull request #1026 from tcurdt/master
CI/CD setup
2020-11-18 22:57:32 -08:00
Torsten Curdt
0770648219 switch version back to master 2020-11-15 01:10:20 +01:00
MIMIZA
5ee816191a Improve SEA check.pub() 2020-11-14 13:44:20 +07:00
Torsten Curdt
ab5e38b367 not sure how it happend - but fixed the tab mixup 2020-11-13 20:56:00 +01:00
Torsten Curdt
002680ede4 removed debug 2020-11-13 20:09:00 +01:00
Torsten Curdt
e1de0c875e unbuild needs uglifyjs 2020-11-13 20:09:00 +01:00
Torsten Curdt
d7dd65babf debug publish 2020-11-13 20:09:00 +01:00
Torsten Curdt
fece267263 reduce the test matrix because of flaky test 2020-11-13 20:09:00 +01:00
Torsten Curdt
bff7804b5b disable windows builds for now 2020-11-13 20:09:00 +01:00
Torsten Curdt
1eed73af48 proper directory 2020-11-13 20:09:00 +01:00
Torsten Curdt
afa7abc646 Create main.yml
wtf, github
2020-11-13 20:09:00 +01:00
Torsten Curdt
8a7d1ce2fc added ci, artifact cleanup, and pushing releases to dockerhub and npm 2020-11-13 20:09:00 +01:00
Torsten Curdt
52590d96b9 personal package space for testing 2020-11-13 20:09:00 +01:00
Torsten Curdt
4f3c5f0f3d re-add peer dep (was a npm problem) 2020-11-13 20:09:00 +01:00
Mark Nadal
57d1919c68
Update meta.js 2020-11-13 05:28:40 -08:00
Mark Nadal
1703e6003c
Merge pull request #1025 from jussiry/master
meta lib update: open/close on hover and back button fixes
2020-11-13 05:11:55 -08:00
Jussi Rytkönen
4a66bface6 meta lib: removes extra indentation 2020-11-13 15:02:14 +02:00
Jussi Rytkönen
badb490d50 Merge branch 'master' of github.com:amark/gun 2020-11-13 14:31:26 +02:00
Jussi Rytkönen
807ec9ef25 meta lib update: open/close on hover and back button fixes 2020-11-13 14:30:01 +02:00
Mark Nadal
bafb25dcfa
Merge pull request #1023 from jussiry/master
Wave update
2020-11-11 12:48:07 -08:00
Jussi Rytkönen
cf5c00d82c Merge branch 'master' of github.com:amark/gun 2020-11-10 13:14:11 +02:00
Jussi Rytkönen
77c39a2035 wave example and library update 2020-11-10 13:13:39 +02:00
Mark Nadal
564c6f3100
Merge pull request #1022 from mmalmi/peers-env-variable
Peers env variable
2020-11-09 13:18:34 -08:00
Martti Malmi
c254f4c699
remove console.log 2020-11-09 16:09:34 +02:00
Mark Nadal
0875201558
Merge pull request #1013 from rogowski/test-panic-lexical
Test RAD lexical queries.
2020-11-08 23:04:18 -08:00
Mark Nadal
803e1d4938
Merge pull request #1014 from finwo/adapter/leveldb-radless
RAD-less leveldb adapter
2020-11-08 23:00:57 -08:00