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

24261 Commits

Author SHA1 Message Date
052f1820a9 Updated comment 2026-08-07 14:02:33 +01:00
4231a528e7 Show companies on print view 2026-08-07 14:01:46 +01:00
6ff95ba5cf Hide button in blade for non-superusers 2026-08-07 14:01:31 +01:00
e9f14dd2e2 Removed dead company_id hidden field 2026-08-07 14:01:17 +01:00
9b38bb3e07 Use the new attribute map and isDeleteable gate 2026-08-07 14:01:05 +01:00
ae20155679 Restrict manual sync to superusers 2026-08-07 13:59:27 +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
39df28921d Gate to superuser 2026-08-07 13:44:24 +01:00
1515a3e835 Merge pull request #19438 from grokability/#19206-ldap-department-sync-on-first-login
LDAP: Fixed #19206 - ldap department not syncing on first login
2026-08-07 13:19:17 +01:00
db2cfe6cfd Updated phpstan baseline 2026-08-07 13:15:00 +01:00
3b1ee52704 Added mapping test 2026-08-07 13:14:53 +01:00
aa4e586ec2 LDAP: added missing dept sync, fixed phone field typo 2026-08-07 13:14:44 +01:00
5c5c3eaa4f Merge pull request #19437 from grokability/#label-logo-in-s3-fix
Fixed #19428 - added StorageHelper for EULA and labels in S3
2026-08-07 08:54:37 +01:00
77d4a95845 Dev assets 2026-08-06 16:56:46 +01:00
4a0421e05a Fixed #19428 - added StorageHelper for EULA and labels in S3 2026-08-06 16:45:17 +01:00
b8f0cfaf58 Docblock changes for phpstan happiness 2026-08-06 15:36:58 +01:00
16ab7c04be Merge pull request #19376 from emilycarru-its-infra/up/stable-uploaded-files-sort
Stable secondary sort on the uploaded-files listing
2026-08-06 15:36:50 +01:00
713a719aeb Merge branch 'develop' into up/stable-uploaded-files-sort 2026-08-06 15:31:07 +01:00
092e341b9e Add @FloVnst as a contributor 2026-08-06 15:16:40 +01:00
c593425a3f Add @KeplerAeroIT as a contributor 2026-08-06 15:16:40 +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
ca259779e3 Merge pull request #19433 from marcusmoore/fixes/backup-restore-error
Backup: Accounted for prefix during pre-restore backup
2026-08-06 15:14:50 +01:00
7481817e47 Merge pull request #19434 from KeplerAeroIT/docs/update-claude-md
Update CLAUDE.md with lint commands and architecture notes
2026-08-06 15:12:41 +01:00
73e9e1a116 Merge pull request #19436 from grokability/add-phpmd-back
Added phpstan ruleset and baseline, added phpmd back
2026-08-06 15:11:39 +01:00
035c24b60c Updated baseline 2026-08-06 15:11:23 +01:00
70ffe8941c Added phpstan ruleset and baseline, added phpmd back 2026-08-06 14:54:00 +01:00
6b97e84f0d Update CLAUDE.md with lint commands, Livewire note, and importer/presenter docs
Corrects the Livewire/Inertia claim (Livewire is used for several admin
settings screens), and documents pint/phpstan commands, test env setup,
CSV importer classes, and presenter classes discovered while reviewing
the codebase.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-06 15:19:59 +05:30
bf28db8c45 Backup: Account for prefix during pre-restore backup 2026-08-04 12:50:55 -07:00
121b8721d4 Add @rodchristiansen as a contributor 2026-08-03 12:46:03 +01:00
53a4df5e54 Removed star history from readme :(
They’re requiring a  GH token to view them now, so it ends up with a broken image :(
2026-08-03 12:42:26 +01:00
0b311f147e Merge pull request #19425 from grokability/#19414-encoding-fix
Fixed #19414 - mojibake fix for importer
2026-08-03 12:42:19 +01:00
df475008cd Refactor for codacy’s happiness (npath) 2026-08-03 12:29:41 +01:00
5c624f44ca Updated test 2026-08-03 12:22:31 +01:00
ce670d654f Added loss ratio safety net for *sort of* okay files 2026-08-03 12:15:02 +01:00
15b61f22b3 Add @Akashmdshetty as a contributor 2026-08-03 12:11:51 +01:00
500861f82f Fixed #19414 - mojibake fix 2026-08-03 12:02:08 +01:00
694319b58a Merge remote-tracking branch 'origin/develop' 2026-08-03 11:37:47 +01:00
a568e6ee06 Merge pull request #19424 from grokability/dependabot/github_actions/develop/actions/stale-11
Bump actions/stale from 10 to 11
2026-08-03 11:37:09 +01:00
41e65b355a Merge remote-tracking branch 'origin/develop' 2026-08-03 11:25:38 +01:00
11878f497f Updated translations 2026-08-03 11:23:35 +01:00
86ef27844b Bump actions/stale from 10 to 11
Bumps [actions/stale](https://github.com/actions/stale) from 10 to 11.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v10...v11)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: '11'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-03 08:34:18 +00:00
ef650ad9a9 Merge remote-tracking branch 'origin/develop' 2026-08-03 02:48:17 +01:00
d26d716883 Fixed FD-56789 -sanitizing custom CSS 2026-08-03 02:36:48 +01:00
4dbd7d43ca Merge remote-tracking branch 'origin/develop' 2026-08-02 13:52:25 +01:00
3085167218 Merge pull request #19420 from grokability/ms-teams-fix
Fixed MS Teams type error
2026-08-02 13:51:53 +01:00
12709b73cb Fixed MS Teams type error
Fixes TypeError: NotificationChannels\MicrosoftTeams\MicrosoftTeamsMessage::fact(): Argument #2 ($value) must be of type string, null given, called in /snipe-it/app/Notifications/CheckoutAccessoryNotification.php on line 144
2026-08-02 13:47:54 +01:00
8b0f41d3df Merge remote-tracking branch 'origin/develop' 2026-08-02 13:39:07 +01:00
2dedc12308 Fixed RB-21761 - pass checkout_qty as a string for MS teams
coerces null / stringy input to a string, defaulting to "1" when the property is null. MicrosoftTeamsMessage::fact() accepts strings only, so any null (which can happen when checkout_qty isn't set on the notification or is passed as null)
2026-08-02 13:38:58 +01:00
4136b4eb8e Fixed custom report ambiguous ID query 2026-08-02 13:36:55 +01:00