3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 19:22:48 +00:00
Commit Graph

4458 Commits

Author SHA1 Message Date
9376629392 Fixed #19286 - cloned model not preserving fieldset 2026-07-09 11:47:59 +01:00
2ee655e739 Make impersonation note required 2026-07-08 10:22:58 +01:00
e4fa0b463c Clean up 2026-07-07 21:46:59 +01:00
4675e4bbd9 Superadmin: Added ability to login (impersonate) another user 2026-07-07 20:49:19 +01:00
e5b097cfbd Better handle target cannot be blank erroring 2026-07-06 22:29:57 +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
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
80cba24b73 Merge pull request #19234 from marcusmoore/checkout-acceptance-action
Acceptances: Extract CreateCheckoutAcceptanceAction
2026-07-01 16:51:41 +01:00
e929b31f0b File uploads: Fixed FD-56333 - tighten mime-types for inline display 2026-07-01 14:35:36 +01: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
06b1f02be6 Merge branch 'develop' into features/18554-component-report 2026-06-29 15:45:40 +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
7b827f57b6 Acceptance: replace calls in controllers and listener with action 2026-06-25 16:23:07 -07:00
b78aedeec2 Added stricter gate checks with FMCS and floater mode is on 2026-06-25 19:29:06 +01:00
c3119457fe Company API: Eager load on show API endpoint 2026-06-25 17:44:03 +01:00
029499b03e Updated the selectlist to use the indenter (similar to locations) 2026-06-25 17:00:00 +01:00
b91f7f9ca7 Locations: Small out of bound fix for php8.5 deprecation 2026-06-25 15:39:31 +01:00
d207f7ddd4 Show child companies in company view sidebar 2026-06-25 15:23:08 +01:00
888b63ba4c Handle parent+children users, etc 2026-06-25 15:15:54 +01:00
91305f1a9d Added parent company capabilities 2026-06-25 15:15:54 +01:00
3a5d435aaa Pint 2026-06-24 14:44:32 +01:00
df41ac66b6 Redirect if the app is in demo mode 2026-06-24 14:44:15 +01:00
7714179de8 API/Settings: Added optional requirement for non-generic user agent
alternative to #19217
2026-06-23 22:59:03 +01:00
ebd4bc6eac Bulk Asset Checkin: Fixed #19214 Added option to change location 2026-06-23 20:15:09 +01:00
fbf441f2a2 Item Requests: Fixed FD-56095 - apply FMCS to requestable items listing 2026-06-22 17:52:18 +01:00
0aba33aa0a Item Acceptance: Fixed FD-56096 - tighter guard on acceptance deletion 2026-06-22 17:25:00 +01:00
4966cecea4 API: Fixed API to let superusers see across companies for users and assets 2026-06-22 13:12:38 +01:00
c4082d36f4 Make sure custom field dn_column_name is populated 2026-06-18 19:45:06 +01:00
cf7701e159 API Controllers: Fixed missing sorts on some columns
In the presenters, we had some fields labeled as sortable that were not actually sortable via the API ($allowed_columns). This shores that up
2026-06-17 12:20:56 +01:00
0415344096 Licenses API: Fixed missing sortable fields 2026-06-17 12:06:04 +01:00
2f749be466 Licenses API: Fixed n+1 query
Line 122 called $licenses->count() up to twice (once for the comparison, and again if true to get the cap value), then line 173 called it a third time for the $total. The sort switch between them only adds orderBy/leftJoin calls which don't affect the count, so we can safely hoist $total above the offset line and reuse t.
2026-06-17 12:04:35 +01:00
70ba654138 Accessories: make total_cost sortable 2026-06-16 23:19:30 +01:00
0b70921d11 Custom Reports: change select to item_id for action logs sub query 2026-06-16 14:33:29 -07:00
07a432b8a0 Accessories: Fix sorting 2026-06-16 21:26:15 +01:00
1efd470a77 Bulk User Edit Logging: Fixed #19193 - log parity in bulk as for regular user edit 2026-06-16 18:50:46 +01:00
69c50aa2ae Maintenances: Fixed FD-56038 - gate for maintenance view 2026-06-15 22:13:31 +01:00