Godfrey Martinez

Results 34 issues of 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...

frontend
backend
ldap
cli / artisan
translations

# 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...

frontend
backend
ldap
livewire
cli / artisan
translations

# 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...

frontend
backend
cli / artisan
notifications
translations

# 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]...

frontend

# 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...

frontend
backend
translations
tests

# 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...

frontend
backend
translations

# 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...

frontend
backend
api
dependencies
tests

# 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...

frontend
backend

# 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 ##...

frontend
css
skins