Mark Nadal
d333738b0a
Merge pull request #949 from GoodDollar/minor-rn-changes
...
Minor rn changes
2020-05-21 14:51:20 -07:00
Mark Nadal
00c48f172b
deprecate unofficial opt
2020-05-21 14:48:07 -07:00
Mark Nadal
4eb7d0d383
stupid lock file ugh travis
2020-05-21 14:44:35 -07:00
Mark Nadal
9e811e882c
tell Travis to use module :P
2020-05-21 14:40:19 -07:00
Mark Nadal
125e1384c1
fix RN by moving require
2020-05-21 14:20:30 -07:00
Hadar Rottenberg
55b9231d47
add: info about RN v8
2020-05-21 23:37:07 +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
Mark Nadal
2c3ee08c89
manually merge from master
2020-05-19 04:47:06 -07: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
0bedff821b
WIP
2020-05-13 17:44:37 -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
9d1307fcf0
merge master 0.2020.421 into manhattan manually
2020-04-22 23:26:01 -07: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
Septs
47b29768c7
chore: reduce docker image
2020-04-14 17:21:34 +08: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
Mark Nadal
eae893054a
merge latest npm release into manhattan
2020-04-09 00:01:45 -07:00
Mark Nadal
407af2db75
Merge branch 'master' into manhattan
2020-04-08 23:53:40 -07: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