d77a47765e
Adds gate to supplier
...
Signed-off-by: snipe <snipe@snipe.net >
2022-02-13 11:53:45 -07:00
2dad27eed6
Added additional gate for selectlists
...
Signed-off-by: snipe <snipe@snipe.net >
2022-02-11 11:46:14 -08:00
f5ffda8053
Ahem.
...
Signed-off-by: snipe <snipe@snipe.net >
2022-02-10 22:43:51 -08:00
70af10ae6c
Merge pull request #10640 from JonathonReinhart/10552-add-checkin-api-date
...
Fix #10552 : Add checkin_at parameter to /hardware/:id/checkin API
2022-02-10 09:54:20 -08:00
b9a8d45c07
Better messaging
...
Signed-off-by: snipe <snipe@snipe.net >
2022-02-09 16:30:42 -08:00
7794c2f44b
Check that the fieldset exists before trying to detach it from the fieldset
...
Signed-off-by: snipe <snipe@snipe.net >
2022-02-09 16:16:16 -08:00
6b25b53462
Merge pull request #10628 from inietov/fixes/default_values_dont_allow_checkbox_radio
...
Fixes #10299 Default Values do not allow Checkbox/Radio Buttons
2022-02-09 14:39:46 -08:00
6d79c9f3e2
Save the default values for custom fields with same format than Assets do for actual values
2022-02-09 13:41:33 -06:00
a36957dd77
Finish the implementation of custom fields default values for checkboxes
2022-02-09 13:12:42 -06:00
2f3499e4b9
Show checkboxes a little less assy, actually save the data checked by them
2022-02-09 10:49:10 -06:00
3536d08477
Add checkin_at parameter to /hardware/:id/checkin API
...
Fixes #10552
2022-02-08 20:23:09 -05:00
cd963179fd
Fix /hardware/{id}/checkin API response on error
...
Fixes #10629
2022-02-08 01:08:42 -05:00
eac8e0bdba
Add a casting to a truthy/falsy that needs to be integer
2022-02-02 13:54:57 -06:00
2fec40d7df
Adds actionlog for bulk edits
2022-02-01 00:00:12 -06:00
aa3aa78204
Adds Lookup Asset by Custom Field via API [sc-18632]
...
Signed-off-by: snipe <snipe@snipe.net >
2022-01-28 09:08:48 -08:00
f510b9c2a9
Add query to filter non-deprecable assets when the Depreciation Report is called
2022-01-15 14:21:31 -06:00
984db1ef44
Apply personal API token fix to master
...
Signed-off-by: snipe <snipe@snipe.net >
2022-01-13 01:39:56 -08:00
bb095641c2
Update BulkAssetModelsController.php
...
https://huntr.dev/bounties/efdf2ead-f9d1-4767-9f02-d11f762d15e7
2022-01-06 09:50:11 +08:00
884b6b0270
Fixes format property on invalid custom field object
...
Signed-off-by: snipe <snipe@snipe.net >
2022-01-03 19:14:50 -08:00
2ee84c2675
Added a few more comments
...
Signed-off-by: snipe <snipe@snipe.net >
2021-12-30 18:33:28 -08:00
c6ce928567
Added allow list to modal view options
...
Signed-off-by: snipe <snipe@snipe.net >
2021-12-30 18:16:49 -08:00
b4fac3e4ae
Fixed missing index for fieldsets
...
Signed-off-by: snipe <snipe@snipe.net >
2021-12-30 13:16:44 -08:00
bad6b862ca
assets_count doesnt exist as a column
...
Signed-off-by: snipe <snipe@snipe.net >
2021-12-30 12:59:16 -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
dbdc1c7f3f
Update SettingsController.php to save Slack Settings
...
This goes with #10438 that I just submitted about Slack Settings not saving.
This adds the necessary code to actually save the Slack Settings,
As they are already validated by the SlackSettingsRequest, this seems like an easy and low-impact fix.
2021-12-15 10:38:51 -05:00
c80aa2a289
Add title column to custom reports
2021-12-14 12:05:33 -06:00
a419a690d4
Add a variable to better control the selected user's ids
2021-12-11 18:01:38 -06:00
acfb41f129
Remove 'actionlog' from the ::with() clause in the asset query API
2021-12-10 18:42:56 -08:00
1699c09758
Update AssetModelsController.php
2021-12-09 21:42:18 +08:00
918e7c8dae
Fix access control - https://huntr.dev/bounties/19453ef1-4d77-4cff-b7e8-1bc8f3af0862/
2021-12-09 12:57:04 +08:00
86afe6c4b1
Cleanup slack validation
...
Signed-off-by: snipe <snipe@snipe.net >
2021-12-08 18:03:56 -08:00
ff97b359ad
Removed form request on ajax, cleaned up some other things
...
Signed-off-by: snipe <snipe@snipe.net >
2021-12-08 17:58:46 -08:00
8fa690b635
Reverting form request because it doesn't seem to work (????!!)
...
Signed-off-by: snipe <snipe@snipe.net >
2021-12-08 17:54:15 -08:00
8c1cd87831
Added slacksettingsrequest as use statement
...
Signed-off-by: snipe <snipe@snipe.net >
2021-12-08 15:56:22 -08:00
3debe78574
Merge pull request #10350 from inietov/fixes/trim_custom_fields_names
...
Apply trim() function when storing Custom Fields names
2021-11-24 19:42:04 -08:00
830d07f84f
Removed escaping on input save for asset checkout on creation
...
Signed-off-by: snipe <snipe@snipe.net >
2021-11-24 19:19:32 -08:00
1ca770895a
Apply trim() function when storing Custom Fields names
2021-11-22 18:43:21 -06:00
3ea209a507
Escape asset_tag attribute at controller level for consumption in bulk checkout
2021-11-08 20:27:43 -08:00
2f9e5f79af
Merge pull request #10139 from FliegenKLATSCH/patch-1
...
API: Do not include deleted items per default on lookup by serial
2021-10-28 17:09:20 -07:00
17bf899a17
Set default_label to 0 instead of null in API
...
Signed-off-by: snipe <snipe@snipe.net >
2021-10-25 20:14:01 -07:00
24c484303e
Do not include deleted assets by default when doing lookup by serial
...
This commit introduces a new query parameter `deleted`, which can be set to `true` to include deleted assets in the response.
2021-10-09 08:56:31 +02:00
5d94b99035
Switched to 5 in one minute
...
Signed-off-by: snipe <snipe@snipe.net >
2021-10-08 15:53:32 -07:00
0674ef5a3d
Fixed number to 1 (for minutes)
...
Signed-off-by: snipe <snipe@snipe.net >
2021-10-08 15:43:32 -07:00
702791210e
Throttle password reset requests to 5 every 60 seconds
...
Signed-off-by: snipe <snipe@snipe.net >
2021-10-08 14:26:30 -07:00
ccd430ce07
Switched back down to debug level
...
Signed-off-by: snipe <snipe@snipe.net >
2021-10-06 12:38:21 -07:00
f306401e7e
Fixed SVG XSS vuln
...
Signed-off-by: snipe <snipe@snipe.net >
2021-10-06 12:26:45 -07:00
34eab88b7e
Removed debugging
...
Signed-off-by: snipe <snipe@snipe.net >
2021-10-04 20:25:31 -07:00
b20c841a89
Fixed asset models restore
...
Signed-off-by: snipe <snipe@snipe.net >
2021-10-04 19:29:13 -07:00
52ea172e5d
Fix ID array
...
Signed-off-by: snipe <snipe@snipe.net >
2021-10-04 17:18:07 -07:00
f3338667c7
Create new ParseCurrency helper and use it in the appropriate controllers
2021-09-28 18:20:39 -07:00