Alex Ling
|
89e747d3ee
|
Get Chapter object directly from chapter ID
|
2020-02-26 17:31:53 +00:00 |
|
Alex Ling
|
468f109776
|
Add Manga object as a property of MangaDex::Chapter
|
2020-02-26 17:31:04 +00:00 |
|
Alex Ling
|
905d02e911
|
Add queue db path to config.cr
|
2020-02-26 17:29:34 +00:00 |
|
Alex Ling
|
bb00c2e77f
|
Close zip file after listing entries to prevent leaking
|
2020-02-26 17:24:16 +00:00 |
|
Alex Ling
|
9f6261e02d
|
Make the selection and download buttons on the download page functional
|
2020-02-25 02:29:00 +00:00 |
|
Alex Ling
|
d782995bac
|
- Filter MangaDex chapters with volume and chapter range
- Select from table rows using jQuery selectable
|
2020-02-25 01:52:04 +00:00 |
|
Alex Ling
|
59622930c7
|
Fix the problem that minified assets in dist/ are not used.
|
2020-02-24 15:41:18 +00:00 |
|
Alex Ling
|
e90b97ca43
|
Display timestamp as time from now using moments.js
|
2020-02-24 03:14:05 +00:00 |
|
Alex Ling
|
b58d2e3620
|
Show chapter count
|
2020-02-24 03:13:47 +00:00 |
|
Alex Ling
|
a507e3be7a
|
Filter in MangaDex search results
|
2020-02-24 02:56:50 +00:00 |
|
Alex Ling
|
67d3d2bd55
|
Sorting in library and title page
|
2020-02-22 18:16:04 +00:00 |
|
Alex Ling
|
5ec35f3af6
|
Sort titles in library by name by default
|
2020-02-22 18:15:40 +00:00 |
|
Alex Ling
|
0fa95959a7
|
Basic search functionality
|
2020-02-22 02:14:01 +00:00 |
|
Alex Ling
|
83597e7f84
|
Fix typo
|
2020-02-22 02:13:35 +00:00 |
|
Alex Ling
|
a3356344fa
|
Add API for fetching manga info from ID
|
2020-02-21 02:00:01 +00:00 |
|
Alex Ling
|
aecac748dc
|
Add /download page
|
2020-02-21 01:59:37 +00:00 |
|
Alex Ling
|
c449a1e9b1
|
Add /download page
|
2020-02-21 01:59:09 +00:00 |
|
Alex Ling
|
f9a4698fca
|
Add mangadex to config
|
2020-02-21 01:58:45 +00:00 |
|
Alex Ling
|
676f2ae032
|
Include chapter information in MangaDex::Manga#to_info_json output
|
2020-02-21 01:56:57 +00:00 |
|
Alex Ling
|
fd342fe1ee
|
Add mangadex lang code csv to src/assets
|
2020-02-20 23:41:40 +00:00 |
|
Alex Ling
|
1649f286aa
|
Split routes in server.cr into small files
|
2020-02-20 23:39:54 +00:00 |
|
Alex Ling
|
60a1032f71
|
add a basic Mangadex API wrapper
|
2020-02-20 01:32:18 +00:00 |
|
Alex Ling
|
4d6542cdc4
|
log intial login information regardless of log level
|
2020-02-19 02:50:48 +00:00 |
|
Alex Ling
|
40c2fe00af
|
- typo fix
|
2020-02-19 02:47:44 +00:00 |
|
Alex Ling
|
5ed6b8db1a
|
- basic search functionality
|
2020-02-17 15:54:19 +00:00 |
|
Alex Ling
|
569c01ab28
|
- add logo and favicon
|
2020-02-17 14:53:01 +00:00 |
|
Alex Ling
|
2fe6506b2e
|
- add basic CLI
|
2020-02-17 02:52:21 +00:00 |
|
Alex Ling
|
b4fcbf15ca
|
- remove server info from admin view
|
2020-02-17 02:51:58 +00:00 |
|
Alex Ling
|
7c059342b5
|
- allow building without uglifying with make build
|
2020-02-17 02:15:44 +00:00 |
|
Alex Ling
|
69f4795f06
|
- minify js and css
|
2020-02-17 01:50:44 +00:00 |
|
Alex Ling
|
2cbb719855
|
- cbz support
|
2020-02-17 01:12:40 +00:00 |
|
Alex Ling
|
ec09a1b381
|
-
|
2020-02-17 00:43:10 +00:00 |
|
Alex Ling
|
8119f718db
|
- better logging
|
2020-02-17 00:33:43 +00:00 |
|
Alex Ling
|
e5e2540b7c
|
- define Image as struct
|
2020-02-16 23:44:58 +00:00 |
|
Alex Ling
|
7168c6bfb2
|
- use logger
|
2020-02-16 21:24:19 +00:00 |
|
Alex Ling
|
bb936b1fa6
|
- group config/library/storage into context
|
2020-02-16 18:25:28 +00:00 |
|
Alex Ling
|
d9129ad58f
|
- periodic scan
|
2020-02-16 17:20:12 +00:00 |
|
Alex Ling
|
26bb49fab5
|
- remove all embeded css
|
2020-02-16 16:53:36 +00:00 |
|
Alex Ling
|
713694fd85
|
- formating
|
2020-02-16 16:53:20 +00:00 |
|
Alex Ling
|
7c66b05872
|
- move the initialization of config/library/storage to mango.cr
- remove duplicate initialization of server in server.cr
|
2020-02-16 04:14:38 +00:00 |
|
Alex Ling
|
e7583ce788
|
- create scan method to prepare for periodic scanning
|
2020-02-16 04:01:30 +00:00 |
|
Alex Ling
|
93e6d7cae6
|
- option to resume/start from beginning at the title view
- option to toggle read/unread status at the title view
- move all embeded JS to public/
|
2020-02-16 03:19:29 +00:00 |
|
Alex Ling
|
08a1052ca4
|
- when listing covers on mobile, list two in a row
|
2020-02-16 01:09:15 +00:00 |
|
Alex Ling
|
5a7a54d17e
|
- next entry/exit reader after finishing an entry
|
2020-02-16 01:00:52 +00:00 |
|
Alex Ling
|
1850573961
|
- use request_path_startswith instead of the exclude macro in
AuthHandler
|
2020-02-16 00:12:03 +00:00 |
|
Alex Ling
|
e413542c42
|
- formating in storage.cr
|
2020-02-16 00:05:32 +00:00 |
|
Alex Ling
|
8490cad191
|
- return the existing token when login
|
2020-02-15 23:48:56 +00:00 |
|
Alex Ling
|
7cf401e645
|
- formaring in server.cr
|
2020-02-15 23:35:05 +00:00 |
|
Alex Ling
|
21fcde944d
|
- when building for release, embed the static files in binary
|
2020-02-15 23:29:11 +00:00 |
|
Alex Ling
|
0c177c3d31
|
- move all routes to server.cr
|
2020-02-15 19:27:12 +00:00 |
|