amitpanwar789
1cbab240ca
draft for desktop app
2024-05-25 23:03:07 +05:30
KoalaSat
441eddb74c
fix(android): federation APK 4xx errors ( #1279 )
2024-05-08 21:40:59 +00:00
dependabot[bot]
8140899150
Bump minimal-mistakes-jekyll from 4.24.0 to 4.25.1 in /docs ( #1259 )
...
Bumps [minimal-mistakes-jekyll](https://github.com/mmistakes/minimal-mistakes ) from 4.24.0 to 4.25.1.
- [Release notes](https://github.com/mmistakes/minimal-mistakes/releases )
- [Changelog](https://github.com/mmistakes/minimal-mistakes/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mmistakes/minimal-mistakes/compare/4.24.0...4.25.1 )
---
updated-dependencies:
- dependency-name: minimal-mistakes-jekyll
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-05 22:24:58 +00:00
Reckless_Satoshi
2e1e311a28
Update Experimental policies
2024-05-05 21:28:42 +01:00
KoalaSat
77bc7c8358
feat(mobile): signing and prep for android production APK ( #1265 )
...
* Android Production APK
* Update build.gradle
* Update gitignore
2024-05-05 20:01:19 +00:00
Reckless_Satoshi
3143144315
fix(coordinator): cannot update_or_create with relate named on django v5 ( #1263 )
...
* Fix for django v5
* Fix re-submit invoice
2024-05-05 19:58:18 +00:00
Rodrigo Schieck
c5380664b0
fix(frontend): hard coded receiving method into order detail message ( #1260 )
...
Change frontend order detail receiving status message.
Inside the order detail component we have a little text telling the user how much he'sreceiving from the transaction, this commit changes the text removing the lightning word from it because sometimes the receiving method is on-chain. Ideally we would have aorder.is_swap boolean that is only sent to the buyer to identify the method but since we don't have it yet, we are just changing the text.
2024-05-05 19:56:11 +00:00
Reckless_Satoshi
226a06e80c
feat: add coordinator panel inlines views ( #1264 )
...
feat: add admin inlines
2024-05-02 19:50:26 +00:00
Reckless_Satoshi
0f41a613e4
Merge pull request #1262 from RoboSats/new-tor-engine
...
Fix Federation Android App
2024-05-01 19:09:25 +00:00
Reckless_Satoshi
3b18f6a077
Merge pull request #1257 from KoalaSat/android-robo-identities
...
Android robo identities
2024-05-01 18:31:18 +00:00
KoalaSat
d3d1ddcf07
Refresh roboname
2024-05-01 20:27:40 +02:00
Reckless_Satoshi
8d2ca28478
chore: fix integration test artifact naming
2024-05-01 15:34:50 +01:00
Reckless_Satoshi
37520557fc
fix(coordinator): downgrade django
2024-05-01 15:27:38 +01:00
Reckless_Satoshi
107cbe65e3
Fix handle empty country list
2024-05-01 03:46:08 +01:00
Reckless_Satoshi
69b72d4231
Fix book table data grid headers
2024-05-01 03:01:52 +01:00
Reckless_Satoshi
ea3ff1c238
Fix coordinator avatars and pgp key files
2024-04-30 21:48:00 +01:00
KoalaSat
4b572d0171
Android robohash generator
2024-04-30 16:03:53 +02:00
KoalaSat
66e9fc46c5
Android robo-identities
2024-04-30 16:03:52 +02:00
KoalaSat
28cc3d6715
Generate Builds
2024-04-30 16:03:52 +02:00
KoalaSat
9ab8381eaf
Merge branch 'RoboSats:new-tor-engine' into new-tor-engine
2024-04-30 16:01:45 +02:00
Reckless_Satoshi
10a5dee619
Disable robo-identities
2024-04-30 14:56:20 +01:00
KoalaSat
d3acb6bfb8
Fix build
2024-04-30 14:56:20 +01:00
KoalaSat
f416d2ac17
Fix loading line in Book
2024-04-30 14:56:20 +01:00
KoalaSat
9725be0d71
Remove deprecated code
2024-04-30 14:56:20 +01:00
KoalaSat
253f3bf6c0
Remove react-native-tor
2024-04-30 14:56:19 +01:00
KoalaSat
383112dc90
Recover WebWorkers
2024-04-30 14:56:19 +01:00
KoalaSat
d8490d7530
Improve Federation start order
2024-04-30 14:56:19 +01:00
KoalaSat
a1c63ca622
Federation Android App and new Tor engine
2024-04-30 14:56:19 +01:00
jerry
9071597b8c
improve/update documentation in api/oas_schemas.py ( #1244 )
...
Specify that the amount of the invoice sent in `update_invoice`
should take into consideration `routing_budget_ppm`.
Specify that the signed messages should be signed with SHA512.
Remove the warning that in the future canceling not taken orders
might result in losing the bond.
Fix a broken link.
Specify that the PGP key should be ed25519/cert,sign+cv25519/encr.
2024-04-29 23:12:40 +00:00
jerry
c3d1cd2472
Return json output instead of html when wrong token in Header Authorization ( #1247 )
...
fix #1246
Return a JsonResponse instead of raising AuthenticationFailed
Exception that is turned into the general html error by django.
rest_framework.response.Response should not be used in middleware,
will return django.template.response.ContentNotRenderedError.
2024-04-29 23:08:46 +00:00
dependabot[bot]
c623a38574
Bump daphne from 4.1.0 to 4.1.2 ( #1254 )
...
Bumps [daphne](https://github.com/django/daphne ) from 4.1.0 to 4.1.2.
- [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/django/daphne/compare/4.1.0...4.1.2 )
---
updated-dependencies:
- dependency-name: daphne
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 22:59:31 +00:00
dependabot[bot]
f60267262f
Bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 in /mobile ( #1252 )
...
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks ) from 4.6.0 to 4.6.2.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks )
---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 22:58:33 +00:00
Reckless_Satoshi
34ef099573
Feat: add coordinator opt for geoblocked countries ( #1258 )
...
* Add location validator
* Add bad location tests
2024-04-29 22:58:03 +00:00
dependabot[bot]
ebc1bb70fa
Bump coverage from 7.4.4 to 7.5.0 ( #1255 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.4.4 to 7.5.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.4...7.5.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 22:46:33 +00:00
dependabot[bot]
12669a387d
Bump ruff from 0.3.4 to 0.4.2 ( #1256 )
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.4 to 0.4.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.4...v0.4.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 22:45:38 +00:00
Reckless_Satoshi
a02b2b117b
docs: update payment methods paypal section
2024-04-26 21:47:01 +01:00
Reckless_Satoshi
a253ff93f7
docs: improve SEPA guidelines
2024-04-26 21:32:15 +01:00
Reckless_Satoshi
707f76832b
chore(api): update api schema
2024-04-21 22:24:05 +01:00
Reckless_Satoshi
f0385f8040
fix(frontend): column header visibility of tables in mobile mui-x v7
2024-04-21 22:16:35 +01:00
Reckless_Satoshi
ee9b7147e9
fix(coordinator): warning on drf serialializer decimal
2024-04-21 22:09:06 +01:00
Reckless_Satoshi
c4c5eb1268
chore(coordinator): bump python to 3.12
2024-04-21 21:52:13 +01:00
dependabot[bot]
94d54aa328
Bump django from 4.2.9 to 5.0.4 ( #1237 )
...
Bumps [django](https://github.com/django/django ) from 4.2.9 to 5.0.4.
- [Commits](https://github.com/django/django/compare/4.2.9...5.0.4 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 20:23:26 +00:00
NIDHI SHARMA
5f7e26b052
Fix(frontend): sats sent/receive for swaps is corrected ( #1241 )
...
Fixes #1201
2024-04-21 19:35:31 +00:00
dependabot[bot]
013ba8784e
Bump pre-commit from 3.6.2 to 3.7.0 ( #1215 )
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.6.2 to 3.7.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.2...v3.7.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 19:34:28 +00:00
dependabot[bot]
460bb90ed6
Bump celery from 5.3.6 to 5.4.0 ( #1238 )
...
Bumps [celery](https://github.com/celery/celery ) from 5.3.6 to 5.4.0.
- [Release notes](https://github.com/celery/celery/releases )
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst )
- [Commits](https://github.com/celery/celery/compare/v5.3.6...v5.4.0 )
---
updated-dependencies:
- dependency-name: celery
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 19:33:21 +00:00
dependabot[bot]
87e53013eb
Bump gunicorn from 21.2.0 to 22.0.0 ( #1239 )
...
Bumps [gunicorn](https://github.com/benoitc/gunicorn ) from 21.2.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases )
- [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0 )
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 19:32:55 +00:00
dependabot[bot]
9029f3390f
Bump django-import-export from 3.3.7 to 3.3.8 ( #1240 )
...
Bumps [django-import-export](https://github.com/django-import-export/django-import-export ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/django-import-export/django-import-export/releases )
- [Changelog](https://github.com/django-import-export/django-import-export/blob/main/docs/changelog.rst )
- [Commits](https://github.com/django-import-export/django-import-export/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: django-import-export
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 19:32:35 +00:00
Reckless_Satoshi
7375e1dfb3
chore: explain monorepo architecture on readme.md
2024-04-20 20:44:16 +01:00
dependabot[bot]
eb1060d3a6
Bump i18next-browser-languagedetector from 7.2.0 to 7.2.1 in /frontend ( #1218 )
...
Bumps [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector ) from 7.2.0 to 7.2.1.
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-browser-languageDetector/compare/v7.2.0...v7.2.1 )
---
updated-dependencies:
- dependency-name: i18next-browser-languagedetector
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-20 19:41:34 +00:00
dependabot[bot]
2961166393
Bump drf-spectacular from 0.27.1 to 0.27.2 ( #1224 )
...
Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular ) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/tfranzel/drf-spectacular/releases )
- [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tfranzel/drf-spectacular/compare/0.27.1...0.27.2 )
---
updated-dependencies:
- dependency-name: drf-spectacular
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-20 19:40:22 +00:00