Files
danbooru/app/views
evazion adba70a0de api: make IP addresses in the API.
Make the following fields visible in API responses:

* ip_bans.ip_addr
* ip_geolocations.ip_addr
* ip_geolocations.network
* users.last_ip_addr (mod only)
* user_sessions.ip_addr
* api_keys.last_ip_address
* api_keys.permitted_ip_addresses

Before IP addresses were globally hidden in API responses because IPs were
present in a lot of tables and we didn't want to accidentally leak them.
Now that we've gotten rid of IPs from most tables, it's safe to unhide them.
2022-09-24 03:48:45 -05:00
..
2021-01-16 03:32:11 -06:00
2022-09-17 21:32:26 -05:00
2022-09-17 23:30:13 -05:00
2022-07-05 00:54:38 -05:00
2022-01-25 19:42:24 +00:00
2022-01-28 04:13:22 -06:00
2022-09-12 00:28:26 -05:00
2022-09-17 21:32:26 -05:00
2022-09-17 23:30:13 -05:00