You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anonymous Users & Login Dialogs
The built-in Start and Help apps can now be used by
anonymous users (non-logged-in users). Users can then login via the
top-right menu and any restricted app will automatically display the
new built-in login dialog if accessed without valid permissions.
Refactored Access Control & Permissions
The role-based access controls have been refactored to support
different types of access (read, search, internal, etc) and to be
fully based on storage paths (instead of object types and names).
All hard-coded references to the built-in admin role
have also been removed, as the default configuration is now sufficient.
New Icons & Refined Widgets
FontAwesome icons are now available and used for many of the standard
icons. This means better rendering in all sizes and in all resolutions.
The Table, Progress and Popup widgets have also been restyled for a more
modern look.
Improved Documentation & Help App
The built-in Help
app has been much improved, and the on-line
documentation is now much clearer and up-to-date. The built-in test plug-in now provides an Example app that
shows all widgets and icons available.
Bug Fixes & API Changes
Lots of minor API changes have also been made and several JavaScript
functions have been moved to the built-in legacy plug-in.
Also, a number of bugs have been fixed to improve storage handling,
session termination, connection management, etc.