snipe-it/app/Http/Transformers
Daniel Meltzer 987536930c Assorted fixes (#3923)
* Fix some n+1 problems

* Use route in notification dropdown to make sure we link to correct page

* Work on better UI support for checkout to non-user.  Fix links on index bootstrap table, work towards eliminating assignedUser

* Remove Asset::assigneduser() relationship.  Instead add a checkedOutToUser() method and/or port to using assignedTo()

* Adjust string to fit new reality

* Fix #3780.  Move the consumables getDataView method to the ApiController.  Not entirely RESTful, but it's a weird method that probably doesn't need its own controller and the functionality would be strange to stack on the userscontroller...

* Fix file uploads to assets and restore the delete route.

* Add asset maintence edit action to index.

* Suppliers asset list should link to the related asset, not to the supplier with same ID.

* Asset models page should use polymorphic formatter on assigned to to better handle assorted item types.

* Comment out more assigneduser fallacy until we figure out the query builder approach to searching for location text.
2017-09-05 17:54:58 -07:00
..
AccessoriesTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
ActionlogsTransformer.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
AssetMaintenancesTransformer.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
AssetModelsTransformer.php Fixes #3775 - added missing created_at and updated_at fields 2017-07-29 17:01:03 -07:00
AssetsTransformer.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
CategoriesTransformer.php Fixes #3802 - make id an (int) in API repsonse 2017-08-22 14:53:48 -07:00
CompaniesTransformer.php Fixes #3802 - make id an (int) in API repsonse 2017-08-22 14:53:48 -07:00
ComponentsAssetsTransformer.php Added additional permissions for checkin/checkout buttons 2017-03-11 12:14:10 -08:00
ComponentsTransformer.php Fixes #3786 - checkin/checkout to components UI 2017-07-29 16:13:17 -07:00
ConsumablesTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
CustomFieldsetsTransformer.php Fixes #3775 - added missing created_at and updated_at fields 2017-07-29 17:01:03 -07:00
CustomFieldsTransformer.php Fixes #3775 - added missing created_at and updated_at fields 2017-07-29 17:01:03 -07:00
DatatablesTransformer.php Additional API routes and controllers for models, suppliers, users, locations and status labels 2017-01-13 04:50:20 -08:00
DepartmentsTranformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
DepreciationsTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
GroupsTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
ImportsTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
LicensesTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
LocationsTransformer.php Merge branch 'checkout-to-location-v2' of https://github.com/dmeltzer/snipe-it into dmeltzer-checkout-to-location-v2 2017-08-25 06:04:22 -07:00
ManufacturersTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
StatuslabelsTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
SuppliersTransformer.php Fixes #3853 - added notes/zip to suppliers API response 2017-08-22 14:18:21 -07:00
UsersTransformer.php Address #3840 and fixes group transformation in UsersTransformer (#3841) 2017-08-10 13:37:54 -07:00