Alex Ling
|
318501bc9b
|
Show reading progress in reader
|
2020-03-13 01:05:16 +00:00 |
|
Alex Ling
|
dc5284968d
|
Use helper function compare_alphanumerically(String, String) to make
the function call shorter
|
2020-03-12 23:53:51 +00:00 |
|
Alex Ling
|
01216d806c
|
Add a helper function to combine the two steps of filenames sorting
(splitting and comparing)
|
2020-03-12 23:52:49 +00:00 |
|
Alex Ling
|
c4ffb5cd59
|
Handle the case when two split arrays have different size in
`compare_alphanumerically`
|
2020-03-12 23:51:09 +00:00 |
|
Alex Ling
|
50ce0e2b54
|
Fix typo
|
2020-03-12 23:49:40 +00:00 |
|
Alex Ling
|
8b8967de26
|
Simplify the split_by_alphanumeric function
|
2020-03-12 23:49:02 +00:00 |
|
Alex Ling
|
335fb45de6
|
Add spec for util.cr
|
2020-03-12 23:47:14 +00:00 |
|
Alex Ling
|
8c7ced87f1
|
Add nested library support (WIP)
|
2020-03-12 20:37:03 +00:00 |
|
Alex Ling
|
00d2540b95
|
Merge pull request #14 from Leeingnyo/change-page-sort
Sort page names alphanumerically
|
2020-03-12 13:37:59 -04:00 |
|
Leeingnyo
|
d120433525
|
Sort page alphanumerically
See https://ux.stackexchange.com/questions/95431/how-should-sorting-work-when-numeric-is-mixed-with-alpha-numeric
|
2020-03-13 02:27:59 +09:00 |
|
Alex Ling
|
9536ce62e6
|
Add the "auto" sorting option (#9)
|
2020-03-12 03:10:56 +00:00 |
|
Alex Ling
|
4ba81b9ffe
|
Sort download jobs listed on the download manager by time
|
2020-03-11 19:28:04 +00:00 |
|
Alex Ling
|
c355c67415
|
Download older chapters (as shown on MangaDex) first
|
2020-03-11 19:26:23 +00:00 |
|
Alex Ling
|
4def23a5cf
|
Fix the problem that URLs are not being parsed on the download page
|
2020-03-11 18:15:43 +00:00 |
|
Alex Ling
|
943076ccf7
|
Simplify the download queue tasks APIs
|
2020-03-11 18:11:32 +00:00 |
|
Alex Ling
|
36034042f2
|
Fix styling issues with dark theme on the download page
|
2020-03-11 03:07:09 +00:00 |
|
Alex Ling
|
36e2b2bfaf
|
Add dark mode support
|
2020-03-07 02:51:08 +00:00 |
|
Alex Ling
|
c6c908953b
|
Use transparent icon
|
2020-03-07 02:50:44 +00:00 |
|
Alex Ling
|
3ae0ad6348
|
Add fontawesome and add the "adjust" icon to navigation bar to prepare for dark
mode.
|
2020-03-06 02:25:10 +00:00 |
|
Alex Ling
|
7ca40215b6
|
Remove temp DB files before resetting the state
|
2020-03-04 01:56:48 +00:00 |
|
Alex Ling
|
54206bc6ac
|
Finish the test cases for MangaDex::Queue
|
2020-03-04 01:52:17 +00:00 |
|
Alex Ling
|
1abdac2fdd
|
Better state management in spec and add some tests for MangaDex::Queue
|
2020-03-03 18:34:39 +00:00 |
|
Alex Ling
|
9ffe896705
|
Only log the "baking dist/" message when building for release
|
2020-03-03 02:51:45 +00:00 |
|
Alex Ling
|
7a7c855ce4
|
Remove the unused gzip import from static_handler.cr
|
2020-03-03 02:51:09 +00:00 |
|
Alex Ling
|
e2d01f7eb9
|
Remove error handling in the parse_query_result method of
MangaDex::Job, and pass the possible exceptions to the frontend and
handle them there.
|
2020-03-03 02:33:32 +00:00 |
|
Alex Ling
|
7575785c1c
|
Remove the unused get method from MangaDex::Queue
|
2020-03-03 02:32:08 +00:00 |
|
Alex Ling
|
dfd53bc51d
|
Fix incorrect variable in MangaDex::Downloader (@stop -> @stopped)
|
2020-03-03 02:06:27 +00:00 |
|
Alex Ling
|
f140ffa4b2
|
Add and use MLogger in MangaDex::Queue and MangaDex::Downloader
|
2020-03-03 02:05:55 +00:00 |
|
Alex Ling
|
589483cd75
|
Center the message on message.ecr
|
2020-03-02 16:55:08 +00:00 |
|
Alex Ling
|
306edc3c77
|
Handle HTTP 404 and 500 errors
|
2020-03-02 16:54:29 +00:00 |
|
Alex Ling
|
30af64e9ca
|
Add pause/resume download button to the download manager
|
2020-03-02 16:30:05 +00:00 |
|
Alex Ling
|
fecb96c91b
|
Redirect to the download manager after adding jobs to the queue
|
2020-03-02 02:10:01 +00:00 |
|
Alex Ling
|
4f01aba3e1
|
Add link to the download manager page on the admin page
|
2020-03-02 01:57:09 +00:00 |
|
Alex Ling
|
f13f7989d5
|
Finish the download manager page
|
2020-03-02 01:50:04 +00:00 |
|
Alex Ling
|
1ce553f541
|
Add the /admin/downloads page for monitoring download queue
|
2020-03-01 03:05:40 +00:00 |
|
Alex Ling
|
c4253db572
|
Add status message to MangaDex::Job and improve formatting
|
2020-03-01 03:04:55 +00:00 |
|
Alex Ling
|
db6d33eae1
|
Add sourcerer.io contributors
|
2020-02-29 21:47:59 -05:00 |
|
Alex Ling
|
8fbc5528a8
|
Move the JS alert function definition to /js/alert.js and move the alert div to views/layout.ecr
|
2020-03-01 01:23:16 +00:00 |
|
Alex Ling
|
d50804830d
|
Merge branch 'master' into v0.2.0
|
2020-02-29 17:50:38 +00:00 |
|
Alex Ling
|
5d7bbc7c9b
|
Remove @log from MangaDex::Job and save the @success_count and
@fail_count instead
|
2020-02-29 04:11:48 +00:00 |
|
Alex Ling
|
0b463539c9
|
Better log in MangaDex::API when status is not OK, and handles external
chapters
|
2020-02-29 04:10:09 +00:00 |
|
Alex Ling
|
7f0088f45a
|
Fix typo (embeded -> embedded)
|
2020-02-29 00:08:27 +00:00 |
|
Alex Ling
|
5645f272df
|
When an invalid zip file is found, instead of ignoring it silently, log
a warning message
v0.1.2
|
2020-02-28 18:08:56 +00:00 |
|
Alex Ling
|
dc3bbd10d6
|
Close zip file after listing entries to prevent leaking
|
2020-02-28 17:55:45 +00:00 |
|
Alex Ling
|
c89c74c71b
|
Bump version to 0.1.2
|
2020-02-28 17:53:35 +00:00 |
|
Alex Ling
|
cb76a96126
|
Removing the logging of the library json on scan
|
2020-02-28 17:52:50 +00:00 |
|
Alex Ling
|
73b38492ba
|
Remove console in minified JS files
|
2020-02-28 17:52:14 +00:00 |
|
Alex Ling
|
bf37c4aa10
|
Sorting in library and title page
|
2020-02-28 17:51:26 +00:00 |
|
Alex Ling
|
f837be0718
|
Ignore invalid zip files in library
|
2020-02-28 17:45:30 +00:00 |
|
Alex Ling
|
8c47d50291
|
Update download API to use Queue in Context and use @full_title
|
2020-02-28 17:38:45 +00:00 |
|