Alex Ling
461398d219
Feature/plugin v2 ( #284 )
...
* Add "title_title" to slim JSON
* WIP
* WIP
* WIP
* WIP
* Add plugin subscription types
* Revert "Subscription manager"
This reverts commit a612500b0f .
* Use auto overflow tables
cherry-picked from a612500b0f
* Add endpoint for plugin subscription
* WIP
* WIP
* Simplify subscription JSON parsing
* Remove MangaDex files that are no longer needed
* Fix linter
* Refactor date filtering and use native date picker
* Delete unnecessary raise for debugging
* Subscription management API endpoints
* Store manga ID with subscriptions
* Add subscription manager page (WIP)
* Finish subscription manager page
* WIP
* Finish plugin updater
* Base64 encode chapter IDs
* Fix actions on download manager
* Trigger subscription update from manager page
* Fix timestamp precision issue in plugin
* Show target API version
* Update last checked from manager page
* Update last checked even when no chapters found
* Fix null pid
* Clean up
* Document the subscription endpoints
* Fix BigFloat conversion issue
* Confirmation before deleting subscriptions
* Reset table sort options
* Show manga title on subscription manager
2022-03-22 16:30:01 +08:00
Leeingnyo
b711072492
Fix lint
2021-12-26 04:10:03 +09:00
Leeingnyo
8fea35fa51
Use sorted_titles
2021-12-26 00:27:00 +09:00
Leeingnyo
00c9cc1fcd
Prevent saving a sort opt unnecessarily
2021-08-30 11:31:45 +09:00
Alex Ling
d9565718a4
Remove MangaDex integration
2021-08-20 00:25:21 +00:00
Alex Ling
1973564272
Revert "Subscription manager"
...
This reverts commit a612500b0f .
2021-08-18 12:09:59 +00:00
Alex Ling
7f0c256fe6
Log login errors
2021-04-25 12:41:29 +00:00
Alex Ling
a612500b0f
Subscription manager
2021-03-14 16:01:29 +00:00
Alex Ling
ee52c52f46
Fix new linter errors
2021-03-12 15:03:12 +00:00
Alex Ling
ca8e9a164e
Fix the /api page error when using base URL
2021-01-30 10:54:21 +00:00
Alex Ling
dcdcf29114
Sort tags on the tags page
2021-01-05 07:34:31 +00:00
Alex Ling
af2fd2a66a
Remove the Context and Router classes
2020-12-30 15:58:51 +00:00
Alex Ling
8188456788
Finish tagging
2020-12-30 11:13:43 +00:00
Alex Ling
1eace2c64c
Add the /tags/:tag page
2020-12-30 11:13:43 +00:00
Alex Ling
84d4b0c529
Switch to redoc and update API description
2020-12-21 06:04:26 +00:00
Alex Ling
341b586cb3
Add API documentation
2020-12-14 11:09:38 +00:00
Alex Ling
1719335d02
Add "Start Reading" section to home page ( #92 )
2020-08-01 15:17:18 +00:00
Alex Ling
22a660aabf
Fix 500 for empty plugins
2020-07-29 10:07:10 +00:00
Alex Ling
0e9a659828
Instantiate Plugin objects with IDs
2020-07-26 15:34:54 +00:00
Alex Ling
361d37d742
Decode plugin title before using it
2020-07-26 12:56:46 +00:00
Alex Ling
df8a6ee6da
Finish plugin functionalities
2020-07-23 17:15:40 +00:00
Alex Ling
2773c1e67f
Plugin download page WIP
2020-07-22 13:52:28 +00:00
Alex Ling
ba16c3db2f
Add SortOptions.from_info_json
2020-07-15 15:33:26 +00:00
Alex Ling
94a1e63963
Handle library/title sorting on backend ( #86 )
2020-07-15 10:34:53 +00:00
Alex Ling
c87b96dd0b
Improve performance for library and title pages
2020-06-24 16:29:34 +00:00
Alex Ling
96f98f6c78
Rename and format ECR files
2020-06-19 11:34:03 +00:00
Alex Ling
9302601307
Move relevant methods from Title to Entry
2020-06-13 15:54:55 +00:00
Alex Ling
c8be2849b9
Show progress for titles and nested titles
2020-06-11 12:36:25 +00:00
Alex Ling
926d0e66a5
Formatting
2020-06-08 15:29:05 +00:00
Alex Ling
53c3798691
Merge branch 'feature/home' into dev
2020-06-08 15:11:09 +00:00
Jared Turner
cff599f688
refactor get_recently_added_entries, new_user and empty_library
2020-06-08 15:23:36 +01:00
Jared Turner
fa85d9834f
Onboarding for new libraries and new users
2020-06-07 18:40:31 +01:00
Alex Ling
de690fbf29
Store token and callback URI in memory session
2020-06-07 16:18:34 +00:00
Alex Ling
012fd71ab4
Use a helper function to set token cookie
2020-06-05 14:31:12 +00:00
Jared Turner
808074e478
Add Recently Added to home
2020-06-05 15:13:19 +01:00
Jared Turner
4f5e05c008
refactor continue reading into Library class
2020-06-03 13:48:49 +01:00
Jared Turner
3ef6a7bfc4
continue reading sorted by last read
2020-06-01 15:29:18 +01:00
Alex Ling
e214e00dfb
Include port number in token
2020-06-01 13:50:51 +00:00
Alex Ling
4371c7877d
Use base URL in cookies path
2020-05-31 14:34:42 +00:00
Jared Turner
d2ad7fef77
WIP last_read property for Entries
2020-05-29 13:26:47 +01:00
Alex Ling
8fe2f3b4cc
Use base url in views
2020-05-23 14:16:56 +00:00
Alex Ling
60d4cee0a9
Respect base url setting when redirecting
2020-05-23 10:42:59 +00:00
Jared Turner
a2c7638141
refactor on deck to continue reading and show percentages on home
2020-05-20 10:38:23 +01:00
Alex Ling
c35e840694
Refactor the / route
2020-05-19 12:16:32 +00:00
Jared Turner
16734c2c59
rename root to library and add home with on deck WIP
2020-05-18 21:06:14 +01:00
Jared Turner
392b3d8339
fix load_percetage method name typo
2020-05-18 20:32:09 +01:00
Alex Ling
1bec9f0108
Use singleton in various classes
2020-05-07 10:12:58 +00:00
Alex Ling
8506044232
Handle errors in the "/" endpoint
2020-04-14 06:08:10 +00:00
Alex Ling
8b184ed48d
Project-wise code formatting
2020-04-08 05:25:12 +00:00
Alex Ling
7c9728683c
On the title page, hide progress label of nested titles
2020-04-02 00:16:19 +00:00