Skip to content

Releases: Art-of-WiFi/UniFi-API-browser

API Browser version 1.0.19, API client class version 1.1.8

28 Jul 15:11
Compare
Choose a tag to compare
  • Merge in the pull request by @mcmilk (mainly reformat comments)
  • API client class: consistent use of trigger_error() for actual errors
  • API browser tool: fix switching between accounts on same controller (using "stale" unificookie from $_SESSION would cause login with previous credentials)

API Browser version 1.0.18, API client class version 1.1.7

26 Jul 06:45
Compare
Choose a tag to compare
  • API client class: clarification of $site_id in the README
  • API client class: added method/function list_radius_accounts()
  • API browser tool: added support for new list_radius_accounts() function/method
  • API browser tool: added check for php-curl module
  • API browser tool: general code cleanup

API Browser version 1.0.17, API client class version 1.1.6

09 Jun 10:27
Compare
Choose a tag to compare

API Browser version 1.0.17, API client class version 1.1.6

  • API client class: minor general code cleanup and some small modifications to pull request 1d44322
  • API browser tool: minor code cleanup
    pull request 1d44322 by @afarrapeira :
  • API client class: added edit_usergroup() which allows you to edit the usergroup name and up/down bandwidth limit
  • API client class: added add_usergroup() function
  • API client class: added delete_usergroup() function
  • API client class: added 'DELETE' REQUEST type on exec_curl

API Browser version 1.0.16, API client class version 1.1.5

29 May 11:03
Compare
Choose a tag to compare
  • API client class: changed class name to UnifiApi
  • API client class: general code cleanup and improvements
  • API client class: enhanced method/function list_events()
  • API client class: added method/function list_devices() to replace list_aps() which is still available as alias
  • API browser tool: general code cleanup
  • examples: general code cleanup, added config file template

API Browser version 1.0.15, API client class version 1.1.4

12 May 16:02
Compare
Choose a tag to compare
  • API client class: added methods/functions upgrade_device(), upgrade_device_external(), spectrum_scan() and spectrum_scan_state()
  • API browser tool: embedded the favicon in base64 encoded format
  • API browser tool: added a dynamic "back to top" butoon
  • examples: added examples ap_scanning_state.php and auth_guest_basic.php

API Browser version 1.0.14, API client class version 1.1.3

23 Apr 15:58
Compare
Choose a tag to compare
  • API client class: added methods/functions count_alarms(), list_current_channels(), list_dpi_stats()
  • API client class: added getter/setter methods set_debug, get_last_results_raw and get_last_error_message
  • API client class: improved code efficiency when handling responses
  • API browser tool: added support for count_alarms(), list_current_channels(), list_dpi_stats()
  • API browser tool: minor code cleanup
  • examples: updated examples with new set_debug() method/function

API Browser version 1.0.13, API client class version 1.1.2

22 Apr 09:39
Compare
Choose a tag to compare
  • API browser tool: removed HighLight.js and replaced with jQuery JSONView
  • API browser tool: added version check to About Modal
  • API client class: added functions locate_ap() and site_leds(), replacing site_ledson()/site_ledsoff() and unset_locate_ap()/set_locate_ap(). The old functions remain usable through aliases.
  • API client class: minor code cleanup
  • API client class: added basic usage example to README.md
  • examples: added list_social_auth_details.php example

API Browser version 1.0.11, API client class version 1.1.0

10 Apr 07:30
Compare
Choose a tag to compare
  • API client class: moved redundant code from public functions to two private functions
  • API client class: minor code cleanup
  • API browser tool: minor code cleanup
  • examples: added two more examples

API Browser version 1.0.10, API client class version 1.0.14

07 Apr 06:20
Compare
Choose a tag to compare
  • API client class: added stat_daily_aps() and general code cleanup
  • API browser tool: code cleanup to separate PHP from HTML where possible
  • API browser tool: added support for the new stat_daily_aps() function
  • API browser tool: added favicon
  • API browser tool: added loading indicator
  • API browser tool: highlight.js upgraded to version 9.10.0 and changed default style
  • examples: moved contributed example to separate directory
  • examples: added several examples

API Browser version 1.0.9, API client class version 1.0.13

06 Feb 14:23
Compare
Choose a tag to compare
  • API Browser: added list_admins endpoint
  • API client class: added adopt_device() function/method to adopt a device (access point, switch or router), contributed by nelsencd
  • API client class: added delete_site() function/method to delete a site
  • API client class: added list_admins() function/method to list the administrators for the current site
  • API client class: added led_override() function/method to toggle LED mode for individual devices