James South
70e7c362ba
Added configuration-less functionality.
Former-commit-id: 49868772e9cc35d73fd0c84c4985f06d42b70b03
12 years ago
James South
1f38c26fc2
Added embedded httpmodule declaration
Former-commit-id: d730995864bc1477022e61a44a257fcf715f1daf
12 years ago
James South
cb7acaf483
v1.8.4
Former-commit-id: 37033a655ed08272087c2929b33e88d75ca3ecf0
12 years ago
James South
fedeb45aeb
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: c6b35c7f09bb26f75b030d0b3aadf909498bc6a9
12 years ago
James South
fc21041e42
v1.8.3 & v.3.1.0
Former-commit-id: 2c8b0b6e54dd4754fc9506d0e0194c8381630428
12 years ago
James South
8f3a692ce6
Adding improved plugin and preset handling
Former-commit-id: b39ce576302bddcf671b39a619efa492ea60b0dd
13 years ago
Chris Koiak
d35fe4d580
Added support for explicitly loaded IGraphicsProcessors
Former-commit-id: da19f14db5439f8626f3bf1112415821e70e16ef
13 years ago
James South
c403cb43d0
No reason not to use Utc.Now
Former-commit-id: 3b481a75c5761d250ca8aab272fca01eca81d150
13 years ago
James South
e3dede1638
Fixes #32
Former-commit-id: 2f6f2c0a35e2f93910e7ea61d8717b0672472de4
13 years ago
James South
b934620def
Improved url security check
Former-commit-id: e632adb6795aa0da1f04b4d12f1815b6829a4db3
13 years ago
James South
daff80e719
Tidy up
Former-commit-id: e8b46408774a0c947935f8b304682d56b6933781
13 years ago
James South
14e1e03ccd
More refactoring
Former-commit-id: 64c5ba9fad3eaca2d280b1541cc71dc03377b42b
13 years ago
James South
c2d50152be
Reformatting and bug fixing
Former-commit-id: 2ed1c16f3622181de3fa7209a9070122ece4e560
13 years ago
James South
abaef2fe44
v1.8.2 & v3.0.1
Fixes #28
Fixes #18
Former-commit-id: 7761fb9d182129608d4d4bfddeaeffccec886fc2
13 years ago
James South
fe58743950
Cleanup now searches from parent directory
Former-commit-id: df80b629273b6b198530c5efea7aa8019b5c01be
13 years ago
James South
99ef9d9cf2
Swapping out for Semaphore Slim
Former-commit-id: 5f2e7aaa36a9295a43c80466266be241ee567c90
13 years ago
James South
2f727b9aa1
Further attempt at protecting the Save method
Former-commit-id: b2768040730f1934e0fecf74d4b304828c5a587d
13 years ago
James South
d56cb7f9fe
v1.8.1.0 & v3.0.0.3
Former-commit-id: 576d2f1abef5c3647f9de48d50745e9697f71d68
13 years ago
James South
e154d8d74d
backup before next release
Updates, Gaussian blur, Gaussian sharpen, Comic filter,
ImageProcessingModule
Former-commit-id: 5d378518cccc5476926324ee9f669e6321fb575d
13 years ago
James South
e61d01a7bb
v3.0.0.2
- Fixing diskcache expiration bug
Former-commit-id: 59a60f501175c5dee7bbbfa0b6323e10ac1fa22c
13 years ago
James South
64eac803cd
Fixing bad merge
Former-commit-id: ab4aa45cdab2e53d59cd07e90e6fbcb076b4fc2f
13 years ago
James South
80107a501e
Fixing issue #21
Former-commit-id: f09d05ba437057089a2b4e3798156611f6a37072
13 years ago
James South
6cc5656dde
A little bit more thread safety and accuracy.
Former-commit-id: 9519d9d954297074f5cd5d25935c400c4f390037
13 years ago
James South
59deca03a2
Refactoring contstrain method
Former-commit-id: 067625171fad56876018048da7d3c07353a4dca6
13 years ago
James South
991aa0a2aa
Removing SQLite
Cache is now purely file based. Very fast!
Former-commit-id: 774582190452ed3f16b15418284947db54875e2c
13 years ago
James South
368fa23fa2
New cache cleanup mechanism
Former-commit-id: f3dd407dab25fafd11b7fe3f37a152fcae2a343f
13 years ago
James South
2ac6efc21e
Can now cache billions of items
TODO: An efficient cleanup mechanism
Former-commit-id: c930f2082b7de360412d76ab8bfc89498b2d3525
13 years ago
James South
6857aad5c6
Adding preset ()
Former-commit-id: af7f32f9d933f938cc5bdf508e5698895bda5f22
13 years ago
James South
c99ed83a20
Adding extension-less remote url parsing.
Former-commit-id: e84842820b2ef0a43ea878f329e17c44f17a3b9e
13 years ago
James South
7dbe50f353
Improved memory usage
Former-commit-id: 03b6af57072cf594dc91aba9abdaa369da9d94de
13 years ago
aka Torgon Woodget
bed24c0f8f
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: 894a5bf8053ff902b48ee23b35546e37e747f178
13 years ago
aka Torgon Woodget
5e4be15324
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: c1ca84b5ef133787529ecd0c8b5a53d63c74d2ef
13 years ago
aka Torgon Woodget
37631ac018
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: 72ee097fca2167c44cadcaceba5b741fab92ad58
13 years ago
James South
89d19276f3
A little bit more thread safety and accuracy.
Former-commit-id: 144106e27eebbb24c963effa0e8f67417a21e9b1
13 years ago
James South
e33fdb66b6
Refactoring contstrain method
Former-commit-id: 28ef95965ee9fb87931c60f8cdb024630eca49ff
13 years ago
James South
4434fef57f
Removing SQLite
Cache is now purely file based. Very fast!
Former-commit-id: eed0be700aae1fcc0dcc865cbf8a4c4680c8d029
13 years ago
James South
54cfeff572
New cache cleanup mechanism
Former-commit-id: b3768cd98dfa13798487d3b4a433def316c62fda
13 years ago
James South
37b08fc4be
Can now cache billions of items
TODO: An efficient cleanup mechanism
Former-commit-id: aec71d092116d0de1d2f92d84327e5dc8e550582
13 years ago
James South
bbecba5871
Adding preset ()
Former-commit-id: 49f1164764e485fde0c7fc54a181e35be212b056
13 years ago
James South
405bd9d8a6
Adding extension-less remote url parsing.
Former-commit-id: db9412b1317cc3476e08167f6bab6c7b8d97a45e
13 years ago
James South
92e2394c23
Improved memory usage
Former-commit-id: 8547d9f8f2fcb4b3fda6e5f3b8373994c4ba5dda
13 years ago
aka Torgon Woodget
e5ed5bae27
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: a56891087e2dcc2e9e21ac6f6f876d72cc6ac061
13 years ago
aka Torgon Woodget
89ed19058a
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: e262ec998f249a900fa85b882413e00f98bc8285
13 years ago
aka Torgon Woodget
d24a99bf2b
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: f1980db0fd571a80283c1698380ca3f672903b12
13 years ago
James South
98e1875477
v2.3.0.6 Fixes issue #15
Former-commit-id: 77aee4fa6573802645f092b9b454d632f19ed361
13 years ago
James South
a3091ad4e6
Updating references.
Former-commit-id: 4d59f1c08419d16b9b2174b067738e7b034ffd71
13 years ago
JimBobSquarePants
9a432e5cc9
v2.3.0.3
Added support for authorization config.
Former-commit-id: aa09b07f09009deb470fd44b875b70c0fe95442b
13 years ago
James South
5ccda7f542
Fixing issue 10
Former-commit-id: 18c59254e30cdbff7c889e8253b5eaf4ff4e2c8f
13 years ago
JimBobSquarePants
358fdb773d
Fixing remote file issue
Former-commit-id: 1a83def4930d719bae4d86d851b162992344ec01
13 years ago
James South
aa57617e87
Updating Nuget packages
Former-commit-id: 452c69f2d1c696268c7333f797dd48044e85ba10
13 years ago