snipe-it/app/Http/Controllers
Andrea Bergamasco e7f7d739ed Bugfixes based on functional tests (#3338)
* Toggles the disabled state of auto_increment_prefix

To insert a prefix you had to toggle the checkbox, save the settings and reload. With this script it is immediate. Fixes #1390

* Delete asset image: made checkbox more visible

Related to #3153

* Added personal-access-token component

* Created basic API testing configuration

* First version of /components endpoind cest

* On-the-fly bearer token generation

* Completed testing of PATCH and PUT methods

* Added /components/{id}/assets route with tests

* Updated route and dataTable in view

* Completed test assertion

* Added links to assets in ComponentsAssets view

* Linked Company in AssetView page

* Bugfixes based on functional tests

* Removed unused function

* Marked tests as incomplete

* Added check for  existence in groups/edit.blade.php
2017-02-22 22:49:19 -08:00
..
Api Assorted fixed (#3332) 2017-02-22 22:49:06 -08:00
Auth Added legacy redirector 2017-02-02 18:14:25 -08:00
AccessoriesController.php Switch companyName to company 2017-01-26 21:05:33 -08:00
ActionlogController.php Discussion: Moving to policies for controller based authorization (#3080) 2016-12-19 11:04:28 -08:00
AssetMaintenancesController.php Switch companyName to company 2017-01-26 21:05:33 -08:00
AssetModelsController.php Additional API routes and controllers for models, suppliers, users, locations and status labels 2017-01-13 04:50:20 -08:00
AssetsController.php Added more company_id filtering, more transformers 2017-02-08 08:48:41 -08:00
CategoriesController.php Bugfixes based on functional tests (#3338) 2017-02-22 22:49:19 -08:00
CompaniesController.php Added more company_id filtering, more transformers 2017-02-08 08:48:41 -08:00
ComponentsController.php Basic components API 2017-01-26 19:16:06 -08:00
ConsumablesController.php Basic consumables API 2017-01-26 18:46:18 -08:00
Controller.php Updated docblocks 2016-04-07 13:21:09 -07:00
CustomFieldsController.php Added optional help text field to custom fields 2017-01-26 04:52:11 -08:00
CustomFieldsetsController.php Fix fieldset blade path 2017-01-25 18:39:45 -08:00
DashboardController.php Fixes #2448 - redirect to intended page 2016-10-29 07:32:48 -07:00
DepreciationsController.php Groups API starter 2017-02-01 18:50:28 -08:00
GroupsController.php Bugfixes based on functional tests (#3338) 2017-02-22 22:49:19 -08:00
LicensesController.php Added missing manufacturer data on save 2017-01-24 18:57:03 -08:00
LocationsController.php Bugfixes based on functional tests (#3338) 2017-02-22 22:49:19 -08:00
ManufacturersController.php Manufacturers API 2017-01-13 09:37:06 -08:00
ProfileController.php Removed closures from routes files so that we can allow people to cache routes for performance optimization 2017-01-24 17:37:07 -08:00
ReportsController.php Include notes in custom asset report 2017-02-03 02:16:37 -08:00
SettingsController.php Removed closures from routes files so that we can allow people to cache routes for performance optimization 2017-01-24 17:37:07 -08:00
StatuslabelsController.php Switched to route from redirect->to 2017-01-26 20:13:59 -08:00
SuppliersController.php Additional API routes and controllers for models, suppliers, users, locations and status labels 2017-01-13 04:50:20 -08:00
UsersController.php Updated method for eager loading assets 2017-02-21 15:39:59 -08:00
ViewAssetsController.php Merge branch 'checkout-to-things-v1' of https://github.com/dmeltzer/snipe-it into dmeltzer-checkout-to-things-v1 2016-12-29 16:20:17 -08:00