Commit graph

628 commits

Author SHA1 Message Date
Justin Grimes
e3c45f1767
v3.3.3 - Misc cleanup. Update developer docs w/API information.
-Create official Docker image.
  -https://hub.docker.com/repository/docker/zelon88/hrconvert2
-Delete UI/Default/Resources/CSS/basic.css.
-Delete UI/Wide/Resources/CSS/basic.css.
-Update Documentation/CREATING_GUIS.txt to better communicate the API, including POST and GET requests.
-Replace "APPLICATION INFORMATION" with "COPYRIGHT INFORMATION" in the header of each code file.
-Move Dockerfile to Documentation/Build.
-Adjust core logic that cleans up the Dockerfile with the new location.
-Add header text to the Dockerfile consistent with the project.
-Update Dockerfile to copy the index.html file to HRProprietary and HRConvert2 installation folders.
-Add logic to the core to provide the option of using alternative software for handling rar files in the future.
  -The core will check for config.php to see what $RARArchiveMethod is set to, and then check for the existence of /usr/bin/rar
  -This is mostly for development so I can easily test alternatives to the rar software that we're stuck with.
-Update dependencies in installation instructions.
  -Add lots of missing dependencies.
  -Call out mkisofs and tar explicitly because who knows what kind of docker images people are starting with out there.
  -Add requirement for p7zip-rar.
-Thanks to @bit-man for help on Issue #60.
  -bit-man single handedly solved the rar problem by figuring out how to get non-free repositories into the docker image.
-Added a config.php entry for controlling how many times the core will retry significant file operations.
2024-03-15 23:43:30 -04:00
Justin Grimes
aa5174c233
v3.3.3 - Misc cleanup. Update developer docs w/API information. 2024-03-15 23:42:42 -04:00
Justin Grimes
0e2356cb63
v3.3.3 - Misc cleanup. Update developer docs w/API information. 2024-03-15 23:40:48 -04:00
Justin Grimes
0c64324307
v3.3.3 - Misc cleanup. Update developer docs w/API information. 2024-03-15 23:40:18 -04:00
Justin Grimes
e09631d327
Update Dockerfile 2024-03-15 23:19:35 -04:00
Justin Grimes
982f86a285
Update Dockerfile 2024-03-15 23:17:59 -04:00
Justin Grimes
836b2930da
Update Dockerfile 2024-03-15 23:04:58 -04:00
Justin Grimes
833932423a
Update Dockerfile 2024-03-15 23:03:30 -04:00
Justin Grimes
cf0a3aa36d
Merge pull request #62 from bit-man/master
Allows rar install (#60)
2024-03-15 22:10:37 -04:00
Víctor (Bit-Man) Rodríguez
5a8f2551ab Allows rar install (#60) 2024-03-15 17:34:17 -03:00
Justin Grimes
0e22825603
Delete UI/Default/Resources/CSS/basic.css
Cleaning up.
2024-03-12 22:02:08 -04:00
Justin Grimes
13eaf1b547
Add files via upload 2024-03-12 00:24:53 -04:00
Justin Grimes
97c85c6d1d
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 03:01:23 -04:00
Justin Grimes
ac34b03b4a
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 03:00:59 -04:00
Justin Grimes
f9c2807bbd
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 03:00:32 -04:00
Justin Grimes
e5d0f71beb
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 01:59:44 -05:00
Justin Grimes
757cb8706e
Add files via upload 2024-03-10 01:59:11 -05:00
Justin Grimes
cd7d19906c
Create index.html 2024-03-10 01:58:59 -05:00
Justin Grimes
89da4b0b82
Add files via upload 2024-03-10 01:58:42 -05:00
Justin Grimes
02b0858458
Create index.html 2024-03-10 01:58:32 -05:00
Justin Grimes
9d8ad4d69c
Add files via upload 2024-03-10 01:58:16 -05:00
Justin Grimes
65b79a4f47
Create index.html 2024-03-10 01:58:04 -05:00
Justin Grimes
f13f6c0e87
Add files via upload 2024-03-10 01:57:48 -05:00
Justin Grimes
f70eaca038
Create index.html 2024-03-10 01:57:37 -05:00
Justin Grimes
6c8bdc02cc
Add files via upload 2024-03-10 01:57:16 -05:00
Justin Grimes
9c96b70f55
Create index.html 2024-03-10 01:57:06 -05:00
Justin Grimes
fa907a700b
Add files via upload 2024-03-10 01:56:16 -05:00
Justin Grimes
3876c8a91f
Create index.html 2024-03-10 01:56:03 -05:00
Justin Grimes
8a5287d29a
Add files via upload 2024-03-10 01:55:49 -05:00
Justin Grimes
51fe36dbde
Create index.html 2024-03-10 01:55:38 -05:00
Justin Grimes
fb6510005e
Add files via upload 2024-03-10 01:55:14 -05:00
Justin Grimes
e6b5028cc8
Create index.html 2024-03-10 01:55:03 -05:00
Justin Grimes
b4c9f61464
Add files via upload 2024-03-10 01:54:38 -05:00
Justin Grimes
c53dee5483
Create index.html 2024-03-10 01:54:26 -05:00
Justin Grimes
e84df2a199
Add files via upload 2024-03-10 01:54:00 -05:00
Justin Grimes
698c5c46fa
Create index.html 2024-03-10 01:53:45 -05:00
Justin Grimes
03b81aff25
Add files via upload 2024-03-10 01:53:29 -05:00
Justin Grimes
5e023738cc
Create index.html 2024-03-10 01:53:18 -05:00
Justin Grimes
e4b269ae44
Add files via upload 2024-03-10 01:52:49 -05:00
Justin Grimes
eb8de4163f
Create index.html 2024-03-10 01:52:38 -05:00
Justin Grimes
e7a668458f
Delete UI/Wide/Languages/ara directory 2024-03-10 01:52:27 -05:00
Justin Grimes
0548c478e1
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 01:51:59 -05:00
Justin Grimes
48598ca368
Create index.html 2024-03-10 01:51:44 -05:00
Justin Grimes
009a4a9ca9
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 01:51:15 -05:00
Justin Grimes
73cc57a7d5
Create index.html 2024-03-10 01:50:49 -05:00
Justin Grimes
0c8cb9004e
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 01:50:18 -05:00
Justin Grimes
4a1e263afa
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 01:49:43 -05:00
Justin Grimes
8669f3b85f
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 01:49:11 -05:00
Justin Grimes
5543a37199
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 01:48:45 -05:00
Justin Grimes
083f8ddcd3
v3.3.2 - Add green check, red X where loading spinner goes after a file operation is complete.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
  -I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
  -Utilize the standardized sanitization procedure for these inputs.
  -It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
2024-03-10 01:48:28 -05:00