Skip to content

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

UniFi API browser 2.0.3

31 Oct 10:24
Compare
Choose a tag to compare

switched to Twig 1.X to support PHP versions lower than 7.X (down to PHP 5.6.32 has been confirmed to work)

UniFi API browser 2.0.2

31 Oct 07:44
Compare
Choose a tag to compare

code update to support PHP versions lower than 7.X (down to PHP 5.6.32 has been confirmed to work)

UniFi API browser 2.0.1

25 Oct 15:25
Compare
Choose a tag to compare

removed the alpha tag from version and bumped to 2.0.1

UniFi API browser 2.0.0

25 Oct 15:08
Compare
Choose a tag to compare

major overhaul to support Bootstrap 4
switched to using AJAX for data transfer between server and browser
implemented Twig-based templating to separate code from views
added user authentication
many more features...

API browser tool version 1.0.36

11 Feb 07:14
Compare
Choose a tag to compare

added support for list_all_admins()
added function/method used to output header
cleaned up the indentation across all of index.html
updated API client class to 1.1.40

API browser version 1.0.35

14 Dec 11:03
Compare
Choose a tag to compare

code cleanup based on analysis by Scrutinizer
included PHP API client class v1.1.38
minor UX tweaks applied to alerts and the login form

API browser version 1.0.34

20 Nov 13:13
Compare
Choose a tag to compare

merged pull-request #58 by @sprocktech which provides an optional login form
made theme switch dynamic without requiring a page reload (may be slow though when viewing large collections)

API browser version 1.0.33

24 Oct 08:21
Compare
Choose a tag to compare

included API client class version 1.1.36
changed layout of the dropdowns
changed position of the "reset PHP session" tooltip
added support for new stat_ips_events() method, only supported with controllers 5.9.10 and higher
capitalized string "json" where applicable

API Browser version 1.0.32, API client class version 1.1.33

04 Oct 09:52
Compare
Choose a tag to compare
  • added support for new methods implemented in API client class version 1.1.33 for gateway stats (requires controller version 5.8.X and higher)
  • general code cleanup

API browser tool v1.0.31, API client class v1.1.32

28 Aug 13:03
Compare
Choose a tag to compare
  • changed and moved favicon to a separate file
  • made theme selection persistent by storing its value in the browser local storage
  • changed the order of the drop-down menu contents
  • added support for the new list_backups() method/function in the API client class
  • bumped version