3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 11:15:42 +00:00
Commit Graph

212 Commits

Author SHA1 Message Date
560ba4354d Check FMCS+Location scoping on bulk audit 2026-07-30 23:04:08 +01:00
84555c4549 Normalize 0 IDs to null 2026-07-30 10:37:20 +01:00
0dcfbfbb3a Accessor/mutator to handle weird 0 values for location/company 2026-07-30 10:19:28 +01:00
d30b73d9c8 Harden internal URL redirect safety 2026-07-28 13:06:20 +01:00
4196edcd33 Removed old history importer 2026-07-26 00:01:17 +01:00
f099a2e4aa Do not remove files on soft-delete 2026-07-21 16:44:49 +01:00
fbf441f2a2 Item Requests: Fixed FD-56095 - apply FMCS to requestable items listing 2026-06-22 17:52:18 +01:00
113f8903e9 Asset View/Audits: Added audit custom fields to audit view on asset detail page 2026-06-15 17:31:24 +01:00
5257c2ce84 Merge pull request #19158 from grokability/added-qr-codes-to-non-assets
QR Codes: Added QR codes for non-assets
2026-06-08 22:38:16 +01:00
abc4363e83 Fixed FD-55839 - arbitrary file deletion 2026-06-08 16:48:18 +01:00
b5ec9e080d QR Codes: Added QR codes for non-assets 2026-06-08 16:19:21 +01:00
3f72d0afd8 Allow query string or parameter for byserial 2026-05-26 10:03:38 +01:00
dbaa900444 Fixed redirect on assets 2026-05-18 13:29:32 +01:00
e76036965b Same for assets 2026-05-05 10:58:43 +01:00
bac8299ea6 Added accessor for component qty 2026-04-13 14:51:48 +01:00
09bec66406 Meh 2026-04-13 13:55:05 +01:00
1357b45e24 Added content to blade, refactoring some relationships 2026-04-13 13:48:14 +01:00
9bc92f57c8 Apply pint to non-API controllers 2026-03-13 16:45:30 +00:00
e376492128 Use intended() for redirect options 2026-03-12 13:57:50 +00:00
0f215bbcf8 fix: replace deprecated Symfony Request::get() usage 2025-12-17 18:44:04 -08:00
9b8768dbdd Tighten everything up, remove logging, fix last bits of functionality 2025-11-25 19:34:10 +00:00
fb1fde26ce Use a FormRequest to better handle multiple-asset-creation by GUI 2025-11-11 18:00:22 +00:00
93082e1e87 Set last_checkin if asset checked in during update 2025-10-02 13:56:42 -07:00
7d8ed399a8 Fix accessing force deleted model 2025-09-30 11:27:56 -07:00
739980aa09 Merge pull request #16947 from Godmartinz/add-require-serial-to-models
Adds require serial as Asset Model option
2025-09-03 14:53:15 +01:00
b6d397bcca Updated ->present()->fullName() to ->display_name
Signed-off-by: snipe <snipe@snipe.net>
2025-08-25 14:57:34 +01:00
817530429b added condition to make sure the request has checkbox 2025-08-12 14:52:52 -05:00
bd2acefecc rethought, keeping previous page as an option 2025-08-05 12:29:59 -07:00
1d8493d388 Improved messaging for cloning/editing assets that inherit images
Signed-off-by: snipe <snipe@snipe.net>
2025-08-04 20:51:24 +01:00
f1dd84edba Added option to clone original images
Signed-off-by: snipe <snipe@snipe.net>
2025-08-04 18:47:26 +01:00
465ac1d1e1 remove ternary 2025-07-10 08:39:13 -07:00
18d6becebc populate other_redirect in store method 2025-07-10 08:36:15 -07:00
55ebb4671f update check in and check out controllers 2025-07-01 12:44:26 -07:00
7217d9c427 adds redirect to previous page, use match instead of switch cases 2025-07-01 11:55:46 -07:00
f3e49e7010 add asset model as a redirect option 2025-07-01 10:43:00 -07:00
dd3d264e63 Merge pull request #16675 from Godmartinz/null_location_id_fix
Adds a check for assigned target not being null when creating an asset
2025-06-06 08:30:31 +01:00
550e2b6bb8 Null both assigned to and assigned type on delete
Signed-off-by: snipe <snipe@snipe.net>
2025-06-03 05:30:30 +01:00
ec1851fa84 More small carbon fixes
Signed-off-by: snipe <snipe@snipe.net>
2025-05-23 19:27:58 +01:00
b0067fee51 remove some N+1s, collect an array of missing serial errors 2025-05-20 12:31:34 -07:00
d45bd67cae added corrections 2025-05-20 09:51:02 -07:00
95226f87bc Use same logic for auditStore for validating unique fields
Signed-off-by: snipe <snipe@snipe.net>
2025-05-15 18:02:23 +02:00
720a4bc4a2 add warning to update method for missing a serial 2025-05-13 12:54:28 -07:00
7fd93645b3 valdiation fires for asset creation 2025-05-13 12:17:58 -07:00
1881054c92 Fixed #16863 - better handle unique not required custom field redirects
Signed-off-by: snipe <snipe@snipe.net>
2025-05-08 15:00:43 +01:00
a916767392 Show the QR code on the asset page regardless of label settings
Signed-off-by: snipe <snipe@snipe.net>
2025-05-07 11:34:21 +01:00
5c11a8c1e0 Modified helper
Signed-off-by: snipe <snipe@snipe.net>
2025-05-06 16:12:06 +01:00
5086c80658 Invoke a validator, redirect to edit screen if invalid
Signed-off-by: snipe <snipe@snipe.net>
2025-04-29 22:47:34 +01:00
cd10cd34f4 location update bug fix and test 2025-04-10 14:46:52 -04:00
c385b4a082 remove testing lines 2025-04-09 12:11:46 -07:00
1b961346f0 added withInput to the redirects 2025-04-09 12:11:31 -07:00