snipe-it/resources/lang/en/admin
Daniel Meltzer 64d649be7f Monster: Cleanup/Refactor http controllers. (#5916)
* Extract a handlesimages trait to centralize logic for parsing/storing images on upload in create/edit methods.

* Use same image upload/layout in accessories as consum+components.

* Monster: Cleanup/Refactor http controllers.

This cleans up docblocks, pulls most non-crudy actions into their own
controllers, and does general cleanup/logic refactoring.  There /should/
be no functional changes, but we all know how should works..

Extract checkin/checkout functions to a separate controller for accessories.

Move controllers to subdirectory.

Cleanup AssetModelsController

Extract component checkin/checkout

Assorted cleanups/doc/formatting in controllers.

Refactor LicenseController.

Refactor UsersController

Update viewassetscontroller.

* Codacy cleanups

* More codacy cleanups.  Extract a LicenseCheckout Form request as well.

* A bit more refactor/cleaning of the license checkout method.

* Review Related Cleanups

* Fix most of the item_not_found translations.  In many cases, the
string being generated did not even use the id parameter.  Where it
does, pass it as id instead of as a different value.

* Remove some old $data arrays from when we manually sent emails from
the controllers.  This has been superseeded by the notification system
(yay!)

* Bugfix: Only log the checkin of an accessory if the checkin completes sucessfully.
2018-07-24 19:35:26 -07:00
..
accessories Monster: Cleanup/Refactor http controllers. (#5916) 2018-07-24 19:35:26 -07:00
asset_maintenances Move sanitization of input to the model attribute setters. This cleans up a lot of checks in the various controller methods and ensures data will be set in the model accurately regardless of where it's set. Add unit tests for these methods (#3102) 2016-12-26 15:17:46 -08:00
categories Add category to licenses 2018-05-08 00:14:38 -07:00
companies Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
components Updated translation strings with new purge text 2016-04-19 12:26:49 -07:00
consumables Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
custom_fields Updated languages 2018-05-21 14:54:36 -07:00
departments Dept strings 2017-05-23 02:50:16 -07:00
depreciations Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
groups Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
hardware Improved files display 2018-05-02 14:13:06 -07:00
licenses Fixes #4001 - license checkout not working 2017-09-25 21:40:43 -07:00
locations Add support for location-specific LDAP OUs. (#3176) 2017-01-11 23:37:14 -08:00
manufacturers Fixed #2402 - add ability to restore manufacturers 2018-03-03 18:46:19 -08:00
models Feature/custom fields default values (#5389) 2018-04-23 21:16:55 -07:00
reports Updated translation strings with new purge text 2016-04-19 12:26:49 -07:00
settings Fixed #5944 - added logo option for print-assets page (#5950) 2018-07-24 13:37:02 -07:00
statuslabels Fixed #5138 - added default_label flag to status labels 2018-03-05 22:04:16 -08:00
suppliers Disallow deleting suppliers with associated assets, licenses or maintenances 2017-10-18 05:47:20 -07:00
users Added login log 2018-07-16 23:49:08 -07:00