2151 Commits

Author SHA1 Message Date
Hadar Rottenberg
b3931d6b06 add: gun native export for expo 2020-06-14 08:53:04 +03:00
Hadar Rottenberg
213a14b0c8 add: better RN docs 2020-05-21 23:26:20 +03:00
Hadar Rottenberg
d69e6d43fe fix: make import isomorphic (this breaks EXPO) 2020-05-21 23:26:10 +03:00
Hadar Rottenberg
99cb0e92df add: lates ras.js 2020-05-21 22:10:07 +03:00
Hadar Rottenberg
d681c5ca91 Merge remote-tracking branch 'origin/master' into pr/sirpy/12 2020-05-21 22:05:19 +03:00
Hadar Rottenberg
5372279fb2 add: asyncstorage for rad 2020-05-16 23:21:29 +03:00
Mark Nadal
2501b5cdea
Update CHANGELOG.md 2020-05-16 04:18:23 -07:00
Mark Nadal
116d485379
Merge pull request #878 from rogowski/bug-121
Test file for bug-121
2020-05-16 03:19:45 -07:00
Mark Nadal
c7f017191e
Merge pull request #934 from estebanrfp/master
added vanilla js version of user.html
2020-05-16 01:57:16 -07:00
Mark Nadal
0af7379ed6
Merge pull request #939 from revolunet/patch-1
fix: fix #918
2020-05-16 01:56:12 -07:00
Mark Nadal
9f92b014f4
Merge pull request #946 from amark/dev
Fix 2020 "sync" issue for @JamieRez
2020-05-16 01:42:28 -07:00
Mark Nadal
eb8985b2fd vbump 2020-05-16 01:39:18 -07:00
Mark Nadal
49bc20ee95 nodejs fixes, some tmp 2020-05-16 01:33:41 -07:00
Mark Nadal
880947afe8 fix cache miss of cache hit 2020-05-16 01:23:40 -07:00
Mark Nadal
9d03ce83d0
Update README.md 2020-05-10 21:24:48 -07:00
Julien Bouquillon
284a028e1c
fix: fix #918
only replace http if at the start of the url
2020-05-04 01:22:18 +02:00
Mark Nadal
5a430bc812 stats should not swallow errors 2020-05-02 18:05:51 -07:00
Mark Nadal
985cfa2b4d build/unbuild 2020-05-01 19:13:13 -07:00
Mark Nadal
51be588a74 nomem for Meething! 2020-05-01 19:08:25 -07:00
Mark Nadal
c93305ae11 fix ws noServer 2020-05-01 18:54:16 -07:00
Mark Nadal
ff99a4639d
Merge pull request #936 from joedakroub/master
Fix for ES Modules when using a peer
2020-04-24 11:50:36 -07:00
rogowski
06a4a0bfeb
Merge pull request #868 from rogowski/bug-850
Test for bug-850 - Saving a deep object under a user node seems to lose public key at some depth. Add test.
2020-04-23 21:45:06 -03:00
Mark Nadal
29d596baf7 Merge branch 'master' of http://github.com/amark/gun 2020-04-22 14:31:54 -07:00
Mark Nadal
018fa8cc1e FIX user.set({obj not secure, + try fix hash & predictable souls + beta forgetfulness 2020-04-22 14:31:27 -07:00
estebanrfp
1d85346770 replaced gun peers url to location.origin 2020-04-20 21:15:36 +02:00
estebanrfp
f8e2230b04 added vanilla js version of user.html 2020-04-20 20:30:30 +02:00
estebanrfp
550b0633b0 Merge branch 'master' of github.com:amark/gun 2020-04-19 21:15:13 +02:00
Mark Nadal
5bedffc864
Merge pull request #930 from lmangani/patch-1
Allow externally provided websockets in constructor
2020-04-19 06:46:58 -07:00
Lorenzo Mangani
4124a2db50
Allow externally provided websockets in constructor
For consideration (this can also be overloaded in stock gun)
The current ws.js code does not allow providing an external websocket while initializing Gun. This one line patch makes it possible:

```
        var myWS= new WebSocket.Server({ noServer: true, path: pathname});
        var myGun = new Gun({ 
            ws: { noServer: true, path: '/mygun', web: myWS }, 
            web: myWS 
        });
```
2020-04-16 21:54:02 +02:00
Joe Dakroub
1a71145b4d
Merge pull request #1 from joedakroub/jd/gun-mesh-this-error-esm-fix
Test fix - Loading gun via ES Modules throws error when setting a peer
2020-04-10 11:03:25 -04:00
joedakroub
46b0fb6dc5 Added this check on ine 2151 to prevent an error when using ESM 2020-04-10 10:48:01 -04:00
Mark Nadal
17f90d6d10
Merge pull request #927 from genderev/master
Explains Unubo issue
2020-04-10 02:17:59 -07:00
genderev
b0de4027e3
Update README.md 2020-04-10 01:44:09 +00:00
estebanrfp
f0b041cdb1 improve indentation code - vanilla folder examples 2020-04-08 18:13:33 +02:00
estebanrfp
964b1c9fcf +indentation 2020-04-07 19:17:00 +02:00
estebanrfp
60a62d867c update todo.html - keep it simple 2020-04-07 18:55:57 +02:00
Mark Nadal
ce78d7a4c9
Merge pull request #924 from estebanrfp/patch-1
Create screen.html - vanilla javascript version
2020-04-06 21:36:36 -07:00
Mark Nadal
2f34d8cb4e
Merge pull request #906 from jussiry/patch-1
react todo example: fixes input clear on submit
2020-04-06 21:35:06 -07:00
Mark Nadal
e2f4f11e6a
Merge pull request #923 from smpsnr/fix-private-example
update private.html to fix #808
2020-04-06 21:29:21 -07:00
Esteban Fuster Pozzi
31abc3eaa0
Create screen.html
Vanilla javascript version, video streaming using Gun
2020-04-06 23:33:09 +02:00
sam
6a3c55cc69 update private.html to fix #808 2020-04-06 15:07:46 -04:00
Mark Nadal
47e7c495d7 up not found ack count before new soul + use more predictable offline souls + content address hash fix 2020-04-06 01:34:41 -07:00
Mark Nadal
87955288a0
Merge pull request #921 from amark/dev
Dev
2020-04-06 00:30:34 -07:00
Mark Nadal
fc58d3552a important offline fixes & assumption/default changes 2020-04-05 17:41:51 -07:00
Mark Nadal
ce865da613
Merge pull request #916 from rayros/master
Fix: Angular - Cannot find module 'ts-type'
2020-04-05 17:19:16 -07:00
Mark Nadal
879cd84ccc
Merge pull request #920 from brysgo/patch-1
clean up subscription when component unmounts
2020-04-05 17:17:23 -07:00
Bryan Goldstein
8ec8e394b8
clean up subscription when component unmounts 2020-04-04 19:45:47 -04:00
Mark Nadal
156b84acee
Create FUNDING.yml 2020-04-04 16:15:49 -07:00
Mark Nadal
ec8808735b Merge branch 'master' into dev 2020-04-02 13:10:48 -07:00
Mark Nadal
7857c70b6e
Create yson.js 2020-03-31 23:19:36 -07:00