Commit Graph

  • 1ce553f541 Add the /admin/downloads page for monitoring download queue Alex Ling 2020-03-01 03:05:40 +00:00
  • c4253db572 Add status message to MangaDex::Job and improve formatting Alex Ling 2020-03-01 03:04:55 +00:00
  • db6d33eae1
    Add sourcerer.io contributors Alex Ling 2020-02-29 21:47:59 -05:00
  • 8fbc5528a8 Move the JS alert function definition to /js/alert.js and move the alert div to views/layout.ecr Alex Ling 2020-03-01 01:23:16 +00:00
  • d50804830d Merge branch 'master' into v0.2.0 Alex Ling 2020-02-29 17:50:38 +00:00
  • 5d7bbc7c9b Remove @log from MangaDex::Job and save the @success_count and @fail_count instead Alex Ling 2020-02-29 04:11:48 +00:00
  • 0b463539c9 Better log in MangaDex::API when status is not OK, and handles external chapters Alex Ling 2020-02-29 04:10:09 +00:00
  • 7f0088f45a Fix typo (embeded -> embedded) Alex Ling 2020-02-29 00:08:27 +00:00
  • 5645f272df When an invalid zip file is found, instead of ignoring it silently, log a warning message v0.1.2 Alex Ling 2020-02-28 18:08:56 +00:00
  • dc3bbd10d6 Close zip file after listing entries to prevent leaking Alex Ling 2020-02-26 17:24:16 +00:00
  • c89c74c71b Bump version to 0.1.2 Alex Ling 2020-02-28 17:53:35 +00:00
  • cb76a96126 Removing the logging of the library json on scan Alex Ling 2020-02-28 16:55:39 +00:00
  • 73b38492ba Remove console in minified JS files Alex Ling 2020-02-24 15:45:05 +00:00
  • bf37c4aa10 Sorting in library and title page Alex Ling 2020-02-22 18:16:04 +00:00
  • f837be0718 Ignore invalid zip files in library Alex Ling 2020-02-28 16:54:37 +00:00
  • 8c47d50291 Update download API to use Queue in Context and use @full_title Alex Ling 2020-02-28 17:38:45 +00:00
  • 4ca8daca29 Add API to fetch download queue Alex Ling 2020-02-28 17:38:08 +00:00
  • d3d8dff6d2 Add MangaDex::Queue to Context Alex Ling 2020-02-28 17:37:08 +00:00
  • f11a5cd608 Finish downloader Alex Ling 2020-02-28 17:36:21 +00:00
  • 6bccba16da Add MangaDex::PageJob and MangaDex::Downloader Alex Ling 2020-02-28 17:31:09 +00:00
  • 28ac5c7a00 Formatting in mangadex/api.cr Alex Ling 2020-02-28 17:17:04 +00:00
  • f8e0c6d795 Remove download code from mangadex/api.cr, as the download functionality is now handled by mangadex/downloader.cr Alex Ling 2020-02-28 17:15:55 +00:00
  • e3d505d62b Add @full_title to MangaDex::Chapter Alex Ling 2020-02-28 17:14:38 +00:00
  • 77864afa67 Removing the logging of the library json on scan Alex Ling 2020-02-28 16:55:39 +00:00
  • 5abdca24c2 Ignore invalid zip files in library Alex Ling 2020-02-28 16:54:37 +00:00
  • e8c365b7a1 Rename module Mangadex to MangaDex Alex Ling 2020-02-28 16:48:48 +00:00
  • 6659041631 Allow missing keys in the "mangadex" dictionary in the config file Alex Ling 2020-02-28 16:24:46 +00:00
  • fa50f4cb88 Delete the single job push method Alex Ling 2020-02-26 23:55:38 +00:00
  • c39a1ddbaf Merge branch 'master' into v0.2.0 Alex Ling 2020-02-26 18:26:49 +00:00
  • 7de01991a0 Fix the problem that all chapters (regardless of selections) will be posted to the API Alex Ling 2020-02-26 18:20:14 +00:00
  • 319967438b Merge branch 'master' into v0.2.0 Alex Ling 2020-02-26 18:19:30 +00:00
  • 1bbb08eede Show spinner and hide download button when posting to API Alex Ling 2020-02-26 17:46:28 +00:00
  • d9d1dbc26f Post selected chapter JSON object to API, instead of just posting the IDs Alex Ling 2020-02-26 17:45:37 +00:00
  • c33884ea29 Add mangadex download enpoint to API Alex Ling 2020-02-26 17:42:40 +00:00
  • 2dd980b92c Add mangadex/downloader.cr (implements MangaDex::Job and MangaDex::Queue) Alex Ling 2020-02-26 17:41:50 +00:00
  • 89e747d3ee Get Chapter object directly from chapter ID Alex Ling 2020-02-26 17:31:53 +00:00
  • 468f109776 Add Manga object as a property of MangaDex::Chapter Alex Ling 2020-02-26 17:31:04 +00:00
  • 905d02e911 Add queue db path to config.cr Alex Ling 2020-02-26 17:29:34 +00:00
  • bb00c2e77f Close zip file after listing entries to prevent leaking Alex Ling 2020-02-26 17:24:16 +00:00
  • bc75f4d336 Add unit test Alex Ling 2020-02-25 19:00:10 +00:00
  • 98baf63b0c
    Add gitter to README Alex Ling 2020-02-24 22:19:31 -05:00
  • 46b36860d1 Add static build target to Makefile Alex Ling 2020-02-25 02:32:32 +00:00
  • 9f6261e02d Make the selection and download buttons on the download page functional Alex Ling 2020-02-25 02:29:00 +00:00
  • d782995bac - Filter MangaDex chapters with volume and chapter range - Select from table rows using jQuery selectable Alex Ling 2020-02-25 01:52:04 +00:00
  • b264f7dd76 Remove console in minified JS files Alex Ling 2020-02-24 15:45:05 +00:00
  • 59622930c7 Fix the problem that minified assets in dist/ are not used. Alex Ling 2020-02-23 19:18:30 +00:00
  • e90b97ca43 Display timestamp as time from now using moments.js Alex Ling 2020-02-24 03:14:05 +00:00
  • b58d2e3620 Show chapter count Alex Ling 2020-02-24 03:13:47 +00:00
  • a507e3be7a Filter in MangaDex search results Alex Ling 2020-02-24 02:56:50 +00:00
  • bf0f5270f0 Merge branch 'v0.1.1' v0.1.1 Alex Ling 2020-02-23 21:16:23 +00:00
  • ac620e1f2a Update docker-compose example Alex Ling 2020-02-23 21:09:50 +00:00
  • a7519a791e Fix the problem that minified assets in dist/ are not used. Alex Ling 2020-02-23 19:18:30 +00:00
  • 7a21f4dc9b Sort titles in library by name by default Alex Ling 2020-02-22 18:15:40 +00:00
  • 650ebc7f9d Fix #6 Alex Ling 2020-02-23 18:35:27 +00:00
  • 5b34c05243 Use Babel, so I can write modern JS and save my sanity Alex Ling 2020-02-22 02:12:01 +00:00
  • 803fc8c44b Split routes in server.cr into small files Alex Ling 2020-02-20 23:39:54 +00:00
  • 67d3d2bd55 Sorting in library and title page Alex Ling 2020-02-22 18:16:04 +00:00
  • 5ec35f3af6 Sort titles in library by name by default Alex Ling 2020-02-22 18:15:40 +00:00
  • dd49f75079
    Update README.md Alex Ling 2020-02-21 21:22:55 -05:00
  • 6be9c3eac6
    Update README.md Alex Ling 2020-02-21 21:21:34 -05:00
  • 0fa95959a7 Basic search functionality Alex Ling 2020-02-22 02:14:01 +00:00
  • 83597e7f84 Fix typo Alex Ling 2020-02-22 02:13:35 +00:00
  • c893135ec6 Use Babel, so I can write mordern JS and save my sanity Alex Ling 2020-02-22 02:12:01 +00:00
  • 5a2f80b5e1 Add issue templates Alex Ling 2020-02-21 16:42:12 -05:00
  • 5b4d79220c
    Provide pre-built binary (amd64) in README Alex Ling 2020-02-21 14:08:55 -05:00
  • a3356344fa Add API for fetching manga info from ID Alex Ling 2020-02-21 02:00:01 +00:00
  • aecac748dc Add /download page Alex Ling 2020-02-21 01:59:37 +00:00
  • c449a1e9b1 Add /download page Alex Ling 2020-02-21 01:59:09 +00:00
  • f9a4698fca Add mangadex to config Alex Ling 2020-02-21 01:58:45 +00:00
  • 676f2ae032 Include chapter information in MangaDex::Manga#to_info_json output Alex Ling 2020-02-21 01:56:57 +00:00
  • fd342fe1ee Add mangadex lang code csv to src/assets Alex Ling 2020-02-20 23:41:40 +00:00
  • 1649f286aa Split routes in server.cr into small files Alex Ling 2020-02-20 23:39:54 +00:00
  • 41393f6f02
    Update README.md v0.1.0 Alex Ling 2020-02-19 23:23:11 -05:00
  • ace8d07f8b
    Update docker-compose.example.yml Alex Ling 2020-02-19 23:19:09 -05:00
  • 81440c7a2d
    Remove named volumes Alex Ling 2020-02-19 23:03:00 -05:00
  • 60a1032f71 add a basic Mangadex API wrapper Alex Ling 2020-02-20 01:32:18 +00:00
  • f833eb4efc update README.md Alex Ling 2020-02-19 02:57:06 +00:00
  • 4d6542cdc4 log intial login information regardless of log level Alex Ling 2020-02-19 02:50:48 +00:00
  • 40c2fe00af - typo fix Alex Ling 2020-02-19 02:47:44 +00:00
  • 43738ff0aa
    Update README.md Alex Ling 2020-02-17 17:28:09 -05:00
  • 9538bd5f4e
    Merge pull request #1 from moeoverflow/feature/better-docker-conf Alex Ling 2020-02-17 17:26:38 -05:00
  • ac77fb3c5c update Docker configuration shincurry 2020-02-18 05:02:20 +08:00
  • 873edcd40c - add Dockerfile Alex Ling 2020-02-17 17:36:11 +00:00
  • 52b1d6f03a - readme Alex Ling 2020-02-17 16:46:15 +00:00
  • 5ed6b8db1a - basic search functionality Alex Ling 2020-02-17 15:54:19 +00:00
  • 631feb5cf9 - make install/uninstall Alex Ling 2020-02-17 15:08:19 +00:00
  • 0d2ec7daa4 - Alex Ling 2020-02-17 14:58:33 +00:00
  • 444d73c5a5 - add banner to README Alex Ling 2020-02-17 14:57:02 +00:00
  • 569c01ab28 - add logo and favicon Alex Ling 2020-02-17 14:53:01 +00:00
  • deef4d2144 - Alex Ling 2020-02-17 04:15:07 +00:00
  • 5eb089863c - README Alex Ling 2020-02-17 03:32:11 +00:00
  • 2fe6506b2e - add basic CLI Alex Ling 2020-02-17 02:52:21 +00:00
  • b4fcbf15ca - remove server info from admin view Alex Ling 2020-02-17 02:51:58 +00:00
  • 8bf19a4592 - ignore mango executable Alex Ling 2020-02-17 02:20:02 +00:00
  • 7c059342b5 - allow building without uglifying with make build Alex Ling 2020-02-17 02:15:44 +00:00
  • 69f4795f06 - minify js and css Alex Ling 2020-02-17 01:50:44 +00:00
  • 2cbb719855 - cbz support Alex Ling 2020-02-17 01:12:40 +00:00
  • ec09a1b381 - Alex Ling 2020-02-17 00:43:10 +00:00
  • 8119f718db - better logging Alex Ling 2020-02-17 00:33:43 +00:00
  • e5e2540b7c - define Image as struct Alex Ling 2020-02-16 23:44:58 +00:00