Commit graph

97 commits

Author SHA1 Message Date
zelon88
6105d8427e
Add files via upload 2018-06-10 00:11:18 -04:00
zelon88
1252337837
Create index.html 2018-06-10 00:11:05 -04:00
zelon88
2453640f14
Create How_To_Install_HRConvert2.txt 2018-06-10 00:04:12 -04:00
zelon88
99bcac7972
Update config.php 2018-06-09 23:57:32 -04:00
zelon88
bfd1e8294f
v1.0 - Finish Ajax. Work out bugs.
-v1.0.
-Ajax is complete.
-Upload functions work.
-Conversion functions work.
-Downloading functions work.
-GUI elements work, 0 rendering errors.
2018-06-09 23:55:16 -04:00
zelon88
a3007d5d15
v0.9.6 - Working on Ajax.
-v0.9.6.
-Making Ajax progress.
-Verify token process.
-Adjust logfile generation.
2018-05-29 22:43:46 -04:00
zelon88
d39017f3b0
Delete jquery-3.1.0.min.js 2018-05-29 22:42:25 -04:00
zelon88
18f99afa1b
v0.9.6 - Working on Ajax.
-v0.9.6.
-Making Ajax progress.
-Verify token process.
-Adjust logfile generation.
2018-05-29 22:42:13 -04:00
zelon88
78b9ce8386
v0.9 - GUI about 3/4 done!
-v0.9.
-GUI about 3/4 of the way done.
-Fixed bugs, finished GUI page 2 of 3. 
-Now we configure and fine tune the core outputs and design a third GUI element for returning the converted files to the user.
-Plus a whole bunch of testing/fixing after that...
2018-05-17 23:41:41 -04:00
zelon88
11bb292f4b
v0.8.9 - Update authentication token logic.
-v0.8.9.
-Already moved away from user-agent as a token variable. Async callbacks don't work.
-Now we have 2x server-provided tokens. One is unique and the other is derived from a hash of the first token and the config Salts.
-So even if an attacker spoofs the IP and guesses a correct token with active temp files he's still going to need to craft a second token using the first token and 6x server-side salts in order to access files that will probably be deleted within minutes anyway.
2018-04-19 01:32:44 -04:00
zelon88
47469c65d6
v0.8.8 - Add $Token to UUID.
-v0.8.8.
-HRConvert2 now enables more secure passive identification of users by introducing a $Token variable.
-The token is set by the server and given to the client to use for accessing their files. 
-The token is NOT the only factor in identifying users.
-The token is used to hash a UUID along with the IP and user-agent. 
-If the IP is blank or masked we do our best to identify it by various means.
-If the user-agent is blank we hash 2x 10-digit random numbers and use that instead.
-This should be good enough to avoid collisions on LAN's with crazy DHCP as well as being open to an internet full of bots, botnets, and proxies.
2018-04-19 01:13:26 -04:00
zelon88
15c1720484
v0.8.7 - Working on front-end implementation.
-v0.8.7.
-Working on front-end implementation.
2018-04-18 22:49:54 -04:00
zelon88
43992a9e5c
v0.8.7 - Working on front-end implementation.
-v0.8.7.
-Working on front-end implementation.
2018-04-18 22:36:00 -04:00
zelon88
ce2065c548
v0.8.6 - Enabled Fonts, some op-buttons.
-v0.8.6.
-Enabled styles on GUI.
-Styled select boxes.
-Enabled $Font from the config to actually control fonts used in the GUI.
-Added a bunch of icons and credits.
-Tweak GUI element placement through the entire app.
-Refactored WET code to DRY code by removing common elements from the GUI and organizing them into header.php and footer.php.
2018-03-21 01:23:02 -04:00
zelon88
0c2fc9aec4
Delete convertGui.php 2018-03-21 01:18:36 -04:00
zelon88
f49096933d
v0.8.6 - Enabled Fonts, some op-buttons.
-v0.8.6.
-Enabled styles on GUI.
-Styled select boxes.
-Enabled $Font from the config to actually control fonts used in the GUI.
-Added a bunch of icons and credits.
-Tweak GUI element placement through the entire app.
-Refactored WET code to DRY code by removing common elements from the GUI and organizing them into header.php and footer.php.
2018-03-21 01:06:48 -04:00
zelon88
f83c4a205a
v0.8.6 - Enabled Fonts, some op-buttons.
-v0.8.6.
-Enabled styles on GUI.
-Styled select boxes.
-Enabled $Font from the config to actually control fonts used in the GUI.
-Added a bunch of icons and credits.
-Tweak GUI element placement through the entire app.
-Refactored WET code to DRY code by removing common elements from the GUI and organizing them into header.php and footer.php.
2018-03-21 01:05:41 -04:00
zelon88
09c9e57de9
v0.8.5 - Working on GUI.
-v0.8.5.
-Working on GUI.
-Need to add loadingCommandDiv, image resources, icon credits, AJAX, convertGui2 styles, and more logic.
2018-03-20 00:34:09 -04:00
zelon88
037a3c6bd1
v0.8.5 - Working on GUI.
-v0.8.5.
-Working on GUI.
-Need to add loadingCommandDiv, image resources, icon credits, AJAX, convertGui2 styles, and more logic.
2018-03-20 00:21:00 -04:00
zelon88
58655abe6b
v0.8.4 - Working on functionality.
-v0.8.4.
-Working on conversion GUI elements.
2018-03-19 00:33:41 -04:00
zelon88
09f369dccb
v0.8.4 - Working on functionality.
-v0.8.4.
-Working on conversion GUI elements.
2018-03-19 00:32:59 -04:00
zelon88
735dd38722
Delete dropzoneCSS.php 2018-03-19 00:31:45 -04:00
zelon88
7fa9b5435a
v0.8.4 - Working on main functionality.
-v0.8.4.
-Remove HRC2 integration.
-Fix typos with sesHash duplicate detection and mitigation.
-Update index.html.
2018-03-18 01:16:54 -04:00
zelon88
6c390f702f
v0.8.4 - Working on main functionality.
-v0.8.4.
-Remove HRC2 integration.
-Fix typos with sesHash duplicate detection and mitigation.
-Update index.html.
2018-03-18 01:16:07 -04:00
zelon88
f3760b5380
v0.8.4 - Working on main functionality.
-v0.8.4.
-Remove HRC2 integration.
-Fix typos with sesHash duplicate detection and mitigation.
-Update index.html.
2018-03-18 01:15:20 -04:00
zelon88
00728e12f6
v0.8.4 - Working on main functionality.
-v0.8.4.
-Remove HRC2 integration.
-Fix typos with sesHash duplicate detection and mitigation.
-Update index.html.
2018-03-18 01:14:47 -04:00
zelon88
244a0665f7
v0.8.4 - Working on main functionality.
-v0.8.4.
-Remove HRC2 integration.
-Fix typos with sesHash duplicate detection and mitigation.
-Update index.html.
2018-03-18 01:14:15 -04:00
zelon88
be0af179f9
Update config.php 2018-03-18 00:48:00 -04:00
zelon88
1b5ab7a0db
Update config.php 2018-03-18 00:47:22 -04:00
zelon88
bc10bf20e5
v0.8.3 - Working on main features.
-v0.8.3.
-Working on displaying GUI's.
2018-03-18 00:20:15 -04:00
zelon88
7481ac6100
v0.8.3 - Working on main features.
-v0.8.3.
-Working on displaying GUI's.
2018-03-18 00:18:19 -04:00
zelon88
ed2787f002
v0.8.5 - Working on GUI, connecting pieces.
-v0.8.5.
-GUI is improved, optimized for small screens, iframes, mobile devices.
-GUI isn't fully complete or connected to back-end.
2018-03-05 01:05:29 -05:00
zelon88
4ff215cdd6
v0.8.5 - Working on GUI, connecting pieces.
-v0.8.5.
-GUI is improved, optimized for small screens, iframes, mobile devices.
-GUI isn't fully complete or connected to back-end.
2018-03-05 01:03:55 -05:00
zelon88
af4971ff57
v0.8.5 - Working on GUI, connecting pieces.
-v0.8.5.
-GUI is improved, optimized for small screens, iframes, mobile devices.
-GUI isn't fully complete or connected to back-end.
2018-03-05 01:03:16 -05:00
zelon88
fa50ee8849
v0.8.5 - Workin' on uploading/storing/porting.
-v0.8.5.
-Uploading works. Files are stored according to the config.php file.
-Directory generation works.
-AutoClean (should) work.
-Fixed virus scanning. 
-Tweaked GUI elements, div structure.
-Added $TOSURL and $PPURL to config.php, for dynamic Terms of Service/Privacy Policy references in GUI's.
-Need to work on convertGui2.php. It's probably gonna need JQuery and Ajax to convert and download files without refresh.
-Maybe eventually combine the GUI pages and hide elements that are done being used.
2018-03-01 00:17:07 -05:00
zelon88
3ad3cb5e9d
v0.8.5 - Workin' on uploading/storing/porting.
-v0.8.5.
-Uploading works. Files are stored according to the config.php file.
-Directory generation works.
-AutoClean (should) work.
-Fixed virus scanning. 
-Tweaked GUI elements, div structure.
-Added $TOSURL and $PPURL to config.php, for dynamic Terms of Service/Privacy Policy references in GUI's.
-Need to work on convertGui2.php. It's probably gonna need JQuery and Ajax to convert and download files without refresh.
-Maybe eventually combine the GUI pages and hide elements that are done being used.
2018-03-01 00:16:06 -05:00
zelon88
da5702ab9b
v0.8.5 - Workin' on uploading/storing/porting.
-v0.8.5.
-Uploading works. Files are stored according to the config.php file.
-Directory generation works.
-AutoClean (should) work.
-Fixed virus scanning. 
-Tweaked GUI elements, div structure.
-Added $TOSURL and $PPURL to config.php, for dynamic Terms of Service/Privacy Policy references in GUI's.
-Need to work on convertGui2.php. It's probably gonna need JQuery and Ajax to convert and download files without refresh.
-Maybe eventually combine the GUI pages and hide elements that are done being used.
2018-03-01 00:15:07 -05:00
zelon88
bdbdfa160b
v0.8.5 - Workin' on uploading/storing/porting.
-v0.8.5.
-Uploading works. Files are stored according to the config.php file.
-Directory generation works.
-AutoClean (should) work.
-Fixed virus scanning. 
-Tweaked GUI elements, div structure.
-Added $TOSURL and $PPURL to config.php, for dynamic Terms of Service/Privacy Policy references in GUI's.
-Need to work on convertGui2.php. It's probably gonna need JQuery and Ajax to convert and download files without refresh.
-Maybe eventually combine the GUI pages and hide elements that are done being used.
2018-02-28 23:29:12 -05:00
zelon88
4c0d1a4579
v0.8.5.2 -Sync. 2018-02-25 03:32:51 -05:00
zelon88
adafced90b
v0.8.2 - Update GUI, Fix bugs, prep for uploading.
-v0.8.2.
-Update GUI to properly show more info.
-Update CSS to properly display buttons.
-Tweak logic.
-Preparing for uploading files.
2018-02-25 01:06:32 -05:00
zelon88
460227a742
v0.8.2 - Update GUI, Fix bugs, prep for uploading.
-v0.8.2.
-Update GUI to properly show more info.
-Update CSS to properly display buttons.
-Tweak logic.
-Preparing for uploading files.
2018-02-25 01:03:44 -05:00
zelon88
efb4d0f351
v0.8.2 - Update GUI, Fix bugs, prep for uploading.
-v0.8.2.
-Update GUI to properly show more info.
-Update CSS to properly display buttons.
-Tweak logic.
-Preparing for uploading files.
2018-02-25 01:03:02 -05:00
zelon88
d7e6c0aad1
v0.8 - Initial commit.
-v0.8.
-Back-end alpha based on previously stable code is in the testing phase.
-Front-end is still under-development.
-Not fully functional yet.
-Logging works.
-Delete timers aren't using config.php parameters yet.
-No stylesheets yet.
-Drag-and-drop works courtesy of dropzone.js (https://github.com/enyo/dropzone).
2018-02-24 00:57:12 -05:00
zelon88
130d0a7a88
v0.8 - Initial commit.
-v0.8.
-Back-end alpha based on previously stable code is in the testing phase.
-Front-end is still under-development.
-Not fully functional yet.
-Logging works.
-Delete timers aren't using config.php parameters yet.
-No stylesheets yet.
-Drag-and-drop works courtesy of dropzone.js (https://github.com/enyo/dropzone).
2018-02-24 00:56:42 -05:00
zelon88
e564c6ce09
v0.8 - Initial commit.
-v0.8.
-Back-end alpha based on previously stable code is in the testing phase.
-Front-end is still under-development.
-Not fully functional yet.
-Logging works.
-Delete timers aren't using config.php parameters yet.
-No stylesheets yet.
-Drag-and-drop works courtesy of dropzone.js (https://github.com/enyo/dropzone).
2018-02-24 00:56:19 -05:00
zelon88
380a469373
v0.8 - Initial commit.
-v0.8.
-Back-end alpha based on previously stable code is in the testing phase.
-Front-end is still under-development.
-Not fully functional yet.
-Logging works.
-Delete timers aren't using config.php parameters yet.
-No stylesheets yet.
-Drag-and-drop works courtesy of dropzone.js (https://github.com/enyo/dropzone).
2018-02-24 00:53:55 -05:00
zelon88
44ca1a677d
Initial commit 2018-02-24 00:50:25 -05:00