Commit Graph

82 Commits

Author SHA1 Message Date
FusionPBX a5afa0afec
Validate the http_method, device_provisioned_ip and move user_agent string to the date. 2021-04-26 21:40:59 -06:00
agree ab302ebfbb Provision save and show user agent information 2021-04-20 16:31:39 -04:00
fusionate da79aa0fb1 Devices, Device Profiles - Search: Scope enhancements. 2021-01-20 11:06:34 -07:00
fusionate 8107694dd3 Devices - Search: Include some Line, Key and Setting fields. 2021-01-18 16:22:18 -07:00
Nate e6d95893ee Devices - List: Fix column sorting when Show All enabled. 2020-04-13 12:52:24 -06:00
Nate 92033b88bc Devices, Profiles & Vendors: Modal integration. 2020-03-26 08:55:43 -06:00
Nate 029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -07:00
chansizzle 493c4bd33e Update devices.php 2020-01-21 14:21:34 -07:00
Nate 4edd21773a Devices: Add window titles. 2020-01-06 07:39:59 -07:00
Nate aa593c03fc List Views: Minor adjustments to code. 2019-11-30 14:18:00 -07:00
Nate bfb17507f1 List Views: Simplify action handling. 2019-11-30 11:12:41 -07:00
FusionPBX e5c04b3356 Update devices.php 2019-11-20 15:15:11 -07:00
FusionPBX c79271ce3d Update devices.php 2019-11-20 15:03:41 -07:00
FusionPBX 0b8ccc7bc8 Update devices.php 2019-11-20 14:48:31 -07:00
Nate 94f8076d83 Update devices.php 2019-11-07 23:01:35 -07:00
FusionPBX 0325238c72 Update devices.php 2019-11-07 22:31:54 -07:00
Nate 02b35a7a99 Device: List view updates. 2019-11-07 09:00:29 -07:00
emaktech 391ac81608 Devices Page - Show only Assigned Devices to User Level (#4702)
* Update app_config.php

Add new permission device_domain_all

* Update devices.php

* Update devices.php
2019-10-08 15:00:18 -07:00
chansizzle 97e452ccd8 Update devices.php (#4713) 2019-10-01 17:31:04 -07:00
Nate f841650075 Devices: Database class integration. 2019-08-03 20:21:56 -06:00
FusionPBX 13a7bc8147 Update devices.php 2018-09-28 11:05:08 -06:00
FusionPBX ea7ab170b7 Update devices.php 2018-06-02 21:51:31 -06:00
FusionPBX f7ec61c0a0 Update devices.php 2018-05-28 00:14:13 -06:00
FusionPBX 123c44a3fc Update devices.php 2018-03-01 01:06:59 -07:00
FusionPBX 3f643a50c7 Update devices.php 2018-02-22 09:35:24 -07:00
FusionPBX b3d6b2c6f1 Update devices.php 2018-02-19 17:28:40 -07:00
FusionPBX efe15fe46f Update devices.php 2018-02-19 17:17:45 -07:00
FusionPBX 7bef1c131b Update devices.php 2018-02-18 18:09:34 -07:00
FusionPBX 797c1e79b4 Update devices.php 2017-12-09 12:08:08 -07:00
FusionPBX c7e781b81e Update devices.php 2017-12-09 11:46:11 -07:00
Dean Montgomery 66b849d946 Update Grandstream provisioning (#2652)
* Update Grandstream provisioning

* Add Vtech

* Create app_config.php

fix typo

* Update app_config.php

remove newline at end as it can break php

* Update app_config.php

remove newline at end as it can break php

* Create app_config.php

remove newline at end.

* Update app_config.php

remove trailing newline

* Create device_edit.php

Add both http and https

* Create app_config.php

remove newline

* Add gxp16xx and fix typos
2017-06-08 16:21:47 -06:00
konradSC f30e334ea6 Update devices.php (#2599)
Carry the search across multiple page results.
2017-05-23 09:23:35 -06:00
andycol 598b746074 device export (#2445)
* update devices.php

add export button

* Add files via upload
2017-04-22 10:17:18 -06:00
minotaur01 0ab6b6ee00 Added functionality to show when a devices was last provisioned (#1831)
* Added functionality to show when a devices was last provisioned

Added functionality to show when a devices was last provisioned

Need addition to database: v_devices table:
device_provisioned_on -> datetime
device_provisioned_by -> char(10)

* Revert "Added functionality to show when a devices was last provisioned"

This reverts commit c3e40d68fa.

* Revert "Revert "Added functionality to show when a devices was last provisioned""

This reverts commit 8c27a46565.

* Changed field names as requested

Changed field names as requested for last provisioned data

* Added database fields for device provisoned functionality

Added provisioned_date, provisioned_method, provisioned_ip

* Added ability to search device provisioned info

* Added ip tracking to device provisoned functionality

Added ip tracking to device provisoned functionality and moved the code
to before rendering to register the contact even on unseccessful render

* Added IP address to status column
2016-08-25 11:10:39 -06:00
markjcrane fc99769629 Move device vendor files into app/devices. 2016-07-31 17:48:50 -06:00
FusionPBX 32ef5c7203 Update devices.php
Correct the layout of the device description.
2016-07-26 09:37:54 -06:00
reliberate bf5f1223af Gateways: Fix paging and order by.
Devices/Users/Extensions: Visual adjustments.
2016-05-21 13:04:31 -06:00
reliberate 5974b686e9 Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
markjcrane 961e527abb Change device_provision_enable to device_enabled to make it consistent with the rest of the fields that are used for to enable and disable something. 2016-03-11 11:46:02 -07:00
blackc2004 492ea21445 Update devices.php 2015-12-09 14:01:35 -08:00
markjcrane 3731eb9190 Move the includes in devices. 2015-09-04 22:23:01 -06:00
markjcrane 675c85b85e Add device count. 2015-09-04 22:19:11 -06:00
Mark Crane 497f9cdf9f Fix the show all devices so it doesn't display duplicates. 2015-05-28 00:55:10 +00:00
Mark Crane c51c9b0284 Devices, Update Alternate show the device label. 2015-05-24 07:14:11 +00:00
Mark Crane 2a8481888f More work on device alternate. 2015-05-22 04:34:31 +00:00
Mark Crane 12e2020362 Add <td> and </td> surrounding the new Alternate link. 2015-05-22 04:14:04 +00:00
Mark Crane f745437349 Add Device Alternate link. 2015-05-22 04:10:43 +00:00
Mark Crane 197d86472d Changes result array to devices. 2015-05-22 03:08:02 +00:00
Mark Crane ee8651c3b2 In the Devices list move Enabled after the Template column. 2015-05-22 03:04:42 +00:00
Nate Jones 0acd0922ff Devices: Prevent duplicate username within domain (if device assigned to a domain) or globally (if domain set to Global).
Functions: Added is_mac() and format_mac() functions.
2015-05-04 20:07:51 +00:00