Commit Graph

578 Commits

Author SHA1 Message Date
Reckless_Satoshi
a6cbff8ff6
Prepare for 0.2.1 patch release 2022-09-29 08:21:33 -07:00
Reckless_Satoshi
68f35b3d35
Add fullscreen mode for BookTable 2022-09-29 04:53:12 -07:00
Reckless_Satoshi
344ba2ab67
Add book double view for large displays. Prettify. 2022-09-28 07:26:44 -07:00
Reckless_Satoshi
7b8fcb3285
Add android webview app (#259)
* Add android build workflow

* Initial webview on tsx template

* Insert ReactJS app from local

* Add Android app icon by @red_purdy (#174)

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

Co-authored-by: RedPurdy <104675727+RedPurdy@users.noreply.github.com>

* Fix local reactjs

* Add setup guide. Bundled dev main.js

* Add react native tor

* Move Android CHANGELOG.md to /mobile

* Add torified webview in react-native (#247)

* Add android build workflow

* Android Tor Requests

* Fetching internal files (i18n)

* react-native-tor does not implement PUT

* Get Files from Tor

* Revert "Add android build workflow"

This reverts commit 340bcf8d1c.

* Fix Rebase Removals

* External sources

* react-native-tor crashes

* Last Refactor

* Fix/revert setup guide

* Add /mobile as volume to npm-dev container

On the fully dockerized dev environment the npm process cannot save files outside of /frontend directory. Now it can also save the builds to /mobile

* Fix UsafeAlert

* Run prettier

* Run lint:fix

* Main Profile Image fix

* Remove Tor Requests limitation

Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>

Co-authored-by: RedPurdy <104675727+RedPurdy@users.noreply.github.com>
Co-authored-by: KoalaSat <yv1vtrul@duck.com>
2022-09-28 12:08:16 +00:00
Reckless_Satoshi
e47d55b582
Book functional component (#256)
* Add bookTable functional component

* Implement responsive booktable

* Fix unwanted scroll bar on chromium browsers

* Add column self-organization and 3 new columns

* Add responsive behaviour on depth chart

* Run prettier

* Add minimum pageSize (book must at least be 1 row height)

* Adjust circular spinner div height

* Add order ID column style

* Refactor window resize event listener

* Add depth chart outline

* Review fixes
2022-09-27 15:52:00 +00:00
Reckless_Satoshi
33941ce359
Add PR template, run prettier 2022-09-23 03:29:39 -07:00
KoalaSat
8b60396da8
Mobile Avatar Book Smooth Load (#254)
Mobile Avatr Book Smooth Load
2022-09-23 10:57:08 +00:00
Reckless_Satoshi
81c5a3d9f5
Add coordinator and client versions to Stats for Nerds 2022-09-23 02:52:59 -07:00
KoalaSat
ae193f19a4
Refactor avatars (#251) 2022-09-22 16:23:21 -07:00
Reckless_Satoshi
f5f707bd4e
Add version mismatch detection, refactor GH workflows, draft release.yml, increase prettier scope (#250)
* Refactor GH workflows

* Add version mismatch checker and UpdateClient Dialog

* Fix finalize release workflow

* Increase prettier scope

* Increase prettier coverage, add some static to prettierignore

* Add CodeQL on PR
2022-09-22 15:22:51 -07:00
Reckless_Satoshi
dc3a40e71f
Add stealth response to Info, tg_token to order, delete deprecated GET User 2022-09-18 10:37:39 -07:00
Reckless_Satoshi
1bb92f342a
Fix range text, fix type override at currency change 2022-09-17 09:36:50 -07:00
Reckless_Satoshi
dd38551ce0
Fix mobile book amount tooltip 2022-09-17 08:34:45 -07:00
Reckless_Satoshi
fb404165cb
Fix show all orders on book on mobile 2022-09-16 12:39:50 -07:00
Reckless_Satoshi
7754f8a0dc
Fix buy/sell buttons palette 2022-09-16 11:03:16 -07:00
Reckless_Satoshi
f2cd20c8f0
Add Telegram context on UserGen response 2022-09-16 09:45:09 -07:00
Reckless_Satoshi
91e5db2bb9
Fix simplify buy/sell toggle buttons. Run prettier and lint. 2022-09-16 09:24:14 -07:00
KoalaSat
c770d231d1
Add frontend API client (#242)
* Frontend API client

* Test

* CR updates
2022-09-16 14:16:33 +00:00
Reckless_Satoshi
1ba94b2abc
Add Telegram notifications for order takers (#244)
* Create EnableTelegramDialog functional component

* Move Enable TG button to Profile dialog

* Add TG bot_name, token and state to API /info/

* Add messages for order takers to Telegram class
2022-09-15 15:42:33 +00:00
Reckless_Satoshi
cd8b607891
Fix tighten condition for selfhosted check 2022-09-14 04:57:58 -07:00
KoalaSat
7fac926413
Move the most recent value in sats of an order calculation to the backend (#235)
* Move the most recent value in sats of an order calculation to the backend

* Fix bug 0 premium
2022-09-11 17:59:01 +00:00
Reckless_Satoshi
d69bb9bb72
Invert QRcode foreground with dark/light themes 2022-09-11 09:41:36 -07:00
Reckless_Satoshi
cb6475a3f4
Fix smooth avatar loading. Run prettier 2022-09-10 11:02:30 -07:00
Reckless_Satoshi
3992032d2a
Fix pretty numbers tests 2022-09-10 06:49:00 -07:00
Reckless_Satoshi
822281e467
Run npm run lint:fix
Still many linting errors to fix manually
2022-09-09 10:57:05 -07:00
Reckless_Satoshi
14487a9c2d
Run linter and add linter GH action 2022-09-09 10:25:55 -07:00
Reckless_Satoshi
825ffe3cfe
Add QR Code to enable Telegram notifications (#232) 2022-09-09 17:07:15 +00:00
Reckless_Satoshi
4c01d42f62
Merge branch autoscale-ui into main (#233) 2022-09-09 09:52:52 -07:00
Reckless_Satoshi
d0f951c16d
Remove zoom-in/out, restore Autocomplete, fix timer dependencies 2022-09-09 09:44:33 -07:00
Reckless_Satoshi
a0b1d277c6
Fix selfhosted secure/unsecure context bug (#234) 2022-09-09 15:27:03 +00:00
F. Mitjans
af062a46df Make Maker page scale with fontsize 2022-09-09 04:51:33 -03:00
F. Mitjans
cad000d838 Make Bottom Bar scale with fontsize 2022-09-09 04:51:33 -03:00
F. Mitjans
5d09200e17 Finish scaling UserGenPage 2022-09-09 04:51:24 -03:00
F. Mitjans
7b4dca44f8 Add page settings button 2022-09-09 04:02:18 -03:00
Reckless_Satoshi
a777ecb989 Scale avatar width and R. Pass theme as prop to class components. 2022-09-09 04:02:18 -03:00
Reckless_Satoshi
e2455ec3f9 Add demonstratory zoom out button 2022-09-09 04:00:27 -03:00
Reckless_Satoshi
645671265a
Fix merge conflicts and merge #231 2022-09-08 16:20:29 -07:00
Reckless_Satoshi
e8852c2423
Replace material-ui-image, delete qrscanner, fix dependencies 2022-09-08 15:34:06 -07:00
KoalaSat
425225d23d
Add book depth chart (#219)
* Amount X Axis, Avatars and refactor

* Theme and performance improvements

* Remove duplicated tooltips

* Code Review

* Marker Theme color

* Missing end lines

Signed-off-by: KoalaSat <111684255+KoalaSat@users.noreply.github.com>
2022-08-30 13:12:15 -07:00
KoalaSat
458f5ac4e7
Add book depth chart (#219)
* Amount X Axis, Avatars and refactor

* Theme and performance improvements

* Remove duplicated tooltips

* Code Review

* Marker Theme color

* Missing end lines

Signed-off-by: KoalaSat <111684255+KoalaSat@users.noreply.github.com>
2022-08-30 18:49:16 +00:00
KoalaSat
7083423189
Add WebLN support (#215)
* Add WebLN support

* Fix Variable Typo

* Invoice Generation

Signed-off-by: KoalaSat <111684255+KoalaSat@users.noreply.github.com>

* Code Review

* Second CR

* Catch cancelations

* Final Review

Signed-off-by: KoalaSat <111684255+KoalaSat@users.noreply.github.com>
2022-08-25 08:50:48 +00:00
Reckless_Satoshi
473c4de528
Fix selfhosted detection on subpaths 2022-08-24 16:45:04 -07:00
Reckless_Satoshi
12747ed170
Add client app screenshots and remove frontend logs 2022-08-24 08:11:38 -07:00
Reckless_Satoshi
f2f6309ed1
Increase websocket connection attemp timeout. Fix typos. 2022-08-23 11:57:57 -07:00
Reckless_Satoshi
6ff8df6dad
Add selfhosting translation keys 2022-08-23 03:16:29 -07:00
Reckless_Satoshi
a53a40fb4f
Add success alert to selfhosted client apps 2022-08-22 16:18:31 -07:00
Reckless_Satoshi
860b3c136b
Fix dispute solve admin actions. Fix i18n var for takerFee. 2022-08-18 03:33:55 -07:00
Reckless_Satoshi
0229f8759e
Update info dialog. Add explicit fee section on external charges. 2022-08-17 06:37:24 -07:00
Reckless_Satoshi
7512a313df
Rename Paypal to Paypal friends and family 2022-08-15 07:38:15 -07:00
Reckless_Satoshi
cc3ec7ac65
Detect and match system dark mode as default theme 2022-08-15 04:00:16 -07:00
Reckless_Satoshi
83320c9b91
Add stealth invoice icon and ES translation 2022-08-13 05:55:04 -07:00
ShatteredBunny
eff58dc91d
Add stealth invoices (#210)
* Add stealth invoice switch to profile

* Add stealth invoice including only order uuid

* Add explanatory tooltip for stealth invoices and fix code smells
2022-08-12 17:41:06 +00:00
Reckless_Satoshi
efd89756e4
Conver Info Dialog texts blobs into Accordion components 2022-08-10 03:08:12 -07:00
Reckless_Satoshi
588691c4c8
Add new payment methods and rename posgres_db envvar 2022-08-09 02:44:29 -07:00
Reckless_Satoshi
d73b05f76c
Check for token in chat input and forbid 2022-08-07 10:46:10 -07:00
Reckless_Satoshi
5d711467e5
Enable Thai translation 2022-08-03 05:43:28 -07:00
Reckless_Satoshi
aad87e7d98
Increase Max trade size to 4M, increase max range size from 5 to 8 2022-07-30 05:27:15 -07:00
Reckless_Satoshi
1b8f91457c
Add explicit fiat amounts and other fixes 2022-07-28 14:14:37 -07:00
Reckless_Satoshi
8460eca75c
Enable czech translation 2022-07-27 00:39:25 -07:00
Reckless_Satoshi
7b75973eba
Fix unhandled premium input with too many decimal digits 2022-07-23 13:54:24 -07:00
Reckless_Satoshi
20817fc126
Disable i18n wait. Clean http-backend comments 2022-07-21 06:55:38 -07:00
Prithu Goswami
305fc9fca4 add payment method: UPI 2022-07-19 18:32:48 +05:30
Reckless_Satoshi
916a5fdf5a
Add total time to contract completion to trade summary 2022-07-18 17:37:35 -07:00
Reckless_Satoshi
456723973c
Add contract oracle timestamp and exchange rate to summary 2022-07-18 06:50:56 -07:00
Reckless_Satoshi
016fb0fb56
Move sv.json to static locales 2022-07-17 14:16:14 -07:00
Reckless_Satoshi
de9f83da76
Merge branch 'main' into 2022-07-15-add-swedish-translation 2022-07-17 20:52:31 +00:00
Reckless_Satoshi
2eb72654cf
Load languages.json from http backend 2022-07-17 13:42:29 -07:00
Benjamin Angeria
3578c5eaff
Add Swedish translation
- Add Swedish locale JSON.
- Integrate Swedish translation.
2022-07-17 22:13:55 +02:00
Reckless_Satoshi
638d3b1d6c
Fix serve summary when order partially finished. Trade summary as accordion 2022-07-17 11:49:44 -07:00
Reckless_Satoshi
fe62a30a5c
Add book datagrid locale strings 2022-07-17 07:13:07 -07:00
Reckless_Satoshi
cd8fc15a60
Update and clean dependencies 2022-07-16 15:21:05 -07:00
OSFr0g
1694ddd0fa
Basque lang few spelling errors corrected (#182) 2022-07-16 21:00:50 +00:00
Reckless_Satoshi
834733cb61
Add trade summary at trade finish 2022-07-16 04:26:44 -07:00
Reckless_Satoshi
94ecfe3929
Disable 'open dispute' button until fiat exchange midtime 2022-07-11 09:26:29 -07:00
Reckless_Satoshi
4dff7efbb7
Raise max amount to 3M Sats. Fix testnet/platform alternative site. Bump LND. 2022-07-10 03:54:00 -07:00
rs
7eae2cf58c
Fix copy to clipboard in any context 2022-07-04 11:54:29 -07:00
Reckless_Satoshi
785d332fd1
Add i2p safe sites 2022-07-04 11:42:37 +00:00
Reckless_Satoshi
a98ff65638
Fix UI. Hide unneeded expiry bars. Refresh book always. Round to 8 BTC decimals. 2022-07-02 12:51:29 -07:00
Reckless_Satoshi
1125924e9c
Improve sound notification locations. Add chat message sent/receive sound effect 2022-07-02 07:38:32 -07:00
Reckless_Satoshi
b5dd4fbea5
Improve clarity on order not available message 2022-07-01 04:22:26 -07:00
Reckless_Satoshi
eaa40417ad
Fix format and PT style. Optimize OrderAdmin load. 2022-06-29 05:58:34 -07:00
Skander Helali
8b6a75ad80
Add Tunisian Dinars (TND) (#171)
* add Tunisian flag for Tunisian dinar

* add Tunisian Dinars (TND)
2022-06-29 11:18:03 +00:00
Reckless_Satoshi
4429b5086c
Activate PT and EU languages. Add CA and EU Flags. 2022-06-29 04:04:43 -07:00
4pt1x
db73914cf5
Add Basque (eu) language (#172)
* Basque (eu) language added

* Line jumps corrected
2022-06-29 10:22:55 +00:00
Lindomar Rodrigues
18de3ee090
Add Portuguese translation (#178) 2022-06-29 10:21:46 +00:00
Reckless_Satoshi
af8f7c0658
Fix linearDeterminate progress bar 2022-06-23 13:34:09 -07:00
Reckless_Satoshi
c397ff63e5
Add rewards and referral code on usergen api responses 2022-06-21 04:47:29 -07:00
Reckless_Satoshi
139afb47a5
Add .dockerignore. Fix profile button tooltip. 2022-06-20 11:48:42 -07:00
Reckless_Satoshi
6f7cfb5147
Fix avatar persistance and login issues. Add onchain payment cleanup. 2022-06-20 10:56:56 -07:00
Reckless_Satoshi
7eb29fb57e
Delete and reload cookies on avatar login 2022-06-20 07:26:19 -07:00
Reckless_Satoshi
d18d4b4927
Improve navigation bottom bar 2022-06-19 13:51:39 -07:00
Reckless_Satoshi
d0b6241d13
Add payment methods: verse, gopay, ovo, apple, paysera, blik, bdv, steam 2022-06-18 09:18:14 -07:00
Reckless_Satoshi
e8fb090f18
Raise max trade size to 2.2m. Update send/receive icon. 2022-06-18 08:30:57 -07:00
Reckless_Satoshi
4f17dbf7e7
Activate Italian. Add loading bar for limits. 2022-06-17 10:37:19 -07:00
Reckless_Satoshi
c462a4b898
Merge pull request #165 from ChuckLeMostre/main
Initial Italian translation
2022-06-17 16:58:03 +00:00
Reckless_Satoshi
cf2b0e50c1
Merge pull request #161 from Tonytherussian/patch-3
ru.json update
2022-06-17 16:57:44 +00:00
Reckless_Satoshi
482963a41b
Fix misformed locale jsons 2022-06-17 05:52:06 -07:00
Reckless_Satoshi
164a960b62
Merge branch 'onchain-buyer-payouts' into main #160 2022-06-17 05:19:59 -07:00
Reckless_Satoshi
3141018baa
Add locale strings for onchain swap texts 2022-06-17 05:14:06 -07:00
Reckless_Satoshi
2289274251
Improve toggle button onchain/LN, add bad address messages 2022-06-17 04:36:27 -07:00
Reckless_Satoshi
43b85d79d4
Fix invoice payouts. Add onchain summary to accounting days. 2022-06-16 15:48:35 -07:00
Reckless_Satoshi
5c87c5ad85
Add UI elements for swap fee and TXID payout. Fix bugs. 2022-06-16 13:01:10 -07:00
Reckless_Satoshi
efed6b3c0a
Pay buyer onchain-tx 2022-06-16 08:31:30 -07:00
ChuckLeMostre
8d6f36cea5
Add files via upload
Initial Italian translation
2022-06-15 22:47:37 +02:00
Reckless_Satoshi
8f93c8f7b6
Add address submission and validation checks 2022-06-13 15:27:09 -07:00
Reckless_Satoshi
c4396f504a
Add onchain submission form and swap cost details 2022-06-13 14:37:14 -07:00
Reckless_Satoshi
dc9d5e5e2a
Add frontend input address components 2022-06-11 09:21:53 -07:00
Reckless_Satoshi
9da33b60e6
Lower time between retries to 1min. Disable ResetMC. Increase timeout. 2022-06-09 03:56:17 -07:00
Tonytherussian
124d00dc1f
ru.json update 2022-06-08 15:27:32 +03:00
Reckless_Satoshi
1905d147bf
Reset mission control only on no routes found failure 2022-06-06 11:00:50 -07:00
Reckless_Satoshi
7c050b560a
Fix signature verification error due to clock mismatch. Fix amount limits rounding. 2022-06-05 04:18:06 -07:00
Reckless_Satoshi
f20a7d5636
Raise max to 1.5m, update docs and fix links 2022-06-04 15:13:58 -07:00
dsitti
87575f2fac
Update de.json (#155)
* update de.json

Signed-off-by: dsitti <dsitti@pm.me>

* update de.json

* update de.json

* Update de.json

* Update de.json
2022-06-04 21:32:10 +00:00
Reckless_Satoshi
08f73ad923
Fix autoscroll, allow plaintext chat, forbid collab cancelation on wrong status 2022-06-04 14:26:53 -07:00
Reckless_Satoshi
64928cf4ea
Fix profile not showing, fix not connected, fix auto scroll chat 2022-06-04 10:29:21 -07:00
Reckless_Satoshi
8663fb3423
Add TG messages for dispute open and collaborative cancellation 2022-06-02 15:32:01 -07:00
Reckless_Satoshi
7623d30670
Add new PGP keys validation on backend. Raise default bond size to 3% and minimum to 2% 2022-06-01 16:49:27 -07:00
Stephen Gornick
33d8126c5c
Add currency aed (#156)
Co-authored-by: Stephen Gornick <sgornick@gmail.com>
2022-06-01 22:59:36 +00:00
Reckless_Satoshi
5534ada1be
Fix robot PGP keys created in a future time 2022-06-01 14:44:58 -07:00
Reckless_Satoshi
585b768a17
Add Reddit community links 2022-05-31 09:29:23 -07:00
Reckless_Satoshi
bedac53e29
Fix missing PGP keys when early login. Fix avatar not found when make/book is clicked. 2022-05-30 14:19:16 -07:00
Reckless_Satoshi
d1f671cf66
Validate PGP keys with GnuPG when a new robot is created 2022-05-30 06:34:27 -07:00
Reckless_Satoshi
6f2aed095d
Make pgp keys read-only on admin panel. Improve homepage copy button behaviour. 2022-05-30 04:19:12 -07:00
Reckless_Satoshi
21ae3f4352
Add currencies byn egp lkr mad (#154)
* Add fiat currencies: BYN, EGP, LKR, and MAD, all of which Yadio supports.

* Add new currencies to currencies.json

Co-authored-by: Stephen Gornick <sgornick@gmail.com>
2022-05-30 10:24:51 +00:00
Reckless_Satoshi
44f8712e18
Update Russian translation #151 2022-05-28 16:38:39 -07:00
Reckless_Satoshi
e7ec8cf54e
Fix unshown messages when pubkey key arrives after them. Fix docs 2022-05-28 15:26:00 -07:00
Reckless_Satoshi
a045dacd88
Add independent verification of encrypted communication tutorial 2022-05-28 10:05:04 -07:00
Reckless_Satoshi
aa7155974c
Serve PGP messages after reconnect 2022-05-28 07:59:32 -07:00
Reckless_Satoshi
9c0b07147b
Localize invalid invoice messages 2022-05-26 17:26:29 -07:00
Reckless_Satoshi
d24e01f1f5
Add validation of invoice based on total cost of routing hints 2022-05-26 16:35:45 -07:00
Reckless_Satoshi
4da6a43a59
PGP ID is second hash of token 2022-05-26 14:16:02 -07:00
Reckless_Satoshi
30d65ee852
Fix language. Delete unneeded showPGP key on messages array 2022-05-26 06:39:19 -07:00
Reckless_Satoshi
40d44d8d59
Add download robot credential button. Add timedate to messages in chat. 2022-05-25 06:13:39 -07:00
Reckless_Satoshi
bf45085279
Activate Russian 2022-05-24 15:49:50 -07:00
dsitti
36e5492793
update de.json (#144)
* update de.json

Signed-off-by: dsitti <dsitti@pm.me>

* update de.json

* update de.json

* Update de.json
2022-05-24 22:42:15 +00:00
Tonytherussian
31c12574f4
Add Russian Translation (#146)
* First commit

Just started using github, so trying to learn how it works

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

* Update ru.json

Co-authored-by: Reckless_Satoshi <90936742+Reckless-Satoshi@users.noreply.github.com>
2022-05-24 22:41:41 +00:00
₿lue Lynx
3934172818
Update ca.json (#148)
Updated counter on line 278.
2022-05-24 22:36:31 +00:00
Reckless_Satoshi
f1ed560f86
Merge pull request #147 from Reckless-Satoshi/auditable-e2e-encryption
Implement end-to-end auditable encryption and new user login methods.
2022-05-24 22:35:51 +00:00
Reckless_Satoshi
185909c50d
Localize encrypted chat 2022-05-24 15:28:36 -07:00
Reckless_Satoshi
508151eae5
Add showPGP per message, copy per message, create messageCard 2022-05-24 14:36:21 -07:00
Reckless_Satoshi
83564df25a
Add tooltips and helper buttons 2022-05-24 06:33:55 -07:00
Reckless_Satoshi
d492475eec
Add show signature verification on chat messages 2022-05-24 05:52:33 -07:00
Reckless_Satoshi
af001d31d2
Add Audit Dialog 2022-05-24 05:16:50 -07:00
Reckless_Satoshi
b5b129fb4e
Create EncryptedChat, add saveKeys & saveMessages, add audit button. WIP 2022-05-23 17:31:34 -07:00
Reckless_Satoshi
ac0969baf6
Convert new UserGen into POST. Fix misformed armored keys. Example encrypt/decrypt. 2022-05-23 04:21:01 -07:00
Reckless_Satoshi
789f9fbdb1
Add pub_key and enc_priv_key fields. Store in cookies. Bug: misformed 2022-05-22 15:12:25 -07:00
Reckless_Satoshi
e233fd3079
Merge branch 'bottom-bar-dialogs' into main #141 2022-05-22 13:57:27 -07:00
Reckless_Satoshi
4bbb885ec6
Fix claim rewards refresh bug 2022-05-22 13:56:07 -07:00
Reckless_Satoshi
191dfe0d3b
Upgrade userGen, only token_sha256 used. Deprecate token user generation. 2022-05-22 12:30:12 -07:00
Reckless_Satoshi
59d8d325b2
Add utility functions for keypair generation, encrypt and decrypt messages 2022-05-22 10:46:04 -07:00