Tieson Trowbridge
Tieson Trowbridge
That is/was the correct domain. I'm not sure why it's not registered. It might be worth pinging @kristofferahl on Twitter (although I assume he saw this already). In the meanwhile,...
It's worth mentioning that there is a version of the documentation in the wiki: https://github.com/kristofferahl/FluentSecurity/wiki - I'm not sure how up to date it is.
I would assume decorating the action with the AuthorizeAttribute, and then adding an "ignore" rule in your FluentSecurity config should be all you need. So, something similar to ``` For(c...
FWIW, order does matter when creating/applying your policies in FluentSecurity, so make sure you're not accidentally applying another policy somewhere else in your configuration. This might also be a better...
Not all that hard: https://jsfiddle.net/n3ch6dmo/19/ Markup: ```html 30 second sample from "Another Day in Paradise", by Phil Collins, from the Collins album, "...But Seriously". Your browser does not support the...
If I recall correctly, iOS/Webkit has some tighter restrictions with how they allow you to interact with media. You *might* not be able to change the volume on an iPhone....
Not really. You would need to call .multiselect() on the newly-added content, or have something like: ```javascript function reinitMultiSelect(selector) { // Remove all existing multiselects $(selector).multiselect('destroy'); // Apply plugin to...
Looks like I have publish rights on the npm package. I'll pull down a copy of the repo and see if I can get it published sometime in the next...
Sorry - this is taking a bit longer than expected. I'm working through getting the unit tests to run on my machine, although I suppose the fact that there is...
I needed to update a bunch of stuff in the repo (not the plugin itself) to get it ready for npm. I could publish now, but I'll wait to see...