Branch: master
-
fixed functions assign_existing_admin() and invite_admin() to support…
… controller versions 5.9 and higher because of changes in controller behavior
-
minor code tweaks for improved readability
added function/method assign_existing_admin() fixed code for function/method invite_admin()
-
made regex to extract cookies case insensitive, though this would onl…
…y be needed for corner cases this is still RFC compliant (https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2) changed the layout of the README file to put more emphasis on the installation options and the basic example, and less on the list of methods/functions
-
updated both READMEs added cmd_stat() function, can currently only be used to reset DPI counters for the current site added optional group_id parameter to list_firewallgroups() which allows you to select a single firewall group, thanks to @VWT-Dan for the suggestion
-
added methods stat_ips_events(), set_ips_settings_base(), supported with controllers 5.9.10 and higher thanks go to @leonardogyn for providing access to a controller and test network for test/validation purposes
-
added spaces throughout Client.php following PSR-2 guidelines that were skipped with the previous commit added visibility to constructor and destructor methods following PSR-2 recommendations declare user and password properties and visibility following PSR-2 recommendations updated README to add recently added functions/methods minor general changes to the README
-
- added spaces throughout Client.php following PSR-2 guidelines - changed checks to prevent 0 (zero) values from being submitted to the API for routes where this can have negative side effects
-
removed and added spaces, and changed brackets usage following PSR-2 …
malle-pietje committedOct 2, 2018 …guidelines
-
Commiting some changes to tempbranch before merging in a new PR
malle-pietje committedOct 2, 2018
-
- added stat_speedtest_results() method/function to collect results f…
…rom scheduled speed tests - added list_backups() method/function to list auto backups
-
malle-pietje committed
Aug 19, 2018 -
Merge branch 'master' of github.com:Art-of-WiFi/UniFi-API-client
malle-pietje committedAug 19, 2018 resilve merge conflicts
-
updated comments for stats-related methods/function to make clear sta…
malle-pietje committedAug 19, 2018 …rt/end values must be provided in milliseconds changed use of objects as payload input for json_encode, to associative arrays for consistency added functions/methods for firewall groups: list_firewallgroups(), create_firewallgroup(), edit_firewallgroup(), delete_firewallgroup() added checks for required boolean parameters
-
added user/client device stats methods/functions:
malle-pietje committedJul 2, 2018 stat_5minutes_user() stat_hourly_user() stat_daily_user() added example to demonstrate use of these new functions
-
added unblock_list.php and block_list.php examples, contributed by @m…
malle-pietje committedMay 21, 2018 …alcolmcif added create_user() method/function added forget_sta() method/function which is supported on controller version 5.9.* and higher
-
re-added the upgrade_device() function/method
malle-pietje committedApr 11, 2018
-
added methods/functions start_rolling_upgrade() and cancel_rolling_up…
malle-pietje committedApr 10, 2018 …grade()
-
added invite_admin() and revoke_admin() functions/methods
malle-pietje committedMar 30, 2018
-
General code cleanup (replace tabs by spaces, etc.)
malle-pietje committedMar 24, 2018 Finalised merge of PRs #10, #11, #12 and #13 Methods/functions added: - list_country_codes() - set_guestlogin_settings_base() - set_site_connectivity() - set_site_country() - set_site_guest_access() - set_site_locale() - set_site_mgmt() - set_site_name() - set_site_ntp() - set_site_snmp() Examples added: - ap_upgrade_firmware.php - site_provisioning_example - update_ac-iw_ports.php
-
Merge branch 'master' of github.com:Art-of-WiFi/UniFi-API-client
malle-pietje committedMar 24, 2018 merge PRs
-
added example to change AC-IW port config
malle-pietje committedMar 24, 2018 renamed update_wlan_settings_5.5.X.php to update_device_wlan_settings_5.5.X.php
-
Merge pull request #11 from smos/master
malle-pietje committedMar 17, 2018 Add a few more function for setting site specific parameters. It was …
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #10 from patrice-guillemette/master
malle-pietje committedMar 10, 2018 PR by @patrice-guillemette to update Client.php - add method/function set_site_name() - add method/function set_guestlogin_settings_base()
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
minor bugs removed from two examples
malle-pietje committedFeb 1, 2018 -
removed donation section from README (...)
malle-pietje committedFeb 1, 2018 -
Merge branch 'master' of github.com:Art-of-WiFi/UniFi-API-client
malle-pietje committedFeb 1, 2018 -
malle-pietje committed
Feb 1, 2018 added an example to update WLAN settings for recent controllers (5.5.X and higher)
-
removed some spaces for cosmetic reasons only
malle-pietje committedJan 29, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #7 from JaspervRijbroek/master
malle-pietje committedJan 29, 2018 Allow for extendibility. Thanks to @JaspervRijbroek
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
malle-pietje committed
Oct 26, 2017 -
malle-pietje committed
Oct 26, 2017 -
Merge branch 'master' of github.com:Art-of-WiFi/UniFi-API-client
malle-pietje committedOct 26, 2017 -
- minor code cleanup and input validation/sanitization improvements
malle-pietje committedOct 26, 2017 - added delete_device() function/method - added move_device() function/method - added optional `type` parameter to stat_sessions() - updated README
-
malle-pietje committed
Oct 20, 2017