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

1037 Commits

Author SHA1 Message Date
cd02e99d4c Livewire: Fixed FD-56800 - Harden livewire mount and boot methods against snapshot replays 2026-07-31 15:39:52 +01:00
ce15eac058 Added can update models to user factory 2026-07-31 12:42:19 +01:00
01fb459dd2 Fixed #9430 - make next audit date sortable 2026-07-30 09:04:09 +01:00
3a359bf70d SCIM: Fixed RB-21807 (SCIM shape parsing error) 2026-07-29 22:55:22 +01:00
eda206a16a Move some of the sample CSVs to the demo for processing 2026-07-28 21:55:44 +01:00
ae8b2e7318 Added factory 2026-07-26 00:03:14 +01:00
51a4e1a198 Fixed flappy test 2026-07-25 13:49:18 +01:00
0235403692 change use to DB 2026-07-22 16:57:39 -07:00
a59f50372c add migration to restore defaults for labels 2026-07-22 16:56:28 -07:00
e965b510d0 Fixed flaky test 2026-07-22 23:28:15 +01:00
4c29fae6d3 Switch from timestamp to datetime for maintenance completed_at 2026-07-21 22:52:43 +01:00
df85e75f73 Maintenances: renamed completion_date to expected_completion_date 2026-07-21 22:46:04 +01:00
3c28697ba9 Added screenshotter JS and readme 2026-07-21 13:53:30 +01:00
14d73edb52 File Uploades: Fixed FD-56588 - tighter controls on model files 2026-07-20 13:30:36 +01:00
c7f2207f64 Updated factory 2026-07-17 17:04:19 +01:00
b3215247bc Updated seeder for attaching fieldsets and fields to models 2026-07-17 14:17:45 +01:00
4036c7327b Seeders: Fixed fields and factories so they run in the right order 2026-07-17 14:15:37 +01:00
8b22b7c5c8 Make the format field bigger - large regexes can break 2026-07-17 13:31:08 +01:00
9f247364e0 Added to seeders/factories 2026-07-17 10:42:18 +01:00
8277bc0f25 Updated factory for datetime 2026-07-17 10:15:44 +01:00
932a545725 Added migrations 2026-07-17 10:06:38 +01:00
c0442f6f0e Moved the sync-mimicking logic into AssetSeeder::getState() so seeded assets get location_id = rtd_location_id explicitly 2026-07-16 15:44:18 +01:00
d722728ba6 Truncate the company_user pivot 2026-07-16 15:26:28 +01:00
61a8e82b70 Remove unused variables 2026-07-16 15:19:39 +01:00
f861e31e39 Fixed typo 2026-07-16 15:14:31 +01:00
ce5a7568c8 Added chunking and memory tracking in seeders 2026-07-16 15:04:21 +01:00
eeaebcc3c9 Fixed seeders 2026-07-11 15:11:22 +01:00
115d1a4f5e Rename company_id on users table 2026-07-10 14:41:47 +01:00
d151c8c5a0 Added XSS seeder to check for BS tables vulns 2026-07-07 00:18:46 +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
2d19591888 Fixed factory for imports 2026-07-02 14:31:09 +01:00
80cba24b73 Merge pull request #19234 from marcusmoore/checkout-acceptance-action
Acceptances: Extract CreateCheckoutAcceptanceAction
2026-07-01 16:51:41 +01:00
5a595b9892 Merge pull request #19233 from marcusmoore/fixes/checkout-acceptance-factory
Factories: Manually set non-fillable properties in CheckoutAcceptanceFactory
2026-07-01 16:51:15 +01:00
7519fa1cfe Clear existing unsafe settings, added config setting for allowing internal 2026-07-01 15:15:03 +01:00
f95767d7d8 FMCS scoping: drop unique DB constraint, scope in the importer 2026-06-30 23:10:39 +01:00
06b1f02be6 Merge branch 'develop' into features/18554-component-report 2026-06-29 15:45:40 +01:00
d601f3a694 Acceptance: Backfill tests for existing behavior 2026-06-25 16:22:32 -07:00
dadbfe45df Factories: Manually set non-fillable properties 2026-06-25 16:08:59 -07:00
91305f1a9d Added parent company capabilities 2026-06-25 15:15:54 +01:00
7714179de8 API/Settings: Added optional requirement for non-generic user agent
alternative to #19217
2026-06-23 22:59:03 +01:00
cd1f6b8e73 FMCS: Added floater option in admin settings 2026-06-10 11:19:39 +01:00
0d870d540d Kits: Fixed FD-55737 - Kit License Association Lacks Object-Level Authorization 2026-06-08 21:55:16 +01:00
9bc4efa5ff Disable FK checks on seeder 2026-06-08 13:43:06 +01:00
4a7f9ea9c5 Merge branch 'develop' into features/18554-component-report
# Conflicts:
#	tests/Support/CustomTestMacros.php
2026-06-01 14:25:38 -07:00
ade07b411b Added helper and CSS 2026-05-29 17:37:12 +01:00
6f1c49e14d Fixed #19089 - show uploads in activity report for companies, models, etc 2026-05-28 10:14:30 +01:00
f535b8ffd2 Bulk checkin license seats 2026-05-26 10:40:45 +01:00
f9288e450b Update seeder 2026-05-19 14:24:24 +01:00
a159c3b84e Scary scary migration
We don’t actually drop the company_id field here, but later code will stop using it on the users table. This migration creates and populates the pivot table
2026-05-19 11:16:36 +01:00
8748ddffd8 Merge pull request #19039 from grokability/add-rp-to-maintenances
🖼️ Add custom maintenance types, responsible party and assigned to to maintenances
2026-05-18 20:14:20 +01:00