cloudveiltech / Filter-Windows

HTTP/S Content Filter for Windows 7 and newer
Mozilla Public License 2.0
9 stars 13 forks source link

Relaxed policy count does not show properly after a citadel service restart #128

Closed kfreezen closed 6 years ago

kfreezen commented 6 years ago

The computer is still guessing at how many relaxed policy usages that it has left.

Can be fixed once cloudveiltech/CitadelManager#65 is closed.

montesound commented 6 years ago

This is an update on the relaxed policy settings when using 1.6.17 and the test server.

1) Only the group relaxed settings are syncing to the app. Not the App User Activation Settings (customized settings on the server). 2) The uses decrement when I press "use relaxed policy" and also when I press "relinquish relaxed policy". They should only decrement when "use relaxed policy" is pressed.

dkwiebe commented 6 years ago

@kfreezen and @montesound I'm not sure on point 1. It's going to be quite involving to send out the app details in the group configuration file as those don't support any per installation attributes. Is the app checking the number of available bypasses periodically? If it is then this is probably fine like it is.

However, we should maybe look at adding support for the app to pull down a custom configuration file for the user/activation. That would allow us to start working on allowing or blocking specific sites for a user without increasing the number of groups exponentially.

dkwiebe commented 6 years ago

I'm checking out item 1.

dkwiebe commented 6 years ago

@kfreezen Is the integration to hit the server for bypass info built for version 1.6.17.0? I've been testing and I don't see this hitting our system.

kfreezen commented 6 years ago

I believe so.

On Dec 30, 2017 3:14 PM, "Darren Wiebe" notifications@github.com wrote:

@kfreezen https://github.com/kfreezen Is the integration to hit the server for bypass info built for version 1.6.17.0?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cloudveiltech/Citadel-Windows/issues/128#issuecomment-354573942, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVLLLYFzL9BOlZ4e3GcXSqcjn7SFHI0ks5tFsPCgaJpZM4RNAxC .

dkwiebe commented 6 years ago

@kfreezen Can you ping me when you have time to test?

kfreezen commented 6 years ago

@dkwiebe I was wrong. It is not built in to main-line .17. Sorry about that.