snipe
|
2033f25386
|
FMCS/Floater: Refactor logic into the companyable trait
|
2026-06-13 12:36:15 +01:00 |
|
snipe
|
a27c551f64
|
Style changes requested
|
2026-06-12 16:10:17 +01:00 |
|
snipe
|
6a0ec69451
|
FMCS/Validation: Fixed #19166 - translate error messages on FMCS fail
|
2026-06-10 12:44:46 +01:00 |
|
snipe
|
0f6367bb17
|
FMCS: Extended checks to accessories, bulk controllers, etc
|
2026-06-10 11:47:54 +01:00 |
|
snipe
|
e2ba35ee80
|
Small FMCS fixes
|
2026-06-09 12:33:48 +01:00 |
|
snipe
|
80c8aa41dc
|
License Checkin (legacy): Fixes FD-55734 - License Single-Seat Checkin Uses Incorrect Permission Check
|
2026-06-08 20:59:10 +01:00 |
|
snipe
|
cbc6dc94a5
|
Licenses/Accessory/Consumables: Fixed FD-55732 - confirm FMCS on backend
|
2026-06-08 17:08:18 +01:00 |
|
snipe
|
f74e7510c5
|
Licenses Checkout: Fixed FD-55733 - License Bulk Checkout Uses Incorrect Permission Check
|
2026-06-08 17:03:16 +01:00 |
|
snipe
|
c25d56ea85
|
Refactored licenses controller to use a pessimistic lock inside a transaction
|
2026-05-26 14:24:02 +01:00 |
|
snipe
|
d5ce5a82de
|
Bulk checkin license seats
|
2026-05-22 11:30:22 +01:00 |
|
snipe
|
5dcc8efcca
|
Check for IDs in bulk actions
|
2026-05-19 08:08:59 +01:00 |
|
snipe
|
c8bd104268
|
Added comment for clarity
|
2026-05-12 13:00:51 +01:00 |
|
snipe
|
41be127489
|
Added bulk license action
|
2026-05-12 12:41:30 +01:00 |
|
snipe
|
7b7d2c87fb
|
Added League\Csv\EscapeFormula for a few more reports
|
2026-05-11 09:54:55 +01:00 |
|
snipe
|
061b913413
|
Better naming for session variable
|
2026-04-14 20:54:42 +01:00 |
|
snipe
|
91e41049bd
|
Skip the initial checkout email to the recipient if sign_in_place was checked
|
2026-04-14 19:49:05 +01:00 |
|
snipe
|
18f67bcce5
|
Store the sign in place in the session so it’s remembered
|
2026-04-14 12:20:51 +01:00 |
|
snipe
|
264347e323
|
Added redirects
|
2026-04-14 12:16:46 +01:00 |
|
snipe
|
e285ee2931
|
Small fixes in formatting
|
2026-03-24 21:33:46 +00:00 |
|
snipe
|
9bc92f57c8
|
Apply pint to non-API controllers
|
2026-03-13 16:45:30 +00:00 |
|
snipe
|
e376492128
|
Use intended() for redirect options
|
2026-03-12 13:57:50 +00:00 |
|
Marcus Moore
|
1dc181797b
|
Move trait to base controller
|
2026-01-26 14:39:48 -08:00 |
|
Marcus Moore
|
2b56d82577
|
Move disabling debugbar to trait
|
2026-01-26 14:01:21 -08:00 |
|
Joël Pittet
|
0f215bbcf8
|
fix: replace deprecated Symfony Request::get() usage
|
2025-12-17 18:44:04 -08:00 |
|
snipe
|
7062962cc8
|
Show warnings on the dates if expired or terminated
|
2025-09-15 13:43:08 +01:00 |
|
snipe
|
319cb1bd1e
|
Removed logging
|
2025-09-15 13:23:44 +01:00 |
|
snipe
|
58cda5ae6d
|
Added scopes
|
2025-09-15 13:22:25 +01:00 |
|
Godfrey M
|
850939367c
|
adds translation warning message
|
2025-09-10 12:59:35 -07:00 |
|
Godfrey M
|
db9f85e9da
|
Merge branch 'develop' into checkin_non_reassignable_license
# Conflicts:
# app/Models/License.php
# resources/views/licenses/view.blade.php
# tests/Feature/Checkins/Api/LicenseCheckInTest.php
|
2025-09-03 11:09:51 -07:00 |
|
snipe
|
3094e007ee
|
Set session to remember checkout type
Signed-off-by: snipe <snipe@snipe.net>
|
2025-09-01 13:28:07 +01:00 |
|
snipe
|
b6d397bcca
|
Updated ->present()->fullName() to ->display_name
Signed-off-by: snipe <snipe@snipe.net>
|
2025-08-25 14:57:34 +01:00 |
|
snipe
|
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 |
|
snipe
|
12be088c4f
|
Merge pull request #17523 from Godmartinz/fix-create-new-rediret
Fixes #17457 Previous Page redirect option
|
2025-08-08 09:50:40 +01:00 |
|
snipe
|
38678803eb
|
Removed unused controllers
Signed-off-by: snipe <snipe@snipe.net>
|
2025-08-07 18:22:45 +01:00 |
|
Godfrey M
|
bd2acefecc
|
rethought, keeping previous page as an option
|
2025-08-05 12:29:59 -07:00 |
|
Marcus Moore
|
7abc3a7d7d
|
Only push to session if user exists
|
2025-08-05 10:57:07 -07:00 |
|
snipe
|
1db09a7953
|
Allow category_id in license export by category
Signed-off-by: snipe <snipe@snipe.net>
|
2025-08-01 15:21:12 +01:00 |
|
Godfrey M
|
667bd7af0e
|
fix checkout_to_type being null when checking in
|
2025-07-08 13:53:10 -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 |
|
spencerrlongg
|
d3d5230d0c
|
add with trashed to user search
|
2025-06-17 19:15:13 -05:00 |
|
Godfrey M
|
ee31bfbcd4
|
Merge branch 'develop' into checkin_non_reassignable_license
# Conflicts:
# app/Helpers/Helper.php
# app/Http/Controllers/Api/LicenseSeatsController.php
# app/Http/Transformers/LicensesTransformer.php
|
2025-04-21 10:49:35 -07:00 |
|
Godfrey M
|
9824f43780
|
added other target options to accessories and assets
|
2025-04-09 10:50:42 -07:00 |
|
Godfrey M
|
1ad96e891b
|
added option logic to licenses
|
2025-04-08 11:50:45 -07:00 |
|
snipe
|
a617c0545e
|
WIP license checkin
Signed-off-by: snipe <snipe@snipe.net>
|
2025-02-19 08:39:25 +00:00 |
|
snipe
|
22c58678c4
|
License checkout controller with route model binding
Signed-off-by: snipe <snipe@snipe.net>
|
2025-02-19 08:38:55 +00:00 |
|
snipe
|
4beaf6b3ec
|
Added item
Signed-off-by: snipe <snipe@snipe.net>
|
2025-02-19 08:38:40 +00:00 |
|
snipe
|
f7d213052a
|
Route model binding for resource groups
Signed-off-by: snipe <snipe@snipe.net>
|
2025-02-19 02:49:05 +00:00 |
|
Godfrey M
|
5da8c86ec7
|
fix license query for bulk licenses checkin for assets
|
2025-01-22 10:55:41 -08:00 |
|
Godfrey M
|
34e8360b10
|
moves counts to licenses, allows bulk check in of unreassignable licenses
|
2025-01-22 10:46:28 -08:00 |
|