snipe-it/app/Models
Daniel Meltzer cd8c585377 Discussion: Moving to policies for controller based authorization (#3080)
* Make delete routes work.  We put a little form in the modal that spoofs the delete field.

* Fix route on creating a user.

* Fix redundant id parameter.

* Port acceptance tests to new urls.

* Initial work on migrating to model based policies instead of global gates.  Will allow for much more detailed permissions bits in the future.

* This needs to stay for the dashboard checks.

* Add user states for permissions to build tests.

* Build up unit tests for gates/permissions.  Move accessories/consumables/assets to policies instead of in authserviceprovider

* Migrate various locations to new syntax.  Update test to be more specific

* Fix functional tests.

Add an artisan command for installing a settings setup on travis-ci

* Try a different id... Need to come up with a better way of passing the id for tests that need an existing one.

* Try to fix travis

* Update urls to use routes and not hardcode old paths.  Also fix some migration errors found along the way.:

* Add a environment for travis functional tests.

* Adjust config file to make travis use it.

* Use redirect()->route instead of redirect()-to

* Dump all failures in the output directory if travis fails.

* Cleanups and minor fixes.

* Adjust the supplier modelfactory to comply with new validation restrictions.

* Some test fixes.

* Locales can be longer than 5 characters according to faker... fex gez_ET.  Increase lenght in mysql and add a validation

* Update test database dump to latest migrations.
2016-12-19 11:04:28 -08:00
..
Accessory.php Updated validation for nullable integers 2016-12-15 01:37:19 -08:00
Actionlog.php User resource routes 2016-12-15 20:52:39 -08:00
Asset.php Discussion: Moving to policies for controller based authorization (#3080) 2016-12-19 11:04:28 -08:00
AssetMaintenance.php Discussion: Moving to policies for controller based authorization (#3080) 2016-12-19 11:04:28 -08:00
AssetModel.php Use Request instead of Input:: 2016-12-15 15:56:52 -08:00
Category.php Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
CheckoutRequest.php Checkout Improvements, and initial support for requesting an asset model (#2573) 2016-09-15 19:58:27 -07:00
Company.php Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
CompanyableChildScope.php Updated docblocks 2016-04-07 13:21:09 -07:00
CompanyableChildTrait.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
CompanyableScope.php Updated docblocks 2016-04-07 13:21:09 -07:00
CompanyableTrait.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Component.php Updated validation to allow nullable integrers #3064 2016-12-15 04:11:31 -08:00
Consumable.php Updated validation to allow nullable integrers #3064 2016-12-15 04:11:31 -08:00
ConsumableAssignment.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
CustomField.php Attempt to fix #2961. Also inadvertently added the ability to rename (#2974) 2016-11-24 12:48:03 -08:00
CustomFieldset.php Don’t make required encrypted custom fields required if user is not an admin 2016-08-25 21:03:52 -07:00
Depreciable.php Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
Depreciation.php Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
Group.php Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
ICompanyableChild.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Ldap.php Supress error if pagination isn’t set up on the server 2016-12-07 17:07:48 -08:00
License.php Make company ID nullable 2016-12-14 11:12:21 -08:00
LicenseSeat.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
Location.php Small model validations 2016-12-15 15:15:26 -08:00
Loggable.php Fix loggable checkin (#2935) 2016-11-17 15:54:29 -08:00
Manufacturer.php Update LicensesController.php (#2948) 2016-11-20 19:59:57 -08:00
Requestable.php Checkout Improvements, and initial support for requesting an asset model (#2573) 2016-09-15 19:58:27 -07:00
Setting.php Discussion: Moving to policies for controller based authorization (#3080) 2016-12-19 11:04:28 -08:00
SnipeModel.php Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
Statuslabel.php Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
Supplier.php Fixes #3015 - increase size of state field in suppliers 2016-12-07 17:50:20 -08:00
Throttle.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
User.php Discussion: Moving to policies for controller based authorization (#3080) 2016-12-19 11:04:28 -08:00