codex 1.7.9__py3-none-any.whl → 1.7.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- codex/choices/admin.py +20 -47
- codex/choices/reader.py +3 -3
- codex/db.py +1 -1
- codex/exceptions.py +1 -1
- codex/librarian/bookmark/tasks.py +1 -1
- codex/librarian/covers/status.py +2 -2
- codex/librarian/covers/tasks.py +0 -7
- codex/librarian/cron/crond.py +2 -2
- codex/librarian/importer/link_comics.py +3 -2
- codex/librarian/importer/query_covers.py +1 -1
- codex/librarian/importer/query_fks.py +1 -1
- codex/librarian/importer/status.py +2 -2
- codex/librarian/janitor/integrity.py +1 -1
- codex/librarian/janitor/status.py +2 -2
- codex/librarian/search/status.py +2 -2
- codex/librarian/telemeter/stats.py +1 -1
- codex/librarian/telemeter/telemeter.py +9 -14
- codex/librarian/watchdog/events.py +1 -1
- codex/librarian/watchdog/observers.py +1 -1
- codex/librarian/watchdog/status.py +2 -2
- codex/logger/{logging.py → logger.py} +2 -2
- codex/logger_base.py +1 -1
- codex/middleware.py +1 -1
- codex/migrations/0001_init.py +1 -1
- codex/migrations/0033_alter_librarianstatus_status_type.py +68 -0
- codex/models/admin.py +6 -15
- codex/models/bookmark.py +2 -2
- codex/models/comic.py +4 -4
- codex/models/groups.py +1 -1
- codex/models/named.py +1 -1
- codex/models/paths.py +2 -3
- codex/run.py +1 -1
- codex/serializers/browser/mixins.py +1 -1
- codex/serializers/fields/__init__.py +10 -10
- codex/serializers/fields/auth.py +1 -1
- codex/serializers/fields/browser.py +1 -1
- codex/serializers/fields/stats.py +1 -1
- codex/serializers/fields/vuetify.py +1 -1
- codex/serializers/models/pycountry.py +1 -1
- codex/serializers/opds/v2/progression.py +4 -4
- codex/signals/django_signals.py +1 -1
- codex/signals/os_signals.py +1 -1
- codex/startup.py +4 -8
- codex/static_root/assets/VCheckbox-BWg23XH7.1d0de86f89e8.js +1 -0
- codex/static_root/assets/VCheckbox-BWg23XH7.1d0de86f89e8.js.br +0 -0
- codex/static_root/assets/VCheckbox-BWg23XH7.1d0de86f89e8.js.gz +0 -0
- codex/static_root/assets/VCheckbox-BWg23XH7.js +1 -0
- codex/static_root/assets/VCheckbox-BWg23XH7.js.br +0 -0
- codex/static_root/assets/VCheckbox-BWg23XH7.js.gz +0 -0
- codex/static_root/assets/{VCheckboxBtn-gRk-tQmL.a387d0cc758b.js → VCheckboxBtn-wiuE0DJ7.7bf28584c99f.js} +1 -1
- codex/static_root/assets/VCheckboxBtn-wiuE0DJ7.7bf28584c99f.js.br +0 -0
- codex/static_root/assets/VCheckboxBtn-wiuE0DJ7.7bf28584c99f.js.gz +0 -0
- codex/static_root/assets/{VCheckboxBtn-gRk-tQmL.js → VCheckboxBtn-wiuE0DJ7.js} +1 -1
- codex/static_root/assets/VCheckboxBtn-wiuE0DJ7.js.br +0 -0
- codex/static_root/assets/VCheckboxBtn-wiuE0DJ7.js.gz +0 -0
- codex/static_root/assets/VCombobox-x6zK3RJ3.c7241fcc5a64.js +1 -0
- codex/static_root/assets/VCombobox-x6zK3RJ3.c7241fcc5a64.js.br +0 -0
- codex/static_root/assets/VCombobox-x6zK3RJ3.c7241fcc5a64.js.gz +0 -0
- codex/static_root/assets/VCombobox-x6zK3RJ3.js +1 -0
- codex/static_root/assets/VCombobox-x6zK3RJ3.js.br +0 -0
- codex/static_root/assets/VCombobox-x6zK3RJ3.js.gz +0 -0
- codex/static_root/assets/{VDialog-BQWGxOC0.557592e1297d.css → VDialog-DYkXmPin.3991696c6a81.css} +1 -1
- codex/static_root/assets/VDialog-DYkXmPin.3991696c6a81.css.br +0 -0
- codex/static_root/assets/VDialog-DYkXmPin.3991696c6a81.css.gz +0 -0
- codex/static_root/assets/{VDialog-BQWGxOC0.css → VDialog-DYkXmPin.css} +1 -1
- codex/static_root/assets/VDialog-DYkXmPin.css.br +0 -0
- codex/static_root/assets/VDialog-DYkXmPin.css.gz +0 -0
- codex/static_root/assets/VDialog-OthWhLDZ.deedc659cbb7.js +1 -0
- codex/static_root/assets/VDialog-OthWhLDZ.deedc659cbb7.js.br +0 -0
- codex/static_root/assets/VDialog-OthWhLDZ.deedc659cbb7.js.gz +0 -0
- codex/static_root/assets/VDialog-OthWhLDZ.js +1 -0
- codex/static_root/assets/VDialog-OthWhLDZ.js.br +0 -0
- codex/static_root/assets/VDialog-OthWhLDZ.js.gz +0 -0
- codex/static_root/assets/VDivider-JdO15t-G.37359224a349.js +1 -0
- codex/static_root/assets/VDivider-JdO15t-G.37359224a349.js.br +0 -0
- codex/static_root/assets/VDivider-JdO15t-G.37359224a349.js.gz +0 -0
- codex/static_root/assets/VDivider-JdO15t-G.js +1 -0
- codex/static_root/assets/VDivider-JdO15t-G.js.br +0 -0
- codex/static_root/assets/VDivider-JdO15t-G.js.gz +0 -0
- codex/static_root/assets/{VExpansionPanels-_1cO0EuX.1894a1e0b739.js → VExpansionPanels-vIBE1NDV.6a3323984fb8.js} +1 -1
- codex/static_root/assets/VExpansionPanels-vIBE1NDV.6a3323984fb8.js.br +0 -0
- codex/static_root/assets/VExpansionPanels-vIBE1NDV.6a3323984fb8.js.gz +0 -0
- codex/static_root/assets/{VExpansionPanels-_1cO0EuX.js → VExpansionPanels-vIBE1NDV.js} +1 -1
- codex/static_root/assets/VExpansionPanels-vIBE1NDV.js.br +0 -0
- codex/static_root/assets/VExpansionPanels-vIBE1NDV.js.gz +0 -0
- codex/static_root/assets/VForm-dmDeV5_M.d487bb4a6a43.js +1 -0
- codex/static_root/assets/VForm-dmDeV5_M.d487bb4a6a43.js.br +0 -0
- codex/static_root/assets/VForm-dmDeV5_M.d487bb4a6a43.js.gz +0 -0
- codex/static_root/assets/VForm-dmDeV5_M.js +1 -0
- codex/static_root/assets/VForm-dmDeV5_M.js.br +0 -0
- codex/static_root/assets/VForm-dmDeV5_M.js.gz +0 -0
- codex/static_root/assets/VRadioGroup-D-95qXAG.a1e32c668c7b.js +1 -0
- codex/static_root/assets/VRadioGroup-D-95qXAG.a1e32c668c7b.js.br +0 -0
- codex/static_root/assets/VRadioGroup-D-95qXAG.a1e32c668c7b.js.gz +0 -0
- codex/static_root/assets/VRadioGroup-D-95qXAG.js +1 -0
- codex/static_root/assets/VRadioGroup-D-95qXAG.js.br +0 -0
- codex/static_root/assets/VRadioGroup-D-95qXAG.js.gz +0 -0
- codex/static_root/assets/VSelect-CQoVHUk_.b126cfd240df.js +1 -0
- codex/static_root/assets/VSelect-CQoVHUk_.b126cfd240df.js.br +0 -0
- codex/static_root/assets/VSelect-CQoVHUk_.b126cfd240df.js.gz +0 -0
- codex/static_root/assets/VSelect-CQoVHUk_.js +1 -0
- codex/static_root/assets/VSelect-CQoVHUk_.js.br +0 -0
- codex/static_root/assets/VSelect-CQoVHUk_.js.gz +0 -0
- codex/static_root/assets/VSelectionControl-DR3WB2kF.8e2b62af4420.js +1 -0
- codex/static_root/assets/VSelectionControl-DR3WB2kF.8e2b62af4420.js.br +0 -0
- codex/static_root/assets/VSelectionControl-DR3WB2kF.8e2b62af4420.js.gz +0 -0
- codex/static_root/assets/VSelectionControl-DR3WB2kF.js +1 -0
- codex/static_root/assets/VSelectionControl-DR3WB2kF.js.br +0 -0
- codex/static_root/assets/VSelectionControl-DR3WB2kF.js.gz +0 -0
- codex/static_root/assets/VSelectionControl-DtEh26JD.css +1 -0
- codex/static_root/assets/VSelectionControl-DtEh26JD.css.br +0 -0
- codex/static_root/assets/VSelectionControl-DtEh26JD.css.gz +0 -0
- codex/static_root/assets/VSelectionControl-DtEh26JD.eec621947209.css +1 -0
- codex/static_root/assets/VSelectionControl-DtEh26JD.eec621947209.css.br +0 -0
- codex/static_root/assets/VSelectionControl-DtEh26JD.eec621947209.css.gz +0 -0
- codex/static_root/assets/VTable-DdAIbK7T.297df0a81277.js +1 -0
- codex/static_root/assets/VTable-DdAIbK7T.297df0a81277.js.br +0 -0
- codex/static_root/assets/VTable-DdAIbK7T.297df0a81277.js.gz +0 -0
- codex/static_root/assets/VTable-DdAIbK7T.js +1 -0
- codex/static_root/assets/VTable-DdAIbK7T.js.br +0 -0
- codex/static_root/assets/VTable-DdAIbK7T.js.gz +0 -0
- codex/static_root/assets/{VWindowItem--fSJo-3a.a813df7e5399.js → VWindowItem-DDjwD_H9.712a45940238.js} +1 -1
- codex/static_root/assets/VWindowItem-DDjwD_H9.712a45940238.js.br +0 -0
- codex/static_root/assets/VWindowItem-DDjwD_H9.712a45940238.js.gz +0 -0
- codex/static_root/assets/{VWindowItem--fSJo-3a.js → VWindowItem-DDjwD_H9.js} +1 -1
- codex/static_root/assets/VWindowItem-DDjwD_H9.js.br +0 -0
- codex/static_root/assets/VWindowItem-DDjwD_H9.js.gz +0 -0
- codex/static_root/assets/{admin-DSf9mKpY.b127f911852f.js → admin-DD2SkqRx.039722adfae5.js} +1 -1
- codex/static_root/assets/admin-DD2SkqRx.039722adfae5.js.br +0 -0
- codex/static_root/assets/admin-DD2SkqRx.039722adfae5.js.gz +0 -0
- codex/static_root/assets/{admin-DSf9mKpY.js → admin-DD2SkqRx.js} +1 -1
- codex/static_root/assets/admin-DD2SkqRx.js.br +0 -0
- codex/static_root/assets/admin-DD2SkqRx.js.gz +0 -0
- codex/static_root/assets/{admin-BQnJdQdA.81c79d104ff0.js → admin-i6V__Ibr.022e55cde6a4.js} +1 -1
- codex/static_root/assets/admin-i6V__Ibr.022e55cde6a4.js.br +0 -0
- codex/static_root/assets/admin-i6V__Ibr.022e55cde6a4.js.gz +0 -0
- codex/static_root/assets/{admin-BQnJdQdA.js → admin-i6V__Ibr.js} +1 -1
- codex/static_root/assets/admin-i6V__Ibr.js.br +0 -0
- codex/static_root/assets/admin-i6V__Ibr.js.gz +0 -0
- codex/static_root/assets/admin-menu-B4SzsUdK.6639a1cbf4e7.js +1 -0
- codex/static_root/assets/admin-menu-B4SzsUdK.6639a1cbf4e7.js.br +0 -0
- codex/static_root/assets/admin-menu-B4SzsUdK.6639a1cbf4e7.js.gz +0 -0
- codex/static_root/assets/admin-menu-B4SzsUdK.js +1 -0
- codex/static_root/assets/admin-menu-B4SzsUdK.js.br +0 -0
- codex/static_root/assets/admin-menu-B4SzsUdK.js.gz +0 -0
- codex/static_root/assets/admin-settings-button-progress-DhAZCqmL.04743416c2a4.js +1 -0
- codex/static_root/assets/admin-settings-button-progress-DhAZCqmL.04743416c2a4.js.br +0 -0
- codex/static_root/assets/admin-settings-button-progress-DhAZCqmL.04743416c2a4.js.gz +0 -0
- codex/static_root/assets/admin-settings-button-progress-DhAZCqmL.js +1 -0
- codex/static_root/assets/admin-settings-button-progress-DhAZCqmL.js.br +0 -0
- codex/static_root/assets/admin-settings-button-progress-DhAZCqmL.js.gz +0 -0
- codex/static_root/assets/admin-settings-button-progress-XVi7SeHr.435dc945daf1.css +1 -0
- codex/static_root/assets/admin-settings-button-progress-XVi7SeHr.css +1 -0
- codex/static_root/assets/browser-BJ95cpa4.e30f8b92b0c7.js +1 -0
- codex/static_root/assets/browser-BJ95cpa4.e30f8b92b0c7.js.br +0 -0
- codex/static_root/assets/browser-BJ95cpa4.e30f8b92b0c7.js.gz +0 -0
- codex/static_root/assets/browser-BJ95cpa4.js +1 -0
- codex/static_root/assets/browser-BJ95cpa4.js.br +0 -0
- codex/static_root/assets/browser-BJ95cpa4.js.gz +0 -0
- codex/static_root/assets/{browser-CECBMxOy.a750213334d5.css → browser-Bf8JG2CE.3af978c1f766.css} +1 -1
- codex/static_root/assets/browser-Bf8JG2CE.3af978c1f766.css.br +0 -0
- codex/static_root/assets/browser-Bf8JG2CE.3af978c1f766.css.gz +0 -0
- codex/static_root/assets/{browser-CECBMxOy.css → browser-Bf8JG2CE.css} +1 -1
- codex/static_root/assets/browser-Bf8JG2CE.css.br +0 -0
- codex/static_root/assets/browser-Bf8JG2CE.css.gz +0 -0
- codex/static_root/assets/{change-password-dialog-DWFtOUJt.18015223f76b.js → change-password-dialog-By3fj_TQ.c5eac945e204.js} +1 -1
- codex/static_root/assets/change-password-dialog-By3fj_TQ.c5eac945e204.js.br +0 -0
- codex/static_root/assets/change-password-dialog-By3fj_TQ.c5eac945e204.js.gz +0 -0
- codex/static_root/assets/{change-password-dialog-DWFtOUJt.js → change-password-dialog-By3fj_TQ.js} +1 -1
- codex/static_root/assets/change-password-dialog-By3fj_TQ.js.br +0 -0
- codex/static_root/assets/change-password-dialog-By3fj_TQ.js.gz +0 -0
- codex/static_root/assets/confirm-dialog-dLx7MoUh.06fae90da0ac.js +1 -0
- codex/static_root/assets/confirm-dialog-dLx7MoUh.06fae90da0ac.js.br +0 -0
- codex/static_root/assets/confirm-dialog-dLx7MoUh.06fae90da0ac.js.gz +0 -0
- codex/static_root/assets/confirm-dialog-dLx7MoUh.js +1 -0
- codex/static_root/assets/confirm-dialog-dLx7MoUh.js.br +0 -0
- codex/static_root/assets/confirm-dialog-dLx7MoUh.js.gz +0 -0
- codex/static_root/assets/datetime-column-CYEe6t74.2500e9a7b4a4.js +1 -0
- codex/static_root/assets/datetime-column-CYEe6t74.2500e9a7b4a4.js.br +0 -0
- codex/static_root/assets/datetime-column-CYEe6t74.2500e9a7b4a4.js.gz +0 -0
- codex/static_root/assets/datetime-column-CYEe6t74.js +1 -0
- codex/static_root/assets/datetime-column-CYEe6t74.js.br +0 -0
- codex/static_root/assets/datetime-column-CYEe6t74.js.gz +0 -0
- codex/static_root/assets/filter-CX5R_mAN.0fd3b1a14779.js +1 -0
- codex/static_root/assets/filter-CX5R_mAN.0fd3b1a14779.js.br +0 -0
- codex/static_root/assets/filter-CX5R_mAN.0fd3b1a14779.js.gz +0 -0
- codex/static_root/assets/filter-CX5R_mAN.js +1 -0
- codex/static_root/assets/filter-CX5R_mAN.js.br +0 -0
- codex/static_root/assets/filter-CX5R_mAN.js.gz +0 -0
- codex/static_root/assets/{flag-tab-CqtkOuiR.2c865d108820.js → flag-tab-ElQxMWbZ.e5ba707bac09.js} +1 -1
- codex/static_root/assets/flag-tab-ElQxMWbZ.e5ba707bac09.js.br +0 -0
- codex/static_root/assets/flag-tab-ElQxMWbZ.e5ba707bac09.js.gz +0 -0
- codex/static_root/assets/{flag-tab-CqtkOuiR.js → flag-tab-ElQxMWbZ.js} +1 -1
- codex/static_root/assets/flag-tab-ElQxMWbZ.js.br +0 -0
- codex/static_root/assets/flag-tab-ElQxMWbZ.js.gz +0 -0
- codex/static_root/assets/forwardRefs-DlsL_f4M.662d81eac923.js +1 -0
- codex/static_root/assets/forwardRefs-DlsL_f4M.662d81eac923.js.br +0 -0
- codex/static_root/assets/forwardRefs-DlsL_f4M.662d81eac923.js.gz +0 -0
- codex/static_root/assets/forwardRefs-DlsL_f4M.js +1 -0
- codex/static_root/assets/forwardRefs-DlsL_f4M.js.br +0 -0
- codex/static_root/assets/forwardRefs-DlsL_f4M.js.gz +0 -0
- codex/static_root/assets/{group-tab-zhr0Gxv-.93393ff22310.js → group-tab-CqVQHStZ.4c72ec7c5179.js} +1 -1
- codex/static_root/assets/group-tab-CqVQHStZ.4c72ec7c5179.js.br +0 -0
- codex/static_root/assets/group-tab-CqVQHStZ.4c72ec7c5179.js.gz +0 -0
- codex/static_root/assets/{group-tab-zhr0Gxv-.js → group-tab-CqVQHStZ.js} +1 -1
- codex/static_root/assets/group-tab-CqVQHStZ.js.br +0 -0
- codex/static_root/assets/group-tab-CqVQHStZ.js.gz +0 -0
- codex/static_root/assets/http-error-D9X2r_ts.71a1241440db.js +1 -0
- codex/static_root/assets/http-error-D9X2r_ts.71a1241440db.js.br +0 -0
- codex/static_root/assets/http-error-D9X2r_ts.71a1241440db.js.gz +0 -0
- codex/static_root/assets/http-error-D9X2r_ts.js +1 -0
- codex/static_root/assets/http-error-D9X2r_ts.js.br +0 -0
- codex/static_root/assets/http-error-D9X2r_ts.js.gz +0 -0
- codex/static_root/assets/index-Ciy2g1_l.a4d7e7a1851a.js +1 -0
- codex/static_root/assets/index-Ciy2g1_l.a4d7e7a1851a.js.br +0 -0
- codex/static_root/assets/index-Ciy2g1_l.a4d7e7a1851a.js.gz +0 -0
- codex/static_root/assets/index-Ciy2g1_l.js +1 -0
- codex/static_root/assets/index-Ciy2g1_l.js.br +0 -0
- codex/static_root/assets/index-Ciy2g1_l.js.gz +0 -0
- codex/static_root/assets/{library-tab-thTonyXr.58b745660d42.css → library-tab-DLpvMqPW.2989f610950b.css} +1 -1
- codex/static_root/assets/library-tab-DLpvMqPW.2989f610950b.css.br +0 -0
- codex/static_root/assets/library-tab-DLpvMqPW.2989f610950b.css.gz +0 -0
- codex/static_root/assets/{library-tab-thTonyXr.css → library-tab-DLpvMqPW.css} +1 -1
- codex/static_root/assets/library-tab-DLpvMqPW.css.br +0 -0
- codex/static_root/assets/library-tab-DLpvMqPW.css.gz +0 -0
- codex/static_root/assets/library-tab-gTOFQ_iR.43484dac2129.js +1 -0
- codex/static_root/assets/library-tab-gTOFQ_iR.43484dac2129.js.br +0 -0
- codex/static_root/assets/library-tab-gTOFQ_iR.43484dac2129.js.gz +0 -0
- codex/static_root/assets/library-tab-gTOFQ_iR.js +1 -0
- codex/static_root/assets/library-tab-gTOFQ_iR.js.br +0 -0
- codex/static_root/assets/library-tab-gTOFQ_iR.js.gz +0 -0
- codex/static_root/assets/main-Bh4TRBe6.eabe3bd7c355.js +35 -0
- codex/static_root/assets/main-Bh4TRBe6.eabe3bd7c355.js.br +0 -0
- codex/static_root/assets/main-Bh4TRBe6.eabe3bd7c355.js.gz +0 -0
- codex/static_root/assets/main-Bh4TRBe6.js +35 -0
- codex/static_root/assets/main-Bh4TRBe6.js.br +0 -0
- codex/static_root/assets/main-Bh4TRBe6.js.gz +0 -0
- codex/static_root/assets/pager-full-pdf-BJ2ugo4Y.fb70d1a2caab.js +1 -0
- codex/static_root/assets/pager-full-pdf-BJ2ugo4Y.fb70d1a2caab.js.br +0 -0
- codex/static_root/assets/pager-full-pdf-BJ2ugo4Y.fb70d1a2caab.js.gz +0 -0
- codex/static_root/assets/pager-full-pdf-BJ2ugo4Y.js +1 -0
- codex/static_root/assets/pager-full-pdf-BJ2ugo4Y.js.br +0 -0
- codex/static_root/assets/pager-full-pdf-BJ2ugo4Y.js.gz +0 -0
- codex/static_root/assets/pagination-toolbar-BwTjydSq.3086700f965d.js +1 -0
- codex/static_root/assets/pagination-toolbar-BwTjydSq.3086700f965d.js.br +0 -0
- codex/static_root/assets/pagination-toolbar-BwTjydSq.3086700f965d.js.gz +0 -0
- codex/static_root/assets/pagination-toolbar-BwTjydSq.js +1 -0
- codex/static_root/assets/pagination-toolbar-BwTjydSq.js.br +0 -0
- codex/static_root/assets/pagination-toolbar-BwTjydSq.js.gz +0 -0
- codex/static_root/assets/{pagination-toolbar-CpIvhu_T.0e1a1bac9f65.css → pagination-toolbar-CzT9Hc3f.487e647604e2.css} +1 -1
- codex/static_root/assets/pagination-toolbar-CzT9Hc3f.487e647604e2.css.br +0 -0
- codex/static_root/assets/{pagination-toolbar-CpIvhu_T.0e1a1bac9f65.css.gz → pagination-toolbar-CzT9Hc3f.487e647604e2.css.gz} +0 -0
- codex/static_root/assets/{pagination-toolbar-CpIvhu_T.css → pagination-toolbar-CzT9Hc3f.css} +1 -1
- codex/static_root/assets/pagination-toolbar-CzT9Hc3f.css.br +0 -0
- codex/static_root/assets/{pagination-toolbar-CpIvhu_T.css.gz → pagination-toolbar-CzT9Hc3f.css.gz} +0 -0
- codex/static_root/assets/pdf-doc-DxqOo2k2.42496ffbf35b.css +1 -0
- codex/static_root/assets/pdf-doc-DxqOo2k2.42496ffbf35b.css.br +0 -0
- codex/static_root/assets/pdf-doc-DxqOo2k2.42496ffbf35b.css.gz +0 -0
- codex/static_root/assets/pdf-doc-DxqOo2k2.css +1 -0
- codex/static_root/assets/pdf-doc-DxqOo2k2.css.br +0 -0
- codex/static_root/assets/pdf-doc-DxqOo2k2.css.gz +0 -0
- codex/static_root/assets/pdf-doc-cr8rSW0K.42089de27088.js +372 -0
- codex/static_root/assets/pdf-doc-cr8rSW0K.42089de27088.js.br +0 -0
- codex/static_root/assets/pdf-doc-cr8rSW0K.42089de27088.js.gz +0 -0
- codex/static_root/assets/pdf-doc-cr8rSW0K.js +372 -0
- codex/static_root/assets/pdf-doc-cr8rSW0K.js.br +0 -0
- codex/static_root/assets/pdf-doc-cr8rSW0K.js.gz +0 -0
- codex/static_root/assets/{reader-vxxoy39S.js → reader-B2vknx-p.b97c9147c346.js} +2 -2
- codex/static_root/assets/reader-B2vknx-p.b97c9147c346.js.br +0 -0
- codex/static_root/assets/reader-B2vknx-p.b97c9147c346.js.gz +0 -0
- codex/static_root/assets/{reader-vxxoy39S.5a306c3b0f19.js → reader-B2vknx-p.js} +2 -2
- codex/static_root/assets/reader-B2vknx-p.js.br +0 -0
- codex/static_root/assets/reader-B2vknx-p.js.gz +0 -0
- codex/static_root/assets/{reader-Bcw698_5.b73e2757553f.css → reader-DdWNjEED.97c15f661faf.css} +1 -1
- codex/static_root/assets/reader-DdWNjEED.97c15f661faf.css.br +0 -0
- codex/static_root/assets/reader-DdWNjEED.97c15f661faf.css.gz +0 -0
- codex/static_root/assets/{reader-Bcw698_5.css → reader-DdWNjEED.css} +1 -1
- codex/static_root/assets/reader-DdWNjEED.css.br +0 -0
- codex/static_root/assets/reader-DdWNjEED.css.gz +0 -0
- codex/static_root/assets/relation-chips-BJETO4cu.5cc9f906ae86.js +1 -0
- codex/static_root/assets/relation-chips-BJETO4cu.5cc9f906ae86.js.br +0 -0
- codex/static_root/assets/relation-chips-BJETO4cu.5cc9f906ae86.js.gz +0 -0
- codex/static_root/assets/relation-chips-BJETO4cu.js +1 -0
- codex/static_root/assets/relation-chips-BJETO4cu.js.br +0 -0
- codex/static_root/assets/relation-chips-BJETO4cu.js.gz +0 -0
- codex/static_root/assets/{relation-chips-CifZPloM.css → relation-chips-eQkZvJcT.6b52d3f66aed.css} +1 -1
- codex/static_root/assets/relation-chips-eQkZvJcT.6b52d3f66aed.css.br +0 -0
- codex/static_root/assets/relation-chips-eQkZvJcT.6b52d3f66aed.css.gz +0 -0
- codex/static_root/assets/{relation-chips-CifZPloM.e1f40ac9ae8b.css → relation-chips-eQkZvJcT.css} +1 -1
- codex/static_root/assets/relation-chips-eQkZvJcT.css.br +0 -0
- codex/static_root/assets/relation-chips-eQkZvJcT.css.gz +0 -0
- codex/static_root/assets/settings-drawer-DGxdcvk4.30900a8bc3ff.js +2 -0
- codex/static_root/assets/settings-drawer-DGxdcvk4.30900a8bc3ff.js.br +0 -0
- codex/static_root/assets/settings-drawer-DGxdcvk4.30900a8bc3ff.js.gz +0 -0
- codex/static_root/assets/settings-drawer-DGxdcvk4.js +2 -0
- codex/static_root/assets/settings-drawer-DGxdcvk4.js.br +0 -0
- codex/static_root/assets/settings-drawer-DGxdcvk4.js.gz +0 -0
- codex/static_root/assets/{settings-drawer-Bl-6rF9E.7ace6186c209.css → settings-drawer-WyG6HLH-.css} +1 -1
- codex/static_root/assets/settings-drawer-WyG6HLH-.css.br +0 -0
- codex/static_root/assets/settings-drawer-WyG6HLH-.css.gz +0 -0
- codex/static_root/assets/{settings-drawer-Bl-6rF9E.css → settings-drawer-WyG6HLH-.fe251f6d0a75.css} +1 -1
- codex/static_root/assets/settings-drawer-WyG6HLH-.fe251f6d0a75.css.br +0 -0
- codex/static_root/assets/settings-drawer-WyG6HLH-.fe251f6d0a75.css.gz +0 -0
- codex/static_root/assets/{ssrBoot-D0SN4REy.6200754b59d8.js → ssrBoot-CAsgsyDf.726bc1a727b7.js} +1 -1
- codex/static_root/assets/ssrBoot-CAsgsyDf.726bc1a727b7.js.br +0 -0
- codex/static_root/assets/ssrBoot-CAsgsyDf.726bc1a727b7.js.gz +0 -0
- codex/static_root/assets/{ssrBoot-D0SN4REy.js → ssrBoot-CAsgsyDf.js} +1 -1
- codex/static_root/assets/ssrBoot-CAsgsyDf.js.br +0 -0
- codex/static_root/assets/ssrBoot-CAsgsyDf.js.gz +0 -0
- codex/static_root/assets/stats-tab-B2rq8Yvl.3d1cb4751160.js +1 -0
- codex/static_root/assets/stats-tab-B2rq8Yvl.3d1cb4751160.js.br +0 -0
- codex/static_root/assets/stats-tab-B2rq8Yvl.3d1cb4751160.js.gz +0 -0
- codex/static_root/assets/stats-tab-B2rq8Yvl.js +1 -0
- codex/static_root/assets/stats-tab-B2rq8Yvl.js.br +0 -0
- codex/static_root/assets/stats-tab-B2rq8Yvl.js.gz +0 -0
- codex/static_root/assets/task-tab-DL6WROkd.6c75d2f501ad.js +1 -0
- codex/static_root/assets/task-tab-DL6WROkd.6c75d2f501ad.js.br +0 -0
- codex/static_root/assets/task-tab-DL6WROkd.6c75d2f501ad.js.gz +0 -0
- codex/static_root/assets/task-tab-DL6WROkd.js +1 -0
- codex/static_root/assets/task-tab-DL6WROkd.js.br +0 -0
- codex/static_root/assets/task-tab-DL6WROkd.js.gz +0 -0
- codex/static_root/assets/{unauthorized-BJ-YJYOs.6c0a0813ec2e.js → unauthorized-CGmdx8H3.88f8cccac020.js} +1 -1
- codex/static_root/assets/unauthorized-CGmdx8H3.88f8cccac020.js.br +0 -0
- codex/static_root/assets/unauthorized-CGmdx8H3.88f8cccac020.js.gz +0 -0
- codex/static_root/assets/{unauthorized-BJ-YJYOs.js → unauthorized-CGmdx8H3.js} +1 -1
- codex/static_root/assets/unauthorized-CGmdx8H3.js.br +0 -0
- codex/static_root/assets/unauthorized-CGmdx8H3.js.gz +0 -0
- codex/static_root/assets/user-tab-pnWYdoCh.b8b1c35dc74b.js +1 -0
- codex/static_root/assets/user-tab-pnWYdoCh.b8b1c35dc74b.js.br +0 -0
- codex/static_root/assets/user-tab-pnWYdoCh.b8b1c35dc74b.js.gz +0 -0
- codex/static_root/assets/user-tab-pnWYdoCh.js +1 -0
- codex/static_root/assets/user-tab-pnWYdoCh.js.br +0 -0
- codex/static_root/assets/user-tab-pnWYdoCh.js.gz +0 -0
- codex/static_root/manifest.b023317c84d2.json +757 -0
- codex/static_root/manifest.b023317c84d2.json.br +0 -0
- codex/static_root/manifest.b023317c84d2.json.gz +0 -0
- codex/static_root/manifest.json +338 -338
- codex/static_root/manifest.json.br +0 -0
- codex/static_root/manifest.json.gz +0 -0
- codex/static_root/staticfiles.json +1 -1
- codex/templates/pwa/serviceworker-register.js +0 -1
- codex/urls/converters.py +1 -1
- codex/views/admin/flag.py +1 -1
- codex/views/admin/group.py +1 -1
- codex/views/admin/library.py +1 -1
- codex/views/admin/stats.py +1 -1
- codex/views/admin/tasks.py +1 -1
- codex/views/admin/user.py +1 -1
- codex/views/auth.py +1 -1
- codex/views/bookmark.py +2 -2
- codex/views/browser/annotate/bookmark.py +1 -1
- codex/views/browser/annotate/card.py +1 -1
- codex/views/browser/annotate/order.py +1 -1
- codex/views/browser/bookmark.py +1 -1
- codex/views/browser/breadcrumbs.py +5 -3
- codex/views/browser/browser.py +1 -1
- codex/views/browser/choices.py +1 -1
- codex/views/browser/cover.py +1 -1
- codex/views/browser/download.py +1 -1
- codex/views/browser/filters/filter.py +1 -1
- codex/views/browser/filters/search/field/column.py +1 -1
- codex/views/browser/filters/search/field/expression.py +1 -1
- codex/views/browser/filters/search/field/filter.py +1 -1
- codex/views/browser/filters/search/fts.py +1 -1
- codex/views/browser/filters/search/parse.py +2 -2
- codex/views/browser/group_mtime.py +1 -1
- codex/views/browser/metadata/metadata.py +1 -1
- codex/views/browser/mtime.py +1 -1
- codex/views/browser/order_by.py +2 -4
- codex/views/browser/page_in_bounds.py +1 -1
- codex/views/browser/paginate.py +1 -1
- codex/views/browser/validate.py +1 -1
- codex/views/mixins.py +1 -1
- codex/views/opds/v1/entry/entry.py +1 -1
- codex/views/opds/v1/entry/links.py +1 -1
- codex/views/opds/v1/facets.py +2 -5
- codex/views/opds/v1/feed.py +1 -1
- codex/views/opds/v1/links.py +1 -1
- codex/views/opds/v2/feed.py +1 -1
- codex/views/opds/v2/progression.py +1 -1
- codex/views/public.py +1 -1
- codex/views/reader/page.py +1 -1
- codex/views/reader/params.py +1 -1
- codex/views/reader/reader.py +1 -1
- codex/views/session.py +1 -1
- codex/views/timezone.py +1 -1
- codex/websockets/consumers.py +1 -1
- {codex-1.7.9.dist-info → codex-1.7.11.dist-info}/METADATA +17 -8
- {codex-1.7.9.dist-info → codex-1.7.11.dist-info}/RECORD +394 -393
- {codex-1.7.9.dist-info → codex-1.7.11.dist-info}/WHEEL +1 -1
- codex/static_root/assets/VCheckbox-LVWiZ44B.eb8618ce7e3b.js +0 -1
- codex/static_root/assets/VCheckbox-LVWiZ44B.eb8618ce7e3b.js.br +0 -0
- codex/static_root/assets/VCheckbox-LVWiZ44B.eb8618ce7e3b.js.gz +0 -0
- codex/static_root/assets/VCheckbox-LVWiZ44B.js +0 -1
- codex/static_root/assets/VCheckbox-LVWiZ44B.js.br +0 -0
- codex/static_root/assets/VCheckbox-LVWiZ44B.js.gz +0 -0
- codex/static_root/assets/VCheckboxBtn-gRk-tQmL.a387d0cc758b.js.br +0 -0
- codex/static_root/assets/VCheckboxBtn-gRk-tQmL.a387d0cc758b.js.gz +0 -0
- codex/static_root/assets/VCheckboxBtn-gRk-tQmL.js.br +0 -0
- codex/static_root/assets/VCheckboxBtn-gRk-tQmL.js.gz +0 -0
- codex/static_root/assets/VCombobox-jQrh5qob.6c207fd6e025.js +0 -1
- codex/static_root/assets/VCombobox-jQrh5qob.6c207fd6e025.js.br +0 -0
- codex/static_root/assets/VCombobox-jQrh5qob.6c207fd6e025.js.gz +0 -0
- codex/static_root/assets/VCombobox-jQrh5qob.js +0 -1
- codex/static_root/assets/VCombobox-jQrh5qob.js.br +0 -0
- codex/static_root/assets/VCombobox-jQrh5qob.js.gz +0 -0
- codex/static_root/assets/VDialog-BQWGxOC0.557592e1297d.css.br +0 -0
- codex/static_root/assets/VDialog-BQWGxOC0.557592e1297d.css.gz +0 -0
- codex/static_root/assets/VDialog-BQWGxOC0.css.br +0 -0
- codex/static_root/assets/VDialog-BQWGxOC0.css.gz +0 -0
- codex/static_root/assets/VDialog-Z7zDn7KN.3abbe97d56e8.js +0 -1
- codex/static_root/assets/VDialog-Z7zDn7KN.3abbe97d56e8.js.br +0 -0
- codex/static_root/assets/VDialog-Z7zDn7KN.3abbe97d56e8.js.gz +0 -0
- codex/static_root/assets/VDialog-Z7zDn7KN.js +0 -1
- codex/static_root/assets/VDialog-Z7zDn7KN.js.br +0 -0
- codex/static_root/assets/VDialog-Z7zDn7KN.js.gz +0 -0
- codex/static_root/assets/VDivider-Nn4Fa5-R.572a9a554615.js +0 -1
- codex/static_root/assets/VDivider-Nn4Fa5-R.572a9a554615.js.br +0 -0
- codex/static_root/assets/VDivider-Nn4Fa5-R.572a9a554615.js.gz +0 -0
- codex/static_root/assets/VDivider-Nn4Fa5-R.js +0 -1
- codex/static_root/assets/VDivider-Nn4Fa5-R.js.br +0 -0
- codex/static_root/assets/VDivider-Nn4Fa5-R.js.gz +0 -0
- codex/static_root/assets/VExpansionPanels-_1cO0EuX.1894a1e0b739.js.br +0 -0
- codex/static_root/assets/VExpansionPanels-_1cO0EuX.1894a1e0b739.js.gz +0 -0
- codex/static_root/assets/VExpansionPanels-_1cO0EuX.js.br +0 -0
- codex/static_root/assets/VExpansionPanels-_1cO0EuX.js.gz +0 -0
- codex/static_root/assets/VForm-CVsL2Cxt.7d56b07f9bf7.js +0 -1
- codex/static_root/assets/VForm-CVsL2Cxt.7d56b07f9bf7.js.br +0 -0
- codex/static_root/assets/VForm-CVsL2Cxt.7d56b07f9bf7.js.gz +0 -0
- codex/static_root/assets/VForm-CVsL2Cxt.js +0 -1
- codex/static_root/assets/VForm-CVsL2Cxt.js.br +0 -0
- codex/static_root/assets/VForm-CVsL2Cxt.js.gz +0 -0
- codex/static_root/assets/VRadioGroup-B0OEyAiT.1371f03dda54.js +0 -1
- codex/static_root/assets/VRadioGroup-B0OEyAiT.1371f03dda54.js.br +0 -0
- codex/static_root/assets/VRadioGroup-B0OEyAiT.1371f03dda54.js.gz +0 -0
- codex/static_root/assets/VRadioGroup-B0OEyAiT.js +0 -1
- codex/static_root/assets/VRadioGroup-B0OEyAiT.js.br +0 -0
- codex/static_root/assets/VRadioGroup-B0OEyAiT.js.gz +0 -0
- codex/static_root/assets/VSelect-CyG4ax1z.bf63a0b16754.js +0 -1
- codex/static_root/assets/VSelect-CyG4ax1z.bf63a0b16754.js.br +0 -0
- codex/static_root/assets/VSelect-CyG4ax1z.bf63a0b16754.js.gz +0 -0
- codex/static_root/assets/VSelect-CyG4ax1z.js +0 -1
- codex/static_root/assets/VSelect-CyG4ax1z.js.br +0 -0
- codex/static_root/assets/VSelect-CyG4ax1z.js.gz +0 -0
- codex/static_root/assets/VSelectionControl-DPpfgCW2.cc18de4e83f6.css +0 -1
- codex/static_root/assets/VSelectionControl-DPpfgCW2.cc18de4e83f6.css.br +0 -0
- codex/static_root/assets/VSelectionControl-DPpfgCW2.cc18de4e83f6.css.gz +0 -0
- codex/static_root/assets/VSelectionControl-DPpfgCW2.css +0 -1
- codex/static_root/assets/VSelectionControl-DPpfgCW2.css.br +0 -0
- codex/static_root/assets/VSelectionControl-DPpfgCW2.css.gz +0 -0
- codex/static_root/assets/VSelectionControl-dirzqbsX.4027f5ec6485.js +0 -1
- codex/static_root/assets/VSelectionControl-dirzqbsX.4027f5ec6485.js.br +0 -0
- codex/static_root/assets/VSelectionControl-dirzqbsX.4027f5ec6485.js.gz +0 -0
- codex/static_root/assets/VSelectionControl-dirzqbsX.js +0 -1
- codex/static_root/assets/VSelectionControl-dirzqbsX.js.br +0 -0
- codex/static_root/assets/VSelectionControl-dirzqbsX.js.gz +0 -0
- codex/static_root/assets/VTable-C5cDzOH4.18cd77d58541.js +0 -1
- codex/static_root/assets/VTable-C5cDzOH4.18cd77d58541.js.br +0 -0
- codex/static_root/assets/VTable-C5cDzOH4.18cd77d58541.js.gz +0 -0
- codex/static_root/assets/VTable-C5cDzOH4.js +0 -1
- codex/static_root/assets/VTable-C5cDzOH4.js.br +0 -0
- codex/static_root/assets/VTable-C5cDzOH4.js.gz +0 -0
- codex/static_root/assets/VWindowItem--fSJo-3a.a813df7e5399.js.br +0 -0
- codex/static_root/assets/VWindowItem--fSJo-3a.a813df7e5399.js.gz +0 -0
- codex/static_root/assets/VWindowItem--fSJo-3a.js.br +0 -0
- codex/static_root/assets/VWindowItem--fSJo-3a.js.gz +0 -0
- codex/static_root/assets/admin-BQnJdQdA.81c79d104ff0.js.br +0 -0
- codex/static_root/assets/admin-BQnJdQdA.81c79d104ff0.js.gz +0 -0
- codex/static_root/assets/admin-BQnJdQdA.js.br +0 -0
- codex/static_root/assets/admin-BQnJdQdA.js.gz +0 -0
- codex/static_root/assets/admin-DSf9mKpY.b127f911852f.js.br +0 -0
- codex/static_root/assets/admin-DSf9mKpY.b127f911852f.js.gz +0 -0
- codex/static_root/assets/admin-DSf9mKpY.js.br +0 -0
- codex/static_root/assets/admin-DSf9mKpY.js.gz +0 -0
- codex/static_root/assets/admin-menu-CKCjLT04.51b56cb91f67.js +0 -1
- codex/static_root/assets/admin-menu-CKCjLT04.51b56cb91f67.js.br +0 -0
- codex/static_root/assets/admin-menu-CKCjLT04.51b56cb91f67.js.gz +0 -0
- codex/static_root/assets/admin-menu-CKCjLT04.js +0 -1
- codex/static_root/assets/admin-menu-CKCjLT04.js.br +0 -0
- codex/static_root/assets/admin-menu-CKCjLT04.js.gz +0 -0
- codex/static_root/assets/admin-settings-button-progress-BGB22oTD.2548c49a853e.css +0 -1
- codex/static_root/assets/admin-settings-button-progress-BGB22oTD.css +0 -1
- codex/static_root/assets/admin-settings-button-progress-Dsj9f3z2.210930191fa0.js +0 -1
- codex/static_root/assets/admin-settings-button-progress-Dsj9f3z2.210930191fa0.js.br +0 -0
- codex/static_root/assets/admin-settings-button-progress-Dsj9f3z2.210930191fa0.js.gz +0 -0
- codex/static_root/assets/admin-settings-button-progress-Dsj9f3z2.js +0 -1
- codex/static_root/assets/admin-settings-button-progress-Dsj9f3z2.js.br +0 -0
- codex/static_root/assets/admin-settings-button-progress-Dsj9f3z2.js.gz +0 -0
- codex/static_root/assets/browser-CECBMxOy.a750213334d5.css.br +0 -0
- codex/static_root/assets/browser-CECBMxOy.a750213334d5.css.gz +0 -0
- codex/static_root/assets/browser-CECBMxOy.css.br +0 -0
- codex/static_root/assets/browser-CECBMxOy.css.gz +0 -0
- codex/static_root/assets/browser-zmau8SdP.62ab5052ac3c.js +0 -1
- codex/static_root/assets/browser-zmau8SdP.62ab5052ac3c.js.br +0 -0
- codex/static_root/assets/browser-zmau8SdP.62ab5052ac3c.js.gz +0 -0
- codex/static_root/assets/browser-zmau8SdP.js +0 -1
- codex/static_root/assets/browser-zmau8SdP.js.br +0 -0
- codex/static_root/assets/browser-zmau8SdP.js.gz +0 -0
- codex/static_root/assets/change-password-dialog-DWFtOUJt.18015223f76b.js.br +0 -0
- codex/static_root/assets/change-password-dialog-DWFtOUJt.18015223f76b.js.gz +0 -0
- codex/static_root/assets/change-password-dialog-DWFtOUJt.js.br +0 -0
- codex/static_root/assets/change-password-dialog-DWFtOUJt.js.gz +0 -0
- codex/static_root/assets/confirm-dialog-Blv3xlBT.2671b8037712.js +0 -1
- codex/static_root/assets/confirm-dialog-Blv3xlBT.2671b8037712.js.br +0 -0
- codex/static_root/assets/confirm-dialog-Blv3xlBT.2671b8037712.js.gz +0 -0
- codex/static_root/assets/confirm-dialog-Blv3xlBT.js +0 -1
- codex/static_root/assets/confirm-dialog-Blv3xlBT.js.br +0 -0
- codex/static_root/assets/confirm-dialog-Blv3xlBT.js.gz +0 -0
- codex/static_root/assets/datetime-column-DOcyrUSv.66a2bc8ebff0.js +0 -1
- codex/static_root/assets/datetime-column-DOcyrUSv.66a2bc8ebff0.js.br +0 -3
- codex/static_root/assets/datetime-column-DOcyrUSv.66a2bc8ebff0.js.gz +0 -0
- codex/static_root/assets/datetime-column-DOcyrUSv.js +0 -1
- codex/static_root/assets/datetime-column-DOcyrUSv.js.br +0 -3
- codex/static_root/assets/datetime-column-DOcyrUSv.js.gz +0 -0
- codex/static_root/assets/filter-DZR8HlwW.3fa01f2d0459.js +0 -1
- codex/static_root/assets/filter-DZR8HlwW.3fa01f2d0459.js.br +0 -0
- codex/static_root/assets/filter-DZR8HlwW.3fa01f2d0459.js.gz +0 -0
- codex/static_root/assets/filter-DZR8HlwW.js +0 -1
- codex/static_root/assets/filter-DZR8HlwW.js.br +0 -0
- codex/static_root/assets/filter-DZR8HlwW.js.gz +0 -0
- codex/static_root/assets/flag-tab-CqtkOuiR.2c865d108820.js.br +0 -0
- codex/static_root/assets/flag-tab-CqtkOuiR.2c865d108820.js.gz +0 -0
- codex/static_root/assets/flag-tab-CqtkOuiR.js.br +0 -0
- codex/static_root/assets/flag-tab-CqtkOuiR.js.gz +0 -0
- codex/static_root/assets/forwardRefs--sLajfbv.8fdce7299c72.js +0 -1
- codex/static_root/assets/forwardRefs--sLajfbv.8fdce7299c72.js.br +0 -0
- codex/static_root/assets/forwardRefs--sLajfbv.8fdce7299c72.js.gz +0 -0
- codex/static_root/assets/forwardRefs--sLajfbv.js +0 -1
- codex/static_root/assets/forwardRefs--sLajfbv.js.br +0 -0
- codex/static_root/assets/forwardRefs--sLajfbv.js.gz +0 -0
- codex/static_root/assets/group-tab-zhr0Gxv-.93393ff22310.js.br +0 -0
- codex/static_root/assets/group-tab-zhr0Gxv-.93393ff22310.js.gz +0 -0
- codex/static_root/assets/group-tab-zhr0Gxv-.js.br +0 -0
- codex/static_root/assets/group-tab-zhr0Gxv-.js.gz +0 -0
- codex/static_root/assets/http-error-BqTrEaZd.248d35eeef8f.js +0 -1
- codex/static_root/assets/http-error-BqTrEaZd.248d35eeef8f.js.br +0 -0
- codex/static_root/assets/http-error-BqTrEaZd.248d35eeef8f.js.gz +0 -0
- codex/static_root/assets/http-error-BqTrEaZd.js +0 -1
- codex/static_root/assets/http-error-BqTrEaZd.js.br +0 -0
- codex/static_root/assets/http-error-BqTrEaZd.js.gz +0 -0
- codex/static_root/assets/index-CJNrYOQJ.c5c902cfc3c3.js +0 -1
- codex/static_root/assets/index-CJNrYOQJ.c5c902cfc3c3.js.br +0 -0
- codex/static_root/assets/index-CJNrYOQJ.c5c902cfc3c3.js.gz +0 -0
- codex/static_root/assets/index-CJNrYOQJ.js +0 -1
- codex/static_root/assets/index-CJNrYOQJ.js.br +0 -0
- codex/static_root/assets/index-CJNrYOQJ.js.gz +0 -0
- codex/static_root/assets/library-tab-Dhvdk6l9.0575d2955138.js +0 -1
- codex/static_root/assets/library-tab-Dhvdk6l9.0575d2955138.js.br +0 -0
- codex/static_root/assets/library-tab-Dhvdk6l9.0575d2955138.js.gz +0 -0
- codex/static_root/assets/library-tab-Dhvdk6l9.js +0 -1
- codex/static_root/assets/library-tab-Dhvdk6l9.js.br +0 -0
- codex/static_root/assets/library-tab-Dhvdk6l9.js.gz +0 -0
- codex/static_root/assets/library-tab-thTonyXr.58b745660d42.css.br +0 -0
- codex/static_root/assets/library-tab-thTonyXr.58b745660d42.css.gz +0 -0
- codex/static_root/assets/library-tab-thTonyXr.css.br +0 -0
- codex/static_root/assets/library-tab-thTonyXr.css.gz +0 -0
- codex/static_root/assets/main-B0XsokNO.34ba83f18255.js +0 -35
- codex/static_root/assets/main-B0XsokNO.34ba83f18255.js.br +0 -0
- codex/static_root/assets/main-B0XsokNO.34ba83f18255.js.gz +0 -0
- codex/static_root/assets/main-B0XsokNO.js +0 -35
- codex/static_root/assets/main-B0XsokNO.js.br +0 -0
- codex/static_root/assets/main-B0XsokNO.js.gz +0 -0
- codex/static_root/assets/pager-full-pdf--ImbPFNz.5396f602799c.js +0 -1
- codex/static_root/assets/pager-full-pdf--ImbPFNz.5396f602799c.js.br +0 -0
- codex/static_root/assets/pager-full-pdf--ImbPFNz.5396f602799c.js.gz +0 -0
- codex/static_root/assets/pager-full-pdf--ImbPFNz.js +0 -1
- codex/static_root/assets/pager-full-pdf--ImbPFNz.js.br +0 -0
- codex/static_root/assets/pager-full-pdf--ImbPFNz.js.gz +0 -0
- codex/static_root/assets/pagination-toolbar-CPK5eUAA.fe243c256d1d.js +0 -1
- codex/static_root/assets/pagination-toolbar-CPK5eUAA.fe243c256d1d.js.br +0 -0
- codex/static_root/assets/pagination-toolbar-CPK5eUAA.fe243c256d1d.js.gz +0 -0
- codex/static_root/assets/pagination-toolbar-CPK5eUAA.js +0 -1
- codex/static_root/assets/pagination-toolbar-CPK5eUAA.js.br +0 -0
- codex/static_root/assets/pagination-toolbar-CPK5eUAA.js.gz +0 -0
- codex/static_root/assets/pagination-toolbar-CpIvhu_T.0e1a1bac9f65.css.br +0 -0
- codex/static_root/assets/pagination-toolbar-CpIvhu_T.css.br +0 -0
- codex/static_root/assets/pdf-doc-4bYH6sHd.935dcd9613fa.js +0 -348
- codex/static_root/assets/pdf-doc-4bYH6sHd.935dcd9613fa.js.br +0 -0
- codex/static_root/assets/pdf-doc-4bYH6sHd.935dcd9613fa.js.gz +0 -0
- codex/static_root/assets/pdf-doc-4bYH6sHd.js +0 -348
- codex/static_root/assets/pdf-doc-4bYH6sHd.js.br +0 -0
- codex/static_root/assets/pdf-doc-4bYH6sHd.js.gz +0 -0
- codex/static_root/assets/pdf-doc-B4cGW_Hl.b94aac7e3313.css +0 -1
- codex/static_root/assets/pdf-doc-B4cGW_Hl.b94aac7e3313.css.br +0 -1
- codex/static_root/assets/pdf-doc-B4cGW_Hl.b94aac7e3313.css.gz +0 -0
- codex/static_root/assets/pdf-doc-B4cGW_Hl.css +0 -1
- codex/static_root/assets/pdf-doc-B4cGW_Hl.css.br +0 -1
- codex/static_root/assets/pdf-doc-B4cGW_Hl.css.gz +0 -0
- codex/static_root/assets/reader-Bcw698_5.b73e2757553f.css.br +0 -0
- codex/static_root/assets/reader-Bcw698_5.b73e2757553f.css.gz +0 -0
- codex/static_root/assets/reader-Bcw698_5.css.br +0 -0
- codex/static_root/assets/reader-Bcw698_5.css.gz +0 -0
- codex/static_root/assets/reader-vxxoy39S.5a306c3b0f19.js.br +0 -0
- codex/static_root/assets/reader-vxxoy39S.5a306c3b0f19.js.gz +0 -0
- codex/static_root/assets/reader-vxxoy39S.js.br +0 -0
- codex/static_root/assets/reader-vxxoy39S.js.gz +0 -0
- codex/static_root/assets/relation-chips-CifZPloM.css.br +0 -0
- codex/static_root/assets/relation-chips-CifZPloM.css.gz +0 -0
- codex/static_root/assets/relation-chips-CifZPloM.e1f40ac9ae8b.css.br +0 -0
- codex/static_root/assets/relation-chips-CifZPloM.e1f40ac9ae8b.css.gz +0 -0
- codex/static_root/assets/relation-chips-DcMagp92.717b74d488c5.js +0 -1
- codex/static_root/assets/relation-chips-DcMagp92.717b74d488c5.js.br +0 -0
- codex/static_root/assets/relation-chips-DcMagp92.717b74d488c5.js.gz +0 -0
- codex/static_root/assets/relation-chips-DcMagp92.js +0 -1
- codex/static_root/assets/relation-chips-DcMagp92.js.br +0 -0
- codex/static_root/assets/relation-chips-DcMagp92.js.gz +0 -0
- codex/static_root/assets/settings-drawer-Bl-6rF9E.7ace6186c209.css.br +0 -0
- codex/static_root/assets/settings-drawer-Bl-6rF9E.7ace6186c209.css.gz +0 -0
- codex/static_root/assets/settings-drawer-Bl-6rF9E.css.br +0 -0
- codex/static_root/assets/settings-drawer-Bl-6rF9E.css.gz +0 -0
- codex/static_root/assets/settings-drawer-CtD2JCdS.b8ebde9f153d.js +0 -2
- codex/static_root/assets/settings-drawer-CtD2JCdS.b8ebde9f153d.js.br +0 -0
- codex/static_root/assets/settings-drawer-CtD2JCdS.b8ebde9f153d.js.gz +0 -0
- codex/static_root/assets/settings-drawer-CtD2JCdS.js +0 -2
- codex/static_root/assets/settings-drawer-CtD2JCdS.js.br +0 -0
- codex/static_root/assets/settings-drawer-CtD2JCdS.js.gz +0 -0
- codex/static_root/assets/ssrBoot-D0SN4REy.6200754b59d8.js.br +0 -0
- codex/static_root/assets/ssrBoot-D0SN4REy.6200754b59d8.js.gz +0 -0
- codex/static_root/assets/ssrBoot-D0SN4REy.js.br +0 -0
- codex/static_root/assets/ssrBoot-D0SN4REy.js.gz +0 -0
- codex/static_root/assets/stats-tab-Dg7gtbyv.4450fc041bf2.js +0 -1
- codex/static_root/assets/stats-tab-Dg7gtbyv.4450fc041bf2.js.br +0 -0
- codex/static_root/assets/stats-tab-Dg7gtbyv.4450fc041bf2.js.gz +0 -0
- codex/static_root/assets/stats-tab-Dg7gtbyv.js +0 -1
- codex/static_root/assets/stats-tab-Dg7gtbyv.js.br +0 -0
- codex/static_root/assets/stats-tab-Dg7gtbyv.js.gz +0 -0
- codex/static_root/assets/task-tab-CKmCn8Wb.166b1bde5e7b.js +0 -1
- codex/static_root/assets/task-tab-CKmCn8Wb.166b1bde5e7b.js.br +0 -0
- codex/static_root/assets/task-tab-CKmCn8Wb.166b1bde5e7b.js.gz +0 -0
- codex/static_root/assets/task-tab-CKmCn8Wb.js +0 -1
- codex/static_root/assets/task-tab-CKmCn8Wb.js.br +0 -0
- codex/static_root/assets/task-tab-CKmCn8Wb.js.gz +0 -0
- codex/static_root/assets/unauthorized-BJ-YJYOs.6c0a0813ec2e.js.br +0 -0
- codex/static_root/assets/unauthorized-BJ-YJYOs.6c0a0813ec2e.js.gz +0 -0
- codex/static_root/assets/unauthorized-BJ-YJYOs.js.br +0 -0
- codex/static_root/assets/unauthorized-BJ-YJYOs.js.gz +0 -0
- codex/static_root/assets/user-tab-hFUG7l6x.dcfed4901e67.js +0 -1
- codex/static_root/assets/user-tab-hFUG7l6x.dcfed4901e67.js.br +0 -0
- codex/static_root/assets/user-tab-hFUG7l6x.dcfed4901e67.js.gz +0 -0
- codex/static_root/assets/user-tab-hFUG7l6x.js +0 -1
- codex/static_root/assets/user-tab-hFUG7l6x.js.br +0 -0
- codex/static_root/assets/user-tab-hFUG7l6x.js.gz +0 -0
- codex/static_root/manifest.694a3146beb9.json +0 -757
- codex/static_root/manifest.694a3146beb9.json.br +0 -0
- codex/static_root/manifest.694a3146beb9.json.gz +0 -0
- /codex/librarian/janitor/{time.py → scheduled_time.py} +0 -0
- /codex/librarian/telemeter/{time.py → scheduled_time.py} +0 -0
- {codex-1.7.9.dist-info → codex-1.7.11.dist-info}/LICENSE +0 -0
- {codex-1.7.9.dist-info → codex-1.7.11.dist-info}/entry_points.txt +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as h,h as e,j as a,q as s,w as i,a as p,l as o,x as d,G as l,H as f}from"./main-B0XsokNO.js";import{c as k,U as A,A as B}from"./unauthorized-BJ-YJYOs.js";import"./VDialog-Z7zDn7KN.js";import"./forwardRefs--sLajfbv.js";import"./change-password-dialog-DWFtOUJt.js";import"./VForm-CVsL2Cxt.js";import"./VSelectionControl-dirzqbsX.js";import"./admin-DSf9mKpY.js";import"./ssrBoot-D0SN4REy.js";const c={400:"Bad Request",403:"Forbidden",404:"Page Not Found",500:"Server Error"};Object.freeze(c);const z={name:"HttpError",components:{AppBanner:B,Unauthorized:A},data(){return{}},computed:{...l(f,["isAuthorized"]),code:function(){return+this.$route.params.code},title:function(){let t=c[this.code];return t||(t="Unknown Error"),t}}},E={id:"httpCode"},x={id:"title"};function U(t,r,C,S,b,n){const u=e("AppBanner"),m=e("router-link"),_=e("Unauthorized");return t.isAuthorized?(a(),s(k,{key:0,id:"httpError"},{default:i(()=>[p(u),o("h1",E,d(n.code),1),o("h1",x,d(n.title),1),p(m,{id:"link",to:{name:"home"}},{default:i(()=>r[0]||(r[0]=[o("h2",null,"Codex Home",-1)])),_:1})]),_:1})):(a(),s(_,{key:1}))}const q=h(z,[["render",U],["__scopeId","data-v-1fbffaf4"]]);export{q as default};
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{g as V,b as P,bq as O,c as f,r as T,m as g,u as S,a as k,p as A,o as $,cI as C,d as b,c6 as w,h as j}from"./main-B0XsokNO.js";import{u as I,p as x,q}from"./VDialog-Z7zDn7KN.js";import{f as R}from"./forwardRefs--sLajfbv.js";const U=A({id:String,text:String,...$(q({closeOnBack:!1,location:"end",locationStrategy:"connected",eager:!0,minWidth:0,offset:10,openOnClick:!1,openOnHover:!0,origin:"auto",scrim:!1,scrollStrategy:"reposition",transition:!1}),["absolute","persistent"])},"VTooltip"),B=V()({name:"VTooltip",props:U(),emits:{"update:modelValue":t=>!0},setup(t,n){let{slots:a}=n;const e=P(t,"modelValue"),{scopeId:s}=I(),r=O(),l=f(()=>t.id||`v-tooltip-${r}`),c=T(),o=f(()=>t.location.split(" ").length>1?t.location:t.location+" center"),i=f(()=>t.origin==="auto"||t.origin==="overlap"||t.origin.split(" ").length>1||t.location.split(" ").length>1?t.origin:t.origin+" center"),d=f(()=>t.transition?t.transition:e.value?"scale-transition":"fade-transition"),v=f(()=>g({"aria-describedby":l.value},t.activatorProps));return S(()=>{const m=x.filterProps(t);return k(x,g({ref:c,class:["v-tooltip",t.class],style:t.style,id:l.value},m,{modelValue:e.value,"onUpdate:modelValue":u=>e.value=u,transition:d.value,absolute:!0,location:o.value,origin:i.value,persistent:!0,role:"tooltip",activatorProps:v.value,_disableGlobalStack:!0},s),{activator:a.activator,default:function(){var h;for(var u=arguments.length,y=new Array(u),p=0;p<u;p++)y[p]=arguments[p];return((h=a.default)==null?void 0:h.call(a,...y))??t.text}})}),R({},c)}});function D(t,n){const a=typeof t=="string"?j(t):t,e=F(a,n);return{mounted:e,updated:e,unmounted(s){C(null,s)}}}function F(t,n){return function(a,e,s){var v,m,u;const r=typeof n=="function"?n(e):n,l=((v=e.value)==null?void 0:v.text)??e.value??(r==null?void 0:r.text),c=b(e.value)?e.value:{},o=()=>l??a.textContent,i=(s.ctx===e.instance.$?(m=G(s,e.instance.$))==null?void 0:m.provides:(u=s.ctx)==null?void 0:u.provides)??e.instance.$.provides,d=w(t,g(r,c),o);d.appContext=Object.assign(Object.create(null),e.instance.$.appContext,{provides:i}),C(d,a)}}function G(t,n){const a=new Set,e=r=>{var l,c;for(const o of r){if(!o)continue;if(o===t||o.el&&t.el&&o.el===t.el)return!0;a.add(o);let i;if(o.suspense?i=e([o.ssContent]):Array.isArray(o.children)?i=e(o.children):(l=o.component)!=null&&l.vnode&&(i=e([(c=o.component)==null?void 0:c.subTree])),i)return i;a.delete(o)}return!1};if(!e([n.subTree]))return n;const s=Array.from(a).reverse();for(const r of s)if(r.component)return r.component;return n}const W=D(B,t=>{var n;return{activator:"parent",location:(n=t.arg)==null?void 0:n.replace("-"," "),text:typeof t.value=="boolean"?void 0:t.value}});export{W as T};
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{g as V,b as P,bq as O,c as f,r as T,m as g,u as S,a as k,p as A,o as $,cI as C,d as b,c6 as w,h as j}from"./main-B0XsokNO.js";import{u as I,p as x,q}from"./VDialog-Z7zDn7KN.js";import{f as R}from"./forwardRefs--sLajfbv.js";const U=A({id:String,text:String,...$(q({closeOnBack:!1,location:"end",locationStrategy:"connected",eager:!0,minWidth:0,offset:10,openOnClick:!1,openOnHover:!0,origin:"auto",scrim:!1,scrollStrategy:"reposition",transition:!1}),["absolute","persistent"])},"VTooltip"),B=V()({name:"VTooltip",props:U(),emits:{"update:modelValue":t=>!0},setup(t,n){let{slots:a}=n;const e=P(t,"modelValue"),{scopeId:s}=I(),r=O(),l=f(()=>t.id||`v-tooltip-${r}`),c=T(),o=f(()=>t.location.split(" ").length>1?t.location:t.location+" center"),i=f(()=>t.origin==="auto"||t.origin==="overlap"||t.origin.split(" ").length>1||t.location.split(" ").length>1?t.origin:t.origin+" center"),d=f(()=>t.transition?t.transition:e.value?"scale-transition":"fade-transition"),v=f(()=>g({"aria-describedby":l.value},t.activatorProps));return S(()=>{const m=x.filterProps(t);return k(x,g({ref:c,class:["v-tooltip",t.class],style:t.style,id:l.value},m,{modelValue:e.value,"onUpdate:modelValue":u=>e.value=u,transition:d.value,absolute:!0,location:o.value,origin:i.value,persistent:!0,role:"tooltip",activatorProps:v.value,_disableGlobalStack:!0},s),{activator:a.activator,default:function(){var h;for(var u=arguments.length,y=new Array(u),p=0;p<u;p++)y[p]=arguments[p];return((h=a.default)==null?void 0:h.call(a,...y))??t.text}})}),R({},c)}});function D(t,n){const a=typeof t=="string"?j(t):t,e=F(a,n);return{mounted:e,updated:e,unmounted(s){C(null,s)}}}function F(t,n){return function(a,e,s){var v,m,u;const r=typeof n=="function"?n(e):n,l=((v=e.value)==null?void 0:v.text)??e.value??(r==null?void 0:r.text),c=b(e.value)?e.value:{},o=()=>l??a.textContent,i=(s.ctx===e.instance.$?(m=G(s,e.instance.$))==null?void 0:m.provides:(u=s.ctx)==null?void 0:u.provides)??e.instance.$.provides,d=w(t,g(r,c),o);d.appContext=Object.assign(Object.create(null),e.instance.$.appContext,{provides:i}),C(d,a)}}function G(t,n){const a=new Set,e=r=>{var l,c;for(const o of r){if(!o)continue;if(o===t||o.el&&t.el&&o.el===t.el)return!0;a.add(o);let i;if(o.suspense?i=e([o.ssContent]):Array.isArray(o.children)?i=e(o.children):(l=o.component)!=null&&l.vnode&&(i=e([(c=o.component)==null?void 0:c.subTree])),i)return i;a.delete(o)}return!1};if(!e([n.subTree]))return n;const s=Array.from(a).reverse();for(const r of s)if(r.component)return r.component;return n}const W=D(B,t=>{var n;return{activator:"parent",location:(n=t.arg)==null?void 0:n.replace("-"," "),text:typeof t.value=="boolean"?void 0:t.value}});export{W as T};
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as C,j as p,k as v,a as r,w as s,m as D,W as J,A as F,B as L,E as g,q as w,h as u,x as k,D as _,M as z,G as I,l as o,s as Q,af as X,N as Z,ap as $,$ as B,bw as ee,bx as te,by as oe,n as i,F as re,v as le,z as se,bz as ie}from"./main-B0XsokNO.js";import{A as ne,R as ae,a as j,b as de,c as me}from"./relation-chips-DcMagp92.js";import{useAdminStore as h}from"./admin-DSf9mKpY.js";import{a as ue}from"./VDialog-Z7zDn7KN.js";import{V as pe}from"./VCombobox-jQrh5qob.js";import{V}from"./VCheckbox-LVWiZ44B.js";import{b as ce,d as U}from"./VSelectionControl-dirzqbsX.js";import{D as N}from"./datetime-column-DOcyrUSv.js";import{C as he}from"./confirm-dialog-Blv3xlBT.js";import{V as O}from"./VCheckboxBtn-gRk-tQmL.js";import{V as A,a as x,c as T,b as P}from"./VExpansionPanels-_1cO0EuX.js";import{j as R}from"./forwardRefs--sLajfbv.js";import{V as fe}from"./VTable-C5cDzOH4.js";import"./VForm-CVsL2Cxt.js";import"./VSelect-CyG4ax1z.js";import"./ssrBoot-D0SN4REy.js";import"./VDivider-Nn4Fa5-R.js";import"./filter-DZR8HlwW.js";const be={name:"AdminServerFolderPicker",emits:["change","menu"],data(){return{path:"",originalPath:"",showHidden:!1,menuOpen:!1}},computed:{...g(h,{folders:e=>e.folderPicker.folders,rootFolder:e=>e.folderPicker.rootFolder}),...g(L,{formErrors:e=>e.form.errors}),appendOuterIcon(){return this.showHidden?this.mdiFolderHidden:this.mdiFolderOutline},showHiddenTooltipPrefix(){return this.showHidden?"Hide":"Show"}},watch:{menuOpen(e){e&&this.$emit("menu",e)}},created(){this.loadFolders().then(()=>(this.path=this.rootFolder,this.originalPath=this.rootFolder,!0)).catch(console.warn)},methods:{...F(h,["clearFolders","loadFolders"]),...F(L,["clearErrors"]),change(e){let t;e?t=e.startsWith("/")||e.startsWith("\\")?e:[this.rootFolder,e].join("/"):t=this.rootFolder;const m=this.menuOpen;this.clearErrors(),this.loadFolders(t,this.showHidden).then(()=>{this.menuOpen=m;let b="";return this.formErrors.length===0&&(this.path=b=this.rootFolder),this.$emit("change",b)}).catch(console.warn)},onBlur(){this.menuOpen=!1,this.change(this.path)},onClear(){this.clearFolders(this.orignalPath).then(()=>this.change(this.orginalPath)).catch(console.error)},onKeyDownEnter(){this.change(this.path)},onItemClick(e){this.change(e)}}},ye={id:"folderPicker"};function ve(e,t,m,b,l,n){return p(),v("div",ye,[r(pe,D({modelValue:l.path,"onUpdate:modelValue":t[0]||(t[0]=d=>l.path=d),menu:l.menuOpen,"onUpdate:menu":t[1]||(t[1]=d=>l.menuOpen=d)},e.$attrs,{"aria-label":"Library folder",clearable:"","error-messages":e.formErrors,"full-width":"","hide-details":"auto",items:e.folders,"menu-props":{maxHeight:"370px"},"validate-on":"blur",variant:"filled",onBlur:n.onBlur,"onClick:clear":n.onClear,onKeydown:J(n.onKeyDownEnter,["enter"])}),{item:s(({item:d,props:f})=>[r(ue,D(f,{title:d.title,value:d.value,onClick:y=>n.onItemClick(d.value)}),null,16,["title","value","onClick"])]),_:1},16,["modelValue","menu","error-messages","items","onBlur","onClick:clear","onKeydown"]),r(V,{modelValue:l.showHidden,"onUpdate:modelValue":t[2]||(t[2]=d=>l.showHidden=d),density:"compact",class:"showHidden","hide-details":"auto",label:"Show Hidden Folders"},null,8,["modelValue"])])}const ge=C(be,[["render",ve],["__scopeId","data-v-ed7d04a4"]]),S="DDD HH:mm:SS",we=/^(?:[0-3]?\d?\d\s)?(?:[01]?\d|2[0-3])(?::[0-5]\d){2}$/,Ce={name:"TimeTextField",data(){return{FORMAT:S,timeRules:[e=>we.test(e)||`Invalid time format ${S}`]}}};function ke(e,t,m,b,l,n){return p(),w(ce,D({ref:"timeField",density:"compact",filled:"",hint:l.FORMAT,round:"",rules:l.timeRules},e.$attrs),null,16,["hint","rules"])}const Fe=C(Ce,[["render",ke]]),W=["events","poll","pollEvery","groups"];Object.freeze(W);const E={path:"",events:!0,poll:!0,pollEvery:"01:00:00",groups:[]};Object.freeze(E);const H=(e,t)=>(e=e.replaceAll("\\","/"),t=t.replaceAll("\\","/"),e.endsWith("/")||(e+="/"),t.endsWith("/")||(t+="/"),t.startsWith(e)),_e={name:"AdminLibraryCreateUpdateInputs",components:{AdminRelationPicker:ne,AdminServerFolderPicker:ge,TimeTextField:Fe},props:{oldRow:{type:[Object,Boolean],default:!1}},emits:["change"],data(){return{rules:{path:[e=>!!e||"Path is required",e=>{if(!e)return!1;for(const t of this.paths){if(H(t,e))return"Path is a child of an existing library";if(H(e,t))return"Path is a parent of an existing library"}return!0}]},row:z(this.oldRow||E)}},computed:{...I(h,["normalLibraries"]),...g(h,{groups:e=>e.groups}),paths(){return this.nameSet(this.normalLibraries,"path",this.oldRow,!1)}},watch:{row:{handler(e){this.$emit("change",e)},deep:!0},oldRow:{handler(e){this.row=z(e)},deep:!0}},methods:{...F(h,["nameSet"])},UPDATE_KEYS:W,EMPTY_ROW:E},Ae={key:1};function xe(e,t,m,b,l,n){const d=u("AdminServerFolderPicker"),f=u("TimeTextField"),y=u("AdminRelationPicker");return p(),v("section",null,[m.oldRow?(p(),v("div",Ae,k(m.oldRow.path),1)):(p(),w(d,{key:0,rules:l.rules.path,autofocus:"",label:"Library Folder",onChange:t[0]||(t[0]=c=>l.row.path=c)},null,8,["rules"])),r(V,{modelValue:l.row.events,"onUpdate:modelValue":t[1]||(t[1]=c=>l.row.events=c),"hide-details":"auto",hint:"Update Codex instantly when the filesystem changes",label:"Watch Filesystem Events","persistent-hint":!0},null,8,["modelValue"]),r(V,{modelValue:l.row.poll,"onUpdate:modelValue":t[2]||(t[2]=c=>l.row.poll=c),label:"Poll Filesystem Periodically","hide-details":"auto",hint:"Periodically poll the library for changes","persistent-hint":!0},null,8,["modelValue"]),r(f,{modelValue:l.row.pollEvery,"onUpdate:modelValue":t[3]||(t[3]=c=>l.row.pollEvery=c),label:"Poll Every",disabled:!l.row.poll},null,8,["modelValue","disabled"]),l.row.coversOnly?_("",!0):(p(),w(y,{key:2,modelValue:l.row.groups,"onUpdate:modelValue":t[4]||(t[4]=c=>l.row.groups=c),label:"Groups",objs:e.groups,"group-type":"","title-key":"name"},null,8,["modelValue","objs"]))])}const G=C(_e,[["render",xe]]),Te={name:"AdminLibrariesTab",components:{AdminTable:me,AdminDeleteRowDialog:de,AdminCreateUpdateDialog:j,RelationChips:ae,ConfirmDialog:he,DateTimeColumn:N},props:{coversDir:{type:Boolean,default:!1}},data(){return{lastUpdate:{pk:0,field:void 0},mdiCircleOffOutline:oe,mdiDatabaseClockOutline:te,mdiDatabaseSyncOutline:ee,mdiOpenInNew:B,AdminLibraryCreateUpdateInputs:$(G)}},computed:{...I(h,["normalLibraries","customCoverLibraries"]),...g(h,{groups:e=>e.groups}),...g(L,{formErrors:e=>{var t;return(t=e.form)==null?void 0:t.errors}}),...g(Z,{twentyFourHourTime:e=>e.settings.twentyFourHourTime}),headers(){const e=[{title:"Path",key:"path",align:"start"},{title:"Watch File Events",key:"events"},{title:"Poll Files Periodically",key:"poll"},{title:"Poll Every",key:"pollEvery"},{title:"Last Poll",key:"lastPoll"}];return this.coversDir||e.push({title:"Groups",key:"groups"}),e.push({title:"Actions",key:"actions",sortable:!1}),e},items(){return globalThis.coversDir?this.customCoverLibraries:this.normalLibraries},updateLabel(){return this.coversDir?"Cover Dir":""},itemName(){return this.coversDir?"custom covers":"comics"},iconSize(){const e=this.$vuetify.display;return e.xlAndUp?"x-large":e.lgAndUp?"large":e.mdAndUp?"default":"small"}},mounted(){this.loadTables(["Group","Library","FailedImport"])},methods:{...F(h,["updateRow","clearErrors","librarianTask","loadTables"]),formatDateTime(e){return e?X(e,this.twentyFourHourTime):""},changeCol(e,t,m){this.lastUpdate.pk=e,this.lastUpdate.field=t;const b={[t]:m};this.updateRow("Library",e,b)},getFormErrors(e,t){if(e===this.lastUpdate.pk&&t===this.lastUpdate.field)return this.formErrors},libraryLabel(e,t=!0){let m="";return e.coversOnly?(t&&(m+="Custom Group "),m+="Cover Dir"):m+="Library",m},poll(e){const t=this.libraryLabel(e);this.librarianTask("poll",`Poll ${t} ${e.pk}`,e.pk)},forcePoll(e){const t=this.libraryLabel(e);this.librarianTask("poll_force",`Force Poll ${t} ${e.pk}`,e.pk)},pollConfirmText(e){return`Poll ${this.libraryLabel(e,!1)}`}}},Pe={class:"actionButtonCell"};function Ie(e,t,m,b,l,n){const d=u("DateTimeColumn"),f=u("RelationChips"),y=u("ConfirmDialog"),c=u("AdminCreateUpdateDialog"),M=u("AdminDeleteRowDialog"),Y=u("AdminTable");return p(),w(Y,{headers:n.headers},{"no-data":s(()=>t[0]||(t[0]=[o("td",{class:"adminNoData",colspan:"100%"}," Add a Library to start using Codex ",-1)])),"item.events":s(({item:a})=>[r(O,{"model-value":a.events,disabled:""},null,8,["model-value"])]),"item.poll":s(({item:a})=>[r(O,{"model-value":a.poll,disabled:""},null,8,["model-value"])]),"item.pollEvery":s(({item:a})=>[o("span",{class:Q({disabled:!a.poll})},k(a.pollEvery),3)]),"item.lastPoll":s(({item:a})=>[r(d,{dttm:a.lastPoll},null,8,["dttm"])]),"item.groups":s(({item:a})=>[r(f,{pks:a.groups,objs:e.groups,"group-type":"","title-key":"name"},null,8,["pks","objs"])]),"item.actions":s(({item:a})=>[o("span",Pe,[r(y,{icon:l.mdiDatabaseClockOutline,"title-text":`Poll for updated ${n.itemName}`,text:a.path,"confirm-text":n.pollConfirmText(a),size:n.iconSize,density:"compact",onConfirm:q=>n.poll(a)},null,8,["icon","title-text","text","confirm-text","size","onConfirm"]),r(y,{icon:l.mdiDatabaseSyncOutline,"title-text":`Force update every ${n.itemName}`,text:a.path,"confirm-text":"Force Update",size:n.iconSize,density:"compact",onConfirm:q=>n.forcePoll(a)},null,8,["icon","title-text","text","size","onConfirm"]),r(c,{table:"Library","old-row":a,inputs:l.AdminLibraryCreateUpdateInputs,label:n.updateLabel,"max-width":"22em",size:n.iconSize,density:"compact"},null,8,["old-row","inputs","label","size"]),a.coversOnly?_("",!0):(p(),w(M,{key:0,table:"Library",pk:a.pk,name:a.path,size:n.iconSize,density:"compact"},null,8,["pk","name","size"]))])]),_:2},1032,["headers"])}const K=C(Te,[["render",Ie],["__scopeId","data-v-7b626283"]]),De={name:"AdminCustomCoversPanel",components:{AdminLibraryTable:K},computed:{...I(h,["customCoverLibraries"])}};function Le(e,t,m,b,l,n){const d=u("AdminLibraryTable");return p(),w(T,null,{default:s(()=>[r(P,null,{default:s(()=>[r(A,null,{default:s(()=>t[0]||(t[0]=[o("h4",{id:"coverDirHeader"},"Custom Covers",-1)])),_:1}),r(x,null,{default:s(()=>[r(d,{items:e.customCoverLibraries,"disable-sort":"","covers-dir":!0},null,8,["items"]),r(T,null,{default:s(()=>[r(P,{id:"customCoversHelp"},{default:s(()=>[r(A,null,{default:s(()=>t[1]||(t[1]=[o("h4",null,"Custom Covers Help",-1)])),_:1}),r(x,null,{default:s(()=>t[2]||(t[2]=[o("p",null,"Custom covers may be added to the browser in two locations:",-1),o("h4",null,"Folders",-1),o("p",null,[i(" A library folder with a file named "),o("code",null,".codex-cover.jpg"),i(" will show a custom cover for that folder in Folder view. The addition and removal of these covers by watching filesystem events and polling is handled by the library that folder belongs to. ")],-1),o("h4",null,"Custom Covers Dir",-1),o("p",null,[i(" The Codex config directory has a special folder named "),o("code",null,"custom-covers"),i(" under which are subdirectories for each of the browser groups that may adopt custom covers. Images in these subdirectories that match the name of the browser group will be used as custom covers. For instance: "),o("code",null,".../custom-covers/publishers/American Comics Group.webp"),i(' would be used as the cover for the publisher "American Comics Group". '),o("code",null,".../custom-covers/series/arrow.png"),i(' would be used as the cover for every series named "Arrow", for '),o("em",null,"every"),i(" publisher. Similar to a comic library, the "),o("code",null,"custom-covers"),i(" directory may be watched and polled for changes. By default it is neither watched nor polled and must be enabled by the admin. ")],-1),o("h4",null,"Image Formats & Size",-1),o("p",null,[i(" Custom covers are detected only for files with the extensions: "),o("code",null,".bmp, .gif, .jpeg, .jpg, .png, .webp"),i(". ")],-1),o("p",null," Browser covers are transformed from their sources to 165px x 254px thumbnails. Custom covers will transform most aesthetically the closer to that ratio they are. ",-1),o("h4",null,"Priority",-1),o("p",null," Custom covers supersede covers set by the user's individual browser settings. ",-1)])),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})}const Ve=C(De,[["render",Le],["__scopeId","data-v-09e17970"]]),Ee={name:"AdminFailedImportsPanel",components:{DateTimeColumn:N},data(){return{mdiBookAlert:ie,mdiOpenInNew:B}},computed:{...g(h,{failedImports:e=>e.failedImports,showFailedImports:e=>e.failedImports&&e.failedImports.length>0}),...se(h,["unseenFailedImports"])}},ze={key:0},Ue={class:"dateCol"},Oe={href:"https://github.com/ajslater/codex/issues/",target:"_blank"};function Re(e,t,m,b,l,n){const d=u("DateTimeColumn");return e.showFailedImports?(p(),v("div",ze,[r(T,null,{default:s(()=>[r(P,{id:"failedImportsPanel",onClick:t[0]||(t[0]=f=>e.unseenFailedImports=!1)},{default:s(()=>[r(A,null,{default:s(()=>[o("h4",null,"Failed Imports: "+k(e.failedImports.length),1),e.unseenFailedImports?(p(),w(R,{key:0,id:"failedImportsIcon",title:"New Failed Imports"},{default:s(()=>[i(k(l.mdiBookAlert),1)]),_:1})):_("",!0)]),_:1}),r(x,null,{default:s(()=>[r(fe,{class:"highlight-table"},{default:s(()=>[t[1]||(t[1]=o("thead",null,[o("tr",null,[o("th",null,"Path"),o("th",null,"Created")])],-1)),o("tbody",null,[(p(!0),v(re,null,le(e.failedImports,f=>(p(),v("tr",{key:`fi:${f.path}`},[o("td",null,k(f.path),1),o("td",Ue,[r(d,{dttm:f.createdAt},null,8,["dttm"])])]))),128))])]),_:1}),r(T,null,{default:s(()=>[r(P,{id:"failedImportsHelp"},{default:s(()=>[r(A,null,{default:s(()=>t[2]||(t[2]=[o("h4",null,"Failed Imports Help",-1)])),_:1}),r(x,null,{default:s(()=>[t[8]||(t[8]=o("p",null," These are Comic archives that have failed to import. This list is updated every time the library updates. You should probably review these files and fix or remove them. ",-1)),t[9]||(t[9]=o("h4",null,"Fixing comics",-1)),t[10]||(t[10]=o("p",null,[i(" Try using the zip fixer to fix comics: "),o("code",{class:"cli"},[i(" cp problem-comic.cbz /somewhere/safe/problem-comic.cbz.backup"),o("br"),i(" zip -F problem-comic.cbz --out fixed.zip"),o("br"),i(" mv fixed.zip problem-comic.cbz ")]),i(" You may also try "),o("code",null,"zip -FF"),i(" to fix comics which uses a different (not necissarily better) algorithm. If you fix some imports, and Codex does not immediately detect the change, poll the library which contains the fixed comics. ")],-1)),t[11]||(t[11]=o("h4",null,"Reporting Issues",-1)),o("p",null,[t[4]||(t[4]=i(" If the comic looks good to you, but still shows up as a failed import, it might be Codex's fault for not importing it correctly. Please file an ")),o("a",Oe,[t[3]||(t[3]=i("Issue Report")),r(R,{size:"small"},{default:s(()=>[i(k(l.mdiOpenInNew),1)]),_:1})]),t[5]||(t[5]=i(" and include the stack trace from the logs at ")),t[6]||(t[6]=o("code",null,"config/logs/codex.log",-1)),t[7]||(t[7]=i(" if you can. "))])]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})])):_("",!0)}const Se=C(Ee,[["render",Re],["__scopeId","data-v-827c9a0b"]]),He={name:"AdminLibrariesTab",components:{AdminFailedImportsPanel:Se,AdminLibraryTable:K,AdminCreateUpdateDialog:j,AdminCustomCoversPanel:Ve},data(){return{AdminLibraryCreateUpdateInputs:$(G)}},computed:{...I(h,["normalLibraries"])},mounted(){this.loadTables(["Group","Library","FailedImport"])},methods:{...F(h,["loadTables"])}},$e={class:"tabHeader"};function Be(e,t,m,b,l,n){const d=u("AdminCreateUpdateDialog"),f=u("AdminLibraryTable"),y=u("AdminFailedImportsPanel"),c=u("AdminCustomCoversPanel");return p(),v("div",null,[o("header",$e,[r(d,{table:"Library",inputs:l.AdminLibraryCreateUpdateInputs},null,8,["inputs"])]),r(f,{items:e.normalLibraries,"sort-by":[{key:"path",order:"asc"}]},null,8,["items"]),r(U,null,{default:s(()=>[r(y,{id:"failedImports"})]),_:1}),r(U,null,{default:s(()=>[r(c,{id:"customCovers"})]),_:1}),t[0]||(t[0]=o("p",{id:"libraryHelp"}," Each Watched File Events box checked creates a thread to monitor the Library. An large number of watching threads may exceed the limits of your operating system or container. ",-1))])}const it=C(He,[["render",Be],["__scopeId","data-v-c699976c"]]);export{it as default};
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as C,j as p,k as v,a as r,w as s,m as D,W as J,A as F,B as L,E as g,q as w,h as u,x as k,D as _,M as z,G as I,l as o,s as Q,af as X,N as Z,ap as $,$ as B,bw as ee,bx as te,by as oe,n as i,F as re,v as le,z as se,bz as ie}from"./main-B0XsokNO.js";import{A as ne,R as ae,a as j,b as de,c as me}from"./relation-chips-DcMagp92.js";import{useAdminStore as h}from"./admin-DSf9mKpY.js";import{a as ue}from"./VDialog-Z7zDn7KN.js";import{V as pe}from"./VCombobox-jQrh5qob.js";import{V}from"./VCheckbox-LVWiZ44B.js";import{b as ce,d as U}from"./VSelectionControl-dirzqbsX.js";import{D as N}from"./datetime-column-DOcyrUSv.js";import{C as he}from"./confirm-dialog-Blv3xlBT.js";import{V as O}from"./VCheckboxBtn-gRk-tQmL.js";import{V as A,a as x,c as T,b as P}from"./VExpansionPanels-_1cO0EuX.js";import{j as R}from"./forwardRefs--sLajfbv.js";import{V as fe}from"./VTable-C5cDzOH4.js";import"./VForm-CVsL2Cxt.js";import"./VSelect-CyG4ax1z.js";import"./ssrBoot-D0SN4REy.js";import"./VDivider-Nn4Fa5-R.js";import"./filter-DZR8HlwW.js";const be={name:"AdminServerFolderPicker",emits:["change","menu"],data(){return{path:"",originalPath:"",showHidden:!1,menuOpen:!1}},computed:{...g(h,{folders:e=>e.folderPicker.folders,rootFolder:e=>e.folderPicker.rootFolder}),...g(L,{formErrors:e=>e.form.errors}),appendOuterIcon(){return this.showHidden?this.mdiFolderHidden:this.mdiFolderOutline},showHiddenTooltipPrefix(){return this.showHidden?"Hide":"Show"}},watch:{menuOpen(e){e&&this.$emit("menu",e)}},created(){this.loadFolders().then(()=>(this.path=this.rootFolder,this.originalPath=this.rootFolder,!0)).catch(console.warn)},methods:{...F(h,["clearFolders","loadFolders"]),...F(L,["clearErrors"]),change(e){let t;e?t=e.startsWith("/")||e.startsWith("\\")?e:[this.rootFolder,e].join("/"):t=this.rootFolder;const m=this.menuOpen;this.clearErrors(),this.loadFolders(t,this.showHidden).then(()=>{this.menuOpen=m;let b="";return this.formErrors.length===0&&(this.path=b=this.rootFolder),this.$emit("change",b)}).catch(console.warn)},onBlur(){this.menuOpen=!1,this.change(this.path)},onClear(){this.clearFolders(this.orignalPath).then(()=>this.change(this.orginalPath)).catch(console.error)},onKeyDownEnter(){this.change(this.path)},onItemClick(e){this.change(e)}}},ye={id:"folderPicker"};function ve(e,t,m,b,l,n){return p(),v("div",ye,[r(pe,D({modelValue:l.path,"onUpdate:modelValue":t[0]||(t[0]=d=>l.path=d),menu:l.menuOpen,"onUpdate:menu":t[1]||(t[1]=d=>l.menuOpen=d)},e.$attrs,{"aria-label":"Library folder",clearable:"","error-messages":e.formErrors,"full-width":"","hide-details":"auto",items:e.folders,"menu-props":{maxHeight:"370px"},"validate-on":"blur",variant:"filled",onBlur:n.onBlur,"onClick:clear":n.onClear,onKeydown:J(n.onKeyDownEnter,["enter"])}),{item:s(({item:d,props:f})=>[r(ue,D(f,{title:d.title,value:d.value,onClick:y=>n.onItemClick(d.value)}),null,16,["title","value","onClick"])]),_:1},16,["modelValue","menu","error-messages","items","onBlur","onClick:clear","onKeydown"]),r(V,{modelValue:l.showHidden,"onUpdate:modelValue":t[2]||(t[2]=d=>l.showHidden=d),density:"compact",class:"showHidden","hide-details":"auto",label:"Show Hidden Folders"},null,8,["modelValue"])])}const ge=C(be,[["render",ve],["__scopeId","data-v-ed7d04a4"]]),S="DDD HH:mm:SS",we=/^(?:[0-3]?\d?\d\s)?(?:[01]?\d|2[0-3])(?::[0-5]\d){2}$/,Ce={name:"TimeTextField",data(){return{FORMAT:S,timeRules:[e=>we.test(e)||`Invalid time format ${S}`]}}};function ke(e,t,m,b,l,n){return p(),w(ce,D({ref:"timeField",density:"compact",filled:"",hint:l.FORMAT,round:"",rules:l.timeRules},e.$attrs),null,16,["hint","rules"])}const Fe=C(Ce,[["render",ke]]),W=["events","poll","pollEvery","groups"];Object.freeze(W);const E={path:"",events:!0,poll:!0,pollEvery:"01:00:00",groups:[]};Object.freeze(E);const H=(e,t)=>(e=e.replaceAll("\\","/"),t=t.replaceAll("\\","/"),e.endsWith("/")||(e+="/"),t.endsWith("/")||(t+="/"),t.startsWith(e)),_e={name:"AdminLibraryCreateUpdateInputs",components:{AdminRelationPicker:ne,AdminServerFolderPicker:ge,TimeTextField:Fe},props:{oldRow:{type:[Object,Boolean],default:!1}},emits:["change"],data(){return{rules:{path:[e=>!!e||"Path is required",e=>{if(!e)return!1;for(const t of this.paths){if(H(t,e))return"Path is a child of an existing library";if(H(e,t))return"Path is a parent of an existing library"}return!0}]},row:z(this.oldRow||E)}},computed:{...I(h,["normalLibraries"]),...g(h,{groups:e=>e.groups}),paths(){return this.nameSet(this.normalLibraries,"path",this.oldRow,!1)}},watch:{row:{handler(e){this.$emit("change",e)},deep:!0},oldRow:{handler(e){this.row=z(e)},deep:!0}},methods:{...F(h,["nameSet"])},UPDATE_KEYS:W,EMPTY_ROW:E},Ae={key:1};function xe(e,t,m,b,l,n){const d=u("AdminServerFolderPicker"),f=u("TimeTextField"),y=u("AdminRelationPicker");return p(),v("section",null,[m.oldRow?(p(),v("div",Ae,k(m.oldRow.path),1)):(p(),w(d,{key:0,rules:l.rules.path,autofocus:"",label:"Library Folder",onChange:t[0]||(t[0]=c=>l.row.path=c)},null,8,["rules"])),r(V,{modelValue:l.row.events,"onUpdate:modelValue":t[1]||(t[1]=c=>l.row.events=c),"hide-details":"auto",hint:"Update Codex instantly when the filesystem changes",label:"Watch Filesystem Events","persistent-hint":!0},null,8,["modelValue"]),r(V,{modelValue:l.row.poll,"onUpdate:modelValue":t[2]||(t[2]=c=>l.row.poll=c),label:"Poll Filesystem Periodically","hide-details":"auto",hint:"Periodically poll the library for changes","persistent-hint":!0},null,8,["modelValue"]),r(f,{modelValue:l.row.pollEvery,"onUpdate:modelValue":t[3]||(t[3]=c=>l.row.pollEvery=c),label:"Poll Every",disabled:!l.row.poll},null,8,["modelValue","disabled"]),l.row.coversOnly?_("",!0):(p(),w(y,{key:2,modelValue:l.row.groups,"onUpdate:modelValue":t[4]||(t[4]=c=>l.row.groups=c),label:"Groups",objs:e.groups,"group-type":"","title-key":"name"},null,8,["modelValue","objs"]))])}const G=C(_e,[["render",xe]]),Te={name:"AdminLibrariesTab",components:{AdminTable:me,AdminDeleteRowDialog:de,AdminCreateUpdateDialog:j,RelationChips:ae,ConfirmDialog:he,DateTimeColumn:N},props:{coversDir:{type:Boolean,default:!1}},data(){return{lastUpdate:{pk:0,field:void 0},mdiCircleOffOutline:oe,mdiDatabaseClockOutline:te,mdiDatabaseSyncOutline:ee,mdiOpenInNew:B,AdminLibraryCreateUpdateInputs:$(G)}},computed:{...I(h,["normalLibraries","customCoverLibraries"]),...g(h,{groups:e=>e.groups}),...g(L,{formErrors:e=>{var t;return(t=e.form)==null?void 0:t.errors}}),...g(Z,{twentyFourHourTime:e=>e.settings.twentyFourHourTime}),headers(){const e=[{title:"Path",key:"path",align:"start"},{title:"Watch File Events",key:"events"},{title:"Poll Files Periodically",key:"poll"},{title:"Poll Every",key:"pollEvery"},{title:"Last Poll",key:"lastPoll"}];return this.coversDir||e.push({title:"Groups",key:"groups"}),e.push({title:"Actions",key:"actions",sortable:!1}),e},items(){return globalThis.coversDir?this.customCoverLibraries:this.normalLibraries},updateLabel(){return this.coversDir?"Cover Dir":""},itemName(){return this.coversDir?"custom covers":"comics"},iconSize(){const e=this.$vuetify.display;return e.xlAndUp?"x-large":e.lgAndUp?"large":e.mdAndUp?"default":"small"}},mounted(){this.loadTables(["Group","Library","FailedImport"])},methods:{...F(h,["updateRow","clearErrors","librarianTask","loadTables"]),formatDateTime(e){return e?X(e,this.twentyFourHourTime):""},changeCol(e,t,m){this.lastUpdate.pk=e,this.lastUpdate.field=t;const b={[t]:m};this.updateRow("Library",e,b)},getFormErrors(e,t){if(e===this.lastUpdate.pk&&t===this.lastUpdate.field)return this.formErrors},libraryLabel(e,t=!0){let m="";return e.coversOnly?(t&&(m+="Custom Group "),m+="Cover Dir"):m+="Library",m},poll(e){const t=this.libraryLabel(e);this.librarianTask("poll",`Poll ${t} ${e.pk}`,e.pk)},forcePoll(e){const t=this.libraryLabel(e);this.librarianTask("poll_force",`Force Poll ${t} ${e.pk}`,e.pk)},pollConfirmText(e){return`Poll ${this.libraryLabel(e,!1)}`}}},Pe={class:"actionButtonCell"};function Ie(e,t,m,b,l,n){const d=u("DateTimeColumn"),f=u("RelationChips"),y=u("ConfirmDialog"),c=u("AdminCreateUpdateDialog"),M=u("AdminDeleteRowDialog"),Y=u("AdminTable");return p(),w(Y,{headers:n.headers},{"no-data":s(()=>t[0]||(t[0]=[o("td",{class:"adminNoData",colspan:"100%"}," Add a Library to start using Codex ",-1)])),"item.events":s(({item:a})=>[r(O,{"model-value":a.events,disabled:""},null,8,["model-value"])]),"item.poll":s(({item:a})=>[r(O,{"model-value":a.poll,disabled:""},null,8,["model-value"])]),"item.pollEvery":s(({item:a})=>[o("span",{class:Q({disabled:!a.poll})},k(a.pollEvery),3)]),"item.lastPoll":s(({item:a})=>[r(d,{dttm:a.lastPoll},null,8,["dttm"])]),"item.groups":s(({item:a})=>[r(f,{pks:a.groups,objs:e.groups,"group-type":"","title-key":"name"},null,8,["pks","objs"])]),"item.actions":s(({item:a})=>[o("span",Pe,[r(y,{icon:l.mdiDatabaseClockOutline,"title-text":`Poll for updated ${n.itemName}`,text:a.path,"confirm-text":n.pollConfirmText(a),size:n.iconSize,density:"compact",onConfirm:q=>n.poll(a)},null,8,["icon","title-text","text","confirm-text","size","onConfirm"]),r(y,{icon:l.mdiDatabaseSyncOutline,"title-text":`Force update every ${n.itemName}`,text:a.path,"confirm-text":"Force Update",size:n.iconSize,density:"compact",onConfirm:q=>n.forcePoll(a)},null,8,["icon","title-text","text","size","onConfirm"]),r(c,{table:"Library","old-row":a,inputs:l.AdminLibraryCreateUpdateInputs,label:n.updateLabel,"max-width":"22em",size:n.iconSize,density:"compact"},null,8,["old-row","inputs","label","size"]),a.coversOnly?_("",!0):(p(),w(M,{key:0,table:"Library",pk:a.pk,name:a.path,size:n.iconSize,density:"compact"},null,8,["pk","name","size"]))])]),_:2},1032,["headers"])}const K=C(Te,[["render",Ie],["__scopeId","data-v-7b626283"]]),De={name:"AdminCustomCoversPanel",components:{AdminLibraryTable:K},computed:{...I(h,["customCoverLibraries"])}};function Le(e,t,m,b,l,n){const d=u("AdminLibraryTable");return p(),w(T,null,{default:s(()=>[r(P,null,{default:s(()=>[r(A,null,{default:s(()=>t[0]||(t[0]=[o("h4",{id:"coverDirHeader"},"Custom Covers",-1)])),_:1}),r(x,null,{default:s(()=>[r(d,{items:e.customCoverLibraries,"disable-sort":"","covers-dir":!0},null,8,["items"]),r(T,null,{default:s(()=>[r(P,{id:"customCoversHelp"},{default:s(()=>[r(A,null,{default:s(()=>t[1]||(t[1]=[o("h4",null,"Custom Covers Help",-1)])),_:1}),r(x,null,{default:s(()=>t[2]||(t[2]=[o("p",null,"Custom covers may be added to the browser in two locations:",-1),o("h4",null,"Folders",-1),o("p",null,[i(" A library folder with a file named "),o("code",null,".codex-cover.jpg"),i(" will show a custom cover for that folder in Folder view. The addition and removal of these covers by watching filesystem events and polling is handled by the library that folder belongs to. ")],-1),o("h4",null,"Custom Covers Dir",-1),o("p",null,[i(" The Codex config directory has a special folder named "),o("code",null,"custom-covers"),i(" under which are subdirectories for each of the browser groups that may adopt custom covers. Images in these subdirectories that match the name of the browser group will be used as custom covers. For instance: "),o("code",null,".../custom-covers/publishers/American Comics Group.webp"),i(' would be used as the cover for the publisher "American Comics Group". '),o("code",null,".../custom-covers/series/arrow.png"),i(' would be used as the cover for every series named "Arrow", for '),o("em",null,"every"),i(" publisher. Similar to a comic library, the "),o("code",null,"custom-covers"),i(" directory may be watched and polled for changes. By default it is neither watched nor polled and must be enabled by the admin. ")],-1),o("h4",null,"Image Formats & Size",-1),o("p",null,[i(" Custom covers are detected only for files with the extensions: "),o("code",null,".bmp, .gif, .jpeg, .jpg, .png, .webp"),i(". ")],-1),o("p",null," Browser covers are transformed from their sources to 165px x 254px thumbnails. Custom covers will transform most aesthetically the closer to that ratio they are. ",-1),o("h4",null,"Priority",-1),o("p",null," Custom covers supersede covers set by the user's individual browser settings. ",-1)])),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})}const Ve=C(De,[["render",Le],["__scopeId","data-v-09e17970"]]),Ee={name:"AdminFailedImportsPanel",components:{DateTimeColumn:N},data(){return{mdiBookAlert:ie,mdiOpenInNew:B}},computed:{...g(h,{failedImports:e=>e.failedImports,showFailedImports:e=>e.failedImports&&e.failedImports.length>0}),...se(h,["unseenFailedImports"])}},ze={key:0},Ue={class:"dateCol"},Oe={href:"https://github.com/ajslater/codex/issues/",target:"_blank"};function Re(e,t,m,b,l,n){const d=u("DateTimeColumn");return e.showFailedImports?(p(),v("div",ze,[r(T,null,{default:s(()=>[r(P,{id:"failedImportsPanel",onClick:t[0]||(t[0]=f=>e.unseenFailedImports=!1)},{default:s(()=>[r(A,null,{default:s(()=>[o("h4",null,"Failed Imports: "+k(e.failedImports.length),1),e.unseenFailedImports?(p(),w(R,{key:0,id:"failedImportsIcon",title:"New Failed Imports"},{default:s(()=>[i(k(l.mdiBookAlert),1)]),_:1})):_("",!0)]),_:1}),r(x,null,{default:s(()=>[r(fe,{class:"highlight-table"},{default:s(()=>[t[1]||(t[1]=o("thead",null,[o("tr",null,[o("th",null,"Path"),o("th",null,"Created")])],-1)),o("tbody",null,[(p(!0),v(re,null,le(e.failedImports,f=>(p(),v("tr",{key:`fi:${f.path}`},[o("td",null,k(f.path),1),o("td",Ue,[r(d,{dttm:f.createdAt},null,8,["dttm"])])]))),128))])]),_:1}),r(T,null,{default:s(()=>[r(P,{id:"failedImportsHelp"},{default:s(()=>[r(A,null,{default:s(()=>t[2]||(t[2]=[o("h4",null,"Failed Imports Help",-1)])),_:1}),r(x,null,{default:s(()=>[t[8]||(t[8]=o("p",null," These are Comic archives that have failed to import. This list is updated every time the library updates. You should probably review these files and fix or remove them. ",-1)),t[9]||(t[9]=o("h4",null,"Fixing comics",-1)),t[10]||(t[10]=o("p",null,[i(" Try using the zip fixer to fix comics: "),o("code",{class:"cli"},[i(" cp problem-comic.cbz /somewhere/safe/problem-comic.cbz.backup"),o("br"),i(" zip -F problem-comic.cbz --out fixed.zip"),o("br"),i(" mv fixed.zip problem-comic.cbz ")]),i(" You may also try "),o("code",null,"zip -FF"),i(" to fix comics which uses a different (not necissarily better) algorithm. If you fix some imports, and Codex does not immediately detect the change, poll the library which contains the fixed comics. ")],-1)),t[11]||(t[11]=o("h4",null,"Reporting Issues",-1)),o("p",null,[t[4]||(t[4]=i(" If the comic looks good to you, but still shows up as a failed import, it might be Codex's fault for not importing it correctly. Please file an ")),o("a",Oe,[t[3]||(t[3]=i("Issue Report")),r(R,{size:"small"},{default:s(()=>[i(k(l.mdiOpenInNew),1)]),_:1})]),t[5]||(t[5]=i(" and include the stack trace from the logs at ")),t[6]||(t[6]=o("code",null,"config/logs/codex.log",-1)),t[7]||(t[7]=i(" if you can. "))])]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})])):_("",!0)}const Se=C(Ee,[["render",Re],["__scopeId","data-v-827c9a0b"]]),He={name:"AdminLibrariesTab",components:{AdminFailedImportsPanel:Se,AdminLibraryTable:K,AdminCreateUpdateDialog:j,AdminCustomCoversPanel:Ve},data(){return{AdminLibraryCreateUpdateInputs:$(G)}},computed:{...I(h,["normalLibraries"])},mounted(){this.loadTables(["Group","Library","FailedImport"])},methods:{...F(h,["loadTables"])}},$e={class:"tabHeader"};function Be(e,t,m,b,l,n){const d=u("AdminCreateUpdateDialog"),f=u("AdminLibraryTable"),y=u("AdminFailedImportsPanel"),c=u("AdminCustomCoversPanel");return p(),v("div",null,[o("header",$e,[r(d,{table:"Library",inputs:l.AdminLibraryCreateUpdateInputs},null,8,["inputs"])]),r(f,{items:e.normalLibraries,"sort-by":[{key:"path",order:"asc"}]},null,8,["items"]),r(U,null,{default:s(()=>[r(y,{id:"failedImports"})]),_:1}),r(U,null,{default:s(()=>[r(c,{id:"customCovers"})]),_:1}),t[0]||(t[0]=o("p",{id:"libraryHelp"}," Each Watched File Events box checked creates a thread to monitor the Library. An large number of watching threads may exceed the limits of your operating system or container. ",-1))])}const it=C(He,[["render",Be],["__scopeId","data-v-c699976c"]]);export{it as default};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|