This repository was archived by the owner on Jan 28, 2025. It is now read-only.
forked from amark/gun
-
Notifications
You must be signed in to change notification settings - Fork 0
merge with latest gun master #13
Open
sirpy
wants to merge
345
commits into
GoodDollar:manhattanv2
Choose a base branch
from
amark:master
base: manhattanv2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New landing page
* NODE_ENV=development for heroku deployment * Use NPM_CONFIG_PRODUCTION=false instead * Update app.json * Update app.json
`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
* 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
* bug: fixes issue with reverse sorting * chore: updates unit test * bug: new array not needed as filter already return a new one
…with s3 if opts.s3 has been configured. (#1064)
* improving retry logic * Trigger Build
* Fixing non-existant err variable in localStorage * Update localStorage.js
Git needs to be added to the docker image or the build fails at the npm install stage. _Looks at iris_ ... npm ERR! path git npm ERR! errno -2 npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/irislib/iris-messenger.git ...
* chain.d.ts: add options argument to put & set * chain.d.ts: set cb may be null when providing opts Co-authored-by: Norman Reed <[email protected]>
* sea blobs! * and null origins * null fix * null check is last
* react-native detection * added lib mobile * changed back to gun. for another solution
…he so I can reject @bmatusiak 's lS change O:) O:) I love you you're a hero! later with @bmatusiak check sea.then for '../gun.js' vs '../' vs ... note: src/index -> core.js TODO: something about WebRTC candidates hitting ack decrement limits?
* does this load better * check window.Gun too in rfs
Commented out sipgate.net STUN server. Added Cloudflare STUN server.
* comment out redundant return; * remove redundant return
Signed-off-by: RiceChuan <[email protected]>
* relay-sqlite-example Manager+Adapter * Update README.md
* Added audio * Update stream.html Clean up edit. * Update stream.html Somehow my last commit seemed to be a mistake.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.