Commit Graph

663 Commits

Author SHA1 Message Date
Reckless_Satoshi
6a1a906bea
Cosmetic 2022-01-06 15:33:55 -08:00
Reckless_Satoshi
31b19ce18c
Work on order cancel 2022-01-06 14:39:59 -08:00
Reckless_Satoshi
c0d6236dbb
Maker and taker bonds OK 2022-01-06 13:36:22 -08:00
Reckless_Satoshi
34e05465c2
Add more logics bareframes 2022-01-06 12:33:40 -08:00
Reckless_Satoshi
a1771ae5ea
Add environmental variables to .env 2022-01-06 08:54:37 -08:00
Reckless_Satoshi
805b12de65
Add preliminary pricing for t0 and maker bond. Add reverse on_delete Cascade Orders -> Htlcs 2022-01-06 08:20:04 -08:00
Reckless_Satoshi
5505476ea4
Add logics for Invoice update/creation and maker_hodl_invoice 2022-01-06 05:55:47 -08:00
Reckless_Satoshi
46c129bf80
Add logics module 2022-01-06 04:32:17 -08:00
Reckless_Satoshi
5640b11e6f
Handle empty books 2022-01-05 05:39:58 -08:00
Reckless_Satoshi
bd1601d59f
Bug fix, order status now as message, HTLCs relationals working 2022-01-05 04:18:54 -08:00
Reckless_Satoshi
7d4cd868b0
Work on admin panel relationals 2022-01-05 03:20:08 -08:00
Reckless_Satoshi
635420c9dd
Add HTLC model and placeholder functions 2022-01-05 02:30:38 -08:00
Reckless_Satoshi
ed3605cca6
Rework minor ui and bugs 2022-01-04 18:03:03 -08:00
Reckless_Satoshi
369d9e52a7
Fix bug CSRF token! 2022-01-04 16:23:52 -08:00
Reckless_Satoshi
9ade961e0f
Work on update order endpoint and taker requests 2022-01-04 16:13:08 -08:00
Reckless_Satoshi
4d9a5023e0
Fix bugs, cards now link to order 2022-01-04 08:27:15 -08:00
Reckless_Satoshi
78886c8c9c
Rework admin pannel and extended users 2022-01-04 07:58:10 -08:00
Reckless_Satoshi
30dfd09f58
fix minor things, add mui style libs, figured CSRF problems some bugs left 2022-01-04 07:00:34 -08:00
Reckless_Satoshi
5b712b0765
Extend user model with profiles and set up admin panel 2022-01-04 05:47:37 -08:00
Reckless_Satoshi
0823febf73
Add order expiry time and rework book page 2022-01-04 02:21:45 -08:00
Reckless_Satoshi
a358a89e24
Add back button 2022-01-03 15:05:19 -08:00
Reckless_Satoshi
bb0d2d46f2
Remove unused front end function 2022-01-03 14:58:05 -08:00
Reckless_Satoshi
332aeeb5f8
Redesign and refactor makerPage 2022-01-03 14:56:23 -08:00
Reckless_Satoshi
44d95e768c
Create simple book order page with cards and plaintext 2022-01-03 14:52:46 -08:00
Reckless_Satoshi
7701f01936
Rework components. Initialize book component. 2022-01-03 11:15:13 -08:00
Reckless_Satoshi
e06be9b22f
Bug fix for ghost avatar images after user deletion 2022-01-03 11:13:39 -08:00
Reckless_Satoshi
87fdaffa24
Bug fix for book queries with no matches 2022-01-03 06:39:59 -08:00
Reckless_Satoshi
e9bcd23347
Add BookView endpoint and refactor pages 2022-01-03 06:27:25 -08:00
Reckless_Satoshi
a61eb217b5
Merge pull request #16 from Reckless-Satoshi/improve-order-detail-page
Improve content and handling on OrderPage
2022-01-03 12:16:14 +00:00
Reckless_Satoshi
afd90f8fbf
Improve content and handling on OrderPage 2022-01-03 04:11:33 -08:00
Reckless_Satoshi
17d8c2f88c
Merge pull request #15 from Reckless-Satoshi/user-generator-page
User generator page
2022-01-03 09:10:18 +00:00
Reckless_Satoshi
d037506138
Handle auth and welcome back for existing users 2022-01-03 01:06:51 -08:00
Reckless_Satoshi
80e0ca46fb
add login/logout, validates 1 order max, delete method for user 2022-01-02 17:38:48 -08:00
Reckless_Satoshi
225c142cd9
Style avatar css 2022-01-02 14:50:49 -08:00
Reckless_Satoshi
928d0b4796
Fix git merge conflict due to ammending pushed commit 2022-01-02 14:34:25 -08:00
Reckless_Satoshi
790e96cc1b
Improve user generator UX. Still a bit buggy. 2022-01-02 14:31:19 -08:00
Reckless_Satoshi
d7979086ed
Improve user generator UX. Still a bit buggy. 2022-01-02 13:41:22 -08:00
Reckless_Satoshi
f4644836d3
Connect UserGenPage to API. Base 32 string seems to pass quality checks, shorter do not. 2022-01-02 10:27:40 -08:00
Reckless_Satoshi
fb9fb88ab7
Implement user generator page frontend with client-side token generation
Uses crypto.getRandomValue() that at least should provide cryptographically strong random
2022-01-02 10:05:20 -08:00
Reckless_Satoshi
354e7fc5c7
Create user generation API
Endpoint request contains a token. Server checks whether it has enough entropy to be secure (at least 128 bits and >0.7 shannon heterogeneity). Server hashes the token (once as of now) and derives nickname and robohash avatar (goes into static/assets/avatars). Nickname is limited to only adjectives, nouns and 3 digits, restricted to 18 characters long max. The corpus of nicknames is 20 billion big (maybe not enough? nick collision chance can happen, but server will just reply with 400 unless the token matches perfectly too)
2022-01-02 09:15:09 -08:00
Reckless_Satoshi
f0ac03e519
Add nick generator and robohash avatar generator 2022-01-02 07:19:49 -08:00
Reckless_Satoshi
9c44e84ffa
Merge pull request #12 from Reckless-Satoshi/order-details-page
Order details page. Fixes #9
2022-01-02 13:41:41 +00:00
Reckless_Satoshi
6d6072777b
Merge branch 'order-details-page' of github.com:Reckless-Satoshi/robosats into order-details-page 2022-01-02 05:39:16 -08:00
Reckless_Satoshi
c71d95ccd0
Rename boolean explicit for is_explicit/isExplicit 2022-01-02 05:38:45 -08:00
Reckless_Satoshi
64cac32936
rename boolean explicit for is_explicit/isExplicit 2022-01-02 05:35:31 -08:00
Reckless_Satoshi
c4b625a993
Fix order detail page view. Add explicit to model as pricing method boolean explicit/relative 2022-01-02 05:24:35 -08:00
Reckless_Satoshi
298efc394b
Create order detail API endpoint, create order page. Not fully working yet 2022-01-02 04:59:48 -08:00
Reckless_Satoshi
012a7add8a
Merge pull request #11 from Reckless-Satoshi/add-payment-method-field
Add payment method field
2022-01-02 09:41:41 +00:00
Reckless_Satoshi
e087d0b686
Add payment method field 2022-01-02 01:40:19 -08:00
Reckless_Satoshi
9335e6abbe
Merge pull request #6 from Reckless-Satoshi/initialize-frontend-and-create-first-pages
Initialize frontend, create React app, routing, urls and preliminary make order page.
2022-01-02 00:46:52 +00:00