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

24589 Commits

Author SHA1 Message Date
fb70ec3699 Updated string 2026-08-19 17:00:23 +01:00
94a6a1c378 Added shift+click help text 2026-08-19 16:59:08 +01:00
59a371d99e Accessories/Consumables/Components - add order numbers to table display 2026-08-19 16:37:30 +01:00
e38618eb9e Generated JS dev assets 2026-08-19 16:06:57 +01:00
70fef296fc Add @DanielDavis05 as a contributor 2026-08-19 16:06:21 +01:00
01f96bd206 Merge pull request #19509 from DanielDavis05/shift-click-selection
Added #10606: support shift-click checkbox range selection
2026-08-19 16:02:54 +01:00
68dbab57e8 SCIM Group: Fixed #19493 subclass Group for scoped create semantics 2026-08-19 15:16:44 +01:00
73b4af8d10 Merge pull request #19525 from grokability/small-importer-ui-fixes
Importer: Small UI improvements, send welcome email if user created
2026-08-19 14:58:24 +01:00
d454e6f7c9 Split tests for codacy/phpstan happiness 2026-08-19 14:57:47 +01:00
a38ebfea79 Importer: Small UI improvements, send welcome email if user created 2026-08-19 13:49:17 +01:00
d63c849cd0 Merge pull request #19508 from marcusmoore/boost-config
WIP: Improve Boost settings
2026-08-19 12:03:09 +01:00
f20a776858 Add @kratos0718 as a contributor 2026-08-19 12:02:01 +01:00
4992d7c540 Merge pull request #19514 from kratos0718/fix/ldap-troubleshoot-force-php-version-prompt
Fixed --force not skipping the PHP version prompt in ldap:troubleshoot
2026-08-19 12:01:36 +01:00
f590af4c87 Fixed FD-57089: PredefinedKitCheckoutService: tighten checkout target validation 2026-08-19 11:34:52 +01:00
dbe3013c99 Bumped test memory limit 2026-08-19 10:57:28 +01:00
f31d7e6c0d Merge pull request #19520 from Godmartinz/fix-asset-checkin-blank-location-return
Asset Checkin Notiification: [FD-55583] Fix Null location bug
2026-08-19 10:30:56 +01:00
8d229df9d8 Merge pull request #19522 from marcusmoore/fixes/mysql-tests
Restore SSL database keys within tests
2026-08-19 10:26:08 +01:00
0aa274c412 Notifications: Fixed #19426 - Allow multiple addresses in CC field 2026-08-19 10:24:05 +01:00
f71af47d24 Fixed #19429 - multi-line custom fields defaults improprly handling linebreak 2026-08-19 10:09:42 +01:00
1fc8934e24 Upgrade Script: Fixed #19516 - check for livewire directory perms 2026-08-19 09:46:49 +01:00
e0791e1411 Merge pull request #19523 from grokability/google-ldap-fix
LDAP Wizard: Fixed #19519 - better handle mTLS
2026-08-19 09:33:42 +01:00
bd351fe0cb LDAP Wizard: Fixed #19519 - better handle mTLS 2026-08-19 09:29:52 +01:00
7d8bfdaa09 Restore SSL database keys within tests 2026-08-18 16:15:56 -07:00
24551853df Remove workflow 2026-08-18 15:00:40 -07:00
fe42ad8916 Revert "Remove caching"
This reverts commit d78f1d1507.
2026-08-18 14:58:05 -07:00
d78f1d1507 Remove caching 2026-08-18 14:56:22 -07:00
f44f043145 Add workflow to check sync 2026-08-18 14:51:43 -07:00
d0a14b6559 Improve diagrams 2026-08-18 14:08:37 -07:00
6ccd3817f9 Improve diagrams 2026-08-18 14:05:56 -07:00
ff9600818a Improve diagrams 2026-08-18 13:32:25 -07:00
9b8cbc6d79 Improve wording 2026-08-18 13:23:00 -07:00
8c01806ef0 Add readme for Boost 2026-08-18 13:19:40 -07:00
dc6b96e25c Update note on using Boost when contributing 2026-08-18 13:05:02 -07:00
3afbe05608 Add testing rule 2026-08-18 12:43:08 -07:00
86d1a4e096 Remove incorrect rule on tests 2026-08-18 12:31:39 -07:00
ea55e414ef if there is no location checked into return '-' 2026-08-18 11:59:39 -07:00
483cc22619 Move testing from guidelines to rules 2026-08-18 11:45:57 -07:00
d8ef3612ea Remove line repeated in rules 2026-08-18 11:33:24 -07:00
38ecee7b15 Move translations from guideline to rule 2026-08-18 11:31:01 -07:00
9e335d0ebe Re-commit generated boost rules 2026-08-18 10:53:04 -07:00
f66bd5ffd5 Bump Boost from v2.5.3 to v2.5.4 2026-08-18 10:10:29 -07:00
0cb8bf743f Fixed --force not skipping the PHP version prompt in ldap:troubleshoot
The command declares --force as "Skip the interactive yes/no prompt for
confirmation" and guards two of its three confirmations with it, but the
PHP version warning prompts unconditionally. A run with --force still
stops at "Are you sure you wish to continue?" and aborts, so the command
cannot be run unattended on any PHP build whose version string is below
8.3.21 or 8.4.7 - which includes the official Docker image, since it
installs Ubuntu 24.04's distro php8.3 packages.

--no-interaction does not help either: Laravel's confirm() defaults to
false, so it returns the default and lands on the same ABORTING branch.

Guard that confirmation the same way as the other two. The warning
itself still prints under --force, so the caveat stays visible in
unattended logs.
2026-08-18 16:25:15 +05:30
347103776c Better group-by in the alert helper 2026-08-18 11:18:01 +01:00
4b68e304fe Fixed #19512 - localize test message 2026-08-18 10:57:06 +01:00
8d4515d2fb Fixed #19411 - better handle conditional options in env/config 2026-08-18 10:39:00 +01:00
942e9232a5 Importer: Added lock test 2026-08-18 10:25:11 +01:00
7ed0ffa218 Added #10606: support shift-click checkbox range selection 2026-08-17 23:42:37 -04:00
21c704a843 Re-enable scoped guidelines 2026-08-17 16:41:21 -07:00
4987ab8b6d Add AGENTS.md and CLAUDE.md 2026-08-17 16:35:49 -07:00
5bb654e39a Enable rules and disable scoped guidelines 2026-08-17 16:34:20 -07:00