Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow bulkcreatedevices to use exact match to label for select option | Ted Trask | 2015-12-07 | 1 | -3/+6 | |
| | ||||||
* | Cleanup database access to always use transactions and properly ↵ | Ted Trask | 2015-12-07 | 1 | -186/+237 | |
| | | | | | | close/rollback on exceptions Note: Scripts are now called within transactions, so they cannot contain transactions themselves | |||||
* | Bump version to 0.8.6v0.8.6 | Ted Trask | 2015-11-25 | 1 | -1/+1 | |
| | ||||||
* | Fix bulkcreate/dumpdevices to handle escaping ',' and '"' in csv files | Ted Trask | 2015-11-25 | 1 | -6/+55 | |
| | ||||||
* | Replace convertsize function with orig_size | Ted Trask | 2015-11-20 | 3 | -32/+5 | |
| | | | | Also changes listtemplates to return all details and fixes HTML view bug when template file is missing | |||||
* | Bump version to 0.8.5v0.8.5 | Ted Trask | 2015-11-20 | 1 | -1/+1 | |
| | ||||||
* | Cleanup of Algo ring parameter patch | Ted Trask | 2015-11-20 | 2 | -15/+15 | |
| | ||||||
* | Add Algo parameter related with ring tone and volume | Joao Arruda | 2015-11-20 | 3 | -1/+114 | |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | |||||
* | Allow uploading a file for bulkcreatedevices | Ted Trask | 2015-11-13 | 2 | -0/+11 | |
| | ||||||
* | Fix processing of boolean values in bulk(create/dump)devices | Ted Trask | 2015-11-12 | 1 | -1/+3 | |
| | | | | bulkcreatedevices will accept 'true' or 'TRUE' as true | |||||
* | Fix bulkcreatedevice when option value is a blank string | Ted Trask | 2015-11-12 | 1 | -1/+1 | |
| | ||||||
* | Allow blank value or label in editoptions action | Ted Trask | 2015-11-12 | 1 | -3/+3 | |
| | ||||||
* | Display results of editoptions in editparam HTML view | Ted Trask | 2015-11-12 | 1 | -0/+1 | |
| | ||||||
* | Add bulkdumpdevices action to export devices to CSV file | Ted Trask | 2015-11-12 | 4 | -2/+88 | |
| | ||||||
* | Fix link to edit options from edit param HTML view | Ted Trask | 2015-11-11 | 1 | -1/+5 | |
| | ||||||
* | Modify bulkcreatedevices to accept substrings of label for device values ↵ | Ted Trask | 2015-11-11 | 1 | -2/+23 | |
| | | | | | | that have options Fix bulkcreatedevices class values to escape magic characters in value | |||||
* | Bump version to 0.8.4v0.8.4 | Ted Trask | 2015-11-06 | 1 | -1/+1 | |
| | ||||||
* | Create bulkcreatedevices action | Ted Trask | 2015-11-06 | 4 | -8/+122 | |
| | ||||||
* | Bump version to 0.8.3v0.8.3 | Ted Trask | 2015-09-21 | 1 | -1/+1 | |
| | ||||||
* | Fix provisioning.cgi to only process PUTs for .cfg files | Ted Trask | 2015-09-21 | 1 | -2/+3 | |
| | | | | This was causing a problem with Polycoms PUTing .tar.gz files. | |||||
* | Bump version to 0.8.2v0.8.2 | Ted Trask | 2015-08-11 | 1 | -1/+1 | |
| | ||||||
* | Fix ciscoata-template.lua file | Joao Arruda | 2015-07-23 | 1 | -2/+6 | |
| | | | | | | | Adjust typo in the admin password parameter; Include new parameter to make sure the Time_Server value will be accepted; Signed-off-by: Ted Trask <ttrask01@yahoo.com> | |||||
* | Bump version to 0.8.1v0.8.1 | Ted Trask | 2015-07-13 | 1 | -1/+1 | |
| | ||||||
* | Modify the process_put script to revert bad changes | Ted Trask | 2015-07-09 | 1 | -0/+29 | |
| | | | | If the set_device_params function fails, notify the phone to pull its config and revert the change | |||||
* | Bump version to 0.8.0v0.8.0 | Ted Trask | 2015-07-06 | 1 | -1/+1 | |
| | ||||||
* | Add server-side pagination/sorting/filtering to listrequests action using ↵ | Ted Trask | 2015-07-06 | 3 | -53/+167 | |
| | | | | tablesorter | |||||
* | Fix searchdevices html view by adding in old listdevices code | Ted Trask | 2015-07-06 | 2 | -5/+72 | |
| | | | | | Since we're searching, filtering is not valid and pagination isn't as important as for list page Also, changed searchbymac to be case insensitive | |||||
* | Make searchbyextension and searchbymac use searchdevices view rather than ↵ | Ted Trask | 2015-07-06 | 3 | -18/+20 | |
| | | | | | | listdevices view searchdevices view is still broken, since listdevices view changed | |||||
* | Fix searchdevices HTML view when used for getdevicevalues | Ted Trask | 2015-07-06 | 1 | -1/+3 | |
| | ||||||
* | Add server-side pagination, sorting, and filtering for listdevices action | Ted Trask | 2015-07-05 | 3 | -63/+181 | |
| | ||||||
* | polycom-template: do not automatically set dnd forwarding the same as busy | Ted Trask | 2015-07-03 | 1 | -3/+5 | |
| | | | | | Updating dnd forwarding causes the phone to reboot, which doesn't happen for busy forwarding If desired, we can add a forwarddnd parameter in the future | |||||
* | Bump version to 0.7.6v0.7.6 | Ted Trask | 2015-07-03 | 1 | -1/+1 | |
| | ||||||
* | Adjust provisioning.cgi to better handle PUT from Polycom phones | Joao Arruda | 2015-07-03 | 1 | -3/+2 | |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | |||||
* | Fix ciscoata template to remove blank line at beginning | Ted Trask | 2015-06-12 | 1 | -2/+2 | |
| | ||||||
* | Bump version to 0.7.5v0.7.5 | Ted Trask | 2015-06-10 | 1 | -1/+1 | |
| | ||||||
* | Change editdeviceparams to not hide section unless it has the section number ↵ | Ted Trask | 2015-06-10 | 1 | -1/+1 | |
| | | | | in its text | |||||
* | Fix inclusion of init.cfg into Algo template | Ted Trask | 2015-06-09 | 1 | -1/+10 | |
| | ||||||
* | provisioning-scripts: Bugfixes. | Mika Havela | 2015-06-09 | 1 | -22/+22 | |
| | ||||||
* | Bump version to 0.7.4v0.7.4 | Ted Trask | 2015-06-08 | 1 | -1/+1 | |
| | ||||||
* | Bump database version and add changes to upgradeprovisioning script | Ted Trask | 2015-06-08 | 2 | -1/+73 | |
| | ||||||
* | Add new device types to acl.conf | Ted Trask | 2015-06-08 | 1 | -0/+3 | |
| | ||||||
* | Move Grandstream ATAs higher in the device list and add support for HT702/4 | Ted Trask | 2015-06-08 | 1 | -3/+22 | |
| | ||||||
* | Update cyberdata and grandstream templates to properly require LuaXml | Ted Trask | 2015-06-08 | 2 | -6/+8 | |
| | ||||||
* | Fix duplicate fixedDayEnable in polycom template | Ted Trask | 2015-06-08 | 1 | -5/+6 | |
| | ||||||
* | Add algo, cyberdata, and grandstream to determine_class.lua | Ted Trask | 2015-06-08 | 1 | -0/+9 | |
| | ||||||
* | new devices for acf-provisioning: algo, cyberdata, grandstream | Seung Soo Mun | 2015-06-08 | 5 | -1/+203 | |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | |||||
* | Minor change to comments in polycom template | Ted Trask | 2015-06-07 | 1 | -2/+3 | |
| | ||||||
* | Use cfe.print_errtxt to display the full errtxt if fail to set params when ↵ | Ted Trask | 2015-06-05 | 1 | -1/+1 | |
| | | | | creating device from request | |||||
* | Fix redirect for searchdevices in listrequests view | Ted Trask | 2015-06-05 | 1 | -2/+1 | |
| | ||||||
* | Bump version to 0.7.3v0.7.3 | Ted Trask | 2015-06-05 | 1 | -1/+1 | |
| |