snipe
10703263a8
Livewire: Added ComponentNotFoundException to $dontReport
...
A bot was POSTing a crafted payload to that endpoint requesting the `filament.pages.dashboard` component - a known Filament probe - while posting to the . Livewire resolved the route, couldn't find that component class, and threw `ComponentNotFoundException` uncaught, resulting in a 500.
`ComponentNotFoundException` is now in `$dontReport` (so it won't flood our error tracker) and returns a 404 JSON response, the same pattern already used for `PublicPropertyNotFoundException`. The bot gets a 404 and moves on, no more 500s.
2026-06-09 20:33:27 +01:00
snipe
480d252173
Fixed RB-4158 - handle numeric values better
2026-05-21 15:06:19 +01:00
snipe
0f347e8453
Use translation for unauthorized
2026-04-16 15:28:36 +01:00
snipe
2e7046a810
Apply pint to Exceptions directory
2026-03-13 16:32:11 +00:00
snipe
c9d73e85e1
Fixed RB-4083
2026-03-08 11:37:19 +00:00
snipe
5fdb999ece
Merge branch 'develop' into feature/8709-bulk-deletion-of-asset-categories-suppliers-manufacturers
2025-10-13 13:07:53 +01:00
spencerrlongg
b934f43db0
rename all exceptions
2025-08-20 22:58:39 -05:00
snipe
61abb8d5cb
Fixed hardware.bulkedit redirect
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-18 09:45:02 +01:00
snipe
a9da3aca81
Combine fields and fieldset exception
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-17 14:06:49 +01:00
snipe
e6fec6ec34
Trim model name for display
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-17 13:30:28 +01:00
spencerrlongg
e33b1b6c90
fixed maintenances
2025-08-12 13:34:40 -05:00
Spencer Long
30520297e8
Merge branch 'develop' into feature/8709-bulk-deletion-of-asset-categories-suppliers-manufacturers
2025-08-12 11:58:11 -06:00
snipe
6537f3794b
Merge pull request #17292 from Godmartinz/fail_with_inputs
...
FIXED : #17194 Return to bulk edit with errors and inputs
2025-07-21 12:03:52 +01:00
Godfrey M
5c623db798
fix redirect
2025-07-17 14:57:00 -07:00
Godfrey M
5df22b3e6a
checkboxes properly check
2025-07-17 11:56:52 -07:00
spencerrlongg
d5ca543719
start introducing parent exception
2025-07-07 18:05:23 -05:00
snipe
d8e7123576
Added uploaded files API controllers and presenters
...
Signed-off-by: snipe <snipe@snipe.net >
2025-06-27 11:37:31 +01:00
Godfrey M
942de9dce5
got validation to redirect back to form and display
2025-06-24 12:42:07 -07:00
snipe
f666cba104
Fixed RB-3991 - override route for non-existent fieldset
...
Signed-off-by: snipe <snipe@snipe.net >
2025-06-14 12:17:31 +01:00
spencerrlongg
13c971b171
some refinements, bulk categories controller
2025-06-12 15:19:49 -05:00
spencerrlongg
1cee7e43ed
more (reusable) exceptions, a couple notes
2025-06-12 00:47:57 -05:00
spencerrlongg
5e81c63d6e
some notes and things moved
2025-06-11 11:39:14 -05:00
spencerrlongg
ee5aac8008
supplier destroy action creaated and a lot scratched out
2025-06-03 20:25:07 -05:00
snipe
ecb6e8d9a9
Fixed route for custom fields index
...
Signed-off-by: snipe <snipe@snipe.net >
2025-05-29 12:24:22 +01:00
snipe
4b52e1471c
Remove unused use statement after refactor
...
Signed-off-by: snipe <snipe@snipe.net >
2025-05-26 18:45:21 +01:00
snipe
b3813a7121
Refactorered limiting headers
...
Signed-off-by: snipe <snipe@snipe.net >
2025-05-26 13:48:50 +01:00
snipe
293648582a
Improvements to API headers
...
Signed-off-by: snipe <snipe@snipe.net >
2025-05-26 10:52:14 +01:00
snipe
a4f71a9f0a
Manually add API headers
...
Signed-off-by: snipe <snipe@snipe.net >
2025-05-23 18:25:29 +01:00
snipe
c305284930
Merge pull request #15922 from spencerrlongg/feature/sc-24347
...
Requestable/Request Item API Endpoints
2025-04-01 18:15:42 +01:00
Marcus Moore
fd854072b0
Properly handle route model bound LicenseSeat not being found
2025-03-11 13:03:00 -07:00
Spencer Long
6201e475cb
Merge branch 'develop' into feature/sc-24347
2025-03-04 21:20:46 -06:00
snipe
63e4c42445
Added strtolower
...
Signed-off-by: snipe <snipe@snipe.net >
2025-03-04 19:33:17 +00:00
snipe
d4e227f003
Whitespace
...
Signed-off-by: snipe <snipe@snipe.net >
2025-03-04 19:29:09 +00:00
snipe
bbabbe1b87
Nicer model name formatting on RMB model not found
...
Signed-off-by: snipe <snipe@snipe.net >
2025-03-04 19:21:46 +00:00
snipe
16b97c18e0
Shim route for asset maintenances redirect on RMB not found
...
Signed-off-by: snipe <snipe@snipe.net >
2025-03-04 17:16:16 +00:00
snipe
e589adbe80
Updated model route
...
Signed-off-by: snipe <snipe@snipe.net >
2025-02-24 13:31:09 +00:00
snipe
d4b24e5e57
Exception handler exceptions - exception inception!
...
Signed-off-by: snipe <snipe@snipe.net >
2025-02-20 18:27:45 +00:00
snipe
35a89de6dd
Fixed handler for reports
...
Signed-off-by: snipe <snipe@snipe.net >
2025-02-19 05:03:26 +00:00
snipe
217d65f64c
More changes to the error message formatting
...
Signed-off-by: snipe <snipe@snipe.net >
2025-02-19 03:47:51 +00:00
snipe
fa20eb4965
Add exception for hardware vs assets :(
...
Signed-off-by: snipe <snipe@snipe.net >
2025-02-19 03:41:01 +00:00
snipe
989082d719
Handle the not found errors with route model binding
...
Signed-off-by: snipe <snipe@snipe.net >
2025-02-19 03:26:44 +00:00
spencerrlongg
c76cccbb68
rm extraneous methods in exception
2024-10-23 12:56:36 -05:00
spencerrlongg
e40849c910
this stuff works
2024-10-21 17:31:26 -05:00
snipe
fb233c0aa4
Cleaned up facade names and references
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-29 12:38:15 +01:00
spencerrlongg
d971172cf3
rm unnecessary import
2023-11-01 11:34:15 -05:00
spencerrlongg
53bd5626c9
this works, need to write up pr
2023-11-01 11:33:29 -05:00
Brady Wetherington
a6a89ddd6c
Also log(debug) the error - could be useful for troubleshooting
2023-07-05 14:31:08 +01:00
Brady Wetherington
1f4d2f1e4a
Properly return SCIM Exceptions
2023-07-05 14:27:10 +01:00
snipe
04f83d34ff
Added withInput to carry over older fields
...
Signed-off-by: snipe <snipe@snipe.net >
2023-04-12 08:25:03 -07:00
snipe
d3d464e179
Improved commenting
...
Signed-off-by: snipe <snipe@snipe.net >
2023-04-12 04:36:05 -07:00