snipe
ba55dfb841
Fixed #16699 - added mutator for user locale
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-15 13:41:24 +01:00
snipe
1c387795fe
Merge pull request #16683 from marcusmoore/bug/sc-28755
...
Create default label when importing assets if none exists
2025-04-14 09:52:48 +01:00
snipe
102f26cac1
Merge pull request #16676 from marcusmoore/fixes/acceptance-logging
...
Store accepted_at and declined_at in action log when accepting/declining assets
2025-04-14 09:18:54 +01:00
r-xyz
565b8f5c7f
Fixed #16689 : re-add note
field in API files listing for AssetModel
2025-04-13 00:33:22 +02:00
36864
3b314086f9
New method to get latest signature event
...
This makes the print page much tidier.
2025-04-11 16:28:54 +00:00
36864
06fc140626
Optimize eager loading of log entries
2025-04-11 16:27:29 +00:00
Marcus Moore
b82d835f4f
Remove created_by since it is not available
2025-04-10 13:59:28 -07:00
Marcus Moore
d593365c9c
Create pending default status label if none exists
2025-04-10 13:38:30 -07:00
akemidx
cd10cd34f4
location update bug fix and test
2025-04-10 14:46:52 -04:00
snipe
9c88aa6974
Merge pull request #16637 from akemidx/lastnameemail
...
Fixed #8188 - Added Last Name as an email format
2025-04-09 21:27:10 +01:00
Marcus Moore
e5d7bcb629
Use declinded at for action date in log
2025-04-09 11:20:46 -07:00
Marcus Moore
aa58f08b3d
Use accepted at for action date in log
2025-04-09 11:13:46 -07:00
Godfrey M
9824f43780
added other target options to accessories and assets
2025-04-09 10:50:42 -07:00
spencerrlongg
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
snipe
cbf4fef45b
Merge pull request #16671 from snipe/fixed_list_view_of_asset_files
...
Partial fix for #16135 - normalized asset file listing at API endpoint
2025-04-09 06:45:32 +01:00
snipe
41fb058adb
Added gates around printing location assets
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-09 06:06:44 +01:00
snipe
f29146b319
Fixed asset file listing display at API endpoint
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-09 05:53:24 +01:00
snipe
f3f26b3824
Added UploadedFilesTransformer
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-09 05:52:48 +01:00
snipe
7be3d6072f
Removed erroneous comment
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-09 05:52:35 +01:00
snipe
1d030b59df
Merge pull request #16592 from fvollmer/anonymous-ldap
...
Improve Settings: Remove username and password requirement for ldap
2025-04-09 05:19:09 +01:00
snipe
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
spencerrlongg
dd078785ac
always show unsafe files
2025-04-08 18:06:18 -05:00
spencerrlongg
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
Godfrey M
715fc2de59
more cleaning
2025-04-08 11:58:23 -07:00
Godfrey M
af53559ca3
cleaned up code
2025-04-08 11:54:50 -07:00
Godfrey M
17b8ea9c86
removed unnecessary code
2025-04-08 11:51:29 -07:00
Godfrey M
1ad96e891b
added option logic to licenses
2025-04-08 11:50:45 -07:00
Godfrey M
b7492928ad
reworked checkedInBy, added option logic to accessories
2025-04-08 11:43:02 -07:00
akemidx
f659b7631d
Merge branch 'develop' into lastnameemail
2025-04-08 13:10:26 -04:00
Godfrey M
a602b2fd47
adds option to redirect back to checkedInBy user for assets
2025-04-08 10:09:43 -07:00
snipe
890702f66d
A few more display tweaks
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 17:47:39 +01:00
snipe
ea365e5645
More fields visible
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 16:17:57 +01:00
snipe
548ae49c69
Small tweaks to table
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 15:30:07 +01:00
snipe
34f8f50a4a
Use localization, turned display into table
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 15:13:57 +01:00
snipe
da2c760227
Renamed variables, skipped breaking out of loop
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 15:13:19 +01:00
snipe
a96abeac5f
Use localization w/trans_choice
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 15:12:58 +01:00
snipe
c42f53e846
Use table layout
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 12:34:11 +01:00
snipe
44ee287cc0
Nicer formatting
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 12:34:00 +01:00
fvollmer
a56f6148fc
Improve Settings: Remove username and password requirement for ldap
...
Since 9d62793
anonymous LDAP login is available. Remove username and password requirement in settings dialog.
2025-04-08 11:04:37 +02:00
snipe
43c15ef134
Merge branch 'develop' into feature/locations_with_companies
2025-04-08 09:18:48 +01:00
snipe
fcd0ca3b94
Merge branch 'develop' into min_qty_in_bulk_model_edit
2025-04-08 07:14:15 +01:00
snipe
22be89fbea
Set empty array if group permission is a string or null
...
Signed-off-by: snipe <snipe@snipe.net>
2025-04-08 07:06:56 +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
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
snipe
a98b277fa9
Merge pull request #16560 from spencerrlongg/bug/meta_status_multi_comp
...
Meta Status Fix for Multi Company
2025-04-08 06:43:57 +01:00
snipe
5a1c81954f
Merge pull request #16651 from Godmartinz/qr_code_location_option
...
Fixes #9660 - Adds location qr code option to labels
2025-04-08 05:53:48 +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