Godfrey M
18e49e9067
only redirect to previous page if not creating
2025-08-05 12:05:22 -07:00
Brady Wetherington
0ee3cca4da
Use a Video tag for video files for non-Safari usage
2025-07-09 15:15:53 +01:00
snipe
ab30a96d16
Merge pull request #17327 from Godmartinz/asset_model_redirect
...
FIXED : #15861 adds a redirect option for asset model and previous page
2025-07-07 14:00:31 +01:00
snipe
dc43d85323
Check for audio files
...
Signed-off-by: snipe <snipe@snipe.net >
2025-07-03 20:15:30 +01:00
Godfrey M
76f59f7b85
fix variables
2025-07-01 12:52:16 -07:00
Godfrey M
55ebb4671f
update check in and check out controllers
2025-07-01 12:44:26 -07:00
Godfrey M
8a9cf07063
editing controllers and edit blades for other categories
2025-07-01 12:31:55 -07:00
Godfrey M
ca9ff8cf19
set return type for RedirectOptions
2025-07-01 12:04:02 -07:00
Godfrey M
7217d9c427
adds redirect to previous page, use match instead of switch cases
2025-07-01 11:55:46 -07:00
Godfrey M
9d712ad8f1
clean up code
2025-07-01 10:56:02 -07:00
Godfrey M
f3e49e7010
add asset model as a redirect option
2025-07-01 10:43:00 -07:00
snipe
5d46d90725
Added category importer
...
Signed-off-by: snipe <snipe@snipe.net >
2025-06-02 04:11:54 +01:00
snipe
a5b88982bf
Added manufacturer icon
...
Signed-off-by: snipe <snipe@snipe.net >
2025-06-02 02:52:55 +01:00
snipe
12a2c71b90
Added icon
...
Signed-off-by: snipe <snipe@snipe.net >
2025-05-29 14:47:59 +01:00
snipe
bafff9020a
Merge pull request #16611 from Godmartinz/MS_teams_deprecation_update
...
Reworked MS Teams deprecation warnings and notifications visibility
2025-05-09 16:38:25 +01:00
snipe
5c11a8c1e0
Modified helper
...
Signed-off-by: snipe <snipe@snipe.net >
2025-05-06 16:12:06 +01:00
Godfrey M
3b34654dd7
Merge branch 'develop' into MS_teams_deprecation_update
...
# Conflicts:
# resources/lang/en-US/admin/settings/message.php
2025-05-05 09:33:32 -07:00
snipe
83d6e9ad8a
Removed log error
...
Signed-off-by: snipe <snipe@snipe.net >
2025-05-05 14:00:05 +01:00
snipe
4469db0bd3
Livewire component for smoother check for location companies
...
Signed-off-by: snipe <snipe@snipe.net >
2025-05-05 13:55:28 +01:00
snipe
e71e25955a
Check for array
...
Signed-off-by: snipe <snipe@snipe.net >
2025-04-21 12:20:03 +01:00
snipe
fa9ac3c449
Return value as int
...
Signed-off-by: snipe <snipe@snipe.net >
2025-04-21 11:53:26 +01:00
snipe
cd20486fe2
Merge pull request #16667 from Godmartinz/user-redirect-checkin-option
...
Adds option to redirect back to checkedInBy user for assets/licenses/accessories
2025-04-16 20:54:47 +01:00
Godfrey M
9824f43780
added other target options to accessories and assets
2025-04-09 10:50:42 -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
b7492928ad
reworked checkedInBy, added option logic to accessories
2025-04-08 11:43:02 -07: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
da2c760227
Renamed variables, skipped breaking out of loop
...
Signed-off-by: snipe <snipe@snipe.net >
2025-04-08 15:13:19 +01:00
snipe
44ee287cc0
Nicer formatting
...
Signed-off-by: snipe <snipe@snipe.net >
2025-04-08 12:34:00 +01:00
snipe
43c15ef134
Merge branch 'develop' into feature/locations_with_companies
2025-04-08 09:18:48 +01:00
snipe
0e65498799
Added webp as inline-able images
...
Signed-off-by: snipe <snipe@snipe.net >
2025-04-03 15:24:03 +01:00
Godfrey M
29d0380db3
reword warning messages, remove warning if webhook cleared and saved, deprecations only for superadmins
2025-04-01 11:53:32 -07:00
snipe
ecc0e76e7b
Fixed route parameters for helper
...
Signed-off-by: snipe <snipe@snipe.net >
2025-02-19 05:03: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
Tobias Regnery
6921df9334
Check for inconsistencies before activating scoped locations
...
Before activating scoped location all locations and their related objects will be checked.
If there are locations with different companies than the related objects error out.
Because this operation is quite slow, bail out on the first inconsistent entry.
There is a new artisan command introduced that checks every location.
Depending on the size of the database, this will take very long.
Signed-off-by: Tobias Regnery <tobias.regnery@gmail.com >
2025-01-23 15:26:04 +01:00
Godfrey M
73772a0138
change button text
2024-10-30 11:12:31 -07:00
Godfrey M
b26cae372c
merged in develop
2024-10-30 10:40:23 -07:00
Godfrey M
9a0eee8f03
revert testing variables
2024-10-28 15:03:43 -07:00
Godfrey M
6128765d1f
change wording on notification button
2024-10-28 15:03:03 -07:00
Godfrey M
c24f79c025
update method comment
2024-10-28 14:58:43 -07:00
Godfrey M
e7c4343c90
readd checkin accessory format
2024-10-28 14:56:48 -07:00
Godfrey M
c0620c27ff
adds back laravels channel formats
2024-10-28 14:30:34 -07:00
Godfrey M
ed81973fe6
adds notifications for deprecation
2024-10-28 13:57:42 -07:00
snipe
c56affd663
Added SVG icon
...
Signed-off-by: snipe <snipe@snipe.net >
2024-10-17 00:07:37 +01:00
arne-kroeger
b18baf74d2
added options to checkout accessoires to locations and assets
...
Added #14979 : add checkout functionality to accessoires
2024-07-29 10:54:53 +02:00
snipe
c6e709cd36
Added parameters
...
Signed-off-by: snipe <snipe@snipe.net >
2024-07-26 12:45:06 +01:00
snipe
759ab78f80
Added more redirects
...
Signed-off-by: snipe <snipe@snipe.net >
2024-07-26 11:27:36 +01:00