3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 11:15:42 +00:00
Commit Graph

433 Commits

Author SHA1 Message Date
c22e4c00a5 Fixed #18905 - update location of child assets if parent asset is checked in 2026-05-07 12:20:25 +01:00
e76036965b Same for assets 2026-05-05 10:58:43 +01:00
48ebd7faf5 Refine checkin checkout button display 2026-04-22 17:25:26 +01:00
f17f34f730 Added routes and logging 2026-04-22 17:17:58 +01:00
1e4353f0db Added controller logic and form request constraints 2026-04-17 11:40:37 +01:00
061b913413 Better naming for session variable 2026-04-14 20:54:42 +01:00
91e41049bd Skip the initial checkout email to the recipient if sign_in_place was checked 2026-04-14 19:49:05 +01:00
18f67bcce5 Store the sign in place in the session so it’s remembered 2026-04-14 12:20:51 +01:00
264347e323 Added redirects 2026-04-14 12:16:46 +01:00
bac8299ea6 Added accessor for component qty 2026-04-13 14:51:48 +01:00
09bec66406 Meh 2026-04-13 13:55:05 +01:00
1357b45e24 Added content to blade, refactoring some relationships 2026-04-13 13:48:14 +01:00
7ec60bc6f2 Same as #18808 but renamed assetstatus to status 2026-04-02 11:26:23 +01:00
d58fda626e Import company model 2026-03-21 10:02:18 +00:00
9bc92f57c8 Apply pint to non-API controllers 2026-03-13 16:45:30 +00:00
e376492128 Use intended() for redirect options 2026-03-12 13:57:50 +00:00
623d516595 Merge pull request #18095 from marcusmoore/5947-bulk-checkout-rollup
#5947 - roll up bulk asset checkout email
2026-02-25 15:36:58 +00:00
0f215bbcf8 fix: replace deprecated Symfony Request::get() usage 2025-12-17 18:44:04 -08:00
9b8768dbdd Tighten everything up, remove logging, fix last bits of functionality 2025-11-25 19:34:10 +00:00
fb1fde26ce Use a FormRequest to better handle multiple-asset-creation by GUI 2025-11-11 18:00:22 +00:00
a1e6f01fe9 Fixed updating notes in bulk edit 2025-10-16 14:33:21 +01:00
93082e1e87 Set last_checkin if asset checked in during update 2025-10-02 13:56:42 -07:00
8a667b20c2 Merge branch 'develop' into fixes/17956-handle-force-deleted-model-in-asset-edit 2025-10-01 11:09:40 +01:00
3c3acff79b Fix more attempted access of deleted model 2025-09-30 12:22:26 -07:00
e15de83a95 Fix attempted access of deleted model 2025-09-30 12:19:12 -07:00
7d8ed399a8 Fix accessing force deleted model 2025-09-30 11:27:56 -07:00
7017a0cae1 WIP: introduce event 2025-09-25 16:23:43 -07:00
a40e4d7d04 Begin experimenting with context 2025-09-25 15:43:04 -07:00
be848598e3 Keep removed asset out of scope of partial 2025-09-24 14:32:25 -07:00
c614c44d4c Remove assigned assets from bulk checkout 2025-09-22 16:04:29 -07:00
fb9fb9c097 Merge branch 'develop' into fixes/17404-prevent-bulk-checkout-across-companies
# Conflicts:
#	app/Http/Controllers/Assets/BulkAssetsController.php
#	tests/Feature/Checkouts/Ui/BulkAssetCheckoutTest.php
2025-09-22 10:52:04 -07:00
7a3596c86d Test against other types 2025-09-18 17:21:27 -07:00
ac8a9e38f0 Implement fix 2025-09-18 17:18:27 -07:00
a02a96d5c4 Extract translation string 2025-09-18 12:57:56 -07:00
47e9e4704d Improve error message 2025-09-18 12:56:36 -07:00
b2ad9d404e Fix re-population of assets 2025-09-18 12:38:11 -07:00
e639d7726b Disallow bulk checkout across companies 2025-09-17 14:32:27 -07:00
739980aa09 Merge pull request #16947 from Godmartinz/add-require-serial-to-models
Adds require serial as Asset Model option
2025-09-03 14:53:15 +01:00
3094e007ee Set session to remember checkout type
Signed-off-by: snipe <snipe@snipe.net>
2025-09-01 13:28:07 +01:00
b6d397bcca Updated ->present()->fullName() to ->display_name
Signed-off-by: snipe <snipe@snipe.net>
2025-08-25 14:57:34 +01:00
61abb8d5cb Fixed hardware.bulkedit redirect
Signed-off-by: snipe <snipe@snipe.net>
2025-08-18 09:45:02 +01:00
817530429b added condition to make sure the request has checkbox 2025-08-12 14:52:52 -05:00
a5e37519f5 Merge pull request #17539 from grokability/add-file-uploads-to-maintenances
WIP: Add file uploads to maintenances
2025-08-10 11:13:19 +01:00
38678803eb Removed unused controllers
Signed-off-by: snipe <snipe@snipe.net>
2025-08-07 18:22:45 +01:00
bd2acefecc rethought, keeping previous page as an option 2025-08-05 12:29:59 -07:00
1d8493d388 Improved messaging for cloning/editing assets that inherit images
Signed-off-by: snipe <snipe@snipe.net>
2025-08-04 20:51:24 +01:00
f1dd84edba Added option to clone original images
Signed-off-by: snipe <snipe@snipe.net>
2025-08-04 18:47:26 +01:00
6537f3794b Merge pull request #17292 from Godmartinz/fail_with_inputs
FIXED: #17194 Return to bulk edit with errors and inputs
2025-07-21 12:03:52 +01:00
5c623db798 fix redirect 2025-07-17 14:57:00 -07:00
8c670d1832 clean up 2025-07-17 12:08:49 -07:00