* Got more work done on file management. A file name is now clickable and that loads a menu to rename, change the file type, purge (delete from everywhere) and select which Anvil! systems the file belongs on. Got the code done to purge a file, but it's not tested yet.
<keyname="error_0175">Unable to pull the file: [#!variable!file!#], we're not an Anvil! member.</key>
<keyname="error_0176">The downloaded file's md5sum: [#!variable!local_md5sum!#] doesn't match what is expected: [#!variable!file_md5sum!#]. The file has been removed. We'll wait for a minute and then exit, and the download will be attempted again.</key>
<keyname="error_0177">Something went wrong and the file wasn't downloaded. More information should be in the logs. We'll wait for a minute and then exit, and the download will be attempted again.</key>
<keyname="error_0178">Unable to purge the file because a file UUID wasn't set (or failed to parse) from the 'job_data' in the job: [#!variable!job_uuid!#].</key>
<keyname="error_0179">Unable to purge a file as the file UUID: [#!variable!file_uuid!#] is either invalid or doesn't exist in the database.</key>
<keyname="error_0180">Failed to delete: [#!variable!file_path!#]. The error returned was: [#!variable!error!#]. There may be more details in the logs.</key>
<!-- Table headers -->
<keyname="header_0001">Current Network Interfaces and States</key>
@ -437,6 +447,10 @@ Failure! The return code: [#!variable!return_code!#] was received ('0' was expec
<keyname="job_0131">Reconnecting will start a synchonization of the database. This step might take a while to complete, please be patient.</key>
<keyname="job_0132">Sync Uploaded File</key>
<keyname="job_0133">This moves an uploaded file from the: [#!data!path::directories::shared::incoming!#] directory to: [#!data!path::directories::shared::files!#] directory, adds it to the Anvil! database, and pushed it out to other systems.</key>
<keyname="job_0134">Successfully deleted the file: [#!variable!file_path!#].</key>
<keyname="job_0135">No need to delete the file: [#!variable!file_path!#], it already doesn't exist.</key>
<keyname="job_0136">Purge File.</key>
<keyname="job_0137">This askes all systems to delete the associated file from their systems.</key>