756a2ac25c
Added API tests
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-12 11:58:12 +01:00
7e3d66ec53
Merge branch 'develop' into fixes/companyable_trait_on_users
2024-06-12 11:27:26 +01:00
1ca9bb5aa8
Merge pull request #14698 from Scarzy/features/asset_file_upload_from_api
...
Added #9413 : Asset file upload from API
2024-06-12 11:18:06 +01:00
c641b733e1
Merge pull request #14834 from bryanlopezinc/AddAppUrlTest
...
Added test for app url config
2024-06-12 11:14:17 +01:00
d35e251d6e
Added test for app url config
2024-06-05 21:46:43 +01:00
5cdb2b7163
Check that the user was not aready deleted
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-05 14:00:35 +01:00
d4c080c7e4
Use the form request on the UI controller
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-05 13:40:32 +01:00
065a47a446
Use the DeleteUser request
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-05 13:28:44 +01:00
de7b8940fe
Merge pull request #14828 from fe80/fix/controller-signature-s3
...
fix(ActionlogController): add missin class Illuminate\Support\Facades…
2024-06-05 09:58:03 +01:00
09e94ec176
Reordered withTrashed() and find()
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-05 09:57:24 +01:00
ea7c3c8485
fix(ActionlogController): add missing class Illuminate\Support\Facades\Storage
2024-06-05 10:55:27 +02:00
bc36c8074e
Merge pull request #14807 from bryanlopezinc/AddTestToCheckEnvVisibility
...
Added test for .env visibility for setup page
2024-06-05 09:50:54 +01:00
a742105c21
Merge pull request #14827 from fe80/fix/controller-signature-s3
...
fix(ActionlogController): correct signature image for s3 bucket
2024-06-05 09:40:21 +01:00
7a76ec9e02
fix(ActionlogController): correct signature image for s3 bucket
2024-06-05 10:08:15 +02:00
67fb3f10d5
Tightened up tests with better checks
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-01 04:24:47 +01:00
cff382605c
Fixed some missing strings and checks
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-01 04:01:04 +01:00
03b0268dc2
Fixed typo
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-01 03:00:45 +01:00
3f9a80942e
Removed manual companyable from non-API views
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-31 23:10:23 +01:00
a15ed6eaee
Wrap disabled <a> links in a span for tooltips
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-31 19:29:29 +01:00
cf45e7536f
Redirect with error if model is invalid
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-31 18:51:58 +01:00
ca8d478e87
Redirect if model is invalid
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-31 18:46:32 +01:00
c63c17d49f
Added test for .env visibility for setup page
2024-05-31 17:33:57 +01:00
801e58d52e
Removed manual scoping
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-31 06:58:15 +01:00
aadee068b3
Merge pull request #14740 from Godmartinz/redirect_back_to_asset
...
Added Redirect options to asset check in/out
2024-05-30 14:14:04 +01:00
a46e2ebfd8
Small tweaks to user export, user view translations
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-30 13:59:00 +01:00
f710b1aac3
Merge pull request #14614 from akemidx/feature/sc-19796
...
ADDED: Export User Permissions (Superuser & Admin)
2024-05-30 13:41:26 +01:00
f6fe6e70b9
Merge branch 'develop' into redirect_back_to_asset
2024-05-30 13:38:11 +01:00
f48c5ee252
Fix an error message
2024-05-29 22:32:45 +01:00
98a94dec29
Change some errors to be 404
...
The asset or file was not found, so 500 wasn't the best choice of error
code
2024-05-29 22:17:36 +01:00
45329912e6
Give a better response to listing no files on an asset
...
HTTP500 was never a good choice. Now it sends back an empty array
2024-05-29 22:01:49 +01:00
bb0a614c39
Update some comments
2024-05-29 22:01:48 +01:00
f11ea79406
Add some sanity checks that the asset actually exists
2024-05-29 22:01:48 +01:00
e817b20840
Fix some responses to be more appropriate
...
Error/success was mixed up
2024-05-29 22:01:48 +01:00
516f766a44
Remove some debug code
2024-05-29 22:01:48 +01:00
f5791c79a5
Change the returns to be API appropriate
2024-05-29 22:01:48 +01:00
194853d860
Remove a redundant line
2024-05-29 22:01:48 +01:00
92670d5711
Add the ability to list files for an asset
2024-05-29 22:01:48 +01:00
8a2ea971e1
Add an API assets files controller
...
Based heavily on the Assets assets files controller.
Added errors related to to the files management.
Added the API endpoints for file upload and show, but only upload is
currently tested/works.
2024-05-29 22:01:48 +01:00
12e107a71b
Merge pull request #13062 from ak-piracha/feature/snipe-12892-bulk-consumable-checkout
...
Bulk Consumable Checkout
2024-05-29 19:42:25 +01:00
df1cef59d5
Fixes path for redirect response
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-29 18:01:40 +01:00
92ba889cae
Updated/removed facades
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-29 12:53:51 +01:00
f17162c2e2
Use artisan facade
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-29 12:40:05 +01:00
fb233c0aa4
Cleaned up facade names and references
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-29 12:38:15 +01:00
5d01a06245
Reduce IDE errors in App\Http\Controllers\SettingsController
2024-05-29 08:07:49 +01:00
4c78da3bbf
Re-add json encoding of permissions
2024-05-28 13:03:09 -07:00
03b5c2e246
Fixed bad translation string
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-28 15:21:28 +01:00
8df9007a8e
Merge branch 'snipeit_v7_laravel10' into develop
2024-05-27 18:08:27 +01:00
485caf1d92
Merge pull request #14755 from marcusmoore/chore/sc-25103/add-tests-around-asset-checkout
...
Added tests around asset checkout
2024-05-25 11:33:33 +01:00
8b3ff5a82d
Handle potentially deleted admin users in license export
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-23 08:39:15 +01:00
8d74a976a1
Merge branch 'develop' into chore/sc-25103/add-tests-around-asset-checkout
2024-05-22 16:09:27 -07:00