Commit Graph

  • 86d1b68e0b Added button to upgrade mangaDownloader via website Docker Dan Dembinski 2020-09-21 12:33:59 -04:00
  • 8ad40e74ba Merged dev and switched server to waitress for production Dan 2020-08-07 02:36:26 -04:00
  • f6387a2b7e tweak Dan 2020-08-07 02:34:55 -04:00
  • 5a319c8eb6 swapped server back to dev server on this branch. Added more json parsing to the downloadReturn function. Dan 2020-08-07 01:45:58 -04:00
  • f539f00752 Merge branch 'Dev' into Docker Dan 2020-08-07 00:44:43 -04:00
  • be4f85c089 Corrected json array value Dan 2020-08-07 00:44:28 -04:00
  • 38650cceb3 Merge branch 'Dev' into Docker Made progress with parsing json and pretty printing to html divs. Pushing to production to further test the downlod side. Dan 2020-08-07 00:20:43 -04:00
  • bec0c2dc67 parsing json response and pretty printing into the main body now. Each manga is getting it's own div so it can be semi-easily expanding with additional information in the future. Main screen is also cleared as part of the onClick now so it helps it be more readable. Active is tested and working, couldn't test download fully. Dan 2020-08-07 00:18:07 -04:00
  • 82c8cc8430 Merge branch 'Dev' into Docker Adding website features to the system Dan 2020-07-30 02:53:52 -04:00
  • af4c2dc08d More work on setting up the webpage. There's now an active and download button. The reponse should populate the main section of the page in a scrolling overflow box. Although it's a long string instead of a nicely parsed json file at this point. Dan 2020-07-30 02:51:01 -04:00
  • a728d630a0 added static to dockerfile. Started setting up css grid, with nav on left and large main window Dan 2020-07-30 00:54:54 -04:00
  • 59cbbca5cc Docker version switched back to waitress Dan 2020-07-29 21:01:13 -04:00
  • 422b2a111c got buttons working on index. Starting working on css and page layout. Temporarily swithed back to dev server instead of waitress Dan 2020-07-29 20:42:42 -04:00
  • 2aeb04b6f6 stream read seemed to break things. Commented it out. Dan Dembinski 2020-06-19 10:44:21 -04:00
  • d59c4d1755 Fix paths Dan Dembinski 2020-06-16 13:44:19 -04:00
  • 57b562fc81 more work on output parsing Dan Dembinski 2020-05-23 23:24:23 -04:00
  • b23a045cee more work on output parsing Dan Dembinski 2020-05-23 23:08:06 -04:00
  • 60748b8e15 started working on getting output so it can be parsed and used for logic. Dan Dembinski 2020-05-23 22:21:26 -04:00
  • e38d76fbd7 Merge remote-tracking branch 'origin/Docker' into Docker Dan Dembinski 2020-05-23 21:32:53 -04:00
  • f8acfbb751 added variable for file name. Also updated requirements to latest versions. Dan Dembinski 2020-05-23 00:23:00 -04:00
  • 7acc7871f3 added variable for file name. Also updated requirements to latest versions. Dan Dembinski 2020-05-23 00:23:00 -04:00
  • 29b374c57f Merge branch 'Docker' into Dev Dan Dembinski 2020-05-22 23:54:19 -04:00
  • c9e9a1c321 Clean up Dan Dembinski 2020-05-22 23:46:54 -04:00
  • 553ca5204a ood method should update the row instead of just adding a new row now. It also has some logic to return a list of new, unadded manga when updating urls Dan Dembinski 2020-05-22 23:43:17 -04:00
  • 1a6e9b4417 ood method should update the row instead of just adding a new row now Dan Dembinski 2020-05-22 23:39:08 -04:00
  • cf80116185 Worked on the out of date method a bit. All the checking logic is in place. But it adds a new record instead of updating the existing record. Dan Dembinski 2020-05-22 23:13:30 -04:00
  • f071a67e77 I don't think it accomplished what I was planning on doing. But it's being served with waitress now. Dan Dembinski 2020-04-17 00:36:23 -04:00
  • f04220fc03 Little clean up. Updated requirements.txt and turned off the flask run thing in preperation to try running under waitress. Dan Dembinski 2020-04-17 00:31:59 -04:00
  • 6bd4addc9c Added method to manually add a manga without uploading a new json file. Just need to pass a "name" and "url" node. URL must include http or https. Dan Dembinski 2020-04-16 21:40:50 -04:00
  • 9e46ed7d33 Added method to upgrade manga-py without updating entire container. Started working on method to check if the manga url matches what is in the json file. Will add option to update db urls if they differ. Dan Dembinski 2020-04-01 13:12:01 -04:00
  • 4118686ec1 Made a change to the subprocess call to hopefully stop the json error until I can figure that out. Also added the templates directory to the Dockerfile Dan Dembinski 2020-03-27 00:25:25 -04:00
  • 8a0b81f6a6 subprocess args should be working correctly now. Dan Dembinski 2020-03-24 15:58:08 -04:00
  • 9d73de8d04 Merge branch 'Docker' of https://bitbucket.org/DanDembinski/mangadownloader into Docker Dan Dembinski 2020-03-24 12:48:34 -04:00
  • 36eef06f3e Adjusted subprocess calls Dan Dembinski 2020-03-20 11:51:53 -04:00
  • 23a8bc0d42 Adjusted subprocess calls Dan Dembinski 2020-03-20 11:01:02 -04:00
  • e1b4be2d40 attempting to capture manga-py output in response. Dan Dembinski 2020-03-20 10:13:01 -04:00
  • db1b5e4af2 print-json argument added. Dan Dembinski 2020-03-17 14:44:50 -04:00
  • 2b4c244c1f Started setting up very simple front end for cicking off download process. Also added a new method to check if there is any missing url metadata and what mangas it effects. Dan Dembinski 2020-03-17 13:19:26 -04:00
  • cd33c1b8dd Merge branch 'Docker' of https://bitbucket.org/DanDembinski/mangadownloader into Docker Dan Dembinski 2020-03-17 11:15:58 -04:00
  • 9c3a2b6aa2 stripping '?'s out of folder path now. Dan Dembinski 2020-03-13 15:09:12 -04:00
  • 4eb8d9b76e Cleaned up. Added some logic incase the base url is in the URL instead of being tied to the URL_flag. Added method to check what mangas are active. Dan Dembinski 2020-03-13 14:31:29 -04:00
  • 0654235eb5 Got the upload working. Dan Dembinski 2020-03-11 23:27:51 -04:00
  • f2a3bd075b Tweaks Dan Dembinski 2020-03-11 22:41:51 -04:00
  • 469e2457a3 Tweaks Dan Dembinski 2020-03-11 22:29:09 -04:00
  • 3d67df0f7d Converted upload method to ORM and added route. Dan Dembinski 2020-03-11 16:50:52 -04:00
  • 2db2898d2f Added active filter to download method query. Dan Dembinski 2020-03-11 16:14:12 -04:00
  • 0568f7af9d Turned on downloading. Dan Dembinski 2020-03-11 14:56:34 -04:00
  • b609c1b587 Updated Docker file to work. Dan Dembinski 2020-03-11 14:55:04 -04:00
  • c0003ec6d7 Updated Docker file to work. Dan Dembinski 2020-03-11 14:46:16 -04:00
  • 4581fce3b4 Reworked download method use ORM instead of straight SQL. Hoping this fixes the database timeout issue. Also added requirements.txt with all the python packages needed Dan Dembinski 2020-03-11 14:34:49 -04:00
  • abb101a8a7 Alright, you do in fact need to have the docker file actually start something. Dan Dembinski 2019-12-31 15:21:48 -05:00
  • 9fadc23a5f Took out docker autostart. Made change to exit instead of looping for testing. Dan Dembinski 2019-12-31 15:06:42 -05:00
  • 60f98832c4 Updated execute to handle new volume name argument. Updated Path to default to osx Volume Path. Dan Dembinski 2019-12-31 14:59:22 -05:00
  • c032895e93 Updated execute to handle new volume name argument Dan Dembinski 2019-12-31 14:18:24 -05:00
  • 31accab702 made changes to save path. v3 Dan Dembinski 2019-12-31 14:01:03 -05:00
  • 0d08420067 made changes to save path. v2 Dan Dembinski 2019-12-31 13:41:11 -05:00
  • 4fc3096e7c made changes to save path Dan Dembinski 2019-12-31 13:40:21 -05:00
  • 9d38622528 Made a few changes to allow docker useage. Dan Dembinski 2019-12-31 13:26:16 -05:00
  • b59851a377 Added database reconnect during downloading Dan Dembinski 2019-12-15 00:27:30 -05:00
  • 204c9aba7d Added exit to menu Dan Dembinski 2019-12-14 23:21:02 -05:00
  • 15ad8361e9 Made a few changes. Short term trying os.system to call manga-py instead of embedding it. Dan Dembinski 2019-12-14 23:04:16 -05:00
  • 45067caea6 Added manga-py source master Dan Dembinski 2019-12-14 22:33:14 -05:00
  • 9a4dd4b09b Initial Commit Dan Dembinski 2019-12-14 22:21:20 -05:00