359 Commits

Author SHA1 Message Date
moses5407
082a87db05
First contribution to gun! 2018-01-23 16:59:18 +02:00
Mark Nadal
2b05fc805c :D 2018-01-15 02:34:33 -08:00
Mark Nadal
9e976b24a1 It works. The world IS changed. 2018-01-15 02:34:33 -08:00
Mark Nadal
a372951a53 fix super serious put 2018-01-15 02:34:33 -08:00
Mark Nadal
5755666032 SEA as contact, GUN async transform 2018-01-10 02:12:05 -08:00
Mark Nadal
f61a6ee4df
Merge pull request #467 from TheHollidayInn/chat-example-update
Updated readability of chat example and minor html updates
2017-12-09 19:05:59 -08:00
Keith Holliday
43c602e60b Updated readability of chat example and minor html updates 2017-12-09 13:30:55 -06:00
Keith Holliday
f27408d47f Updated ngx-pipes 2017-12-05 01:48:53 -05:00
John Williamson
66cdf6e041 used proper gun/gun import 2017-12-02 16:31:13 +10:00
John Williamson
3a1671155a wiped commas 2017-11-26 19:01:58 +10:00
John Williamson
71b70ea014 imported path 2017-11-26 18:59:57 +10:00
John Williamson
5d1679d00a fixed spacing 2017-11-26 13:11:13 +10:00
John Williamson
f2a8c12952 added gun import 2017-11-26 13:09:20 +10:00
Mark Nadal
db13b41474 fix gps map z-index bug 2017-11-20 19:39:01 -08:00
Mark Nadal
c724a1a1cf fix gps map z-index 2017-11-20 19:37:13 -08:00
Mark Nadal
37b4db9297 fix gps app z-index 2017-11-20 19:34:12 -08:00
Mark Nadal
8d889690e5 use jsdelivr for stats? 2017-10-24 00:32:31 -07:00
Mark Nadal
d47c5d5449 Critical fix for async/sync. 2017-10-16 01:10:23 -07:00
Mark Nadal
42e0ac89ea fix async/sync 2017-10-16 00:03:59 -07:00
mhelander
79c703fd81 Updated examples/chat/index.html 2017-09-19 14:27:48 +03:00
mhelander
2f98f489b6 eccrypto removed, enc/dec ECDH handling with own keys in place 2017-09-19 02:11:27 +03:00
mhelander
22f07734fc Fixed test cases for IndexedDB use & some bug fixes 2017-09-16 15:47:56 +03:00
mhelander
ccdf936304 sea.js bugfix & Gun chat to have SEA & User stuff in comments 2017-09-11 12:51:24 +03:00
Kevin Ashworth
875df641ec Prevent default on checkbox
Added prevent default so that a checkbox won't remain wrongfully checked after marking a todo complete
2017-08-30 15:16:09 -07:00
Mark Nadal
9ce98ffcc0 eliminate memory leaks! Must use .off() though 2017-07-12 15:49:07 -07:00
Mark Nadal
7925fc0982 Merge pull request #394 from amark/0.8
0.8
2017-07-06 19:17:20 -06:00
Mark Nadal
4db1ae9872 v0.8 baby! Last Breaking Changes! 2017-07-06 18:10:41 -07:00
Bruno Enten
74ed817c60 Sync everything 2017-06-11 15:01:47 +03:00
Mark Nadal
b92b9d981e include SEA alpha, promote SEA & NTS to top level 2017-05-25 12:45:49 -07:00
Victor Noël
12897b1bcd on$: fix unsubscribe and add cleanup
Add an example of concurrent subscription to gun in the
view with a button to subscribe and unsubscribe.
2017-04-29 11:25:59 +02:00
Victor Noël
6bdbf1ab45 Bump dependencies
- gun 0.7.4
- angular 4.1.0
- typescript 2.3.2
2017-04-29 11:15:13 +02:00
Victor Noël
141b5ea390 Bump gun to 0.7.3
Add val$ and on$ to get observables (on$ can't be unsubscribed for
now...)
2017-04-22 11:28:00 +02:00
Victor Noël
5c049c1f85 Upgrade dependencies 2017-04-22 11:27:06 +02:00
Victor Noël
aa8771ac2b angular-demo: add missing yarn.lock 2017-04-19 21:14:44 +02:00
Victor Noël
ea5d6db9b2 angular-demo: rewrite rx wrapper
Use latest API and ensure unsubscription will be done.
2017-04-19 21:14:44 +02:00
Victor Noël
a2148b36b3 angular-demo: simplify code
- Use ngx-pipes to transform object to array of pairs
- Extract GunDb in its own file
- Introduce deletion
2017-04-19 21:14:31 +02:00
Victor Noël
46c9c63395 use gun for todo list 2017-04-18 15:54:30 +02:00
Victor Noël
b4172a03b3 add bare angular project 2017-04-18 15:54:10 +02:00
Luca Guzzon
be3a9e8e21 Auto Dependency Updates ... 2017-04-14 12:09:28 +02:00
Mark Nadal
dfa1c6d3bc Merge pull request #361 from Napzu/patch-1
Create index.html
2017-04-10 22:50:49 -07:00
sjones6
deb5ef25ae Add vue+gun todo app 2017-04-10 21:47:03 -04:00
Napzu
6b3e8f9d95 Create index.html 2017-04-08 09:14:15 +03:00
Mark Nadal
9786579eb3 Merge pull request #351 from d3x0r/patch-14
Handle batched messages.
2017-03-28 15:09:19 -07:00
Mark Nadal
d5d2454e14 updated examples! 2017-03-28 01:15:39 -07:00
Mark Nadal
7453d858a4 updated examples! 2017-03-27 23:36:37 -07:00
Mark Nadal
c804df9b77 updated examples! 2017-03-27 23:36:08 -07:00
d3x0r
545f995a3e Handle batched messages.
Failure to handle batch messages causes half communcaitions failures... (the clients were using a batching protocol, while all servers were based on this example...
2017-03-27 16:55:29 -07:00
d3x0r
62eb748f93 Formatting fix. 2017-03-24 11:00:09 -07:00
d3x0r
c0e8de95c7 Update for internals change
gun.wsp doesn't exist.
move .on hook up further
add this.to.next.
(still fails to serve chat example; others work)
2017-03-24 10:56:56 -07:00
Mark Nadal
ab467589c2 /gun 2017-03-23 11:52:29 -07:00