Godfrey Martinez
Godfrey Martinez
# Description This adds the ability to sync the company field from LDAP. This also adds the ability to User sync by Company OU, adding an `ldap_ou` column to the...
# Description This just gives a warning that the User is about to edit devices across multiple companies if Full Multiple Companies Support is enabled in the settings. This alert...
# Description I'm not sure how this came to break. but I noticed we are passing a `$request` value in the asset update instead of the `$user->location_id`. Assets resync to...
# Description This adds an artisan command option `snipeit:acceptance-reminder` to allow you to resend the acceptance email to all listed on the unaccepted assets report. Fixes #11756 [sc-25560] ## Type...
# Description Another extra div causing the footer to spill out. Before: After: Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ x]...
# Description This adds asset redirect options back to the assigned asset, the person/place/thing it is being checked out to, or back to all assets. This remembers your last choice...
# Description So this adds a validation rule `require_serial`. This makes a serial required or nullable based on a boolean in the settings: adds an error and message for required...
# Description This is still a WIP. -Moved template measurements from files to the database -Combines the write function into one class, currently this is a ball of yarn. -Label...
# Description This adds a `purchase_cost` to the models table. If an asset assigned the model leaves a blank purchase cost when creating a new asset, it will inherit the...
# Description This creates a class of `dashboard` that is applied to all the box menu options on the dashboard that deals with text overflow. Before: After: Fixes #15197 ##...