2223 Commits

Author SHA1 Message Date
MIMIZA
bac237fa89 SEA.certify() completed. SEA check.pub() upgrade completed. Tests passed. Bugs free. 2020-10-27 14:26:11 +07:00
MIMIZA
37da3cc8ea improve SEA Cert security, still need much improvement in check.pub, unfinished 2020-10-26 23:53:04 +07:00
MIMIZA
be6dcf0f99 improve SEA Cert security, still need much improvement in check.pub, unfinished 2020-10-26 23:48:20 +07:00
MIMIZA
ebe8345090 finished prototyping, but need much refactoring 2020-10-26 15:56:04 +07:00
MIMIZA
80c74d254b refactoring cert prototype & check.pub, unfinished. 2020-10-24 23:27:53 +07:00
MIMIZA
97bbdd9b74 cert injection && validation done 2020-10-21 01:36:57 +07:00
mimiza
622a252722
prototyping SEA.certify() 2020-10-19 22:53:57 +07:00
Mark Nadal
05349a5c68
Merge pull request #1010 from mmalmi/infinite-scroll-test
infinite scrolling example
2020-09-21 13:26:03 -07:00
Martti Malmi
fe57813721 simple panic test that scrolls through 1500 entries 2020-09-18 15:05:23 +03:00
Martti Malmi
773d5cba25 cleanup 2020-09-18 11:25:08 +03:00
Mark Nadal
7e9ec5d93a
Merge pull request #1007 from diatche/feature/panic2
PANIC test semi-automation using Puppeteer
2020-09-17 22:30:56 -07:00
Martti Malmi
866e8594d6 scrolling up from bottom 2020-09-17 23:28:33 +03:00
Martti Malmi
11bdf2211e empty img src in between 2020-09-17 22:03:58 +03:00
Martti Malmi
811a1b8963 infinite scrolling example, panic test wip 2020-09-17 17:16:14 +03:00
Pavel Diatchenko
a607bdd004 Cleanup puppeteer on exit. 2020-09-17 12:37:47 +12:00
Pavel Diatchenko
33b29f4ee6 Added puppeteer cleanup method. 2020-09-17 12:33:04 +12:00
Pavel Diatchenko
fee7473ccb Use puppeteer if available. 2020-09-14 16:12:50 +12:00
Pavel Diatchenko
fd6752cbd6 Added browser open utility method. 2020-09-14 16:06:49 +12:00
Mark Nadal
a89ca678bb
Merge pull request #1001 from shocknet/shocknet-tests
Shocknet tests
2020-09-11 14:05:18 -07:00
Mark Nadal
c82e0da589
Update README.md 2020-09-04 17:35:18 -07:00
Mark Nadal
b78bbc322b
Update .dockerignore 2020-08-26 13:46:02 -07:00
Mark Nadal
35c8a75a00
Merge pull request #1000 from estebanrfp/master
added vanilla js version of video.html
2020-08-19 03:50:59 -07:00
estebanrfp
bf68704063 added vanilla js version of video.html 2020-08-16 22:59:09 +02:00
Mark Nadal
5cbd5e3943
Merge pull request #990 from amark/node-client-auth
add: test node as client SEA auth
2020-07-24 01:35:18 -07:00
Mark Nadal
bd417b9f04
Merge pull request #991 from Joncom/on-recovery
Test if gun.on() callback fires after relay peer crashes
2020-07-24 01:08:52 -07:00
sirpy
f723c69d7c
add: test node as client SEA auth 2020-07-19 00:07:06 +03:00
Daniel Lugo
a394a23aa1 saner name 2020-07-10 20:09:56 -04:00
boufni95
8161f14553 once -> then 2020-07-08 17:39:43 +02:00
boufni95
87b2dbe03d 6 -> 4 servers 2020-07-08 16:46:12 +02:00
boufni95
85191e8042 alice -> peer1 -> peer2 -> bob 2020-07-08 16:34:10 +02:00
boufni95
18aebaa4a1 handshake tests 2020-07-08 15:55:24 +02:00
boufni95
34f1be198e shocknet tests 2020-07-06 14:55:28 +02:00
Mark Nadal
97aa976c97
Merge pull request #970 from mimiza/fix-sea-sessionStorage
Fix user.create() callback not firing and user.create(pair)
2020-07-05 20:14:54 -07:00
Jonathan Commins
2ddb526323 Test if gun.on() callback fires after relay peer crashes 2020-06-24 22:08:57 -07:00
MIMIZA
a7bb4a840f Update sea.js 2020-06-24 10:55:27 +07:00
MIMIZA
feb54f024b Update sea.js 2020-06-24 10:42:03 +07:00
MIMIZA
e74f4a00e2 Update sea.js 2020-06-24 10:35:21 +07:00
MIMIZA
ef837a1018 alias = alias || pair.pub 2020-06-24 10:26:46 +07:00
MIMIZA
6d8f776200 Fix user.create()
BEFORE:
- user.create(pair) --> ~@[object Object]
- (noop == cb) --> callback will never fire because functions can't be compared like this. For example:
```
const a = b = function(){};
a == b // FALSE
```

AFTER:
- user.create(pair) --> ~@pair.pub
- callback is fired
2020-06-22 21:18:24 +07:00
MIMIZA
01cd2050d2 improve sea.js
Removed the small try/catch in recall() because there is already a bigger try/catch.
2020-06-22 08:59:39 +07:00
MIMIZA
edc122f63c Improve user.recall()
Wrap JSON.parse() in a try{}catch{}
2020-06-19 12:38:52 +07:00
Mark Nadal
3e678b8568
Merge pull request #964 from mimiza/fix-sea-sessionStorage
Fix sea.js issues #962, #957, #956
2020-06-17 10:43:41 -07:00
Mark Nadal
7c45ddb558
Merge pull request #961 from diatche/log-once-fix
Fixed missing Gun.log.once function
2020-06-14 20:34:44 -07:00
MIMIZA
e88a120a4e remove console.log 2020-06-15 08:40:00 +07:00
MIMIZA
486184e767 Switch to ancient technique
ES6 might not be reliable, so I decided to switch back to ancient JS. Removed spread operator (...args), replaced with "arguments"
2020-06-15 08:32:22 +07:00
MIMIZA
823df19593 Fix sea.js issues #962, #957, #956
BEFORE:
- user.recall() uses alias/pass -> not reliable, only works with auth(alias,pass), doesn't work with auth(pair)
- user.auth(pair, cb) -> cb is not a function

AFTER:
- user.recall() uses pair -> more reliable, works with auth(pair)
- user.auth(pair, cb) -> works
2020-06-13 11:55:19 +07:00
Pavel Diatchenko
0d53db7877 Fixed error "Gun.log.once is not a function". 2020-06-10 14:45:18 +12:00
Mark Nadal
f759ab1394 rfs should be after rs3 but both defer so rfs be before 2020-06-07 17:44:48 -07:00
Mark Nadal
9bc25e3647 do not axe up peers on puts 2020-06-07 15:55:53 -07:00
Mark Nadal
461bb7990a Merge branch 'master' of http://github.com/amark/gun 2020-06-07 15:17:58 -07:00