anvil/cgi-bin
Digimer 3fd0db15bf * This rather heavily reworks how database shutdowns works. It adds much more intelligent shutdown, tracking who is using the database, being able to mark a database as "offline" and waiting for users of the database to disconnect before it shuts down.
* Also removed the variables for the database name and DB user name, setting them statically now.
* Created Database->shutdown() to more kindly stop a local database server.
* Added 'check_db_in_use_states()' to anvil-daemon to clean any stale entries marking a database as in use.

Signed-off-by: Digimer <digimer@alteeve.ca>
2022-03-14 16:41:37 -04:00
..
get_anvil_status
get_anvils fix(cgi-bin): move error string key to 0307 2021-06-04 19:00:34 -04:00
get_cpu fix(cgi-bin): add login cookie guard to get_cpu 2021-06-04 19:00:34 -04:00
get_filesystems chore(cgi-bin): rename existing get_shared_storage->get_filesystems 2021-06-03 11:26:32 -04:00
get_memory fix(cgi-bin): correct reserved memory constant to 8GiB 2021-06-04 19:41:09 -04:00
get_networks fix(cgi-bin): correct typo in network bond link speed comparison 2021-07-20 11:42:24 -04:00
get_replicated_storage fix(cgi-bin): add login cookie guard to get_replicated_storage 2021-06-04 19:14:33 -04:00
get_server_screenshot fix(tools): save screenshots to states table 2021-09-03 16:21:55 -04:00
get_servers fix(cgi-bin): add login cookie guard to get_servers 2021-06-04 19:15:13 -04:00
get_shared_storage fix(cgi-bin): add login cookie guard to get_shared_storage 2021-06-04 19:16:04 -04:00
get_status fix(cgi-bin): add login cookie guard to get_status 2021-06-04 19:16:51 -04:00
Makefile.am build(cgi-bin): add get_server_screenshot endpoint to build 2021-09-03 16:21:55 -04:00
manage_vnc_pipes fix(cgi-bin): add login cookie guard to manage_vnc_pipes endpoint 2021-08-04 13:40:02 -04:00
set_membership fix(cgi-bin): add login cookie guard to set_membership 2021-06-04 19:17:49 -04:00
set_power fix(cgi-bin): enable sending power on/off server VM jobs 2021-06-25 16:13:31 -04:00
striker * This rather heavily reworks how database shutdowns works. It adds much more intelligent shutdown, tracking who is using the database, being able to mark a database as "offline" and waiting for users of the database to disconnect before it shuts down. 2022-03-14 16:41:37 -04:00
upload.pl