snipe-it/app/Providers
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
..
AppServiceProvider.php SCIM integration using the 're-do-the routes' approach, which seems like a dead-end 2022-04-05 20:26:37 +01:00
AuthServiceProvider.php Merge remote-tracking branch 'origin/master' into develop 2022-03-03 21:59:38 -08:00
EventServiceProvider.php Shift bindings 2021-06-10 20:16:56 +00:00
MacroServiceProvider.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
RouteServiceProvider.php SCIM integration using the 're-do-the routes' approach, which seems like a dead-end 2022-04-05 20:26:37 +01:00
SamlServiceProvider.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
SettingsServiceProvider.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
ValidationServiceProvider.php Added a validation to use the same name in categories with different types 2021-10-08 15:19:16 -05:00