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

432 Commits

Author SHA1 Message Date
c22e4c00a5 Fixed #18905 - update location of child assets if parent asset is checked in 2026-05-07 12:20:25 +01:00
d55c2c269f Merge remote-tracking branch 'origin/master' into develop 2026-04-27 19:05:50 +01:00
d5d0d00ecc Fixed #18939 - blank audit field in scanner audit screen 2026-04-27 13:20:08 +01:00
4c09f3a229 Merge remote-tracking branch 'origin/master' into develop 2026-04-22 14:38:39 +01:00
3367f8e5c7 Edited audit method to allow searching by serial 2026-04-22 12:04:27 +01:00
444b58504c rename translation 2026-04-20 11:27:56 -07:00
c1e2f4ad75 update api label exception messages to translations 2026-04-20 11:10:41 -07:00
1e4353f0db Added controller logic and form request constraints 2026-04-17 11:40:37 +01:00
fe308ef2e4 Use query clone to prevent n+1 2026-04-14 10:25:37 +01:00
48c4f34af3 Fixed #18863 - backfill status vs status_type for older integrations 2026-04-13 11:08:14 +01:00
db2269092a Moved limit 2026-04-07 15:29:06 +01:00
3c32721791 Use ComponentsAssignment model 2026-04-07 14:44:56 +01:00
4c343afec7 Pint 2026-04-06 10:17:29 +01:00
40b3007676 Removed duplicated custom field search 2026-04-06 10:17:23 +01:00
d690989b58 Use status_type instead of status for filtering 2026-04-06 09:49:24 +01:00
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