Skip to content

Releases: luyadev/luya-module-admin

1.2.0

17 May 11:50
Compare
Choose a tag to compare

1.2.0 (17. May 2018)

This release contains new migrations and requires to run the migrate command after updating. Check the UPGRADE Document.

Changed

  • #122 Change base file system signature in order to support external file systems like amazon S3.
  • #121 Reduce the xhr response content for admin images and files in order to speedup admin usage.
  • #118 Updated outline-config default styles; Added btn--active class to force hover status
  • #33 Updated textarea min-height from 46 to 86px
  • #93 Unparseable cruft is enabled by default and uses the angular js built in json encoding mechanism to remove the prepend string.
  • #90 Minification and Uglification of angularjs files requires strict di.
  • #69 Remove deprecated luya\admin\helpers\I18n methods.
  • #123 Improved storage filter chain model.

Added

  • #113 Add option to configure ngrest attribute conditions when to display/hide a given field based on another field.
  • #64 Add option to configure the file delivery (download or display in browser).
  • #27 Filemanager file detail option to rename the original download file name.
  • #64 Whether file should be download or display in browser.
  • #100 Option to configure the max idle time of an user until logout.
  • #86 When a user changes the email, a token will be sent to the old email which has to be entered in order to change the email.
  • #85 Added option to limit login attempts from session and for when the email is detected correctly. This reduce the possibility to brute force any login credentials. The 2FA security token lifetime can be configured. When the login password is false, the login fields are cleared out.

Fixed

  • #119 Fixed bug with falsely commited migration file in version 1.1.1.3.
  • #111 Fixed scroll-behavior for file detail view (filemanager).
  • #102 Fixed bug with empty attributes_json in NgRest logger for delete actions.
  • #80 Added roboto Latin (+Extended), Cyrillic (+Extended), Greek (+Extended), Vietnamese.

1.1.1.4

09 May 08:29
Compare
Choose a tag to compare

1.1.1.4 (9. May 2018)

  • #119 Remove migration file added in version 1.1.1.2.

1.1.1.3

18 Apr 08:05
81a51a3
Compare
Choose a tag to compare
  • #102 Fixed bug with empty attributes_json in ngrest logger for delete actions.

1.1.1.2

17 Apr 15:11
af69dd1
Compare
Choose a tag to compare
  • Fixed issue in user model validation cycle on create

1.1.1.1

12 Apr 12:01
Compare
Choose a tag to compare

1.1.1.1 (12. April 2018)

  • #23 Fix issue with not writeable attributes on assign.

1.1.1

11 Apr 12:29
Compare
Choose a tag to compare

1.1.1 (11. April 2018)

Added

  • #89 Added module property strongPasswordPolicy to enable strong passwords for admin users. Each password must have lower, upper, digit, number and a special char with a min length of 8 chars.

Fixed

  • #91 Remove spellcheck for filemanager upload button.
  • #92 Add option to bind values while storage querys in order to fix imageArray captions in ngrest plugin.
  • #88 Clean up change password fields after validation error or success.
  • #87 Fixed bug when change the password.
  • #83 Provide after assign event for ngrest plugins.
  • #77 Ensure if user has edit permissions in order to trigger the interactive toggleStatus plugin.
  • #76 Create random access token when creating new user in order to prevent unique column exception.

1.1.0

26 Mar 17:21
Compare
Choose a tag to compare

1.1.0 (26. March 2018)

This release contains new migrations and requires to run the migrate command after updating.

Added

  • #64 Added migration for content disposition.
  • #66 Provide option to whitelist mimetypes for admin file upload.
  • #58 New api user level to make system api calls. Provide basic endpoint overview and tester.
  • #59 NgRest log events are now tracked by the log behavior.
  • #56 User summary active window with diff view, sessions and user infos.

Fixed

  • #68 Fixed caching problem with Yii verison 2.0.14.
  • #67 Fixed issue where crud loader (relation button) can not edit items.
  • #1571 If Active Window label/icon from config is given ues this instead of object defaultLabel and defaultIcon.
  • #69 Fixed i18n helper naming, mark old methods as deprecated, add language option.

1.0.3.1

26 Mar 17:29
Compare
Choose a tag to compare

1.0.3.1 (26. March 2018)

Fixed

  • Patch fix for new LUYA core csrf param.

1.0.3

13 Feb 06:24
Compare
Choose a tag to compare

1.0.3 (13. February 2018)

Fixed

  • #47 Fixed issue with decoding json page property values.
  • #40 Apply chart dashboard styling according to cards element.

Added

  • #50 Added DummyFileSystem class to fake storage system.

1.0.2

20 Jan 14:14
Compare
Choose a tag to compare

1.0.2 (20. January 2018)

Added

  • #40 Added the ChartDashboardObject whit echarts.js
  • #44 Provide packages from LUYA composer plugin (installer.php) for developer toolbar and remote admin endpoint.

Fixed

  • #38 Fixed ActiveWindow render composition keys problem with PHP 7.2.
  • #42 Fixed logout item click behaviour in mainnav tooltip.