Tiago vasconcelos
3f58676849
rename shop to market and create market
2022-07-27 16:46:27 +01:00
Tiago vasconcelos
6d5e9aba39
initial launch market
2022-07-27 15:28:58 +01:00
Tiago vasconcelos
0f238286a3
add order_details table
2022-07-25 10:11:03 +01:00
Tiago vasconcelos
245e2a353e
add cart menu and filter products
2022-07-20 17:00:24 +01:00
Tiago vasconcelos
e56b26146a
toolbar
2022-07-20 11:47:03 +01:00
Tiago vasconcelos
b151341148
add a placeholder img for no photo product
2022-07-20 11:46:48 +01:00
Tiago vasconcelos
6965459f5d
add StaticFiles
2022-07-20 11:46:20 +01:00
Tiago vasconcelos
f7f442c9d7
add stall page
2022-07-19 10:13:06 +01:00
Tiago vasconcelos
b79fb373a8
clean prints
2022-07-19 10:12:54 +01:00
Tiago vasconcelos
df780124d7
rename stall to store
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
e8e161098f
create and edit products
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
83fe977a85
create product
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
5618de2cd3
fix create edit delete permissions
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
00e6aced53
black'ed
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
7eb0d13590
stalls/stores create update with human readable zones
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
820852e08b
create and display zones
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
d3038fe49b
clean up optional nostr,timestamp
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
e1b6288860
add timespamp on orders, nullable nostr,user keyword
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
99d285335e
remove nostrAdmin check
2022-07-18 09:11:19 +01:00
benarc
734a72d7a0
blah
2022-07-18 09:11:19 +01:00
benarc
ec8c504f28
wdvds
2022-07-18 09:11:19 +01:00
benarc
671ac08a04
small fix
2022-07-18 09:11:19 +01:00
benarc
40fd894cce
Zones are saving/updating
2022-07-18 09:11:19 +01:00
benarc
1988a9d5d7
Added error messages
2022-07-18 09:11:19 +01:00
benarc
80a5d26dce
Message ui working
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
a55dd18528
UI fires up
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
c41f6033be
orders
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
8b37302164
stalls
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
ebaf0c990f
zones
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
5cc39930e5
products
2022-07-18 09:11:19 +01:00
benarc
b1bfef8784
initial
2022-07-18 09:11:19 +01:00
Tiago vasconcelos
6edac8ae8d
remove extensions
2021-10-01 10:49:11 +01:00
Ben Arc
e03eb3c82b
Fixed formatting
2021-08-22 23:05:39 +01:00
Ben Arc
8dea1e28f0
Added pydantic to models
2021-08-20 14:46:08 +01:00
Ben Arc
fe123d6d31
Put extensions back so we can start converting
2021-08-20 12:44:03 +01:00
Ben Arc
9c313586bd
removed all but one extension, so we can focus on core
2021-08-16 18:12:48 +01:00
Ben Arc
0c44c0c048
Black
2021-07-03 16:08:18 +01:00
fiatjaf
2f309c9863
postgres support.
2021-07-02 17:34:31 -03:00
Ben Arc
b0c0b9f851
Changed primary/secondary colours to branded
2021-06-29 02:10:30 +01:00
fiatjaf
d4d069fc77
make all methods from all wallets async.
2021-03-24 01:01:09 -03:00
fiatjaf
42bd5ea989
remove exception to black line-length and reformat.
2021-03-24 00:40:32 -03:00
fiatjaf
d3fc52cd49
migrate to sqlalchemy-aio.
...
a big refactor that:
- fixes some issues that might have happened (or not) with asynchronous
reactions to payments;
- paves the way to https://github.com/lnbits/lnbits/issues/121 ;
- uses more async/await notation which just looks nice; and
- makes it simple(r?) for one extension to modify stuff from other extensions.
2020-11-21 23:02:14 -03:00
fiatjaf
9185342c72
simplify environment variables required.
...
instead of multiple keys/macaroons with different permissions we request only one.
if someone wants to use lnbits with an invoice macaroon they're free to do it and
we will just fail on 'pay' methods, as before.
this also grandfathers the previous environment variables names so everything keeps
working without people having to change their setups.
in the meantime some bugs with lntxbot and c-lightning were fixed and the `requests`
dependency was eliminated because I can't organize myself into meaningful chunks of
changes.
2020-10-08 16:03:21 -03:00
fiatjaf
f01028eac7
migrate from flask to quart.
...
also remove all flaskiness from static file serving.
and reference all vendored scripts on the base tempĺate for simplicity.
2020-09-14 16:03:25 -03:00
fiatjaf
e6ad42dbe1
update prettier to 2.1.1
2020-09-14 09:14:51 -03:00
fiatjaf
c965bca41d
migration tracking.
2020-09-04 21:33:30 -03:00
Eneko Illarramendi
23cfe0d417
chore: update github workflows
2020-09-03 23:10:41 +02:00
fiatjaf
660d56d400
run black on everything.
2020-08-30 23:19:43 -03:00
fiatjaf
4730500ed7
apply prettier to everything.
2020-05-03 13:55:17 -03:00
Eneko Illarramendi
083f7a0a8d
chore: use standard library's HTTP status codes
2020-05-03 15:57:05 +02:00