3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-06 07:47:47 +00:00

417 Commits

Author SHA1 Message Date
4c4ec3eacc Fixed #18821 - pagination on history 2026-04-04 16:59:23 +01:00
d289ac7f05 Pint 2026-04-02 11:26:33 +01:00
7ec60bc6f2 Same as #18808 but renamed assetstatus to status 2026-04-02 11:26:23 +01:00
0261776778 Added FilterRequest and added refactorerd search check 2026-03-27 19:19:25 +00:00
a500dd4e9e Add generic history method and component blade for loggables 2026-03-26 12:13:59 +00:00
a0c905de33 Handle null next_audit_date 2026-03-23 15:38:57 -07:00
18a4c88ead RMB on licenses for assets API call 2026-03-20 18:19:42 +00:00
d0e57cfab6 Added null operator in the case of a bad status label on asset audit 2026-03-17 13:27:46 +00:00
1e5d426e70 Apply pint to API controllers 2026-03-13 16:38:23 +00:00
b37074f473 Null check on status (RB-4087) 2026-03-10 09:03:57 +00:00
d837e4845b Show note 2026-02-21 13:16:58 +00:00
39be0c5590 Fixed #18017 - show status on bulk audit 2026-02-21 13:08:23 +00:00
33a104f142 Fixes #18512 temporarily 2026-02-17 14:11:14 +00:00
f3cc3ed682 Merge pull request #18470 from bilias/pr-clean
Do not delete asset name if update request does not have a name
2026-02-09 20:57:07 +00:00
aaf9372474 move helper query to eager load in the asset api 2026-01-22 11:12:49 -08:00
ca99f525c9 Do not delete asset name if update request does not have a name 2026-01-22 12:40:59 +02:00
0f215bbcf8 fix: replace deprecated Symfony Request::get() usage 2025-12-17 18:44:04 -08:00
aa959fbe92 Added filter form request to validate JSON 2025-11-22 14:03:58 +00:00
1edea6abef Fixed RB-20347 - ambigious field in custom fields 2025-10-16 11:27:25 +01:00
4ae4af5c10 Fixed #17670 - advanced search on relationships not working 2025-10-07 15:39:09 +01:00
06f060161d Apply offset and limit 2025-09-15 15:43:54 -07:00
7393c4170b Apply first pass and scaffold additional test 2025-09-15 15:22:35 -07:00
73e185bf9d Scaffold route and tests 2025-09-15 15:12:05 -07:00
082bff2fa8 Add and use query scope helper 2025-09-09 13:04:14 -07:00
eada0b0bb5 Implement test 2025-09-09 11:58:43 -07:00
acc37045e4 Implement test 2025-09-09 11:34:50 -07:00
324070f345 Begin to build out test 2025-09-08 17:20:22 -07:00
c8e79aa5ca Merge branch 'develop' into add-display-name-to-users-fixed 2025-08-25 15:28:20 +01:00
b6d397bcca Updated ->present()->fullName() to ->display_name
Signed-off-by: snipe <snipe@snipe.net>
2025-08-25 14:57:34 +01:00
1488271a83 Added #8522 - depreciation info on Asset API
Signed-off-by: snipe <snipe@snipe.net>
2025-08-19 14:48:48 +01:00
c1b139fb9a Fixed #17627: custom fields not sorting correctly
Signed-off-by: snipe <snipe@snipe.net>
2025-08-18 12:31:03 +01:00
4a7b7183d2 Add custom_fields. prefix so custom fields can be filtered against 2025-08-11 14:58:41 -07:00
c95aeb3730 Filter out unallowed columns (custom fields) 2025-08-07 17:25:20 -07:00
ff01078b60 Fixed #12653 - adds job title to asset listing
Signed-off-by: snipe <snipe@snipe.net>
2025-06-15 02:23:53 +01:00
0fae18c4ba Better handle missing asset payload because of RMB
Signed-off-by: snipe <snipe@snipe.net>
2025-05-26 13:14:28 +01:00
6eb3819492 Apply correct unique custom field validation for audit API
Signed-off-by: snipe <snipe@snipe.net>
2025-05-15 18:31:49 +02:00
a67b320cae Merge pull request #15907 from uberbrady/protect_assigned_to_assigned_type_rebased
Rebased version of #15629 - prevent setting assigned_to without setting assigned_type
2025-05-05 20:42:46 +01:00
aed32e6ada Better handle arrays in API rerquests for model_id
Signed-off-by: snipe <snipe@snipe.net>
2025-04-22 16:23:34 +01:00
495b7db72b Merge branch 'chore/sc-28495' into develop
Signed-off-by: snipe <snipe@snipe.net>
2025-04-19 14:29:30 +01:00
7be3d6072f Removed erroneous comment
Signed-off-by: snipe <snipe@snipe.net>
2025-04-09 05:52:35 +01:00
362f14a01d Manually invoke a validator
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 01:59:33 +01:00
5b524399d9 Use RMB for asset audit API
Signed-off-by: snipe <snipe@snipe.net>
2025-04-07 22:07:51 +01:00
bfd827e529 added more eager loading 2025-03-31 12:28:03 -05:00
e273c7cbc5 Refactor asset retrieval to support pagination.
Introduced offset and limit handling for API asset queries to enable proper pagination. Adjusted the total count logic to maintain consistency in responses and ensure accurate transformation of assets.
2025-03-25 15:21:18 -05:00
fecee69de6 Use table name to avoid ambiguous query
Signed-off-by: snipe <snipe@snipe.net>
2025-03-05 00:43:04 +00:00
5ece721b00 Check for FMCS
Signed-off-by: snipe <snipe@snipe.net>
2025-02-23 15:02:45 +00:00
0e2251c810 Scope selectlist by company
Signed-off-by: snipe <snipe@snipe.net>
2025-02-23 14:59:05 +00:00
0cd0abe8bb Fixed #16282 - adds accessories tab to assets
Signed-off-by: snipe <snipe@snipe.net>
2025-02-22 14:20:21 +00:00
d3210c6d40 Return flat JSON instead of transformed data
Signed-off-by: snipe <snipe@snipe.net>
2025-02-13 14:16:32 +00:00
ac96b8d4ae Added assignedAccessories method
Signed-off-by: snipe <snipe@snipe.net>
2024-12-16 16:35:34 +00:00