snipe-it/app/Models
Brady Wetherington 6756dd193e SCIM integration using the 're-do-the routes' approach, which seems like a dead-end
Cleaning up routes to match laravel-scim-server's recommended implementation

Some actually *working* changes for SCIM support?!

Whoops, forgot my route file

Fix public SCIM routes

Removed Ziggy, removed old generated file, yanked Ziggy references

Resolves the first set of comments for SCIM

Ensure all /api routes have baseUrl prepended

Fix the parent:: call to be, uh, actually correct :P

Clarify the route-ordering, as it is quite tricky

This gets it so that users can actually be saved..

Work around the lack of callbacks with some inheritance

Mapped a bunch more fields from SCIM into Snipe-IT's user table

More baseUrl shenanigans since we yanked Ziggy :/

Properly map job title and work with some other necessary attributes

Map more fields...

Finalized basic mapping for core and enterprise namespaces

Latest tuned settings for SCIM config to work with Azure (and others)
2022-04-05 20:26:37 +01:00
..
Recipients Added trim to CC email as well 2022-03-04 06:20:34 -08:00
Traits Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
Accessory.php Merge remote-tracking branch 'origin/master' into develop 2022-03-03 21:59:38 -08:00
Actionlog.php adds table structure for asset history 2022-03-14 19:38:36 -07:00
Asset.php Merge master back down into develop 2022-03-29 16:28:43 +01:00
AssetMaintenance.php Shift cleanup 2021-06-10 20:19:27 +00:00
AssetModel.php Fixed category factory methods 2021-12-02 13:40:16 -08:00
Category.php Added a validation to use the same name in categories with different types 2021-10-08 15:19:16 -05:00
CheckoutAcceptance.php Convert deprecated $dates property to $casts 2021-06-10 20:17:18 +00:00
CheckoutRequest.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
Company.php Merge branch 'develop-v6-integration' into develop-v6-rc1 2021-09-21 23:46:50 -07:00
CompanyableChildScope.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
CompanyableChildTrait.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
CompanyableScope.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
CompanyableTrait.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
Component.php Merge remote-tracking branch 'origin/master' into develop 2022-03-03 21:59:38 -08:00
Consumable.php Merge remote-tracking branch 'origin/master' into develop 2022-03-03 21:59:38 -08:00
ConsumableAssignment.php Convert deprecated $dates property to $casts 2021-06-10 20:17:18 +00:00
CustomField.php Make is_unique fillable 2022-02-16 13:45:44 -08:00
CustomFieldset.php Check for uniqueness constraint 2022-02-16 13:46:22 -08:00
Department.php Shift cleanup 2021-06-10 20:19:27 +00:00
Depreciable.php added rounding 2022-02-14 09:34:42 -08:00
Depreciation.php Shift cleanup 2021-06-10 20:19:27 +00:00
Group.php Shift cleanup 2021-06-10 20:19:27 +00:00
ICompanyableChild.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
Import.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
Ldap.php WIP: needs to be tested. adds ldap_manager field to ldap sync 2022-03-21 11:15:39 -07:00
License.php Merge remote-tracking branch 'origin/master' into develop 2022-02-01 18:53:05 -08:00
LicenseSeat.php Convert deprecated $dates property to $casts 2021-06-10 20:17:18 +00:00
Location.php Shift cleanup 2021-06-10 20:19:27 +00:00
Loggable.php Merge remote-tracking branch 'origin/master' into develop 2022-02-20 13:29:12 -08:00
Manufacturer.php Shift cleanup 2021-06-10 20:19:27 +00:00
PredefinedKit.php Shift bindings 2021-06-10 20:16:56 +00:00
Requestable.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
SCIMUser.php SCIM integration using the 're-do-the routes' approach, which seems like a dead-end 2022-04-05 20:26:37 +01:00
Setting.php Merge master down into develop 2021-12-16 14:26:24 -08:00
SnipeModel.php Shift cleanup 2021-06-10 20:19:27 +00:00
SnipeSCIMConfig.php SCIM integration using the 're-do-the routes' approach, which seems like a dead-end 2022-04-05 20:26:37 +01:00
Statuslabel.php Fixed comment 2022-03-16 16:53:18 +00:00
Supplier.php Applies #10470 to develop 2021-12-27 13:22:47 -08:00
User.php Merge pull request #10901 from veenone/fix/invalid_consumable_date_in_user_view 2022-04-05 18:30:23 +01:00