Mango/public/js
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
..
admin.js Add error handling on admin page (fixes #274) 2022-02-21 13:25:55 +00:00
alert.js 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
common.js Make uk-card adaptive to dark/light mode 2021-03-05 04:58:56 +00:00
dots.js Only truncate visible titles to improve load time 2020-10-20 14:36:56 +00:00
download-manager.js Fix actions on download manager (fixes #266) 2022-01-24 14:24:35 +00:00
missing-items.js Allow delete all missing items (#151) 2021-01-28 09:55:41 +00:00
plugin-download.js Feature/plugin v2 (#284) 2022-03-22 16:30:01 +08:00
reader.js Cast RightToLeft value to boolean when retrieving from local storage. 2022-01-05 19:04:40 +11:00
search.js - basic search functionality 2020-02-17 15:54:19 +00:00
sort-items.js Handle library/title sorting on backend (#86) 2020-07-15 10:34:53 +00:00
subscription-manager.js Feature/plugin v2 (#284) 2022-03-22 16:30:01 +08:00
subscription.js Better format ranges on subscription manager page 2021-03-15 07:12:10 +00:00
title.js Use val(), Remove callbacks after modal hidden 2021-12-26 05:56:45 +09:00
user-edit.js Use base url in JS files 2020-05-23 14:18:14 +00:00
user.js Use the correct verbs in the API 2020-12-14 12:49:56 +00:00