Gered
ac93a58829
bump version for development
2016-06-30 11:22:18 -04:00
Gered
f41ba55674
version 1.0.2
2016-06-30 11:21:43 -04:00
Gered
a058fc5241
add logback.xml
2016-06-30 11:19:35 -04:00
Gered
2bd93b4994
fix some sql queries such that jsqlparser can correctly parse them
2016-06-30 11:13:54 -04:00
Gered
0433d10563
bump version for development
2016-06-30 00:08:11 -04:00
Gered
fe369555f4
version 1.0.1
2016-06-30 00:07:32 -04:00
Gered
84f534ae53
round up when calculating number of pages of search results
2016-06-30 00:01:37 -04:00
Gered
c471840fd7
allow enter keypress to submit login form
2016-06-29 23:53:05 -04:00
Gered
89112fb19e
fix chart legend rendering in production builds
...
i've no idea why this problem occurs in production builds. maybe
the clojurescript / google closure compiler is miscompiling the
".-datasets" property/field access? munging the name when it shouldn't?
and if so, why did it munge that name and not e.g. ".-labels" which
worked fine?
2016-06-29 23:49:39 -04:00
Gered
cf34a72bd8
don't keep user password in returned user profile
...
stops the password from being transmitted to the client in the user
profile sent there
2016-06-29 23:16:00 -04:00
Gered
6d0fe057d0
bump version for development
2016-06-29 21:26:22 -04:00
Gered
6ac12aa0a8
version 1.0
2016-06-29 21:26:02 -04:00
Gered
c06afac656
add LICENSE and update project.clj
2016-06-29 21:25:42 -04:00
Gered
3b5fa42721
add order by
2016-06-29 19:19:36 -04:00
Gered
99eaeb34ea
add robots.txt
...
i cannot think of any reason why anyone running this application in a
publically accessible place would want a search engine crawling this
2016-06-29 19:11:25 -04:00
Gered
f528abc479
update price scraping output, and remove call to views/put-hints!
...
the put-hints! call wouldn't really work when this price scraping
is performed anyway (from the command line)
2016-06-29 19:06:58 -04:00
Gered
c5b0eda139
change bg color of footer
2016-06-29 18:48:45 -04:00
Gered
4ddb3e8761
fix missing image routes so they will work from a jar
2016-06-29 18:48:30 -04:00
Gered
f416df5418
remove unneeded dependency
2016-06-29 18:48:05 -04:00
Gered
a7f1d5aa17
don't show inventory management ui if user is not authorized
...
but can show it if user authorization is not required, as indicated by
the app's config.edn
2016-06-29 18:29:28 -04:00
Gered
2c89c13a64
add server-side enforcement of authentication for collection add/remove
2016-06-29 18:19:29 -04:00
Gered
ce9ef7b3e4
add login/logout support. users defined in config.edn
...
no actions are protected yet
2016-06-29 18:08:22 -04:00
Gered
2676de8c74
render csrf token meta tag in page html
2016-06-29 18:07:43 -04:00
Gered
e4a8c85e1a
ensure csrf header is sent on all ajax requests
2016-06-29 18:06:25 -04:00
Gered
0ea54572ba
add ttl session store
2016-06-29 18:06:01 -04:00
Gered
ce4c2c1a39
fix dev mode not reloading code changes
...
hacky fix due to the fact that we load the app config at a time later
then when the namespace is first loaded, so our old wrap-env-middleware
cannot work as-is. and then immutant's own run function alternative that
can be used to run the server in dev mode has some super annoying
behaviour that can't be turned off (opening a browser on startup... who
the *fuck* actually likes this behaviour? don't you people keep a
browser open all the time when you're working on web dev anyway?)
2016-06-29 16:26:08 -04:00
Gered
058d587903
add page footer
2016-06-29 15:54:43 -04:00
Gered
23ebc7edf0
add foil card count to stats page
2016-06-29 15:12:19 -04:00
Gered
f2e1cacfa5
show large set image on set info page
2016-06-29 15:00:16 -04:00
Gered
ad413d5399
add converted mana cost search filtering
2016-06-29 14:50:34 -04:00
Gered
2e0644057e
add search filtering based on foil card inventory amounts
2016-06-29 14:41:10 -04:00
Gered
5fe5568e2a
clean up card inventory popover layout
2016-06-29 11:52:21 -04:00
Gered
a957440f3b
add foil tracking to card collection
2016-06-29 11:36:27 -04:00
Gered
0879a24e9f
fix for lein rollback/migrate
2016-06-29 11:35:58 -04:00
Gered
fc67496893
add rarity search filter
2016-06-29 10:38:33 -04:00
Gered
8945c524be
include a link to the set shown in the card list set column
2016-06-29 10:25:22 -04:00
Gered
2a58d12214
minor adjustments to output of image scraper
2016-06-29 10:21:23 -04:00
Gered
3bc4cc44f8
download mana symbols into same directory as other symbols
...
to simplify the client-side symbol image formatting text code (doesn't
need to determine which symbols are mana and which aren't)
2016-06-29 10:21:06 -04:00
Gered
2c419eeab9
remove remaining references to now unused card_images table
2016-06-29 09:59:09 -04:00
Gered
da74147af4
cleanups
2016-06-29 09:57:24 -04:00
Gered
37b1f736a4
some price scraper namespace reorganization
2016-06-29 09:53:41 -04:00
Gered
3acc096202
remove unused require
2016-06-29 09:51:16 -04:00
Gered
3978fda02a
some start/stop web adjustments. ensure shutdown-server is run on close
...
note that using addShutdownHook like this will not work in a REPL
or even using `lein run`, though for the latter `lein trampoline run`
will work instead
2016-06-29 09:50:41 -04:00
Gered
8859432b7d
rename scrape-set-images action
2016-06-29 09:49:23 -04:00
Gered
a0ef0d48e0
fix up formatting in cli usage summary
2016-06-29 09:49:01 -04:00
Gered
c1fcaa4837
fix default "web" action not being set correctly
2016-06-29 09:48:16 -04:00
Gered
aca45d9631
major reworking of various data and image importing/scraping operations
...
can now run the application from the command line to invoke the various
data import/update or image scraping operations.
removed all copies of scraped set/symbol/mana images
2016-06-28 19:16:04 -04:00
Gered
c7c2c68ef4
update some dependency versions
2016-06-27 19:16:08 -04:00
Gered
965a2e9578
add README.md
2016-06-24 14:20:24 -04:00
Gered
064ad77af8
initial commit
...
not sure why i waited so long to put this project under version control
2016-06-24 14:17:45 -04:00