jomo
7d47028ff7
fix errors for null skins, closes #20
2014-11-30 03:34:37 +01:00
jomo
332330f68e
replacing all single quotes with double quotes
...
Until now it was a big mess with some strings using single quotes and some others double quotes
We were using way more double quotes, so I chose to use them globally
2014-11-30 00:07:05 +01:00
jomo
1a7f456c83
fix #23
2014-11-29 23:57:48 +01:00
jomo
4883531127
merge :octocat:
2014-11-29 23:16:50 +01:00
jomo
e01cff53b2
re-add checking for existing file before downloading
2014-11-29 23:15:43 +01:00
Jake
df592034f6
Fix callback
2014-11-29 15:35:14 -06:00
jomo
db223f1dc6
fix tests
2014-11-29 21:24:59 +01:00
Jake
a4c11f396f
Rewrite skin support
2014-11-29 12:21:35 -06:00
Jake
caf7c731da
Move extraction logic
2014-11-29 10:55:51 -06:00
jomo
b98cfa8918
log if uuid was too old or not known
2014-11-29 17:26:24 +01:00
jomo
95ebaf86c5
use Etag, fix #18
2014-11-25 00:35:25 +01:00
jomo
040aeb1c0c
Don't store helm image when user has no helm, fix #16
2014-11-24 23:24:19 +01:00
jomo
55ed86a3f6
skin support, fix #15
2014-11-24 00:53:39 +01:00
jomo
dd8a3b91e2
using our own logging, allows us to do some eventual modifications
2014-11-23 23:02:45 +01:00
jomo
e6481e3c73
bug fixes, improvements, fix #13 , fix #14
2014-11-23 21:53:42 +01:00
jomo
3216833887
allow dashed uuid
2014-11-22 21:28:54 +01:00
jomo
42dae4582b
logging stuff
2014-11-22 18:04:45 +01:00
jomo
df3f008188
fix typo
2014-11-22 17:20:25 +01:00
jomo
9dde7e31b5
don't cache on fail
2014-11-22 01:30:50 +01:00
jomo
749403e81b
fix uuid_valid
2014-11-22 00:32:47 +01:00
Jake
c717f0f293
Fix an issue with errors being null in skin_file callback
2014-11-20 22:10:07 -06:00
Jake
8d73f50dd4
Fix README merge
2014-11-20 20:02:36 -06:00
Jake
f95ce50abc
Username support
2014-11-20 20:01:39 -06:00
jomo
03306dff08
better X-Storage-Type
...
none: Cached: User has no skin.
cached: Skin cached
checked: cached & checked for updates. No (new) skin
downloaded: checked, Skin changed or unknown, downloaded.
error: (error)
2014-11-10 23:55:56 +01:00
jomo
a6514ad104
add missing status to comments
2014-11-09 20:57:12 +01:00
jomo
653590228f
cache valid UUIDs without skin
2014-11-08 01:16:46 +01:00
jomo
b95d011933
use seconds (as stated in config)
...
timestamps in JS are ms. multiplied config value with 1000 so it's converted to ms
2014-11-05 00:06:15 +01:00
jomo
939d8f10a4
update file date on hash update (face only)
2014-11-04 23:43:39 +01:00
jomo
b59d6ced07
cache non-existing UUIDs
2014-11-02 10:32:35 -06:00
Jake
a5f9ff462b
Add Procfile + __dirname
2014-11-02 08:55:54 -06:00
jomo
d9ffa6cc69
make logs useful
2014-11-02 05:24:22 +01:00
jomo
b513883d93
use outdated hash on network errors, fixes #5 🍺
2014-11-02 05:15:38 +01:00
jomo
da8ba52717
add redis caching, closes #3 . More logs, closes #9
2014-11-02 04:12:00 +01:00
jomo
1606fac89b
add support for helmets (?helm), closes #2 . changed '/:uuid/123' to '/:uuid?size=123', closes #10 . Bugfixes
2014-11-01 21:03:42 +01:00
jomo
d84d55f533
better error handling
2014-10-30 00:21:16 +01:00
jomo
a07ca210d6
fix undefined skins_dir, add http_timeout to config
2014-10-29 21:23:36 +01:00
jomo
cc159d3620
split code into more modules, fixes #8
2014-10-29 19:53:27 +01:00