Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix bug in providing blank config to unprovisioned phone | Ted Trask | 2013-09-09 | 1 | -5/+32 | |
| | | | | Add some code to handle nil clientdata and pass self to get/put_file functions | |||||
* | Fix creation of missing database. | Mika Havela | 2013-08-26 | 1 | -1/+1 | |
| | | | | If database is missing, postgres will report 'database provisioning does not exits'. If that happens, we need to create the database. | |||||
* | Fix exception when script has bad syntax | Ted Trask | 2013-06-27 | 1 | -1/+4 | |
| | ||||||
* | Fix creation of param, param group, class, and class group | Ted Trask | 2013-05-25 | 1 | -11/+17 | |
| | ||||||
* | Added some more SQL escape calls just to be safe | Ted Trask | 2013-05-25 | 1 | -8/+8 | |
| | ||||||
* | Use luasql to escape, rather than doing it ourselves, because will account ↵ | Ted Trask | 2013-02-08 | 1 | -1/+1 | |
| | | | | for database settings | |||||
* | Replace io.popen with modelfunctions.run_executable | Ted Trask | 2013-01-01 | 1 | -23/+21 | |
| | ||||||
* | Added back script verification which was lost since 0.0.11 | Ted Trask | 2012-11-06 | 1 | -1/+1 | |
| | ||||||
* | Removed unneeded views by updating CFE for autoview | Ted Trask | 2012-10-27 | 1 | -7/+15 | |
| | ||||||
* | Fix links to search and create, and fix createdevicefromrequest | Ted Trask | 2012-08-08 | 1 | -18/+26 | |
| | ||||||
* | Fixes to some local functions in model | Ted Trask | 2012-08-07 | 1 | -6/+18 | |
| | ||||||
* | Removed calls to redirect_to_referrer and only call redirect if function exists | Ted Trask | 2012-08-07 | 1 | -50/+93 | |
| | ||||||
* | Updated for handle_form now passing self to get and set functions | Ted Trask | 2012-04-28 | 1 | -45/+62 | |
| | ||||||
* | Changed require statements to reflect location of libraries in acf-lib-0.3 ↵ | Ted Trask | 2012-01-27 | 1 | -3/+3 | |
| | | | | and acf-core-0.14 | |||||
* | Fixed escape function to not escape \ | Ted Trask | 2012-01-03 | 1 | -11/+6 | |
| | ||||||
* | Boolean default should be of type boolean, not string | Ted Trask | 2011-12-29 | 1 | -2/+3 | |
| | ||||||
* | Removed the default table from param_groups cfe and just use value != ↵ | Ted Trask | 2011-12-08 | 1 | -10/+2 | |
| | | | | default to determine whether or not to save | |||||
* | Fixed validating / setting defaults for param groups | Ted Trask | 2011-12-08 | 1 | -9/+12 | |
| | ||||||
* | Fixed bug in deleting parameter with options | Ted Trask | 2011-12-08 | 1 | -2/+2 | |
| | ||||||
* | Modify listdevices to also display the class values for each device | Ted Trask | 2011-10-14 | 1 | -2/+10 | |
| | ||||||
* | Added new listrequests, deleterequest, and createdevicefromrequest actions | Ted Trask | 2011-10-14 | 1 | -4/+110 | |
| | ||||||
* | Implemented put_file for Polycom phones | Ted Trask | 2011-10-11 | 1 | -12/+38 | |
| | ||||||
* | Changes to implement PUT | Ted Trask | 2011-10-10 | 1 | -4/+16 | |
| | ||||||
* | Change viewclassparams to getclassvalues | Ted Trask | 2011-10-10 | 1 | -39/+32 | |
| | ||||||
* | Added viewclassparams, getfile, and putfile actions plus determine_class.lua ↵ | Ted Trask | 2011-10-10 | 1 | -4/+120 | |
| | | | | | | | | | | script and provisioning_requests table. viewclassparams shows the parameters and default values for a class getfile is used to get the config file for a known device and a default config file for unconfigured devices putfile is unimplemented, but will be used for parsing files uploaded to the server determine_class.lua determines which device class best matches an unconfigured device (by agent) provisioning_requests table will track the last request (ip, agent, and timestamp) for each device | |||||
* | Fixed dumpdatabase to give valid SQL | Ted Trask | 2011-07-05 | 1 | -9/+10 | |
| | ||||||
* | Added new dumpdatabase action to dump database without ids - helps compare ↵ | Ted Trask | 2011-07-04 | 1 | -0/+69 | |
| | | | | databases | |||||
* | Validate code should be in unix format | Ted Trask | 2011-06-24 | 1 | -2/+2 | |
| | ||||||
* | Added better error processing for loaded Lua code | Ted Trask | 2011-06-09 | 1 | -3/+16 | |
| | ||||||
* | Added lua validate code into provisioning_params table, added example for ↵ | Ted Trask | 2011-06-09 | 1 | -16/+61 | |
| | | | | mac address | |||||
* | Fixed comparison typo | Ted Trask | 2011-03-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed param defaults issue that caused extra database entries | Ted Trask | 2011-03-09 | 1 | -1/+1 | |
| | ||||||
* | Fail to create / update device if no classes selected | Ted Trask | 2011-03-04 | 1 | -0/+5 | |
| | ||||||
* | Made nice error messages for device_id search, rather than SQL errors | Ted Trask | 2011-03-04 | 1 | -0/+10 | |
| | ||||||
* | Removed provisioning-devices and instead use provisioning-device-seq. So, ↵ | Ted Trask | 2011-03-04 | 1 | -43/+19 | |
| | | | | | | device label is no more. Also changed Standard Phone without Call Forwarding to Public Phone. | |||||
* | Fixed delete_group by deleting in the right order | Ted Trask | 2011-03-04 | 1 | -2/+2 | |
| | ||||||
* | Modified getgroup/updategroup to add default - allowing creating groups with ↵ | Ted Trask | 2011-03-04 | 1 | -5/+24 | |
| | | | | null defaults | |||||
* | Fixed delete_class by deleting in the right order | Ted Trask | 2011-03-03 | 1 | -2/+2 | |
| | ||||||
* | Made getdevicevalues and searchdevices into proper forms and added ↵ | Ted Trask | 2011-03-01 | 1 | -32/+47 | |
| | | | | searchbyextension and searchbymac actions. | |||||
* | Removed name from provisioning_devices, changed getdevicevalues to take ↵ | Ted Trask | 2011-02-28 | 1 | -44/+26 | |
| | | | | parameter id, comparision, value (like search) | |||||
* | Removed template from device and set it up as a parameter instead, moved ↵ | Ted Trask | 2011-02-26 | 1 | -152/+46 | |
| | | | | scripts into privisioning-scripts.lua, and added DB values for all tables to set up phone provisioning | |||||
* | Display the matching param group label when displaying device params | Ted Trask | 2011-02-11 | 1 | -2/+3 | |
| | ||||||
* | Name should be unique for provisioning_class_group | Ted Trask | 2011-02-11 | 1 | -1/+1 | |
| | ||||||
* | Fixed up class sequence | Ted Trask | 2011-02-11 | 1 | -2/+2 | |
| | ||||||
* | Added concept of class groups to allow separate name and label for class groups | Ted Trask | 2011-02-11 | 1 | -22/+177 | |
| | | | | | | | Added four new actions - listclassgroups, editclassgroup, createclassgroup, and deleteclassgroup Added new provisioning_class_groups table Changed provisioning_classes to change name to class_group_id plus added seq field Modified groups to only accept alphanumeric names and display param group label instead of name when editing params | |||||
* | Added delete_device script and made sure to pass full params structures to ↵ | Ted Trask | 2011-01-18 | 1 | -8/+30 | |
| | | | | scripts. | |||||
* | Added script files to be run after edit device and after edit device params. | Ted Trask | 2011-01-11 | 1 | -2/+93 | |
| | ||||||
* | Moved templates to /etc/provisioning/templates | Ted Trask | 2011-01-04 | 1 | -1/+2 | |
| | ||||||
* | Added some unique indexes to enforce proper uniqueness | Ted Trask | 2010-12-27 | 1 | -1/+3 | |
| | ||||||
* | Added in some plpgsql triggers for data validation on inserts plus had to ↵v0.0.1 | Ted Trask | 2010-12-24 | 1 | -8/+50 | |
| | | | | make runscript recursive. |