5e48dd45b2
remove unnecessary code
2025-11-12 16:27:04 -08:00
601d6e7377
fixes requestable models query
2025-11-12 16:25:08 -08:00
f7bc538fdf
Intorduce ActionType enum and ensure all logactions are using it
2025-11-03 15:39:31 +00:00
b6d397bcca
Updated ->present()->fullName() to ->display_name
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-25 14:57:34 +01:00
16fb1018a2
List users code refactoring
2025-06-05 20:05:38 +02:00
ad6fe855a9
Fix code style: Change comments
2025-06-05 18:53:36 +02:00
c50c97d149
Fix code style: Change comments
2025-06-05 18:18:07 +02:00
8b98ae15f0
Fix code style: Add comment
2025-06-05 18:08:34 +02:00
261f84d5f5
Fix code style: Remove comment
2025-06-05 17:55:46 +02:00
29989ac24e
Fix code style: Remove empty line after end comment
2025-06-05 13:50:57 +02:00
7494fa6bc9
Fix code style: Remove unnecessary end comment from short conditional block
2025-06-05 12:03:42 +02:00
62e50dbe52
Fix code style: Add semantically correct end comments
2025-06-05 11:56:13 +02:00
30c090ba2d
Fix code style: Add descriptive end comment for conditional block
2025-06-05 11:45:05 +02:00
7ff82e6043
Delete comments
2025-06-05 11:07:42 +02:00
61d3e2fb49
Fix code style: Add required whitespace in end block comments
2025-06-05 09:23:58 +02:00
fb18c1a0be
Fix code style: Remove whitespace in end block comments
2025-06-05 08:59:07 +02:00
ea447365fa
Fix Codacy warnings II
2025-06-04 15:40:17 +02:00
60989d6766
Fix Codacy warnings
2025-06-04 15:17:55 +02:00
84ec5aea26
Manager View Feature
2025-06-04 09:07:26 +02:00
513c78a09f
Refactor CheckoutRequest actions for consistency
...
Renamed CheckoutRequest action classes to include "Action" in their names for consistency and clarity. Enhanced error handling in controllers to standardize error responses with translations. Updated usage of the renamed action classes throughout the code to ensure proper integration.
2024-12-03 17:51:12 -06:00
fdb6970f36
this is pretty much done
2024-10-23 01:41:27 -05:00
b0d7eb2168
cancel action finished
2024-10-22 22:44:28 -05:00
79e6eafafa
cancelled scaffolded out
2024-10-22 22:33:29 -05:00
48c812d345
bunch of cleanup, split cancel out
2024-10-22 20:48:27 -05:00
b59bf495e1
stuff
2024-10-22 15:09:35 -05:00
e40849c910
this stuff works
2024-10-21 17:31:26 -05:00
95a32864cf
hm, lots to think about 🤔
2024-10-17 18:11:18 -05:00
1fd945c2d8
this works
2024-10-17 12:45:49 -05:00
b2ff34260a
hm, lots of thinking to do
2024-10-17 00:02:15 -05:00
a524c0b418
more work
2024-10-16 18:48:15 -05:00
b1d62cc478
initial untested
2024-10-16 17:23:22 -05:00
9a651b567d
change error to warning
2024-10-01 14:24:03 -05:00
1139acd9f3
catch errors around request notifications
2024-10-01 13:36:47 -05:00
d3b62aa918
Few more
...
Signed-off-by: snipe <snipe@snipe.net >
2024-07-04 22:52:49 +01:00
ae9085b11f
Modernize use statements, switch to auth()
...
Signed-off-by: snipe <snipe@snipe.net >
2024-07-04 20:49:22 +01:00
df1cef59d5
Fixes path for redirect response
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-29 18:01:40 +01:00
8496e64e16
Adds ternary to set a quantity when needed
2023-06-27 18:37:22 -06:00
b4b84f91d0
Redirect to correct page after cancel action
2023-06-27 18:25:38 -06:00
1c29bd37a6
Added feature to cancel requests from the Requested Assets view
2023-06-27 18:11:10 -06:00
489895a5fa
Added comments and spacing for readability
...
Signed-off-by: snipe <snipe@snipe.net >
2022-11-16 17:48:28 +00:00
1122562b4e
Handle use case where there are no custom fields for any assigned models
...
Signed-off-by: snipe <snipe@snipe.net >
2022-11-16 17:45:50 +00:00
1e34398c99
Permissions check on the field itself
...
Signed-off-by: snipe <snipe@snipe.net >
2022-11-10 17:19:12 +00:00
1fa624420e
Removed unneeded relationships
...
Signed-off-by: snipe <snipe@snipe.net >
2022-11-10 16:46:49 +00:00
94bbf2bf2f
fixed translation string for canceled requests
2022-08-19 13:59:01 +02:00
0d49fc3a2e
remove unused route, controller functions and view
2022-02-13 12:10:19 +01:00
eb8f23a888
Removed commented code
...
Signed-off-by: snipe <snipe@snipe.net >
2022-01-13 01:32:28 -08:00
8f4ec95fbb
Remove assets query, since we handle that via API call now and just need the count()
...
Signed-off-by: snipe <snipe@snipe.net >
2022-01-12 23:23:00 -08:00
224d0b2fd2
Small language file additions
...
Signed-off-by: snipe <snipe@snipe.net >
2022-01-12 22:21:00 -08:00
43c57c8461
Merge master into develop
...
Signed-off-by: snipe <snipe@snipe.net >
# Conflicts:
# .all-contributorsrc
# README.md
# app/Http/Controllers/BulkAssetModelsController.php
# app/Http/Controllers/CustomFieldsController.php
# app/Http/Controllers/CustomFieldsetsController.php
# app/Http/Controllers/ModalController.php
# app/Http/Transformers/GroupsTransformer.php
# config/version.php
# package-lock.json
# public/css/build/app.css
# public/css/build/overrides.css
# public/css/dist/all.css
# public/css/dist/bootstrap-table.css
# public/js/build/app.js
# public/js/dist/all.js
# public/js/dist/bootstrap-table.js
# public/mix-manifest.json
# resources/assets/less/overrides.less
# resources/lang/en/admin/hardware/message.php
# resources/lang/en/admin/settings/general.php
# resources/views/partials/bootstrap-table.blade.php
# routes/web.php
2022-01-12 20:51:33 -08:00
9b2dd6522f
Switch GET to POST for asset request
...
Signed-off-by: snipe <snipe@snipe.net >
2021-12-16 20:36:08 -08:00