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

9096 Commits

Author SHA1 Message Date
f511ce4909 Refactor import code, improve error messaging, speed up MySQL import 2026-07-09 10:45:20 +01:00
3611fc9df5 More FMCS scoping tests 2026-07-07 10:01:42 +01:00
77f9b49f7c Updated tests 2026-07-07 09:24:09 +01:00
b96f5664db Small FMCS fix 2026-07-07 09:18:14 +01:00
e5b097cfbd Better handle target cannot be blank erroring 2026-07-06 22:29:57 +01:00
c28f06dbec Importer: Fixed 18338 - Added pagination and bulk delete 2026-07-06 17:29:22 +01:00
b5c2d8968c Tighter check for FMCS 2026-07-06 17:16:14 +01:00
59665c3cf8 Accessories: Added bulk delete of accessories 2026-07-06 17:15:00 +01:00
2ea64ad96b Fixed custom field handling 2026-07-06 16:33:10 +01:00
34dafe9eed Assets API: Fixed #18727 and #16883 - 2026-07-06 16:17:19 +01:00
17c67a3aff Show only active in licenses listing 2026-07-06 14:58:08 +01:00
af7f920a99 Depreciations: Added bulk delete from index 2026-07-04 19:49:36 +01:00
edb5763c01 Departments: Added bulk delete 2026-07-04 19:28:05 +01:00
c97786684e Status Labels: Added bulk delete on index 2026-07-04 18:40:54 +01:00
26bb338bda Merge pull request #19185 from grokability/dependent-dropdown-with-fmcs-scoping-for-location-parent
FMCS Location+Parent Scoping: Fixed FD-53555 - Adds company-scoped dropdown for parent location in GUI
2026-07-03 14:31:20 +01:00
e35ed82b12 Check for child companies in isDeletable() 2026-07-03 13:51:00 +01:00
b2d5247ebe Merge remote-tracking branch 'origin/develop' into _parent-company-functionality
# Conflicts:
#	public/js/dist/all.js
#	public/js/dist/all.js.map
#	public/mix-manifest.json
2026-07-03 13:36:54 +01:00
a7e8546cf1 Companies: Added bulk edit, fixed #19261 2026-07-03 13:31:29 +01:00
549fe60595 Merge remote-tracking branch 'origin/develop' into importer-scoping 2026-07-02 14:38:27 +01:00
26a534bd8b Importer: Fixed FD-56113 - scope to user who uploaded 2026-07-02 14:13:06 +01:00
d1a635d8b9 Merge remote-tracking branch 'origin/develop' into _floater-mode-superuser-gate 2026-07-02 13:54:24 +01:00
382a8de19d Error handling: Added PassportOAuthServerException to $dontReport
This was just causing a lot of Rollbar noise.
2026-07-02 13:11:41 +01:00
80cba24b73 Merge pull request #19234 from marcusmoore/checkout-acceptance-action
Acceptances: Extract CreateCheckoutAcceptanceAction
2026-07-01 16:51:41 +01:00
0129729ce1 Merge pull request #19249 from Godmartinz/add-dymo-2112284-label
Labels: Adds Dymo 2112284 [FD-56190]
2026-07-01 16:31:43 +01:00
742f6ed482 Merge pull request #19257 from grokability/scim-group-fix
SCIM Groups: Fixed RB-21764
2026-07-01 16:31:19 +01:00
0c1bfde285 SCIM Groups: Fixed RB-21764 2026-07-01 16:22:02 +01:00
7519fa1cfe Clear existing unsafe settings, added config setting for allowing internal 2026-07-01 15:15:03 +01:00
6888e56c20 Implement the new rule 2026-07-01 14:54:01 +01:00
6679faea7f Created new external URL rule 2026-07-01 14:53:53 +01:00
e929b31f0b File uploads: Fixed FD-56333 - tighten mime-types for inline display 2026-07-01 14:35:36 +01:00
b90640ec18 Merge pull request #19250 from spencerrlongg/bug/image-upload-issues
Adds `parent::prepareForValidation` to `UpdateAssetRequest`
2026-06-30 23:34:18 +01:00
f95767d7d8 FMCS scoping: drop unique DB constraint, scope in the importer 2026-06-30 23:10:39 +01:00
11b40453f1 adds Labelwriter 2112284" 2026-06-30 10:53:42 -07:00
f7d26e69d1 Fixed N+1 on models endpoint 2026-06-30 15:25:22 +01:00
98513508bb Use relation instead of property access to prevent full hydration 2026-06-30 15:02:22 +01:00
969eeae4e2 Categories: performance improvements 2026-06-30 14:52:55 +01:00
9ce2c06f06 encrypted boolean bug, parent::prepareForValidation() added 2026-06-29 16:12:21 -05:00
50b8e34bdd Added maintenance counts 2026-06-29 17:32:57 +01:00
3592cdf103 Custom Asset Report: Fixed #18281 - isolate asset tag in “checked out to” 2026-06-29 16:46:19 +01:00
156d25bed7 Pint 2026-06-29 16:22:54 +01:00
2eb2c104c6 Branding Uploads: Fixed #18267 - Branding images not uploading with S3 2026-06-29 16:22:45 +01:00
06b1f02be6 Merge branch 'develop' into features/18554-component-report 2026-06-29 15:45:40 +01:00
0b46184f46 Fixed flaky test 2026-06-26 16:03:40 +01:00
2ee97645e4 Small fixes 2026-06-26 15:22:50 +01:00
1906284baf Pint :( 2026-06-26 15:16:23 +01:00
bfe02a2660 Switched from auth()->check() to pp()->runningInConsole() && !app()->runningUnitTests() 2026-06-26 15:16:13 +01:00
0639a980aa Fixed test 2026-06-26 14:38:25 +01:00
0969ccb387 Fixed FD-56236 - 2FA guard on API 2026-06-26 13:53:24 +01:00
0ed9fb047a Fixed gate 2026-06-26 13:26:18 +01:00
d58e757d37 Reverter tighter scope, updated tests 2026-06-26 12:44:13 +01:00