692 Commits

Author SHA1 Message Date
cd8fc15a60 Update and clean dependencies 2022-07-16 15:21:05 -07:00
81c53c4b33 Bump django-celery-results from 2.2.0 to 2.4.0 (#184)
Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/celery/django-celery-results/releases)
- [Changelog](https://github.com/celery/django-celery-results/blob/master/Changelog)
- [Commits](https://github.com/celery/django-celery-results/compare/v2.2.0...v2.4.0)

---
updated-dependencies:
- dependency-name: django-celery-results
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-16 21:01:11 +00:00
1694ddd0fa Basque lang few spelling errors corrected (#182) 2022-07-16 21:00:50 +00:00
7d22dbd26d Fix current commit sha on Docker CI images 2022-07-16 07:01:45 -07:00
834733cb61 Add trade summary at trade finish 2022-07-16 04:26:44 -07:00
61b6148128 Add android build workflow 2022-07-14 10:59:26 -07:00
41973cafe9 Create docker-image.yml 2022-07-14 05:46:32 -07:00
0e2398f85f Add frontend build workflow 2022-07-14 03:49:56 -07:00
a7cb34e55f Add npm test github actions workflow 2022-07-13 13:50:06 -07:00
03e4bbc1a5 Create django.yml 2022-07-13 13:28:24 -07:00
94ecfe3929 Disable 'open dispute' button until fiat exchange midtime 2022-07-11 09:26:29 -07:00
40504a9e95 Fix vulnerabilities 2022-07-10 11:19:47 -07:00
c1874d205e Bump django from 3.2.13 to 3.2.14 (#183)
Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.14.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.13...3.2.14)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-10 16:58:45 +00:00
b76b333413 Fix clean onchain_payment, also deletes 'created' objects. Fix rewards timeout 2022-07-10 04:04:27 -07:00
4dff7efbb7 Raise max amount to 3M Sats. Fix testnet/platform alternative site. Bump LND. 2022-07-10 03:54:00 -07:00
29038fe79c Add German video tutoria to docs 2022-07-08 10:56:26 -07:00
rs
7eae2cf58c Fix copy to clipboard in any context 2022-07-04 11:54:29 -07:00
91c2ddb166 Add I2P access eepsite 2022-07-04 08:23:07 -07:00
785d332fd1 Add i2p safe sites 2022-07-04 11:42:37 +00:00
b33b45f7b3 Fix do_accounting. Improve ProfileAdmin load time. 2022-07-03 10:39:40 -07:00
a98ff65638 Fix UI. Hide unneeded expiry bars. Refresh book always. Round to 8 BTC decimals. 2022-07-02 12:51:29 -07:00
64357c9c20 Improve sound notification locations. Add chat message sent/receive sound effect 2022-07-02 07:39:32 -07:00
1125924e9c Improve sound notification locations. Add chat message sent/receive sound effect 2022-07-02 07:38:32 -07:00
41f3df570e Hotfix for weighted median premium (#180)
* hotfix for empty array handling
2022-07-01 14:48:17 +00:00
b5dd4fbea5 Improve clarity on order not available message 2022-07-01 04:22:26 -07:00
eaa40417ad Fix format and PT style. Optimize OrderAdmin load. 2022-06-29 05:58:34 -07:00
8b6a75ad80 Add Tunisian Dinars (TND) (#171)
* add Tunisian flag for Tunisian dinar

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

* Line jumps corrected
2022-06-29 10:22:55 +00:00
18de3ee090 Add Portuguese translation (#178) 2022-06-29 10:21:46 +00:00
6952bedbf6 Merge PR 'Replace weighted average to weighted median. #173' into main 2022-06-29 02:42:31 -07:00
0866109072 Fix bug on weighted median 2022-06-29 02:41:59 -07:00
2f5bb6e9ae Add explicit min/max amounts on mining fee rate error 2022-06-27 07:22:10 -07:00
131fa0fb99 Merge branch 'i2p' into main 2022-06-27 02:18:17 -07:00
271c43f16e Fix do accounting 2022-06-27 07:26:53 +00:00
65f781af43 functional, but chat does not send messages (it does receive) 2022-06-26 15:43:57 -07:00
7dcf01112c Add i2p container 2022-06-25 12:26:45 -07:00
f4caa98eef replaced weighted mean to weighted median
This commit changes the weighted mean to the weighted median for the calculation of the premium displayed on the robosats.
2022-06-25 12:47:35 +02:00
f2f90bd948 replaced weighted mean to weighted median
This commit changes the weighted mean to the weighted median for the calculation of the premium displayed on the robosats.
2022-06-25 12:44:32 +02:00
27d28f4e0e Add Ian Major tutotial to docs 2022-06-24 10:38:21 -07:00
af8f7c0658 Fix linearDeterminate progress bar 2022-06-23 13:34:09 -07:00
70fe9d6dcb Update messages.py (#167) 2022-06-22 13:09:41 +00:00
bd70d94d4a Add MarketTicks endpoint /api/ticks. Fix do_accounting. 2022-06-21 13:25:03 -07:00
e525b84c9e Fix payments cleansing 2022-06-21 06:32:35 -07:00
c12c18a5c7 Update wallet docs relating to Muun 2022-06-21 05:07:45 -07:00
c397ff63e5 Add rewards and referral code on usergen api responses 2022-06-21 04:47:29 -07:00
20432dfce1 Add nickmane on every TG message 2022-06-20 13:31:28 -07:00
139afb47a5 Add .dockerignore. Fix profile button tooltip. 2022-06-20 11:48:42 -07:00
6f7cfb5147 Fix avatar persistance and login issues. Add onchain payment cleanup. 2022-06-20 10:56:56 -07:00
7eb29fb57e Delete and reload cookies on avatar login 2022-06-20 07:26:19 -07:00