3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-24 14:19:58 +00:00

2191 Commits

Author SHA1 Message Date
3415930af2 Fixed #19536 - double escaping EULA on web UI acceptance 2026-08-24 14:40:10 +01:00
0bd693846e Merge remote-tracking branch 'origin/develop' into calendar-ui
# Conflicts:
#	app/Models/Maintenance.php
#	app/Presenters/AssetPresenter.php
#	app/Presenters/LicensePresenter.php
#	phpstan-baseline.neon
#	public/css/build/app.css.map
#	public/css/build/overrides.css.map
#	public/js/dist/all.js.map
#	public/mix-manifest.json
2026-08-23 13:28:12 +01:00
5beb2feb1f Updated method name (we renamed earlier, missed the rename here) 2026-08-22 21:15:14 +01:00
369853333e Refactored trait/scopes to simplify complexity 2026-08-21 20:44:28 +01:00
de9ebab585 Added notification about… well… notifications 2026-08-21 20:06:53 +01:00
502414d8bc Added searchable relations to checkout request model 2026-08-21 18:28:27 +01:00
b10d325b5f Adde hook to see if multiple models can be fulfilled via pending requests 2026-08-21 18:28:02 +01:00
ff1cd05b90 Delete request when parent item is deleted 2026-08-21 18:26:31 +01:00
c6b480d153 Added attribute to normalize boolean requestbale 2026-08-20 16:27:52 +01:00
a5d1922c4d Added start_date end end_date to checkout request model 2026-08-20 16:26:20 +01:00
492970c317 Force Manager 'value' to be string (even though it's an integer) 2026-08-20 12:59:48 +01:00
68dbab57e8 SCIM Group: Fixed #19493 subclass Group for scoped create semantics 2026-08-19 15:16:44 +01:00
bd351fe0cb LDAP Wizard: Fixed #19519 - better handle mTLS 2026-08-19 09:29:52 +01:00
c26ce3d864 Added consumables to report template array 2026-08-17 14:49:04 +01:00
180f95ae25 Small phpstan fixes 2026-08-17 12:04:19 +01:00
132308b2ef Custom Fields - Fixed #19498 - re-add radio buttons as booleans 2026-08-17 11:36:17 +01:00
88582cee0d Merge branch 'develop' into calendar-ui 2026-08-16 12:18:04 +01:00
19a907720c Small phpstan fixes 2026-08-16 11:35:52 +01:00
96ce9dfb82 Handle SCIM group syncing with very large user+group syncs 2026-08-16 11:11:03 +01:00
10c437f405 Merge branch 'develop' into calendar-ui 2026-08-15 10:48:27 +01:00
5adabfccaa Added lastOrderPrefill for cloning 2026-08-15 09:59:51 +01:00
74d0c632ed Test fixes, factory fix for license 2026-08-14 18:53:16 +01:00
b4c42c30e0 Codacy/phpstan fixes and baseline 2026-08-14 18:27:59 +01:00
d2cd0ae1f1 Use reflection to get models with HasCalendarEvents 2026-08-14 17:28:47 +01:00
0b95e70e00 Use the HasCalendarEvents trait 2026-08-14 17:16:07 +01:00
0d239a2da6 Added HasCalendarEvents trait 2026-08-14 17:15:17 +01:00
59f48772be Updated comment 2026-08-14 14:02:13 +01:00
0878879597 Updated maintenance relationship 2026-08-14 13:54:41 +01:00
76babf6d51 Updated builder to use new field 2026-08-14 13:43:38 +01:00
a76d4db36e Annotate Attribute return types on models 2026-08-13 16:30:03 -07:00
728ecb4b6c Change Address parsing to better handle Okta's SCIM 2026-08-13 14:06:57 +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
8dbe0b009e Merge pull request #19430 from Godmartinz/add-zebra-label
Labels: [FD-56300] Adds Zebra Z-Ultimate 10022964 & 18939
2026-08-10 20:33:09 +01:00
7992ca06ea Guard against duplicate checkout requests 2026-08-07 17:43:15 +01:00
55bdc7f5b3 Merge pull request #19440 from uberbrady/multicompany_scim_support
Got multicompany support working with Entra SCIM
2026-08-07 17:36:05 +01:00
af1d0dfca1 Got multicompany support working with Entra SCIM 2026-08-07 17:02:29 +01:00
26822cd0f9 Merge pull request #19392 from grokability/_simple-replenish-hahaha
🎥 Replenish/Remove Consumables, Accessories and Components
2026-08-07 16:35:45 +01:00
07220e129a Wire up nicer translations for the preview 2026-08-07 14:48:15 +01:00
b2e3e7b562 Removed locale 2026-08-07 14:36:10 +01:00
671c6c160c Removed undefined return 2026-08-07 14:32:20 +01:00
486eabb4c1 Return a field map that can be re-used 2026-08-07 13:59:05 +01:00
2e677f8d85 Refactor isDeletable to be re-usable via LDAP sync 2026-08-07 13:58:43 +01:00
aa4e586ec2 LDAP: added missing dept sync, fixed phone field typo 2026-08-07 13:14:44 +01:00
a2afbfb911 Moved JSON response into trait 2026-08-07 11:58:43 +01:00
ff10b8139a Use ITEM_TYPES constant 2026-08-07 11:57:58 +01:00
2781ebeb11 Simplified return 2026-08-07 11:39:14 +01:00
037f50b1a5 Refactored to move initial create order logic into the trait 2026-08-07 11:15:10 +01:00
b8f0cfaf58 Docblock changes for phpstan happiness 2026-08-06 15:36:58 +01:00
1dc3b78879 Merge pull request #19382 from FloVnst/feat/create-hema-labels-template
Added HEMA labels template
2026-08-06 15:16:12 +01:00