Artsiom Voitas
3abd1d72e8
Translate Top Bar and new Overview to Russian and Belarusian ( #2628 )
...
* translated new overview section and added pluralized kinds
* Updated keys
* updated sorting
2024-07-23 07:42:31 +00:00
Ericson "Fogo" Soares
8147f78a55
[ENG-1793] Introduce error handling for sd-core-sync crate ( #2556 )
...
* Error handling for sd-core-sync crate
Also a bunch of tweaks and fixes
* Update core.ts
* Auto format
* Comment out background_processing_percentage on frontend too
- Update rust version in contributing
* Trying to avoid data loss on actor stop
* Stronger linter on sync generator
* Stronger lint on sync subcrate
* Clean back tasks.json file
* TS typechecking
* Autoformat
* Add more verbose errors for Cloud REST API
* Removing some comments
Copilot is fun sometimes lol
* Properly stopping actors
* Fix ingest stop
* Racing on stop for actors
* Error conversion from merge with main
---------
Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com >
Co-authored-by: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com >
2024-07-16 22:30:35 +00:00
Artsiom Voitas
03ede58530
Translated New keys added before June 2 ( #2536 )
...
Translated recently added keys
2024-06-02 15:16:16 +00:00
Oscar Beaumont
b015763a6f
More P2P docs ( #2492 )
...
* Remove relay
* restructure p2p
* wip
* cleanup webrtc
* split up P2P docs
* wip
* more wip
* the fork has moved
* finish local network discovery
* Document the relay system
* be less stupid
* a
* remote ip from deploy script
* remove debug from deploy script
* Explain relay setup and usage
* Physical pain
* fix
* error handling for relay setup
* Listeners Relay state + merge it into NLM state
* `node_remote_identity`
* redo libraries hook
* toggle relay active in settings
* Dedicated network settings page
* Stablise P2P debug page
* warning for rspc remote
* Linear links in docs
* fix p2p settings switches
* fix typescript errors on general page
* fix ipv6 listener status
* discovery method in UI
* Remove p2p debug menu on the sidebar
* wip
* lol
* wat
* fix
* another attempt at fixing library hook
* fix
* Remove sync from sidebar
* fix load library code
* I hate this
* Detect connections over the relay
* fix
* fixes
* a
* fix mDNS
* a bunch o fixes
* a bunch of state management fixes
* Metadata sync on connection
* skill issue
* fix markdown
* Clippy cleanup
* Backport #2380
* Update interface/locales/en/common.json
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/local-network-discovery.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/local-network-discovery.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p_proto.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/overview.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/overview.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/relay.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p_proto.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p_proto.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/transport-layer.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p_proto.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/local-network-discovery.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* Update docs/developers/p2p/sd_p2p_proto.mdx
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
* a
* Cleaning binario section
* cleanup Docker message
* idk
* Idempotent listeners
* Manual peers working????
* minor fixes
* crazy idea - don't panic in the event loop
* fixes
* debug
* debug
* LAN badge in network settings
* Use `dns_lookup` instead of `tokio::net::lookup_host`
* fix
* bruh sandwich
* proper dialing
* a
* remove logs
* fix
* Small cleanup
* manual peers state on connected device
* a
* Fix manual discovery state + give it a badge
* Clippy improvements
* flip discovery priority
* Add `addrs` to debug query
* connection candidates in debug
* Fix state
* Clippppppppppppy
* Manual discovery badge
* Flesh out ping example
* Usage guide
* `sd_p2p_proto` examples
* More discovery docs
* More docs work
* docs docs docs and more docs
* PONG
* rename
---------
Co-authored-by: Matthew Yung <117509016+myung03@users.noreply.github.com >
2024-05-30 21:48:12 +08:00