Skip to content

Releases: daviddmd/assetriskmanager

v1.1.1

18 Nov 21:16
Compare
Choose a tag to compare

Update PHP and NodeJS dependencies

v1.1.0

13 Oct 15:16
Compare
Choose a tag to compare
  • Upgrade Laravel and respective dependencies
  • Update PHP and NodeJS dependencies
  • Update Composer binary and Vite
  • Move Livewire components
  • Move Livewire and Jetstream template files
  • Update web.php routes
  • Update configuration and environment files with timezones
  • Update docker compose files and Dockerfile files
  • Add livewire configuration files
  • Remove duplicate Alpine import
  • Fix issue with tab hash switching on asset edit form
  • Update footer with render time and constants in app.php
  • Update Laravel LDAP configuration

v1.0.6

23 Sep 09:09
09a3b95
Compare
Choose a tag to compare
  • Fix compatibility between MySQL and PostgreSQL database on case-insensitive queries. On the previous release, case-insensitive queries were implemented using the ILIKE operator, which is proprietary to PostgreSQL. Thus, the queries were changed to raw SQL queries using LOWER() on the column and comparing (wildcard) the lowercase column value to the trimmed-lowercase filter values. Since Laravel by default runs on strict mode, the additional SQL Server mode ANSI_QUOTES was added so on the raw SQL queries the column name could be treated as a string literal for both RDBMS.
  • Update application base docker image to Debian bookworm, PHP 8.2 and NodeJS 18. Update base composer and npm dependencies.
  • Add MariaDB database Dockerfile, docker compose file and configuration
  • Add phpMyAdmin container to MariaDB and MySQL docker compose files
  • Update base PHP version to 8.2
  • Update sample environment configurations
  • Exclude docker-compose.yml file from tracking

v1.0.5

25 Jun 16:16
f63aeda
Compare
Choose a tag to compare
  • Update Dependencies to Fix Vulnerabilities
  • Add Custom Logo facilities to login and navigation bar
  • Update Deployment Dockerfile
  • Fix Asset and User filters in non-MySQL databases

v1.0.4

02 Feb 17:12
89272cc
Compare
Choose a tag to compare
  • Add Composite Unique Keys to the Asset Threats and Asset Threats Controls tables
  • Add Asset Version/Model column and update Asset Views
  • Add CNCS Export for the List of Assets
  • Add File Export page to aggregate all the export options in order to support the elaboration of the CNCS report
  • Add LDAP environment variables to ease deployment with LDAP scenarios

v1.0.3

14 Jan 17:28
a543b2b
Compare
Choose a tag to compare
  • Add Database Seeders
  • Enable non-LDAP user registration and authentication
  • Enable 2FA
  • Revamp Dashboard and Asset Management interfaces
  • Add Production Docker files

v1.0.2

01 Nov 19:57
Compare
Choose a tag to compare

Update Views

v1.0.1

17 Jul 12:15
Compare
Choose a tag to compare
Fix Asset List Export

Initial Release

16 Jul 18:35
Compare
Choose a tag to compare
v1.0.0

Update static production JS and CSS assets and remove webpack warnings