2553 Commits

Author SHA1 Message Date
jojobyte
1c25266935
Keep devDependencies installed in docker image (#1047) 2021-03-04 14:32:14 -08:00
Yang Hanlin
ae6d5cb6bf
Improvements to automatic redirect on loading SEA module (#1055)
* Warn on automatic redirect to HTTPS

* Don't redirect to HTTPS on loopback IP addresses

* Check if current location is a local loopback IP address (127.0.0.0/8) and do not redirect
2021-03-04 14:30:41 -08:00
davay
5be57c3fb1
Fix: certificants' pub strings now pass to cert (#1058)
`certificants.indexOf('*') !== -1` appears to be correct way of using this function. `certificants.includes` may be another option, but it may be too modern for compatibility concern
2021-03-04 14:21:47 -08:00
Mark Nadal
e13ce8e4e3 self check not needed? 2021-02-19 15:41:32 -08:00
Mark Nadal
9a5b824930 oh that was nice 2021-02-17 23:58:28 -08:00
Mark Nadal
5a05ada9ae into unlink. Clean/refactor later. 2021-01-30 23:43:41 -08:00
Mark Nadal
cc1a03e6d2 call sub chains clear/empty OK! 2021-01-30 04:27:11 -08:00
Mark Nadal
e16f982ee8 call sub chains on clear/empty WIP 2021-01-30 03:04:48 -08:00
Mark Nadal
dcd6fc55fa ack to chains that can't be reached 2021-01-27 01:46:58 -08:00
Mark Nadal
c6e230d1d2 in-process message passing needs to clean itself of flags for now 2021-01-24 02:50:35 -08:00
Mark Nadal
77e310bacc check if listener order is earlier than write 2021-01-24 00:04:53 -08:00
Mark Nadal
817af6b6ba support once chaining? 2021-01-23 00:20:13 -08:00
Mark Nadal
fa7c9bd3eb hmm, IDK if we should support this anymore? 2021-01-22 22:29:36 -08:00
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
Mark Nadal
ea587964c3 easy to debug & fix thanks to @rogowski 's test upgrades & trace! 2021-01-22 05:10:21 -08:00
rogowski
1001d5a26b
Update common.js
Tests updated from graphify to statedisk.
2021-01-21 16:06:52 -03:00
Mark Nadal
d4b66bc5cd all caught up!!! Now update tests from graphify to statedisk 2021-01-20 04:05:50 -08:00
Mark Nadal
790bec81f1 onto next test... 2021-01-20 02:19:00 -08:00
Mark Nadal
fadada22f5 amazing map discovery + don't clear on not found if data exists 2021-01-20 02:18:32 -08: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
99045659d0 slightly better 2021-01-19 02:06:50 -08:00
Mark Nadal
bb2e12bc9b ugly common.js for @rogowski 2021-01-18 23:32:00 -08:00
Mark Nadal
60d94180e2
Merge pull request #1043 from mmalmi/startpage
New landing page
2021-01-18 01:21:50 -08:00
Mark Nadal
3f12e37ada merge checks we left out during consolidation 2021-01-17 03:46:39 -08:00
Mark Nadal
cc4f92f2db slight tweak? Let's see how long it lasts. 2021-01-17 02:52:54 -08:00
Mark Nadal
6708a180e7 safer to have it here 2021-01-17 02:25:42 -08:00
Mark Nadal
07042bf795 YAYAYAYAYAYAYAY past where we started at! 2021-01-17 02:15:14 -08:00
Mark Nadal
fb08fe2c89 back where we ( @rogowski ) started :P 2021-01-17 02:00:46 -08:00
Martti Malmi
43eae41c35 move images to iris, move iris to devDependencies 2021-01-16 16:21:25 +02:00
Mark Nadal
f133160626 Merge branch 'manhattan' of http://github.com/amark/gun into manhattan 2021-01-15 02:45:52 -08:00
Mark Nadal
f0b0c73d42 2 steps backwards, 1 step forward? 2021-01-15 02:44:36 -08: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
rogowski
f321b5e327
Update trace.js
More decoupled
2021-01-07 20:48:32 -03:00
rogowski
4b656ad7e8
Update trace.html
More decoupled.
2021-01-07 20:47:51 -03:00
Mark Nadal
5f19570191 @rogowski approved of these trace changes :) 2021-01-05 03:06:36 -08:00
rogowski
4221c24e84
Update trace.html
Change `Gun.logs` to `Gun.traces` and `Gun._log` to `Gun._trace`.
Overload get,put,on,map
2021-01-04 18:01:48 -03:00
rogowski
b24778a00d
Update trace.js
Change `Gun.logs` to `Gun.traces` and `Gun._log` to `Gun._trace`.
2021-01-04 17:59:25 -03:00
Mark Nadal
bdaf0986a4 @rogowski is a super star :) :) :) 2021-01-04 05:28:35 -08:00
rogowski
f0d847d981
Create trace.html
Adding tracing to debuging.
2021-01-04 08:16:37 -03: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
ff8604eabe THANK YOU @rogowski !!!!!! 2020-12-22 01:49:54 -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