snipe
43c15ef134
Merge branch 'develop' into feature/locations_with_companies
2025-04-08 09:18:48 +01:00
snipe
fe65ffc384
Merge pull request #16527 from Godmartinz/license_seat_notes_fix
...
add notes as fillable to license seat model
2025-04-08 06:49:26 +01:00
snipe
b2e0f48ed9
Added purchase date
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 05:50:03 +01:00
snipe
733ef9e23b
Few more
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 05:44:49 +01:00
snipe
83562cfa83
Added additional searchable relations to activity report
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 05:23:39 +01:00
snipe
31c9ffa32b
Added audits method
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 05:08:42 +01:00
snipe
e95d7076b9
Added action_date
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 04:07:04 +01:00
snipe
5bbba56b0e
Added orginal values for logging
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 02:01:39 +01:00
snipe
e4180c2194
Removed duplicated code
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 02:01:29 +01:00
snipe
2d9be4e9e0
Added supplier_id as fillable
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-02 21:10:25 +01:00
snipe
c305284930
Merge pull request #15922 from spencerrlongg/feature/sc-24347
...
Requestable/Request Item API Endpoints
2025-04-01 18:15:42 +01:00
Marcus Moore
bc77c8c885
Add notes to $fillable
2025-03-27 10:57:34 -07:00
Godfrey M
cbc6c2754c
add notes as fillable to license seat model
2025-03-18 10:27:56 -07:00
Marcus Moore
658bef447d
Fix eol rate in Actionlog
2025-03-12 15:55:13 -07:00
James M
0b6d810ca6
FEAT: Add Label 5520 with 1D barcode - remove 2D barcode
...
FEAT: Add Label 5520 with 1D barcode - remove 2D barcode
2025-03-06 11:12:16 -07:00
snipe
7a312d075c
Check for null on webhook url
...
Signed-off-by: snipe <snipe@snipe.net>
2025-03-05 11:59:35 +00:00
Spencer Long
6201e475cb
Merge branch 'develop' into feature/sc-24347
2025-03-04 21:20:46 -06:00
snipe
fae79a91f6
Merge pull request #16418 from marcusmoore/chore/custom-report-template-activity-log-removal
...
Stop reporting report template events to activity log
2025-03-04 23:28:43 +00:00
Marcus Moore
cb5b0bd89c
Stop reporting report template creates, updates, and deletes to action log
2025-03-04 15:11:37 -08:00
Godfrey M
7c194422f3
Merge branch 'develop' into Audit_error_fix
2025-03-04 14:51:21 -08:00
Godfrey M
3641016271
remove commented code
2025-03-04 13:08:03 -08:00
Godfrey M
4bac509341
fix Expiring alert tests
2025-03-04 12:58:04 -08:00
Godfrey M
15a09e5187
adds audit notification for MS Teams
2025-03-04 11:15:03 -08:00
snipe
16420b1e00
Audit Log Number under Days to next Audit [sc-28530]
...
Signed-off-by: snipe <snipe@snipe.net>
2025-02-26 10:25:07 +00:00
snipe
992214fc66
Check for adminuser withTrashed
...
Signed-off-by: snipe <snipe@snipe.net>
2025-02-26 08:25:22 +00:00
Marcus Moore
c73d64cdbc
Remove manual doctrine mapping for enums
2025-02-25 13:37:23 -08:00
snipe
dd2b570db5
Added tighter constraints on deleting components
...
Signed-off-by: snipe <snipe@snipe.net>
2025-02-23 14:11:39 +00:00
snipe
9abf3029ef
Compact the method just a little
...
Signed-off-by: snipe <snipe@snipe.net>
2025-02-22 19:02:41 +00:00
snipe
19fb45f488
Refactor into method
...
Signed-off-by: snipe <snipe@snipe.net>
2025-02-22 18:57:18 +00:00
snipe
c611cb5612
Updated loggable to check for custom fields that were passed for meta
...
Signed-off-by: snipe <snipe@snipe.net>
2025-02-22 18:12:30 +00:00
snipe
0cd0abe8bb
Fixed #16282 - adds accessories tab to assets
...
Signed-off-by: snipe <snipe@snipe.net>
2025-02-22 14:20:21 +00:00
snipe
1fe170e6a1
Merge pull request #16040 from Godmartinz/template_validate_error
...
Adds a null check to label templates, adds return types for validation methods
2025-02-18 21:00:10 +00:00
snipe
452185be45
Merge pull request #16199 from akemidx/feature/sc-28271
...
Adding <Last Name.First Initial> as an option for usernames
2025-02-18 14:42:54 +00:00
Brady Wetherington
b7bd56daf7
Instead of saving TLS cache-files on save, cache them when used
2025-02-13 15:09:28 +00:00
snipe
e6ae9cae6b
Added notes to searchable and fillable attributes
...
Signed-off-by: snipe <snipe@snipe.net>
2025-02-11 00:33:51 +00:00
akemidx
d1cd670af5
oop forgot the user form bit
2025-02-06 18:05:22 -05:00
Brady Wetherington
de3ebfecfe
Ensure we don't call preg_split() with a null as the second parameter
2025-02-06 13:24:39 +00:00
Tobias Regnery
4e0bcac1a1
Furhter validation for scoped locations
...
There is a new validator introduced that checks on object update (assets, users, etc.) if the company matches the locations company.
In case of the creation of a new location it must be checked that the parent matches the own company.
On updating a location a check for every related object must be made to see if the company matches the location.
Signed-off-by: Tobias Regnery <tobias.regnery@gmail.com>
2025-01-24 11:12:11 +01:00
snipe
8e4878fac0
Added serial as relation search
...
Signed-off-by: snipe <snipe@snipe.net>
2025-01-20 21:00:01 +00:00
snipe
b6f05bff1f
Merge branch 'develop' into feature/locations_with_companies
2025-01-17 17:18:17 +00:00
snipe
ca11efd3ee
Merge pull request #16036 from Godmartinz/unaccepted_assets_reports_memory_fix
2025-01-13 22:23:30 +00:00
snipe
41da04cd22
Merge pull request #16018 from aHVzY2g/patch-3
2025-01-13 13:55:04 +00:00
Marlon Spangenberg
0c4fc56b80
increased label/field size to 2.5, reduced supported fields to 3
2025-01-13 12:20:56 +01:00
Marlon Spangenberg
907f0553d4
moved label value into the same line, changed label font to freemono
2025-01-13 12:14:30 +01:00
Godfrey M
ce7a8ad808
add a space
2025-01-08 09:48:45 -08:00
Godfrey M
c17c011488
checks if template is null, adds return types for validation methods
2025-01-08 09:47:20 -08:00
Godfrey M
97b765b5cc
improved reports query, could be further optimized
2025-01-07 15:06:09 -08:00
Godfrey M
e12c7473f8
tinkering with the polymorphic eager load
2025-01-07 09:08:36 -08:00
snipe
9672a13402
Set order by on companies
...
Signed-off-by: snipe <snipe@snipe.net>
2025-01-06 16:11:18 +00:00
aHVzY2g
eba1f03363
Added: TZe_24mm_D.php modified TZe_24mm_A that includes 1D code
...
New label format for TZe_24mm that includes all fields of TZe_24mm_A with the addition of the 1D code at the bottom of the label.
2025-01-03 11:10:44 +01:00