James South
b914ac6546
Fixing concurrency issues in preset retrieval.
- Also enhanced security.
Former-commit-id: 2aa8a0dc90abf658ed3837dfbd9464008f71a462
12 years ago
James South
d2e4491b7f
Adding nuspec files
Former-commit-id: fc37782ffc7072dd4335e3db931124c44d09332a
12 years ago
James South
5cad3c6d88
Adding nuspec files
Former-commit-id: 917866252e36cf3e0f38c4f3d4cdba3b5e5423cb
12 years ago
James South
eafd68bfd6
Added embedded httpmodule declaration
Former-commit-id: 03291e4237377b24f7b9bb5dd8555653a012b2df
12 years ago
James South
9c97dabdf3
v3.1.1.0 Fixes #36
Permissions issues within the DotNetOpenAuth library when used in
conjunction with Mvc5 were causing a ReflectionTypeLoadException when
attempting to autoload all plugins. Behaviour is now changed so that if
this fails, plugins will load from the configuration instead.
Former-commit-id: d0ff998d5836f17276d553ba2ad6bed3d158db8f
12 years ago
James South
8e19c09f75
Adding improved plugin and preset handling
Former-commit-id: 0b3fdc86725f777a98024b656114b192c31e138b
12 years ago
Chris Koiak
7fad3d3028
Added support for explicitly loaded IGraphicsProcessors
Former-commit-id: 35c4ad691905676a5303c60ad04ab05a35a4e49e
12 years ago
James South
6fff0290ec
Adding improved plugin and preset handling
Former-commit-id: 8f123e87e6b07c48d1114b12fa587faff38d2f18
12 years ago
Chris Koiak
7e1026f245
Added support for explicitly loaded IGraphicsProcessors
Former-commit-id: ecd76b82e62ccbe743091c30bc63f30a09f5e612
12 years ago
James South
974303e988
Adding extension-less remote url parsing.
Former-commit-id: 7687675f16f919d2ddbc22cb9d1044a44efee13a
13 years ago
aka Torgon Woodget
648160cfc3
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com "
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters.
Former-commit-id: 187b4a0972b6608102a556fb9ef14338ef63293e
13 years ago
aka Torgon Woodget
d63c50c507
Revert "Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs"
This reverts commit d24a99bf2b [formerly f1980db0fd571a80283c1698380ca3f672903b12].
Former-commit-id: 2722b400c86d6eec5bfbdc6da6d27889447b7e82
13 years ago
aka Torgon Woodget
9857df1ab1
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com "
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters
Former-commit-id: b62712b2257a2fc35aa303073d0029583d97063f
13 years ago
James South
3356dd9e53
Adding extension-less remote url parsing.
Former-commit-id: 090c8d59329d3dca92630ff096203fd0ef79a508
13 years ago
aka Torgon Woodget
6b69088516
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com "
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters.
Former-commit-id: 3ed9370a87056395120f5538a8e8458b21fd3dc6
13 years ago
aka Torgon Woodget
d921f4be84
Revert "Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs"
This reverts commit d24a99bf2b [formerly f1980db0fd571a80283c1698380ca3f672903b12].
Former-commit-id: 5c0dfbbf489b066719ba7e376aeb2f167a20b177
13 years ago
aka Torgon Woodget
37a2ce60e2
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com "
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters
Former-commit-id: 7f4f18b44eec578b74e2b02647f5fb6bd54fe29c
13 years ago
James South
3a25a69f99
A better solution setup.
Former-commit-id: 48bb7e60c0fec75f9e387c984831da5c44f5e51c
13 years ago
James South
a1c69a8122
Solution restructure
Separate package.config files
Former-commit-id: 40f95d5d253404104f52355b64977b309277bff9
13 years ago
JimBobSquarePants
fee7d322fa
Added Reset, tweaked Gotham and fixed ToArray() bug.
Former-commit-id: d09731b9c6777e48004d8ebf7219be9ac5009068
13 years ago
JimBobSquarePants
3949232cfc
v2.1.1.0
Chenged SQLite dependancy so Any CPU builds were supported.
Former-commit-id: 9f97362c97e389122b3a779f93d069e14c17678d
13 years ago
JimBobSquarePants
e03e35a08d
v 2.1.0.4
Former-commit-id: 8f49c40cda4ebf9cbbd4f8467a452e8e3aad6b0d
13 years ago
JimBobSquarePants
f717c8e22f
Async optimisation complete.
Former-commit-id: a717ad1fae85e712966038efbdb99a383f1361d8
13 years ago
JimBobSquarePants
18c92d1d82
Cache functions enhanced to allow 360000 items
Former-commit-id: 894592c59f9c4a9b2410d8cfbe97d6974a93a27e
13 years ago
JimBobSquarePants
e93a60ab56
Added new cache mechanism and new type tests.
Former-commit-id: 2e50a327ccaa6c4c91aa051bacd690138aed14a2
13 years ago
JimBobSquarePants
527ab1783f
Enhancing DiskCache to handle 24,000 files
Former-commit-id: 44c08e3be09bf9afa8f801f751e1c7c3766563e8
13 years ago
James South
6116f3716d
V1.2.0
Former-commit-id: c272278520718696f82feab5b2ebde9b3649c804
13 years ago
James South
d37340e0f1
First Commit
Former-commit-id: 267292b5e198d1edec106c8b46222cdbcb9d8777
14 years ago