UniFi-API-browser

Tool to browse data exposed by Ubiquiti's UniFi Controller API

MIT License

Stars
1.1K
Committers
12

Bot releases are hidden (Show)

UniFi-API-browser - UniFi API browser 2.0.7

Published by malle-pietje over 4 years ago

  • added support for UniFi OS-based controllers
  • included the version 1.1.47 of the PHP API client class
UniFi-API-browser - UniFi API browser 2.0.6

Published by malle-pietje almost 5 years ago

  • updated README file
  • changed error message element from card to alert
  • fixed typos
UniFi-API-browser - UniFi API browser 2.0.5

Published by malle-pietje almost 5 years ago

  • fixed error when using the PHP reset function
  • minor improvements to the logic that determines which parameters to include in the query for specific routes/methods
  • executed composer update
UniFi-API-browser - UniFi API browser 2.0.4

Published by malle-pietje almost 5 years ago

  • added PHP version check
  • corrected bug when displaying the error page upon startup
  • clear active collection group after switching controllers
  • added example custom sub menu
UniFi-API-browser - UniFi API browser 2.0.3

Published by malle-pietje almost 5 years ago

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 - UniFi API browser 2.0.2

Published by malle-pietje almost 5 years ago

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

UniFi-API-browser - UniFi API browser 2.0.1

Published by malle-pietje almost 5 years ago

removed the alpha tag from version and bumped to 2.0.1

UniFi-API-browser - UniFi API browser 2.0.0

Published by malle-pietje almost 5 years ago

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...

UniFi-API-browser - API browser tool version 1.0.36

Published by malle-pietje over 5 years ago

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

UniFi-API-browser - API browser version 1.0.35

Published by malle-pietje almost 6 years ago

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

UniFi-API-browser - API browser version 1.0.34

Published by malle-pietje almost 6 years ago

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)

UniFi-API-browser - API browser version 1.0.33

Published by malle-pietje almost 6 years ago

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

UniFi-API-browser - API Browser version 1.0.32, API client class version 1.1.33

Published by malle-pietje about 6 years ago

  • 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
UniFi-API-browser - API browser tool v1.0.31, API client class v1.1.32

Published by malle-pietje about 6 years ago

  • 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
UniFi-API-browser - API browser tool v1.0.30, API client class v1.1.31

Published by malle-pietje about 6 years ago

added "copy to clipboard" feature
changed all dropdown menus to be scrollable
updated README formatting

UniFi-API-browser - API browser tool v1.0.29, API client class v1.1.31

Published by malle-pietje about 6 years ago

included API client class v1.1.31
added support for list_firewallgroups()
implemented fix for site names with Ampersands not showing up correctly in the nav bar

UniFi-API-browser - API browser tool v1.0.28, API client class v1.1.30

Published by malle-pietje about 6 years ago

  • include PHP API client class version 1.1.30
  • support site names which contain URL-unfriendly characters such as single and double quotes
UniFi-API-browser - API browser tool v1.0.27, API client class v1.1.25

Published by malle-pietje over 6 years ago

include API client class 1.1.25
add support for list_country_codes()

UniFi-API-browser - API browser tool v1.0.26, API client class v1.1.20

Published by malle-pietje about 7 years ago

  • added support for list_known_rogueaps()
UniFi-API-browser - API browser tool v1.0.25, API client class v1.1.18

Published by malle-pietje about 7 years ago

  • fixed typo causing the tool to throw an error
  • fixed debug mode
Related Projects