Congratulations to our top contributing members for August 2019! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Contributors
|
JigsawMania
|
Check out the current top members or look at previous months on our Top Members page!
We're very excited to announce that FileSeek 6.2 is now available for download! We've fixed up a bunch of DPI scaling issues, and a few other minor issues.
We encourage everyone to update to the new version today to take advantage of these improvements. If you would like to see a complete list of all the changes, please view the FileSeek Change Log. We would also like to thank all of the translators who have helped translate FileSeek to their native languages.
We're happy to announce that we're rolling out some updates to the CheckCentral mobile apps! The apps are updated with a new framework, and most of the changes are behind the scenes improvements. Here's the full list:
If you're not already using the CheckCentral mobile app, we encourage you to try it out. As always, if you have any feedback, we'd love to hear from you!
The CheckCentral API provides an endpoint for adding users programmatically. All of the configuration options are available through the API, detailed below. To add a new user through the API, you will require an API token for your organization with Read/Write access. Organization administrators can create tokens through the API portal on your dashboard.
The endpoint is located at https://api.checkcentral.cc/createUser/?apiToken=APITOKEN
where the APITOKEN placeholder is replaced with your valid token. The request must be made with the Content-Type
header set to application/json
. The body of the request should contain the properties below to configure the new user's settings. Any properties not passed will be set to their default value.
For example, to add a new user you could send the following json in the body of the request:
The user data must include an email
property as well as an accessLevel
at minimum.
The complete list of possible properties for user creation are as follows:
Parameter | Type/Allowed Values | Default |
---|---|---|
The email address of the new user. The |
String | |
The access level to grant the new user. The |
One of:
|
|
The name for the new user. If the |
String | |
Pass the sendWelcomeEmail flag to have CheckCentral send an introductory email to the new user. |
Boolean | false |
Pass an array of user group IDs to add the user to those user groups. User group IDs can be retrieved with the getUserGroups API endpoint. |
An array containing user group IDs. |
[] |
Pass an array of json objects to configure which services CheckCentral should use to communicate with the user. |
Array[NotificationConfig] | [] |
Parameter | Type/Allowed Values | Default |
---|---|---|
Pass the type of notification to configure. The
|
One of:
|
|
The list of services that CheckCentral should use to alert the user about the configured type of notification. Any services not included in the array will be disabled for the notification type. |
Any of:
|
[] |
Congratulations to our top contributing members for July 2019! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Contributors
|
JigsawMania
|
Check out the current top members or look at previous months on our Top Members page!
The DisplayFusion Photos Screen Saver allows you to show off your photos while your computer is idle. The steps below show how to configure it.
As always, if you have any questions, issues, or concerns, please don't hesitate to contact us.
DisplayFusion has a variety of options on the Mouse Management tab that can help you use the mouse more efficiently across multiple monitors. Below, we'll break down each option and explain what they do.
If you have any questions at all about the Mouse Management features, or anything else, please feel free to contact us!
We’re pleased to announce some great new CheckCentral features that have recently been rolled out. These new features make organizing your checks and users easier than ever.
It is now possible to manage access to your individual CheckCentral check groups thanks to the introduction of user groups, and check group permissions. To get started, simply head to the user groups page via the Organization tab to quickly create new user groups.
Once you have user groups created, they can be used to assign permissions to a check group. Simply visit the check groups page (under the Checks tab) and select the check group you’d like to modify the permissions for. You’ll see a Permissions section where you are able to add a permissions entry for your new user group, specifying what level of access that group should have.
You can now set labels on your checks. Checks with the same label will be grouped together on the Dashboard and Checks page, allowing you to organize checks within a check group.
You’ll see the new Label field when creating or editing a check. You can also set labels in bulk via the Checks page.
Custom dashboards can now be configured to only display specific check groups, making your custom dashboards even more flexible.
As always, we welcome your feedback about these updates, as well as the service as a whole, so please feel free to reach out.
Congratulations to our top contributing members for June 2019! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Contributors
|
JigsawMania
|
Check out the current top members or look at previous months on our Top Members page!
If you're running DisplayFusion in a corporate environment and need to centrally add Compatibility rules for specific applications, you can do this using Active Directory Group Policy Preferences.
The steps below will walk you through creating a Compatibility rule for Chrome that will disable the DisplayFusion TitleBar Buttons.
The following table lists the names of the settings in the Compatibility rule edit window, and the corresponding registry Value Name. All registry values are type "String (REG_SZ)" and all of them use 0 for disabled, and 1 for enabled. Make sure to replace "X" with the number that matches the "App_X_Path" value you're adding this setting for.
Setting Name | Registry Value Name |
---|---|
Disable TitleBar Buttons | App_X_DisableTitleBarButtons |
Disable TitleBar Buttons (all applications) | App_X_DisableTitleBarButtonsAll |
Disable Window Snapping | App_X_DisableWindowSnapping |
Disable Wallpaper changes while running | App_X_DisableWallpaperChanges |
Disable middle-click window moving | App_X_DisableWindowMoveMiddleClick |
Disable maximized window dragging | App_X_DisableWindowMoveMaximizedDrag |
Disable removing from Windows Taskbar | App_X_DisableWindowsTaskbarRemove |
Disable Application Hooks | App_X_DisableAppHooks |
Disable DisplayFusion Taskbars while running | App_X_DisableTaskbarsAll |
Disable moving new windows to current monitor | App_X_DisableMoveNewProcessWindowsToCurrentMonitor |
Use process file icon on DisplayFusion taskbar | App_X_ForceProcessTaskbarProcessIcon |
Force DisplayFusion to treat this application as full screen | App_X_ForceTreatAsFullScreenWindow |
Disable unfocused mouse scrolling | App_X_DisableMouseScroll |
Use alternate Mouse Scroll method | App_X_DisableMouseScroll |
Normal TitleBar Button Offset X | App_X_TitleBarButtonOffset |
Normal TitleBar Button Offset Y | App_X_TitleBarButtonOffsetY |
Maximized TitleBar Button Offset X | App_X_TitleBarButtonOffsetMaxX |
Maximized TitleBar Button Offset Y | App_X_TitleBarButtonOffsetMaxY |