28 Commits

Author SHA1 Message Date
7d7a3a39e7 Revert "Store status notifications" 2024-10-01 19:35:57 +00:00
28fc426e7e Revert "Avoid duplicated notifications" 2024-10-01 19:35:03 +00:00
a050ed14e3 Avoid duplicated notifications 2024-09-25 13:46:55 +02:00
4f2ec020a9 Store status notifications 2024-09-16 15:54:14 +02:00
a7eafa05a8 Fix Successful typo 2024-08-22 10:32:02 +02:00
c960d19637 fix ruff 2024-07-09 21:55:45 +02:00
0175e73ca1 New notifications 2024-07-09 21:39:15 +02:00
6f4989cbf6 remove leftover of avatar generator (#1366) 2024-07-07 11:17:15 +00:00
1757a9781a Feat: add notifications api endpoint (#1347)
* Notifications Endpoint

* Fix tests

* CR

* Check tests

* Fix Tests

* Fix Chat

* Remove unused notifications

* Fix chat

* Fix chat

* Fix chat
2024-06-27 16:47:23 +00:00
1f2a1abc75 fix warnings DecimalField should be Decimal type (#1334) 2024-06-16 20:44:17 +00:00
ae27b18d30 Dev: replace isort, black, flake8 with ruff (#1057) 2024-01-09 01:22:50 +00:00
ebd0a287c3 Add dev dependencies and regtest test environments 2023-11-14 13:54:51 +00:00
b4fe30e733 Add testing against API specs with assertResponse 2023-11-14 13:54:51 +00:00
d127d935a7 Fix allow blank on order geolocation 2023-10-24 16:10:36 -07:00
a555f204ca Fix models decoupling (#874)
* Fix move order model constrains to env to settings.py

* Remove lnpayment, tick, onchain model contraints based on .env
2023-10-10 12:48:05 +00:00
4d45b884cf Add location to F2F payment option (backend) (#867)
* Add location to F2F payment option

* Fix py linterns

* Include migration

* Revert docker-compose changes

* Remove bond_size from migration

* Rename 0043_order_latitude_order_longitude_alter_order_bond_size.py to 0043_order_latitude_order_longitude.py
2023-10-10 12:47:22 +00:00
4fe69da565 Add option to disable order logging 2023-09-11 09:24:03 -07:00
ca3f7cb222 Delete user view, session auth and png avatars (#588) 2023-08-14 14:21:12 +00:00
4383d14f88 feat(coordinator): add verbose order logs as table to admin (#764)
* add logs field

* Log some order events

* Add more logs. Format as table.

* Add more logs

* Add admin panel hyperlinks to order logs

* Add lasts set of logs

* Some fixes
2023-08-06 17:48:20 +00:00
00628413f2 feat(api/db); add hash_id order field (#763) 2023-08-03 09:51:41 +00:00
5303186896 Allow blank order donated field on lnpayment admin edits 2023-05-18 07:27:24 -07:00
0a620901a7 Add keysend devfund donations functionality (#589) 2023-05-16 17:12:15 +00:00
3b77a473f8 Coordinator db performance clean up (#561)
* Improve DB writes performance and concurrency. Add order coordinator proceeds field.

* Fix checks on order GET inducing 400
2023-05-08 12:49:21 -07:00
8434a256cf Fix last_login for tokeauth, replace maker/taker_last seen for last_login 2023-05-07 08:06:35 -07:00
811cb4181d Delete old user rating functionality 2023-05-05 05:40:29 -07:00
4d62ea1549 Delete coordinator referral program functionality 2023-05-05 05:32:52 -07:00
a1f0a85646 Small fixes 2023-05-01 10:35:55 -07:00
75f04579ed Refactor models into a module (#481)
* Refactor models into a module

* Rename Profile model as Robot

* Underscore numeric literals
2023-05-01 10:30:53 +00:00