3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-16 15:35:52 +00:00
Commit Graph

507 Commits

Author SHA1 Message Date
67ab584dc7 Updated text
Signed-off-by: snipe <snipe@snipe.net>
2025-04-22 23:49:31 +01:00
622626bb27 Merge pull request #16521 from grokability/add-disable-saml-command
Add console command to disable SAML logins
2025-04-19 14:23:49 +01:00
4f3b3721c4 Remove comments
Signed-off-by: snipe <snipe@snipe.net>
2025-04-15 20:15:44 +01:00
e1abdd1c7b Removed deprecation resulting in Creation of dynamic property
Signed-off-by: snipe <snipe@snipe.net>
2025-04-15 20:11:26 +01:00
cd9ee8af90 Add support for AVIF logo uploads and restoring avifs from public uploads
Extended the list of allowed file extensions and MIME types to include AVIF format in both backend file validation and the file input field for logo uploads. This update ensures compatibility with modern image formats.
2025-04-09 11:36:16 -05:00
79eaf62c9e Merge pull request #16668 from spencerrlongg/bug/sc-28768
Handle Potentially Unsafe File Output Better During Restore
2025-04-09 01:01:59 +01:00
dd078785ac always show unsafe files 2025-04-08 18:06:18 -05:00
12a8c54331 Handle and log skipped unsafe files during restore
Introduced a mechanism to track and log potentially unsafe files skipped during the restore process. These files are collected in an array and displayed as warnings before exiting, improving transparency and debugging capability.
2025-04-08 16:43:36 -05:00
890702f66d A few more display tweaks
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 17:47:39 +01:00
ea365e5645 More fields visible
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 16:17:57 +01:00
548ae49c69 Small tweaks to table
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 15:30:07 +01:00
34f8f50a4a Use localization, turned display into table
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 15:13:57 +01:00
c42f53e846 Use table layout
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 12:34:11 +01:00
43c15ef134 Merge branch 'develop' into feature/locations_with_companies 2025-04-08 09:18:48 +01:00
cfd845aefa Merge pull request #16500 from marcusmoore/bug/sc-28644-command
Added command to fix bulk checkin action log entries
2025-04-08 06:44:25 +01:00
9a8e5bf61e Backup before running updates 2025-04-03 14:39:40 -07:00
18ef88bd67 Improve comment 2025-04-03 13:13:52 -07:00
4ba58b2546 Constrain query 2025-04-03 13:10:45 -07:00
6dd3ab2ec9 Exit early if no logs found 2025-04-03 12:56:46 -07:00
faee50c222 Use dry-run instead of dryrun 2025-04-03 12:56:07 -07:00
760768f42d Paveit had old Doctrine code to list tables; use the new method 2025-04-03 15:35:07 +01:00
3d2d7684aa Add console command to disable SAML logins
If a Snipe-IT sire has SAML enabled, and the SAML config is sufficiently
borked, the site will fail to even load the login page. That's probably
something that should be examined, but in the meantime, it'd be handy to
not have to manually edit the database to turn off SAML.

In this commit, I'm creating a saml-disable console command. And by
create, i mean i'm copypasta-ing the existing ldap-disable command.
2025-03-17 19:58:21 -07:00
b26a73e385 Filter out empty email address in alerts 2025-03-17 12:30:15 -07:00
650839b68a Update command name 2025-03-12 17:05:16 -07:00
388dc23241 Add comments 2025-03-12 17:02:05 -07:00
32b194ddc7 Update description 2025-03-12 16:44:37 -07:00
9cea6cee26 Docblock 2025-03-12 16:42:50 -07:00
73f64c53b1 Skip logs where created_by cannot be set 2025-03-12 16:42:39 -07:00
2091f66f5b Reorganize 2025-03-12 16:30:36 -07:00
935d3eea9f Attempt to match and populate created_by 2025-03-11 17:17:39 -07:00
fffc606d9a Improve output 2025-03-11 17:06:02 -07:00
c3a48182fd Display the created_by 2025-03-11 17:03:26 -07:00
147e610062 Add todos 2025-03-11 17:00:36 -07:00
dd14eac1eb Prompt for confirmation 2025-03-11 16:56:07 -07:00
4954d972bb Write table of ids 2025-03-11 16:52:20 -07:00
c8177eb51e Update timestamps 2025-03-11 16:50:16 -07:00
a8cccffa1e Update output 2025-03-11 16:41:22 -07:00
c774e969d7 Scaffold command 2025-03-11 16:34:07 -07:00
4bac509341 fix Expiring alert tests 2025-03-04 12:58:04 -08:00
83855d44d0 Merge pull request #16251 from Godmartinz/Audit_Checkin_warning_fix
refactors audit notification to mail, adds test, adds  alerts check to scheduler
2025-03-04 12:51:42 +00:00
6f847294ed Merge pull request #15911 from Fiala06/patch-1
Fixed duplicate entries preventing LDAP sync from continuing
2025-03-04 12:49:54 +00:00
112112d258 Feat: #14926 LDAP Active Flag - Add config option to make False = Enable 2025-02-27 10:52:12 -07:00
cd1d1b2d3e Fixed count
Signed-off-by: snipe <snipe@snipe.net>
2025-02-27 14:22:40 +00:00
899119ae2d changes output to a table 2025-02-26 12:30:19 -08:00
cc26aa02b2 fix acceptance reminder command no email list 2025-02-26 11:25:21 -08:00
5c66334017 Added a check to see if the user has specified that is an ActiveDirectory server in the configuration before adding the useraccountcontrol attribute to the ldap query. 2025-02-25 14:22:22 +01:00
ae82051b73 Fixed #16173: useraccountcontrol was not included in the ldap query attributes.
`$results` did not include the `useraccountcontrol` and thus rendered the fallback logic void when `active_flag` was blank.

 Added a condition to check if `active_flag` is blank and only then add `useraccountcontrol` to the ldap query since it is then a requirement in accordance with "we respect the userAccountControl attribute" text in the `admin/ldap` route.

[`elseif' will become true when `active_flag` is blank](b141945add/app/Console/Commands/LdapSync.php (L364))
2025-02-25 13:55:53 +01:00
4800f4c853 Merge branch 'develop' into remove_mcrypt 2025-02-24 22:12:56 +00:00
25c8449e86 remove unused 2025-02-13 11:14:18 -08:00
ed96fd766c refactors audit notification to mail, adds test, ads check to scheduler 2025-02-13 11:08:53 -08:00