programcsharp / griddly

Hybrid grid -- Razor/MVC AJAX/HTML5
http://griddly.com
MIT License
16 stars 10 forks source link

Cookie refactor #121

Closed ithielnor closed 3 months ago

ithielnor commented 9 months ago

Refactor DefaultIgnoreSkipped to make more sense and be less buggy. Cookie filtering now works properly.

Add IsDefaultReplaced to allow implementations to replace contextual defaults from other sources (e.g. a saved filter).

Updgrade vulnerable packages to latest stable.

ithielnor commented 9 months ago

Forgot to include one of the js changes in the .net core package, so had to release a follow up 3.7.1 with that.

ithielnor commented 3 months ago

Ah, I didn't realize we were using different views for core and framework. I've ported that line change over, but not fully tested in core.

ithielnor commented 3 months ago

Added static Func<bool> IsCookiesDisabled() to GriddlySettings to support disablement.