3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 03:06:23 +00:00
Commit Graph

24477 Commits

Author SHA1 Message Date
3b0c02b1e6 Add rule for PHPStan and Attributes 2026-08-13 16:32:52 -07:00
a76d4db36e Annotate Attribute return types on models 2026-08-13 16:30:03 -07:00
af52d6c5b7 Merge pull request #19486 from grokability/#19481-ldap-summary
🖼️ LDAP Wizard: Fixed #19481 - added  ldap summary to last page of wizard
2026-08-13 15:49:59 +01:00
030216761a phpstan fix 2026-08-13 15:42:15 +01:00
410d0dcc99 Use blade component for form rows, fixed translation 2026-08-13 15:33:27 +01:00
fbd6535ca5 Added page summary, removed unused translation 2026-08-13 15:26:10 +01:00
0c6247cfd3 Fixed #19484 - top scrollbar issue 2026-08-13 14:53:31 +01:00
fabf74edb9 Add @markof88 as a contributor 2026-08-13 14:53:31 +01:00
6b6698ffd6 Merge pull request #19397 from markof88/scheduled-docker-rebuild
Rebuild Docker images weekly to pick up security patches
2026-08-13 14:38:50 +01:00
304241d8c9 Merge pull request #19485 from uberbrady/better_okta_scim_address
Change Address parsing to better handle Okta's SCIM
2026-08-13 14:36:37 +01:00
d995ca06d8 Add @sirzerator as a contributor 2026-08-13 14:08:43 +01:00
f38a0edcb1 Fixed #19482 - unclickable dahsboard link on smaller screens 2026-08-13 14:08:05 +01:00
728ecb4b6c Change Address parsing to better handle Okta's SCIM 2026-08-13 14:06:57 +01:00
02f7203505 Merge pull request #19475 from sirzerator/fix_link_colors_migration
Fix the add_link_colors_to_settings migration
2026-08-13 13:46:30 +01:00
65852654b6 Fix the add_link_colors_to_settings migration
Fixes #18345

A syntax error in the `switch .. case` statement would make it so any
truthy value in `$setting->skin` would match the first branch, making
the "green" theme's values the new defaults.

This problem could become sticky if users overrides were also set to
that value at some point, which was the case initially in this
migration, removed in commit 4658bf38c5 .
2026-08-13 08:42:37 -04:00
c08622e49f Merge pull request #19462 from uberbrady/action_logs_cleanup_script
Action_logs cleanup script
2026-08-13 13:22:06 +01:00
49dc208357 Merge pull request #19483 from grokability/fixed-livewire-select2-in-importer
Importer: Fix for Livewire+modal+select2 search
2026-08-13 13:19:09 +01:00
420f3d4dc4 Importer: Fix for Livewire+modal+select2 search 2026-08-13 13:14:02 +01:00
86d7c853ef Merge pull request #19480 from uberbrady/phpstan_clean_up
Cleaned up some PHPStan errors, re-ran baseline
2026-08-13 12:45:22 +01:00
b0742978b8 Cleaned up some PHPStan errors, re-ran baseline 2026-08-13 12:20:54 +01:00
e746ef1af3 Fixed #18505 - make total and remaining sortable on accessories and components 2026-08-13 12:06:32 +01:00
71b3747d44 Make phpstan happier 2026-08-13 11:31:57 +01:00
30e7aa2f18 Fixed weird info-panel button alignment on deployed assets 2026-08-13 11:27:28 +01:00
f5dde8658f Fixed #19474 - better handle floor accessories, consumables, etc 2026-08-13 11:10:55 +01:00
fee72c57de Fixed #19450 - added unmatched headers back to importer 2026-08-13 10:38:02 +01:00
d85c4feddb Added simple lock mutex to importer to prevent duplicate imports 2026-08-13 10:19:39 +01:00
fb0ee60bf5 Possible fix for #19450 - handle “do not import” better 2026-08-12 16:23:16 +01:00
1125e595b4 License Importer: Do not require seats if just assigning licenses 2026-08-12 12:46:10 +01:00
57fbd5aee7 Finished coversion of hardware audit to blade component 2026-08-12 12:34:22 +01:00
05c9cf003c Finished quickscan checkin conversion to blade components 2026-08-12 12:34:22 +01:00
a6c1e26b42 Finished converting bulk audit to blade component 2026-08-12 12:34:22 +01:00
e5e04f8ac3 Finished converting bulk audit form to blade components 2026-08-12 12:34:22 +01:00
ebbcffd9e1 Merge pull request #19471 from grokability/#19468-required-fields-on-importer
Asset Importer: Fixed #19468 - removed requiredness for custom fields
2026-08-12 12:33:04 +01:00
24981bcdbf Asset Impoter: Fixed #19468 - removed requiredness for custom fields 2026-08-12 12:19:28 +01:00
34e60c64e3 Fixed help text alignment in settings 2026-08-12 12:05:27 +01:00
040168f946 Temp removed purchase price and order number from bulk assets editing 2026-08-11 22:21:06 +01:00
e49ac24f19 Updated phpstan baseline 2026-08-11 22:16:59 +01:00
66770cfe20 Fixed FD-56927 - upgraded commonmark, added max to comments 2026-08-11 22:14:15 +01:00
b7d1f84adb Update license importer to look for pre-existing license 2026-08-11 22:02:12 +01:00
96ab0caf5d Bulk user edit converted to blade component 2026-08-11 20:20:27 +01:00
fbe3acf3a6 Wrap migration within if (!Schema::hasTable) 2026-08-11 17:05:05 +01:00
f7beec86df Converted hardware bulk checkin to form components 2026-08-11 16:47:03 +01:00
1d90b8aebd Convert bulk edit to form components 2026-08-11 16:31:11 +01:00
b579b89afa Fixed test (was wrongly still associating fieldset on encrypted fields) 2026-08-11 16:17:19 +01:00
88014d94ed Custom Asset Report: Only show values if the fields are still associated 2026-08-11 16:04:44 +01:00
5505c5b50d Action_logs cleanup script
This should remove action_logs records without a valid item or target
2026-08-11 15:30:41 +01:00
0830a9f78b Merge pull request #19455 from marcusmoore/boost-updates
Improved AI rule and update contribution guide
2026-08-11 14:25:54 +01:00
ae790bb060 Update version 2026-08-11 13:55:39 +01:00
2dcc39638c Merge pull request #19460 from grokability/#19458-remove-bs-tables-sticky-column
Fixed #19458 - remove sticky column, fully remove BS tables sticky column extension
2026-08-11 13:43:05 +01:00
7a7ccb3a17 Fixed #19458 - remove sticky column, fully remove BS tables sticky columns extension 2026-08-11 13:40:05 +01:00