Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
mm-zones-app
Browse files
Jun 01, 2020
Added some notes on how to install the zone files
· 1adf762f
shockrah
authored
Jun 01, 2020
1adf762f
File download taken care of by browser not ajax call
· 14b8af27
shockrah
authored
Jun 01, 2020
14b8af27
added Content-Disposition header to file response in /api/download_zone route handler
· ba990533
shockrah
authored
Jun 01, 2020
ba990533
table creation at least looks decent
· d73d3e2b
shockrah
authored
Jun 01, 2020
d73d3e2b
changed /api/download_zone method to GET from POST
· cac7a440
shockrah
authored
Jun 01, 2020
cac7a440
removed unsed `use`'s
· 3b39c854
shockrah
authored
May 31, 2020
3b39c854
db::get_zone_data no longer manages its own connection to the db
· 7f39befc
shockrah
authored
May 31, 2020
7f39befc
api::download_zones now borrows a mysql_async::Pool ref
· 52d9d81b
shockrah
authored
May 31, 2020
52d9d81b
db pooling handled more by main dispatcher instead now
· 5bc5a521
shockrah
authored
May 31, 2020
5bc5a521
removal of more db logic from api module
· 9051bb8e
shockrah
authored
May 31, 2020
9051bb8e
Moved database facing logic for api::get_zones to db::get_zones_list
· 9bb63019
shockrah
authored
May 31, 2020
9bb63019
switching get_zones query to order by map name alphabetically
· 4b16d23d
shockrah
authored
May 31, 2020
4b16d23d
added js to get zones list
· 130b7a38
shockrah
authored
May 31, 2020
130b7a38
May 31, 2020
updating cargo to include tokio::fs dependancies
· 4ff3bb1f
shockrah
authored
May 31, 2020
4ff3bb1f
adding basic web content route
· c436f49b
shockrah
authored
May 31, 2020
c436f49b
May 30, 2020
basic input layout of site done
· 78625412
shockrah
authored
May 30, 2020
78625412
fixed get_zone_data hanging on every request
· 34aeaf96
shockrah
authored
May 29, 2020
34aeaf96
changed dispatcher output to display method + uri
· 24642aa4
shockrah
authored
May 29, 2020
24642aa4
removing println
· ddd9a8c1
shockrah
authored
May 29, 2020
ddd9a8c1
reduction of visual code clutter
· 15d57d97
shockrah
authored
May 29, 2020
15d57d97
ignoring dev files
· b2401db4
shockrah
authored
May 29, 2020
b2401db4
Moved db logic in download_zone to crate::db
· 12bb6041
shockrah
authored
May 29, 2020
12bb6041
removed fluff `use`
· ee3c5b09
shockrah
authored
May 29, 2020
ee3c5b09
Basic query string parsing function added for api::download_zone to use
· ad2d05ba
shockrah
authored
May 29, 2020
ad2d05ba
passing query string params to api::download_zone
· dfd94fb9
shockrah
authored
May 29, 2020
dfd94fb9
May 21, 2020
zone data field added to schema
· 827e877f
shockrah
authored
May 21, 2020
827e877f
response_dispatcher now passes &mut struct to api::get_zones
· 40851951
shockrah
authored
May 21, 2020
40851951
list row struct now setup to hide some gross details from api module
· fa7c970d
shockrah
authored
May 21, 2020
fa7c970d
proper json response from api::get_zones
· 113ffbb2
shockrah
authored
May 21, 2020
113ffbb2
added smol println log for routes that we've picked up
· 24d908b3
shockrah
authored
May 21, 2020
24d908b3
field names no longer collide with sql keywords
· 7bf380d4
shockrah
authored
May 21, 2020
7bf380d4
Initial skeleton for new rust based mm-zones web app/api
· e7382d92
shockrah
authored
May 20, 2020
e7382d92
Loading