3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-01 21:37:13 +00:00
Commit Graph

1458 Commits

Author SHA1 Message Date
0a724cc49a Revert "Upgrade Passport to v13 and move php-jwt to v7 to remediate JWT advisory" 2026-03-08 12:29:56 +00:00
0508d7558e OAuth Client Table Changes (Optional) from https://github.com/laravel/passport/blob/13.x/UPGRADE.md#oauth-client-table-changes-optional 2026-03-07 21:59:00 -08:00
b886e11670 Fixed user API tests 2026-03-07 20:50:18 +00:00
83e61ec8cd Unset admin if auth user is not admin 2026-03-07 10:45:57 +00:00
68a863e63e Updated test, fixed route 2026-03-06 04:38:48 +00:00
455be12058 Gate fix for admin 2026-03-06 03:05:40 +00:00
8bc7d50e35 Updated to check gate on object 2026-02-26 16:03:57 +00:00
7056656eab Added model number as a separate field, added sorting 2026-02-25 14:19:01 +00:00
4f3d23d1ef Merge pull request #18576 from marcusmoore/fixes/rb-20713-license-seat-assigned-to
Fixed RB-20713: Improved validation of license seat update api endpoint
2026-02-24 07:29:41 +00:00
cada43f34d Allow checking in from unfound targets 2026-02-23 17:23:42 -08: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
1de34c0656 Some controller clean up 2026-02-19 16:40:34 -08:00
ce0c2ecd8f Populate new tests 2026-02-19 13:47:52 -08:00
e84279c402 Implement remaining tests 2026-02-18 16:17:34 -08:00
411cbc0962 Avoid overwriting created_by and timestamps 2026-02-18 15:20:28 -08:00
fa0e8f6e01 Improve validation 2026-02-18 15:11:52 -08:00
5055aafe1d Scaffold tests 2026-02-17 17:37:24 -08:00
e68b9ea267 Validate assigned_to is integer 2026-02-17 16:51:31 -08:00
33a104f142 Fixes #18512 temporarily 2026-02-17 14:11:14 +00:00
d6592819e8 Show only active licenses 2026-02-17 13:17:49 +00:00
8f34c06196 Added order_number to API for accessories, consumables, components 2026-02-17 13:08:09 +00:00
05f3bf633e Fixed typeError for isManagerOf in manager view of EULAs 2026-02-12 20:21:15 +00:00
6cca24be8e Fixed typo 2026-02-11 07:27:16 +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
f8cfb8833f Merge pull request #18514 from grokability/update-models-with-new-components
Update models with new components
2026-02-09 19:53:40 +00:00
c2c2332e83 Removed erroneous icon 2026-02-09 13:05:22 +00:00
9f69c36426 Added depreciations and departments 2026-02-09 13:03:07 +00:00
6d9bbe1ddf Small tweaks to EULA API 2026-02-07 15:41:51 +00:00
8ff34baafa wrap $files in isset to avoid null errors 2026-01-26 15:44:23 -06: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
406951fc84 Set $files only if there are results 2026-01-05 22:17:06 +00:00
0af45a53a9 Merge pull request #18359 from marcusmoore/17816-qty-in-activity-report
Fixed #17816 - added quantity to activity reports
2026-01-05 13:03:56 +00:00
0f215bbcf8 fix: replace deprecated Symfony Request::get() usage 2025-12-17 18:44:04 -08:00
03116f5ece Fixed tests 2025-12-17 16:16:58 +00:00
da1ca24190 Remove avatar delete - should be done in purge 2025-12-17 15:29:07 +00:00
18c639e6c0 WIP - adding qty to more event calls 2025-12-15 14:38:13 -08:00
06224371b3 Begin passing qty in CheckoutableCheckedOut event 2025-12-15 12:47:36 -08:00
7c7375ed43 Undo temp delete commented out 2025-12-09 23:48:34 +00:00
a350b9bc3d Handle redirect if the user does not have permission to view results 2025-12-09 23:46:33 +00:00
9ae68f0000 More color tweaks 2025-12-06 00:58:32 +00:00
8b4387ec32 Fixed weird indenting 2025-12-05 19:52:31 +00:00
07e1f67e13 Disallow fill for sensitive fields 2025-12-05 19:27:01 +00:00
d4561581ad Apply fix around view-assets to pass request parameter and profile controller to address request parameter 2025-11-27 13:42:47 +07:00
416b32cbc8 Optimize queries for Components listing 2025-11-26 12:36:44 +00:00
f2334082ee Added tag color to location query 2025-11-24 17:40:13 +00:00
7a1ccb0d53 Nicer query 2025-11-23 14:09:55 +00:00
7f76198139 Fixed RB-20501 - correctly return error response when license+seat don’t match
TypeError: App\Http\Transformers\LicenseSeatsTransformer::transformLicenseSeat(): Argument #1 ($seat) must be of type App\Models\LicenseSeat, bool given, called in /snipe-it/app/Http/Controllers/Api/LicenseSeatsController.php on line 92
2025-11-23 14:05:24 +00:00
aa959fbe92 Added filter form request to validate JSON 2025-11-22 14:03:58 +00:00