From 456d8ddaaa6adc0c8868d0ee52cdf641ab56c10d Mon Sep 17 00:00:00 2001 From: AJ Slater Date: Mon, 17 Jun 2024 12:10:46 -0700 Subject: [PATCH] v1.6.2 (#391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix shell linting * simple filetype map for certain opds clients. use a dataclass for the data passing * adjust comments * adjust comment * adjust comments * optional pse ns only for acq feeds * refactor opds v1 * consolidate link generation function for opds v1 * consolidate opds start view redirects. * reduce complexity of some import methods * fix wildcard views for opds * update deps * Squashed commit of the following: commit 8f795907184a17b11144f2a2ec94fcc9f618724f Author: AJ Slater Date: Wed May 10 20:27:08 2023 -0700 display None in filter sub-menu at reduced opacity and sorted to the top commit bcc41da9fac8be1f0758dcfd045c56a16d383b21 Author: AJ Slater Date: Wed May 10 19:35:10 2023 -0700 order by storyarc number commit 2547bf9b8d1b5c0f86f0d78d07226e831242fa6d Author: AJ Slater Date: Wed May 10 19:23:26 2023 -0700 display story_arc number and gtin commit 24c437219323946b27e396889d954c7436edb45f Author: AJ Slater Date: Wed May 10 17:31:43 2023 -0700 lint commit 3da94eccc8488b95045b4c4ace7e57bcadaeb975 Author: AJ Slater Date: Wed May 10 17:22:58 2023 -0700 better metadata extraction for pdfs commit f88898d15b8d0c99fef6b0083ca9b66e2fba89ad Author: AJ Slater Date: Wed May 10 17:21:03 2023 -0700 fix janitor counting cleanup commit fdf7c9b929297887f059f8e5629c365ba1fe18bb Author: AJ Slater Date: Wed May 10 17:20:47 2023 -0700 fix delete missing tags commit 6a92da2caddaf5e4cc75c10a042bbd78015ae87f Author: AJ Slater Date: Wed May 10 15:58:45 2023 -0700 fix opds authentication url * update deps * use new python-alpine base * update deps * update deps * bump news * check for unrar once on startup * fix moving folders bug with no status * bump news * fix saving last route between sessions * lint * update deps * bump news * filename browsing * alpha version * v1.3.14a0 (#314) * Squashed commit of the following: commit 4f8b076c541480b8b40afc1998d91a965d9c994f Author: AJ Slater Date: Mon Feb 27 15:07:29 2023 -0800 fix user and group tab heights commit 8d291f8e6c369e96c6eced1c9ce53589f62d35bb Author: AJ Slater Date: Mon Feb 27 14:51:46 2023 -0800 trim unused id commit 69f7b2fa51610ed030a9888bc51160f61da87325 Author: AJ Slater Date: Mon Feb 27 14:51:27 2023 -0800 format keyboard shortcuts commit 3a00cec449d28aa3a913dbbbb08f843ddebe9cf8 Author: AJ Slater Date: Mon Feb 27 14:44:08 2023 -0800 make clear button and read rtl in reverse the same height commit 0336ebde3fc8322f9be753b5017681c8c82fb237 Author: AJ Slater Date: Mon Feb 27 14:25:29 2023 -0800 simplify getSettings for reader commit f45cd03709e7eee3d607a84d4404d8d18ad6dd3a Author: AJ Slater Date: Mon Feb 27 14:14:00 2023 -0800 read in reverse feature commit b5eb874bdc89a9f922fbb4a3277d104a8be8786c Author: AJ Slater Date: Sun Feb 26 22:35:06 2023 -0800 user configurable 24 hour time format commit 50039b60f8122c767b78d7526282d316ffef7490 Author: AJ Slater Date: Sun Feb 26 20:30:59 2023 -0800 fix reader settings drawer colors commit 0cd0f3faf5c29a6e28a39b44730e3e99b378942b Author: AJ Slater Date: Sun Feb 26 20:14:23 2023 -0800 prev & next book buttons commit 9e4ab34f1a54b370b67965aaac667b308bfc1d43 Author: AJ Slater Date: Sun Feb 26 18:48:21 2023 -0800 display covers in one page mode. keys for adjusting page in two page mode. commit d9c5a41e1033d6c989388a27262d6178abed0b13 Author: AJ Slater Date: Sun Feb 26 16:51:00 2023 -0800 reader prev/next book now read_ltr aware commit 4c6111c37328a15a22ba873a97046302952367b5 Author: AJ Slater Date: Sun Feb 26 15:39:09 2023 -0800 fix two pages mode skipping pages commit a47d5760dad912e8a75ab312eb21cb401f1b6ecc Author: AJ Slater Date: Sun Feb 26 15:24:17 2023 -0800 add fit to choice in db commit fbae4a828a48bc1f766d91a801634da29870d566 Author: AJ Slater Date: Sun Feb 26 15:23:54 2023 -0800 fix setting null fit_to in reader settings. make bookmark fit_to choices hardcoded in the db commit b26f73826fb3ff2920f451660a70bc6912556c1b Author: AJ Slater Date: Sun Feb 26 00:06:39 2023 -0800 show series name everywhere in opds commit baf61d3186e3df79597743d96dd3241dcceb60af Author: AJ Slater Date: Sat Feb 25 23:51:41 2023 -0800 no top links or entry facets on subsequent OPDS pages commit 9a8d001f3d3be40d9fb69eb8347e825f92d3f176 Author: AJ Slater Date: Sat Feb 25 23:31:42 2023 -0800 fix opds pagination commit db6065110a2ab1fd67df11bcf11f7c77e7d606e2 Author: AJ Slater Date: Sat Feb 25 19:38:26 2023 -0800 change optimizer task docs commit 2bd92e01b4bab2ea7c00e17384fac9e7172ca76e Author: AJ Slater Date: Sat Feb 25 19:36:12 2023 -0800 break up searchd into modules commit ddfa3e528575deb3080d2fdadb74112a8cb73468 Author: AJ Slater Date: Sat Feb 25 18:47:20 2023 -0800 use search index updated_at for start date. move optimize into backend partially commit f04de9330e30f851a7c760abaf9b1498b523f780 Author: AJ Slater Date: Sat Feb 25 18:20:22 2023 -0800 remove most fields from opds categories commit d7997b5ea0c3f6c3f2201cdbc5929f92d6544f5f Author: AJ Slater Date: Sat Feb 25 18:17:50 2023 -0800 fix spacing in opds browser names & titles commit d08447f54062a5d0e33eaf221722d2044dd0af5f Author: AJ Slater Date: Sat Feb 25 15:49:42 2023 -0800 shut off watchdog debug events" commit 4240f65f286e2051d8d21344a74cdc516b369bcc Author: AJ Slater Date: Sat Feb 25 15:48:09 2023 -0800 bump news and version commit 9737e929b9ec3f05ac27bd3d9fe249f152062166 Author: AJ Slater Date: Sat Feb 25 15:46:46 2023 -0800 remvoe debug hack commit 8df9393f91d0bba1020ad929f0a80aad703947b8 Author: AJ Slater Date: Sat Feb 25 15:45:42 2023 -0800 remove open closed screener from batcher. moved it into handler commit 0fa98cb755d0f1413c272122e76cbaca088dff8b Author: AJ Slater Date: Fri Feb 24 23:53:59 2023 -0800 ignore opened and closed events commit a35d58348ab3334025ebbba49f75228dce0950b7 Author: AJ Slater Date: Fri Feb 24 23:24:48 2023 -0800 fix manual manifest deployer commit 95fa5ba06588c24374d0dacafb1a59018ef6af59 Merge: c4597a0b 0df40e5f Author: AJ Slater Date: Fri Feb 24 23:03:44 2023 -0800 Merge branch 'main' into develop commit 0df40e5f03602d89d1e28c1f8801d3dd08836a8f Author: AJ Slater Date: Fri Feb 24 23:03:30 2023 -0800 v1.2.3 (#247) * search engine performance in progress * fix search index status types * fix slow remove records. fix delete all records at end of index * lint * use whoosh multiprocessing not haystack's * clean up cruft * bump version and news * update depts * fixes for deploy * chmod * trap more search update errors. match search index timestamp to db scan time, not index complete time. * trap final commit errors. more explicit indexing error logging. faster return on nothing to do. * fix scroll bars inappropriately on admin tables * fix admin drawer obscuring small screens * fix download buttons * remove errant console.logs * fix appended i to author names in opds * more order for search index * add commas to stats numbers * bump docker base version * update deps * lint * bump version commit c4597a0b0cd6958dad68aa67712b04dae163bef2 Author: AJ Slater Date: Fri Feb 24 22:40:05 2023 -0800 bump version commit e3f662740f86bef199dfc5e26b7823a61560d169 Author: AJ Slater Date: Fri Feb 24 22:39:34 2023 -0800 lint commit b0c70a6b413cae5b2bbd1f9d2098cbe280f47e8b Author: AJ Slater Date: Fri Feb 24 22:37:49 2023 -0800 update deps commit 046a6cc5a418433dc01f75072f5a94dc138002a0 Author: AJ Slater Date: Fri Feb 24 22:36:10 2023 -0800 bump docker base version commit 5d1cbc4314b0bb5a425f040cb49b99e1c334de88 Author: AJ Slater Date: Fri Feb 24 22:30:28 2023 -0800 add commas to stats numbers commit a14e679bd3f5cdfb17d467c875ee42307e4a3182 Author: AJ Slater Date: Fri Feb 24 20:26:30 2023 -0800 more order for search index commit 3234deadb99c742fd27593269905e32a4deeb120 Author: AJ Slater Date: Fri Feb 24 19:30:59 2023 -0800 fix appended i to author names in opds commit f13c748f8b0a47247b761fe20c292e4c5212eea0 Author: AJ Slater Date: Fri Feb 24 18:58:24 2023 -0800 remove errant console.logs commit 3502eeaa813d96db7a91ac1d576c4c00cdbd7a4b Author: AJ Slater Date: Fri Feb 24 18:41:52 2023 -0800 fix download buttons commit a8dbf05ecda4267a7ab3ba8fbe41355000184a39 Author: AJ Slater Date: Fri Feb 24 18:08:58 2023 -0800 fix admin drawer obscuring small screens commit d3a97a2785e3e4b0f3fbe5daa5dcdf0c51e0d947 Author: AJ Slater Date: Fri Feb 24 17:59:32 2023 -0800 fix scroll bars inappropriately on admin tables commit 093c9299194c1b79e0e9d4abb3c9ec9dbcbade48 Author: AJ Slater Date: Fri Feb 24 17:31:37 2023 -0800 trap final commit errors. more explicit indexing error logging. faster return on nothing to do. commit c205b6398f25a1bd4d7fb7950f5643de87babe0d Author: AJ Slater Date: Fri Feb 24 17:12:08 2023 -0800 trap more search update errors. match search index timestamp to db scan time, not index complete time. commit dff2085d187ff2043262bcded414d6e55a38889c Author: AJ Slater Date: Wed Feb 22 15:27:46 2023 -0800 chmod commit 626750fb80aaf0204f8b9b3180de5bb63582f800 Author: AJ Slater Date: Wed Feb 22 15:27:27 2023 -0800 fixes for deploy commit b44f79c7cf5919428764d4fc6a170f7320787077 Merge: 03dc10b0 41f0b6d1 Author: AJ Slater Date: Wed Feb 22 12:40:12 2023 -0800 Merge branch 'main' into develop commit 41f0b6d1791eac73461c72f90033d1311ba075b3 Author: AJ Slater Date: Wed Feb 22 12:36:43 2023 -0800 v1.2.2 (#242) * search engine performance in progress * fix search index status types * fix slow remove records. fix delete all records at end of index * lint * use whoosh multiprocessing not haystack's * clean up cruft * bump version and news * update depts commit 03dc10b0868da2efe4c2f16720302e8f2744697e Author: AJ Slater Date: Wed Feb 22 04:02:23 2023 -0800 update depts commit 8029f7666b92735539d4b460cd291a6907cb56e7 Author: AJ Slater Date: Wed Feb 22 04:00:58 2023 -0800 bump version and news commit 3460c0d71a22cbfd3d37255afaa4c50ba23ce763 Author: AJ Slater Date: Wed Feb 22 03:59:06 2023 -0800 clean up cruft commit e8095572b66a6044adc7c84da56d21b419f7032e Author: AJ Slater Date: Wed Feb 22 03:40:51 2023 -0800 use whoosh multiprocessing not haystack's commit cc5300a3acfaddf33aad3d4df49c75a712845aca Author: AJ Slater Date: Wed Feb 22 03:38:43 2023 -0800 lint commit 9c9c1d7a2885d631cc6d37ccd5b9b919f423fe95 Author: AJ Slater Date: Wed Feb 22 03:37:55 2023 -0800 fix slow remove records. fix delete all records at end of index commit 602ceb1192478d4405e9d88a398d445d78480234 Author: AJ Slater Date: Tue Feb 21 21:28:10 2023 -0800 fix search index status types commit 8e02f9aa65d42bb8ab53cdf503ab4041d8234dc4 Merge: e468c51c 20f06940 Author: AJ Slater Date: Tue Feb 21 21:22:06 2023 -0800 Merge branch 'develop' into search_index_performance commit 20f06940486ee9d8f21107e9a67db1d822023e2c Author: AJ Slater Date: Tue Feb 21 17:44:20 2023 -0800 update deps and version commit e468c51ca550c7e180065da2f6398f817f79babe Author: AJ Slater Date: Tue Feb 21 17:26:33 2023 -0800 search engine performance in progress commit ee447946c5d24acc0ec2287b55d5353e34ebc5e6 Author: AJ Slater Date: Mon Feb 20 17:09:35 2023 -0800 put poll all libraries back iin admin admin menu commit 674bbd207e04fb12e8e007432170ffd9e6cac7ad Author: AJ Slater Date: Mon Feb 20 17:07:24 2023 -0800 fix regen api key stats commit 5c0b887134bdefee0d846fca22a7952badc1fa89 Author: AJ Slater Date: Mon Feb 20 16:50:16 2023 -0800 fix minor status update bug commit 89f3a990c3e0b24bbaebf64b40c662d2fc8df6f5 Author: AJ Slater Date: Mon Feb 20 16:41:58 2023 -0800 batch a jillion documents at a time for the search indexer. unbound memory for the search indexer commit 17fb715523bd1cd431b15f6b54eca2bb495c2f56 Author: AJ Slater Date: Mon Feb 20 16:27:22 2023 -0800 bump news commit b7eb56d09090294af0b53c8c4ec0482535bcc3e6 Author: AJ Slater Date: Mon Feb 20 15:20:24 2023 -0800 fix crash on writing files wait commit f762e47d065355c4d0194f381409bde93fda70a0 Author: AJ Slater Date: Mon Feb 20 12:04:50 2023 -0800 bump news commit 4691f731287aa8315142808d7f59340df5f1f1f2 Author: AJ Slater Date: Mon Feb 20 12:03:40 2023 -0800 Squashed commit of the following: commit edee944ee3c27bbf4a19e3ca739d4c362688e172 Author: AJ Slater Date: Mon Feb 20 12:03:04 2023 -0800 improve poll every hints commit ff825b923277438335e15935914ed14e6ffd7cf9 Author: AJ Slater Date: Mon Feb 20 11:41:09 2023 -0800 fix disabling poll preventing manual polling commit 8549f4b5b3efc964ce1b3b59bfad02c6849a532f Author: AJ Slater Date: Sun Feb 19 22:30:28 2023 -0800 move watchdog event handler to own file commit c78d5584fd5eb4975f13d83d6f7b123903f43495 Author: AJ Slater Date: Sun Feb 19 22:22:42 2023 -0800 fix repo link commit 134225394df1577c43fd3e35b7fb68bcb1839e31 Merge: 5c2ab188 0d4d7d3f Author: AJ Slater Date: Sun Feb 19 20:57:16 2023 -0800 Merge branch 'main' into develop commit 0d4d7d3f55c8161327db1b3b1e4e769df4c5557f Author: AJ Slater Date: Sun Feb 19 20:55:18 2023 -0800 v1.2.0 (#238) * v1.0.4a0 Squashed commit of the following: commit d3a49642ccd8e15e1fa31f7ac7cc1a23c8c6fc41 Author: AJ Slater Date: Mon Jan 16 12:23:59 2023 -0800 bump news commit 9933dcc29848f1673cc7b27c383c195ab37c28e1 Author: AJ Slater Date: Mon Jan 16 12:22:43 2023 -0800 fix image events for regular pages commit 512db0e304dffad92ba52fc2f79c6487e2255aa8 Author: AJ Slater Date: Mon Jan 16 12:17:55 2023 -0800 fix missing import commit 9aef0961c4a0a3031b34ae11f016fe338d421226 Author: AJ Slater Date: Mon Jan 16 12:17:30 2023 -0800 lint commit 4c0fbda570080e0c1756e5cc309ac29e4f2fb7f1 Author: AJ Slater Date: Mon Jan 16 11:59:17 2023 -0800 lint commit c008508120475618f605f459681b9e5511d14050 Author: AJ Slater Date: Mon Jan 16 11:54:54 2023 -0800 update deps commit 2a63873859f12d1582e79c57fff1cba11648430f Author: AJ Slater Date: Mon Jan 16 11:53:47 2023 -0800 update plural names for some models commit a67ad3a5dfdb10fc260fdfba06c0f5518f82c622 Author: AJ Slater Date: Mon Jan 16 11:53:37 2023 -0800 use correct verbose_name_plural reference commit 65ab73aa3b2f1cb32a89b5784ea16679fed75125 Author: AJ Slater Date: Mon Jan 16 02:12:09 2023 -0800 Uatu ignores device changes more betterer commit c503544157715939d6becb851ffe88c637fa8500 Author: AJ Slater Date: Mon Jan 16 02:11:53 2023 -0800 lint commit 80f486ab22b1cfa61dc1bd82b5d455348b81d1d5 Author: AJ Slater Date: Sun Jan 15 23:15:14 2023 -0800 update deps commit 1cf06841ea046abacae8fe1eebcdce00b97ce247 Author: AJ Slater Date: Sun Jan 15 23:13:58 2023 -0800 bump news commit bec213d43ce67ea3e3b0668aa3e2f017ab36f09e Author: AJ Slater Date: Sun Jan 15 23:12:23 2023 -0800 move debug print to warning for routeToPage. extra check for redirectRoute commit 8008ba454236498eeb6d27b2e4e2bc3a2e6e9960 Author: AJ Slater Date: Sun Jan 15 23:07:40 2023 -0800 add debug message for unsub commit c12eac0d6d443815f12c05307190387d75e88f8f Author: AJ Slater Date: Sun Jan 15 23:00:01 2023 -0800 unify unsubscribe for websockets and do it on websocket.disconnect commit 976555326466b764ea1ed789d1fc7150736279fc Author: AJ Slater Date: Sun Jan 15 19:31:50 2023 -0800 separate browser_metadata_view into browser_order_by & browser_annotations commit cb95ffe8c0df41ed39e7e523ef8e502523a8c795 Author: AJ Slater Date: Sun Jan 15 19:31:40 2023 -0800 separate browser_metadata_view into browser_order_by & browser_annotations commit 66572b894ad9cdd781bdb6b5ccccdadf61e0de4b Author: AJ Slater Date: Sun Jan 15 19:04:51 2023 -0800 fix admin library picker bugs commit dd92999ec7d89925d82af4d4dfc85ac73e1159cf Author: AJ Slater Date: Sun Jan 15 19:01:08 2023 -0800 change order of attributes commit 54d4b782427ca2169c74d4852de48cd7f05ae404 Author: AJ Slater Date: Sat Jan 14 18:27:50 2023 -0800 fix admin library folder picker commit ccfb431ce218cdf980e9b0bae84ad43e397a6a9f Author: AJ Slater Date: Sat Jan 14 14:18:53 2023 -0800 Search improvements (#218) * fix xapian search flags. rename most xapian variables to search * break up browser base into filter mixins * lint * lint * <>= range operator * range operator news & docs * fix parsing non fields * update deps * do not get search history from server * remove debug console * remove search tables in favor of a case statement from the search engine * fix search help scrolling * minor order change for caption display * fix search menu opening on type * allow spread operator over Array.from everywhere * fix extra redirect on searches when topGroup == issues * use xapian default flags instead of listing them explicitly * break custom search pre-parser out into it's own class * use explict xapian flags contstuction to avoid import loop * move search stuff into its own directory * fix folder view for new way of searching * lint * remove bookmark from search. modularize preparser * move search field aliases to xapian synonyms * better comments about the customizations to xapian_backend * minor refactor and cleanups for search filter preprocessor * move bookmark filter out of search filter. move preprocessor for search filter into its own file * remove old clean search status hack * bump deps, lint * fix defaults for comicbox * folder mode on searched. fix id scope on searches * speling * deps update * fix array vs set function * no filter on search box commit 96f9f615db978d80a3011d63f34acd3985fd3d8e Author: AJ Slater Date: Fri Jan 6 17:43:28 2023 -0800 linux/armhf note about cryptography commit 8c00ae97270c8928b890db633025dfcd7665d4da Author: AJ Slater Date: Fri Jan 6 16:48:40 2023 -0800 remove extraneous line commit 0805145526f24a801ea8684e90b95bc2a8ff3182 Author: AJ Slater Date: Fri Jan 6 16:43:45 2023 -0800 fix roman.sh for options without path commit e9b4b7a6c28ae25dc0e5a29d9c32f0437021261f Author: AJ Slater Date: Fri Jan 6 16:38:05 2023 -0800 roman script commit 19108e980afa05602306b21b29aece1f768937f0 Author: AJ Slater Date: Fri Jan 6 14:58:46 2023 -0800 update builder requirement script to be >= commit 30b63db8ecc7275eff9d12052c14875c89b6bbdc Author: AJ Slater Date: Fri Jan 6 14:56:18 2023 -0800 bump README dev section commit c53b78b5b21c0da6914cdc0509cae0ac923063d3 Author: AJ Slater Date: Fri Jan 6 14:49:26 2023 -0800 fix frontend dev-server script commit 97d1b32c69391d357fba00c98f89a2668fcc7047 Author: AJ Slater Date: Fri Jan 6 14:48:06 2023 -0800 consolidate frontend scripts in frontend dir commit 9a5b1b4f021c77a137b19ecfa19668b5312a7da3 Author: AJ Slater Date: Fri Jan 6 14:34:38 2023 -0800 greatly diminish safe area inset for codex version commit 3d458d785712be82cc8c6c8ef01ee4c500a84bef Author: AJ Slater Date: Fri Jan 6 13:16:27 2023 -0800 remove unused scripts commit 657a73b60363a3f9ceef243bf105c5e8c4045a00 Author: AJ Slater Date: Fri Jan 6 13:16:18 2023 -0800 simplify pm script commit 94139a9f652e4a931b94567b9758aca92c254bf5 Author: AJ Slater Date: Fri Jan 6 12:19:59 2023 -0800 update deps commit a9b818ce4b72afa7f4cc84e2230d8f57657f8afe Author: AJ Slater Date: Fri Jan 6 12:14:33 2023 -0800 trim readme commit 3a7c8a5c2c387b2e358607e267ccff26e30f875e Author: AJ Slater Date: Fri Jan 6 12:11:42 2023 -0800 use django_timezone.now() commit 4950b77d834bd679fc6605fe840455b033ca046d Merge: 2b5ad145 907637b9 Author: AJ Slater Date: Thu Jan 5 19:41:04 2023 -0800 Merge branch 'main' into develop commit 907637b9ec515e0a334f7144f4d212edc9bf416b Author: AJ Slater Date: Thu Jan 5 18:47:39 2023 -0800 v1.0.3 (#216) commit 2b5ad145840f5399f41577f28132f8eacf0fcebd Author: AJ Slater Date: Thu Jan 5 18:31:18 2023 -0800 bump news' commit ff41fdaf9624c79f197b200ffa181869c735eb36 Author: AJ Slater Date: Thu Jan 5 18:29:52 2023 -0800 update deps commit 123b97ce9fab45f7e772ad761c242a2ef6d43e25 Author: AJ Slater Date: Thu Jan 5 18:24:04 2023 -0800 fix orphan folders bug commit 9f2fcb041537895ed169c9d1abf737c5fe1e44f0 Author: AJ Slater Date: Thu Jan 5 16:07:53 2023 -0800 fix moving folders orphans folders bug commit c29bcebc9562fce5124254f276d218dc8fa2048a Author: AJ Slater Date: Thu Jan 5 15:57:47 2023 -0800 fix item does not exist redirect commit 28ee9597c6217ecb64ebdc1215bc6af6ea2974cb Author: AJ Slater Date: Thu Jan 5 14:38:35 2023 -0800 better cover error handling commit 3e6bb2b12c307f413f11727d002e51c8b50691ad Author: AJ Slater Date: Thu Jan 5 11:52:27 2023 -0800 rename release branch to main commit 4e2118947feaf33e355938b68cd031957e1e71af Author: AJ Slater Date: Wed Jan 4 23:48:26 2023 -0800 bump comicbox commit a3905e21cf2519a2c634771381911810d5dc50e9 Author: AJ Slater Date: Wed Jan 4 15:18:09 2023 -0800 update deps commit 22b08504cc27a74cae2220c809e79e03bfdbef50 Author: AJ Slater Date: Wed Jan 4 15:15:52 2023 -0800 bump version commit 802fa5b1a7a4e294684ad98319a61cf3d660a14d Author: AJ Slater Date: Wed Jan 4 15:15:35 2023 -0800 force update failed imports task commit 64b7ca89372df11ed3a2859ea7025ab45b023500 Author: AJ Slater Date: Wed Jan 4 14:24:46 2023 -0800 do right side as well with title toolbar commit 6cb35c4bd0ac3138ce6911b101ddf8e9e43d4af8 Author: AJ Slater Date: Wed Jan 4 14:23:40 2023 -0800 line up browser title toolbar padding with filter toolbar commit 0e522aa6679dcdd994d37efb8de3bc69d888f47b Author: AJ Slater Date: Wed Jan 4 14:09:25 2023 -0800 slightly safter cover purge commit 21742192f4d2cae92fc2a559c3aec94fca5b654c Author: AJ Slater Date: Tue Jan 3 22:32:13 2023 -0800 hide progress bar unless there's progress commit 68069cf27d39dd6ffd93ad7a38fbd6fc54fd4941 Merge: 48d527d8 44e80076 Author: AJ Slater Date: Tue Jan 3 22:26:24 2023 -0800 Merge branch 'release' into develop commit 44e80076fce65e3d0852e71e3737b2385d1d5d3e Author: AJ Slater Date: Tue Jan 3 22:06:28 2023 -0800 v1.0.2 (#215) * reorder dockerfile * fix zero padding * line up order-by caption on browser tiles to the bottom * update deps * bump version * drawer attribute optimization * package updates * remove pushover dev dependancy * Fixed next book change drawer opening settings drawer. * orphan component from last commit * dependency updates * bump news * remove script & temporary from admin settings menu * update packages * bump version * fix admin title toolbar z-index * fix failed imports not reupdating * trap db update errors and log issue paths * bump news * Discard orphan websocket connections from the connection pool. * make unseenFailedImports icon color red * use CloseButton component for librarystatus and fix positioning * comicbox 0.6.2 commit 48d527d83ca8039863186e2d20890481cca9201c Author: AJ Slater Date: Tue Jan 3 21:20:01 2023 -0800 comicbox 0.6.2 commit 27bbc6b4ec16cfeb216674a1249b25aadbff8ba7 Author: AJ Slater Date: Tue Jan 3 21:17:16 2023 -0800 use CloseButton component for librarystatus and fix positioning commit 080cc94902fad2645ea29f4248ccbd57bfa8e837 Author: AJ Slater Date: Tue Jan 3 21:16:45 2023 -0800 make unseenFailedImports icon color red commit 2b725677c6418d96e555c67017c3dfc9f838a484 Author: AJ Slater Date: Tue Jan 3 20:58:02 2023 -0800 Discard orphan websocket connections from the connection pool. commit 5d9c0453f3d25e9f6d75e78f267b054c50c716d7 Author: AJ Slater Date: Tue Jan 3 20:39:01 2023 -0800 bump news commit 44c00e84e5059284c3d78c51d3f68074ee09ce1d Author: AJ Slater Date: Tue Jan 3 20:37:54 2023 -0800 trap db update errors and log issue paths commit 3b0fc799a20a540c177040b451ef5432d2a261f6 Author: AJ Slater Date: Tue Jan 3 19:33:08 2023 -0800 fix failed imports not reupdating commit cc6f66869f9b4a904534449292e46c4511e62a7d Author: AJ Slater Date: Tue Jan 3 18:06:57 2023 -0800 fix admin title toolbar z-index commit 897c053dc686157416df490c6ca2b0403cf4749c Author: AJ Slater Date: Tue Jan 3 16:21:20 2023 -0800 bump version commit f554bb5aa4ce35c80f8baf1488247eb2f7609d88 Author: AJ Slater Date: Tue Jan 3 16:21:10 2023 -0800 update packages commit f87326d030f6f723c591adddf3bfb9c514f167e8 Author: AJ Slater Date: Tue Jan 3 16:19:53 2023 -0800 remove script & temporary from admin settings menu commit aba5f631b44c951832dd5ad7aea5adb9393e0ef8 Merge: 3ba78743 31f8ea28 Author: AJ Slater Date: Mon Jan 2 13:23:40 2023 -0800 Merge branch 'release' into develop commit 31f8ea2800210a26cce7ee1098011172e01eae9a Author: AJ Slater Date: Mon Jan 2 12:39:54 2023 -0800 v1.0.1 (#214) * reorder dockerfile * fix zero padding * line up order-by caption on browser tiles to the bottom * update deps * bump version * drawer attribute optimization * package updates * remove pushover dev dependancy * Fixed next book change drawer opening settings drawer. * orphan component from last commit * dependency updates * bump news commit 3ba78743eb7c2ff5448a2f757170c737944cbef9 Merge: a7f10f41 10598e34 Author: AJ Slater Date: Mon Jan 2 12:22:54 2023 -0800 Merge branch 'release' into develop commit a7f10f41b67a05a86e45615635bd5e73370a4f2f Author: AJ Slater Date: Mon Jan 2 12:22:39 2023 -0800 bump news commit d7e4b33b52f049f3e699db23989eae258e03b07c Author: AJ Slater Date: Mon Jan 2 12:19:40 2023 -0800 dependency updates commit c4a98d51d8c7c17fb24b8f3896d61de4da2c068b Author: AJ Slater Date: Mon Jan 2 12:16:27 2023 -0800 orphan component from last commit commit 192ba5edc2aff637e3bc27598cf040e2314c2471 Author: AJ Slater Date: Mon Jan 2 12:16:09 2023 -0800 Fixed next book change drawer opening settings drawer. commit 87e88680aae54b453c715d1029f09d058a34d868 Author: AJ Slater Date: Sun Jan 1 17:03:54 2023 -0800 remove pushover dev dependancy commit 4b4723c40149d6875b325426967445b2ead86657 Author: AJ Slater Date: Sun Jan 1 17:01:32 2023 -0800 package updates commit dd9acdc71d61eafe4caacbcc7a32dea511c59c80 Author: AJ Slater Date: Sun Jan 1 16:58:51 2023 -0800 drawer attribute optimization commit a2fe3a70a50330ba026eef2b38ebf450d2a34fcd Author: AJ Slater Date: Sat Dec 31 16:42:34 2022 -0800 bump version commit a0bbcb52c8846c147c352d4918c2244d6eec6819 Author: AJ Slater Date: Sat Dec 31 16:42:24 2022 -0800 update deps commit e9f75151568449ed29e94f2a51908b23b14cdca0 Author: AJ Slater Date: Sat Dec 31 16:40:11 2022 -0800 line up order-by caption on browser tiles to the bottom commit 3fca957b9bfc2d6170c5d9e160ccb0c79b0663c7 Author: AJ Slater Date: Fri Dec 30 16:45:01 2022 -0800 fix zero padding commit f14749a8de68adc4501815ad0daff082cae17974 Author: AJ Slater Date: Fri Dec 30 15:27:13 2022 -0800 reorder dockerfile commit 10598e342fedf3e11152aea02429f7ab18f25843 Merge: b52827f2 a6d429ba Author: AJ Slater Date: Thu Dec 29 12:17:02 2022 -0800 Merge branch 'develop' into release commit a6d429badee6a5a06d68cc04db1d5aa9fdbd8336 Author: AJ Slater Date: Thu Dec 29 12:16:09 2022 -0800 update packages commit b52827f21762ae3c8e376179262a4f5c49f5b40b Author: AJ Slater Date: Thu Dec 29 12:14:42 2022 -0800 v1.0.0 (#210) * bump version * change search help icon * per server start timestamp for frontend common * use dev for docs so it never goes out of date * use a group converter for urls * converter needs comic as well * fix broken icon definition * filter select throbber * now that it works go back to computed dynamicChoiceNames * pdf don't force rendering with key seems to fix it. make placeholder really dissapear * bump news * alphebetize fields * also offer selected choices so we can deselect them * fix deselecting filters by coercing pk types. let sub-filter-menu determine it's own type * use writatablestate * fix returning more filter choices if a filter is already selected * update version and packages * fix version using timestamp in api. lint * lint * remove cruft * remove vestigal api point * remove export of nonextand function * remove admin tools header * v0.13.1a7 (#194) * Squashed commit of the following: commit 1085a1426e6588225f4c7f514c91ee1009430231 Author: AJ Slater Date: Sun Sep 18 19:29:29 2022 -0700 change transitions commit 4f998c8b10522714744b60075dfa555e2ef41b83 Author: AJ Slater Date: Sun Sep 18 19:22:32 2022 -0700 hide all of failed imports in an expansion panel commit b3f1fd40f942b27590aa8191ef096e131810cf1c Author: AJ Slater Date: Sun Sep 18 19:17:48 2022 -0700 cancel button for change password commit 30ca1f8a43693aaf8e787ae6d853a687232824d3 Author: AJ Slater Date: Sun Sep 18 19:15:14 2022 -0700 hopefully set admin drawer open when large commit 12cdfcf52c4c13f5b5c3a5f50ebd5baad8ff98de Author: AJ Slater Date: Sun Sep 18 19:14:50 2022 -0700 language commit 55f2b0c5cd6ea402b989deda34338935dac1f0e7 Author: AJ Slater Date: Sun Sep 18 19:09:02 2022 -0700 lint commit c1aef5704b0784b80464035007f993d8212ae4cf Author: AJ Slater Date: Sun Sep 18 19:06:22 2022 -0700 lint commit af9064723a965b623afc5ef6ce51f9a49f55ccfc Author: AJ Slater Date: Sun Sep 18 18:53:05 2022 -0700 diable broken md parsing in frontend dir commit f27199d00a050752a85de731d36537ab2e28c2cd Author: AJ Slater Date: Sun Sep 18 18:52:35 2022 -0700 disable security warning commit 0a7d2c493c3e54b319ae201f74bd09ed6931f73a Author: AJ Slater Date: Sun Sep 18 18:41:28 2022 -0700 Squashed commit of the following: commit d648acd46b268c726adbf673f0f5986f5020c39c Author: AJ Slater Date: Sun Sep 18 18:41:13 2022 -0700 fix fix script. package moved to root commit c52a1824ca4a4f02b19851cb9286365a1a1ffa90 Author: AJ Slater Date: Sun Sep 18 18:40:55 2022 -0700 use using eslint-plugin-mdx commit d5a989e75ced2121c8c874e82b42afd3e5e3e4a8 Author: AJ Slater Date: Sun Sep 18 18:40:37 2022 -0700 move to using eslint-plugin-mdx commit 6fb5e6421134b5782f3310692acf4bb76276fec1 Author: AJ Slater Date: Sun Sep 18 18:39:43 2022 -0700 lint commit a17465dbcdf5a320b2937be4f6013f3cf14835c1 Author: AJ Slater Date: Sun Sep 18 18:19:20 2022 -0700 eslint md not quite working can't load remark prettier rules commit ecbee17bc90886db035a21b8e77e467460d16342 Author: AJ Slater Date: Sun Sep 18 16:46:33 2022 -0700 lint pwa commit 5025b317557d71d7cd855759b4fd16fab8974595 Author: AJ Slater Date: Sun Sep 18 14:36:40 2022 -0700 lint commit e971bd92a3b20dda712e5d9dda43fc864a7e0998 Author: AJ Slater Date: Sun Sep 18 14:07:59 2022 -0700 use plugin-prettier-vue, move unicorn rule to root eslintrc, user prettier-config rules after other rules. commit 7d87f1c1bbca35b658cb5fe262bfc30249db3358 Author: AJ Slater Date: Sun Sep 18 01:49:34 2022 -0700 lint commit 26e75cf0edcffc43b0d95f3980b50030421f8c1d Author: AJ Slater Date: Sat Sep 17 22:10:40 2022 -0700 lint rules commit b161b11b1584a1be5f5a72c87cbffdaf707c2550 Author: AJ Slater Date: Sat Sep 17 22:10:26 2022 -0700 remove some listsfields in favor of many=True commit 5e8297df56e3e430fe624ac049678435f5aac6fa Author: AJ Slater Date: Sat Sep 17 19:49:43 2022 -0700 remove cruft commit 653f5a188dbf4478ec69641ac3edb2dc15ac818d Author: AJ Slater Date: Sat Sep 17 19:49:15 2022 -0700 remove cruft commit 4fec82bec54e460c4da05c04a0dee0b74da72412 Author: AJ Slater Date: Sat Sep 17 19:30:02 2022 -0700 lint commit 49b9f4db3e0fa3d69a39fc483b7f0499e9158241 Author: AJ Slater Date: Sat Sep 17 19:02:48 2022 -0700 Squashed commit of the following: commit 7ebfcb123b06696bcb76ae4f5de73efb1f2d57a4 Author: AJ Slater Date: Sat Sep 17 19:02:15 2022 -0700 refactor rootlinks into nav links and fold others into toplinks commit 5a28ca2400601af2177d14d9750ed862c04a6eb4 Author: AJ Slater Date: Sat Sep 17 18:16:51 2022 -0700 change breakpoint for close book button commit 8ffa21af56723c079840368b94ccfca0122da0cf Author: AJ Slater Date: Sat Sep 17 18:16:30 2022 -0700 fix touchmap calling this in arrow function. commit 50527ecba67899124087ac07bc7f2b579dad3343 Author: AJ Slater Date: Sat Sep 17 18:13:21 2022 -0700 use content instead of summary commit 90d03e30bef926aa11e70030085bf7cc6d118dce Author: AJ Slater Date: Sat Sep 17 18:11:58 2022 -0700 more durabliblity for pycountry lookups commit 15085a1ea74506203af6f90820e2ebff4d6198e5 Author: AJ Slater Date: Sat Sep 17 18:05:26 2022 -0700 avoid toplink duplication with entries. let top links have summaries commit fb883f997c00db77d4e4542b81de60f4189d3b38 Author: AJ Slater Date: Sat Sep 17 17:33:30 2022 -0700 fix pocketbooks not urldecoding some things commit 86137de4a2ff46022cd1a327275354f0420ec9f0 Author: AJ Slater Date: Sat Sep 17 17:22:03 2022 -0700 clear commit e06a114d35679409fb7d2893042f504378ffaba8 Author: AJ Slater Date: Sat Sep 17 17:20:49 2022 -0700 ignore content negotiation for pages commit 27e9a6243e0984b8ef634c7c867e0f1bd6c691a4 Author: AJ Slater Date: Sat Sep 17 16:49:31 2022 -0700 don't use redirect link for opds commit 236f31d2a85975886e88afe0866e8d2e923dfd88 Author: AJ Slater Date: Sat Sep 17 16:23:10 2022 -0700 bump news for opds commit b4955383ed8aa13338b4842202261c1e4df6d542 Author: AJ Slater Date: Sat Sep 17 16:12:24 2022 -0700 change routes for top links commit 65fb6e5bdb20709830a7e9eb392b2be2942d50b6 Author: AJ Slater Date: Sat Sep 17 16:06:25 2022 -0700 fix lanuage tag for opds commit 0f62798f5a0c3f528ab76f53bf0c1e38ee44e4c3 Author: AJ Slater Date: Sat Sep 17 15:45:42 2022 -0700 featured link commit 746424998e071af3c4a7b963a9a64e5a54dce36e Author: AJ Slater Date: Sat Sep 17 15:18:01 2022 -0700 add language fix for opds folders commit f0b147b89dbb39733238953f683f8506b64beeef Author: AJ Slater Date: Sat Sep 17 15:16:20 2022 -0700 opensearch:totalResults commit 7b1086ca0d2130c2d8313a87578354c40e1f615e Author: AJ Slater Date: Sat Sep 17 15:02:43 2022 -0700 opensearch itemsPerPage for opds commit b39b31096b9476835dd87569f46be0e52f5da939 Author: AJ Slater Date: Sat Sep 17 14:49:34 2022 -0700 add new top link commit 23941c164b46036af8991c5cb7d7de488789b02f Author: AJ Slater Date: Sat Sep 17 14:37:12 2022 -0700 add published to opds commit ad2edc2948d52a55b7fdf39189dc969547b8bc5c Author: AJ Slater Date: Sat Sep 17 14:28:44 2022 -0700 add publisher to opds commit 580a79f9f8e443032fa9b1aed4c4b217b2c46d2d Author: AJ Slater Date: Sat Sep 17 14:15:03 2022 -0700 fix opds folders view value mapping commit 9d18f461eda305be0325bd12b90b39f7783fac3f Author: AJ Slater Date: Sat Sep 17 13:10:13 2022 -0700 fix opds folder view redirect loop commit e008107ea61b57f8f7f1387454d1fbfd0e819fe2 Author: AJ Slater Date: Sat Sep 17 12:32:20 2022 -0700 move django db functions to own folder commit 3c5b3eef0525e6a1f4bd32c552d774ef32008971 Author: AJ Slater Date: Sat Sep 17 03:11:54 2022 -0700 working opds metadata. opds folder view broken. commit 1ea16aaac5dd4869784a834c2436b70999060a4b Author: AJ Slater Date: Sat Sep 17 02:43:25 2022 -0700 consolidate parsing of csv tags commit ff589d838dc6ad03a9ec18aab832eafdc362b13d Author: AJ Slater Date: Sat Sep 17 02:36:50 2022 -0700 fix opds spec for authors and categories and contributors commit fed88b478343c19a468790240b8665061d419419 Author: AJ Slater Date: Fri Sep 16 17:49:12 2022 -0700 fix null cetegories in opds entry commit f3745564436b3db0837d71e4c19fbf6833547f83 Author: AJ Slater Date: Fri Sep 16 16:25:37 2022 -0700 opds with more error catching and templates for metadata commit 6b076d334fcf6ce91d30c07a402c6a400072b5fc Author: AJ Slater Date: Fri Sep 16 16:17:19 2022 -0700 update npm commit e3d64a7797aba31fae260275cd10930bf5cd8143 Author: AJ Slater Date: Fri Sep 16 16:17:11 2022 -0700 lint commit cb14e29a88bbbd217f13f7b5aa745bd2df927f41 Author: AJ Slater Date: Fri Sep 16 14:19:24 2022 -0700 update packages. bring back flake8-eradicate commit bf8a961738a6b5bd02f5ed69b8d02f84cd052b22 Author: AJ Slater Date: Thu Sep 15 23:35:13 2022 -0700 username in change password dialog commit 9643aa03730bd7c908122444d03a0f85e7cf9bb0 Author: AJ Slater Date: Thu Sep 15 23:32:48 2022 -0700 OPDS copy on click commit 72e623f4b6bf0eaebec12eb418ebb57bd7f80356 Author: AJ Slater Date: Thu Sep 15 21:58:25 2022 -0700 start top link commit ed0e6d4ba98e9131ae13f2ed1412d6acad034843 Author: AJ Slater Date: Thu Sep 15 21:35:33 2022 -0700 opds defaults to no facets commit db6b0fc6c060aaeb24c14a3ea529f74b752dd897 Author: AJ Slater Date: Thu Sep 15 18:28:27 2022 -0700 remove link to old search help commit 8e026429f71a1ba6b35686180b05d93feadabe0c Author: AJ Slater Date: Thu Sep 15 18:28:01 2022 -0700 logo in NEWS. remove old SEARCH.md commit 3624b247753e0d5a49d11452f5dd80f9e680c8ee Author: AJ Slater Date: Thu Sep 15 18:26:34 2022 -0700 try html for github markdown commit 390d156ad2480338aa79f7c0b20abeaae59b5fbc Author: AJ Slater Date: Thu Sep 15 18:26:20 2022 -0700 lint commit 333ce4dc628b5e7a198a4c969651096525e44094 Author: AJ Slater Date: Thu Sep 15 18:22:12 2022 -0700 add logo to README commit 517b792f014455aedc1384e2f8a6195746fe09d8 Author: AJ Slater Date: Thu Sep 15 18:13:35 2022 -0700 fix null for dttm column component commit dce2bbd2d9a672e4b15d49207e5e9caef98c186f Author: AJ Slater Date: Thu Sep 15 18:11:38 2022 -0700 admin settings dividers commit ddf586af7a0f9fed89653eea217556bab0124528 Author: AJ Slater Date: Thu Sep 15 17:59:41 2022 -0700 Squashed commit of the following: commit 666fb63b59fc8c9708dbf91f7464b15fbd532f5d Author: AJ Slater Date: Thu Sep 15 17:58:37 2022 -0700 failed imports layout commit 8559262a58b50905c6e97a50717827f4c818a89f Author: AJ Slater Date: Thu Sep 15 17:54:24 2022 -0700 hover effect for old django admin panel commit 83c2c6a5d427e7a22fa92fe02e4c8850fb55b53d Author: AJ Slater Date: Thu Sep 15 17:51:01 2022 -0700 move failed imports to it's own component commit ee0edd1e877d8957f256332116b5e77afa06dea6 Author: AJ Slater Date: Thu Sep 15 17:29:47 2022 -0700 fix initial state of drawer on mobile commit 91d6d6f2fcd5ba17eae9ce5e4edd7a58874149e0 Author: AJ Slater Date: Thu Sep 15 17:26:19 2022 -0700 lint commit 942491f82cafe56f2e20eaa04708ced709052ff5 Author: AJ Slater Date: Thu Sep 15 17:22:06 2022 -0700 use icon buttons commit 8f2debbb899f5ffff103f02c14a5295b5b7f5a30 Author: AJ Slater Date: Thu Sep 15 17:13:19 2022 -0700 datetime column component commit 06348681e4c964eafa5f82012059caaa9281e2da Author: AJ Slater Date: Thu Sep 15 16:12:27 2022 -0700 better dttm columns for admin commit 0320ef9940c9b7cc93d0b1dee59313fa7f77ffd9 Author: AJ Slater Date: Thu Sep 15 15:43:13 2022 -0700 fix groups and such loading for library tab commit 9ce500d94e294010d1f87da48ff3a7e252f8dc31 Author: AJ Slater Date: Thu Sep 15 15:37:15 2022 -0700 fix times checkbox layout commit 4a0d4e996de3c9743c3fc2325b52bc6f35482806 Author: AJ Slater Date: Thu Sep 15 15:37:01 2022 -0700 adjust flag descriptions commit 610a8ef20fb1d09c88dcbe50ab23669f457eb658 Author: AJ Slater Date: Thu Sep 15 15:10:32 2022 -0700 highlight table for admin commit e05cf11c68edc5c66ed7b0116f614f9217238893 Author: AJ Slater Date: Thu Sep 15 15:03:53 2022 -0700 confirm spacing and cancel button commit 75214d2a0d42333ff20ca67858ec24d818f8707b Author: AJ Slater Date: Thu Sep 15 15:00:23 2022 -0700 task tab spacing commit b875200d1c28efca88fb3ac438b88223518493aa Author: AJ Slater Date: Thu Sep 15 14:44:03 2022 -0700 group add fixes. cancel buttons for all admin add dialogs commit 4c940f4b1e8ac090db00cb5b5b23f1ca86ae01d5 Author: AJ Slater Date: Thu Sep 15 14:33:41 2022 -0700 flag tab spacing commit d8e0a5f1aff5f46e1dfadc4c37fcd767297bba63 Author: AJ Slater Date: Thu Sep 15 14:30:56 2022 -0700 library spacing commit 698fe0f9c7ff15e7c3ebc88fff9e8ba57f2c4ec4 Author: AJ Slater Date: Thu Sep 15 14:18:23 2022 -0700 admin tab header spacing commit 9da8e101d7d36680156cc82540dc9cec6e95b171 Author: AJ Slater Date: Thu Sep 15 14:07:11 2022 -0700 spacing for user-tab commit 540b866cc2568d00b23f554bc4306435a624350c Author: AJ Slater Date: Thu Sep 15 14:05:27 2022 -0700 set drawer status on mount commit d369a5d6c47a91686a1f76a28322fa7b080381c0 Author: AJ Slater Date: Thu Sep 15 13:48:45 2022 -0700 fix table height for fixed headers in admin tables commit c4c7c6e5c21b14dc177934a0db98f58c9144a1da Author: AJ Slater Date: Thu Sep 15 13:38:48 2022 -0700 round add buttons commit 4cd66a59c8af30f7fb189af0b4c2f53070ed002d Author: AJ Slater Date: Thu Sep 15 13:18:02 2022 -0700 fix variable names commit 2e3b70645e5c3c90a6fba01409af6046bd8cc894 Author: AJ Slater Date: Thu Sep 15 13:16:24 2022 -0700 fix admin setting drawer to show only on mobile. use setting drawer mobile breakpoint. add version footer to admin settings drawer. commit 870f85a660cb2ae13822a20ba0c9d4764ab28dd1 Author: AJ Slater Date: Thu Sep 15 13:14:46 2022 -0700 move setting drawer outside of main commit 6f89545cdb384d911c3cacadc2fe126cfe212a98 Author: AJ Slater Date: Thu Sep 15 13:14:22 2022 -0700 fix touchMap and use breakpoint.mobile from vuetify commit a0a9dad907749de71652fcb7b80c1967d37492d5 Author: AJ Slater Date: Wed Sep 14 18:05:02 2022 -0700 move admin side stuff into settings drawer commit 96423db58101877358eceaacf989617ac012bb62 Author: AJ Slater Date: Wed Sep 14 17:11:38 2022 -0700 move use authmenu in admin drawer. no tasks running div commit f10388d65cafa35c3ae0ca4562c162d4485608ff Author: AJ Slater Date: Wed Sep 14 16:55:11 2022 -0700 fix statuslist import commit bf3430926a46614fa5f910ed0685e0e23522fdde Author: AJ Slater Date: Wed Sep 14 15:50:34 2022 -0700 use dynamic routes commit 858d79ba7c13bc7ca965adf0992b316b8a30585b Author: AJ Slater Date: Wed Sep 14 15:47:22 2022 -0700 poetry update commit d7f476148c5cf3022f9ab6959bd12aab03b22fa1 Author: AJ Slater Date: Wed Sep 14 15:45:30 2022 -0700 update packages commit 7be7ce4f42f6b6fb12bcd191c75c069af9227652 Author: AJ Slater Date: Wed Sep 14 15:42:20 2022 -0700 move logout to sidebar commit 017f6efa13cc79b02077c3964f419c2a5968d8c4 Author: AJ Slater Date: Wed Sep 14 15:39:56 2022 -0700 add tab component commit 5d3a2ef08ff04211dc97a3fb2eadb1a480d51211 Author: AJ Slater Date: Wed Sep 14 15:39:12 2022 -0700 move admin tabs to component commit 02ffb6f71776bf251aa011e48cadc7ff81a73a75 Author: AJ Slater Date: Wed Sep 14 15:25:04 2022 -0700 admin logout button commit 62d6ac8863b55f01615580f572419a95b37b677c Author: AJ Slater Date: Wed Sep 14 12:12:15 2022 -0700 rename tab component files commit c138683e86d6b6d51694628ac60ee388bf66c3fb Author: AJ Slater Date: Wed Sep 14 11:51:22 2022 -0700 packge update commit 8ed25d072ae03306859163f26b9dc599ef0d48c3 Author: AJ Slater Date: Wed Sep 14 11:51:17 2022 -0700 more help text commit 0537043ad219474aeaeee7ed4f77b891636ca8a6 Author: AJ Slater Date: Wed Sep 14 11:22:07 2022 -0700 default to admin libraries tab. select libraries tab if no libraries. commit 6d61f40237d2743864799dd340ead87705807b0f Author: AJ Slater Date: Wed Sep 14 02:28:43 2022 -0700 fix outside deep linking into vue commit c0869cd5602d5d4b7add06c4a8c55fd4bbba85aa Author: AJ Slater Date: Wed Sep 14 02:15:41 2022 -0700 change name of queueJob to libarianTask commit db9746ec94a6202b3e0d44e50c92fceaca7a6dce Author: AJ Slater Date: Wed Sep 14 02:15:22 2022 -0700 fix librarian task library specifier" commit 0f4ef52a98082d764d875c561cf2d5f6d165c025 Author: AJ Slater Date: Wed Sep 14 01:51:57 2022 -0700 defer() and prefetch() optimizations commit 9e08ccbbfaef364c31127e2f91e9644ac449d816 Author: AJ Slater Date: Wed Sep 14 01:51:17 2022 -0700 lint commit 2c9404dc6947b0ab9a3ab5336fff8aafb287189e Author: AJ Slater Date: Wed Sep 14 01:02:53 2022 -0700 no libraries help commit 1c2ce0c8bbebe38e14dcdfc3873df7f63fe0458f Author: AJ Slater Date: Wed Sep 14 00:52:11 2022 -0700 shrink tabitem margin commit c1ca8fc9bd0faf6e33477875ebce9b3b5a0fd6ce Author: AJ Slater Date: Wed Sep 14 00:48:53 2022 -0700 langauge commit d4ec587d8ac9cbbfeef228d6810bdeb57d9752d9 Author: AJ Slater Date: Wed Sep 14 00:48:00 2022 -0700 fix url lookup for deprecation warning. darken red commit 391f648c79060bad554c18e2284fda64c94138fb Author: AJ Slater Date: Wed Sep 14 00:42:15 2022 -0700 fix old queue jobs page commit b28654983ac96b5a35d9b0e21ad728239d1ceda1 Author: AJ Slater Date: Wed Sep 14 00:40:22 2022 -0700 style & lint old admin page commit 53bb8c330cd33da04f26c0d88596a0352edbc09f Author: AJ Slater Date: Wed Sep 14 00:38:23 2022 -0700 bump news and create deprecation warning for old admin panel commit 49b956641d7bc20bf21c8d31c398d2f3442511c0 Author: AJ Slater Date: Wed Sep 14 00:17:28 2022 -0700 start of documentation commit ab620319a0a1e84d882edd5b11a75ec186620841 Author: AJ Slater Date: Tue Sep 13 23:48:19 2022 -0700 refactor ADMIN_FLAG defaults commit 6caef4f80b0ef46eac45ecb755f6bfdd659a396b Author: AJ Slater Date: Tue Sep 13 23:48:03 2022 -0700 lint commit e7b0014e5eac78760f98cf084188578cd2b36f30 Author: AJ Slater Date: Tue Sep 13 23:40:54 2022 -0700 mark tasks obsolete commit 486b682ecb665956dc5d5142b9a8b5c10c41d133 Author: AJ Slater Date: Tue Sep 13 23:37:59 2022 -0700 refactor socket subscribe and send protocol in the process of fixing it commit 2828a8b285c9e48233fbabfb9c0fdd11beb1aaaf Author: AJ Slater Date: Tue Sep 13 23:03:34 2022 -0700 task titles commit 497d71420b65423af770cb40c94258bdbbaff8a8 Author: AJ Slater Date: Tue Sep 13 22:09:11 2022 -0700 library tasks commit 3a71a6d7a1e53477aa41dc4629fcbe84ddb50c31 Author: AJ Slater Date: Tue Sep 13 21:47:40 2022 -0700 confirm dialog for tasks commit bb75f20e6a723cd3699e71ec53b814b8f4bbb35b Author: AJ Slater Date: Tue Sep 13 21:21:18 2022 -0700 admin choices commit 6575a4f9b354111bb176c01b34aed8307c8a3af3 Author: AJ Slater Date: Tue Sep 13 20:56:05 2022 -0700 tasks basically working commit 759170c879a84093653b4f3ea19f5d793b1f6eca Author: AJ Slater Date: Tue Sep 13 20:03:10 2022 -0700 fix library group reading & updating commit 22a99bb40bf169c827fcfd61cfe386614bc2ccfb Author: AJ Slater Date: Tue Sep 13 20:02:53 2022 -0700 remove logging cruft commit f856270429634524eb0d6f2890b2d2a6baab0027 Author: AJ Slater Date: Tue Sep 13 20:02:43 2022 -0700 remove loggin cruft commit fc08e3751f64944612fe2fc47906971ad4880b66 Author: AJ Slater Date: Tue Sep 13 20:02:21 2022 -0700 remove logging cruft commit 929d52eef47c4f79f029edc3b619e64e75bf0a81 Author: AJ Slater Date: Tue Sep 13 18:38:09 2022 -0700 fix vuetifyItems commit aaec03af7fe372a9df9593c06c80d60f0a4aebfc Author: AJ Slater Date: Tue Sep 13 18:31:29 2022 -0700 showhidden support for file picker. ix user group setting commit 2e17dfe7289375b7f6f0f71be99df15d981307d6 Author: AJ Slater Date: Tue Sep 13 18:30:55 2022 -0700 server showHidden support for file picker commit f95abe3e4575f635fe683cb291b523899d105db9 Author: AJ Slater Date: Tue Sep 13 16:08:30 2022 -0700 get correct pk or id for vuetifyItems commit 89df5a28b424c63061efdd3c5672c420139c2874 Author: AJ Slater Date: Tue Sep 13 16:08:09 2022 -0700 return value for user destroy commit 43d2dcdbacb17c0e612e0ae161dae8280d36f1d4 Author: AJ Slater Date: Tue Sep 13 16:07:54 2022 -0700 use frozensets commit de9ef832f78155481e378d400413e97d32402f9d Author: AJ Slater Date: Tue Sep 13 15:52:31 2022 -0700 make file menu clearable commit f7b7748024ced6514c51a1d6d4568e9c6815c4cd Author: AJ Slater Date: Tue Sep 13 15:47:37 2022 -0700 fix more irregular admin names commit 90a35bf820235416611098ef297aa4ac471e252f Author: AJ Slater Date: Tue Sep 13 15:35:18 2022 -0700 fix stupid plural states in admin commit 89599b8fcc2b35420a9100f1a5aee728a60e30fb Author: AJ Slater Date: Mon Sep 12 23:28:14 2022 -0700 fix many folder browser bugs commit 38dfabe80f0fad27fbebdfd069f474b5a113074f Author: AJ Slater Date: Mon Sep 12 00:50:49 2022 -0700 change password success dialog commit 025dddec0fba1e627032713a161f439f1972cc15 Author: AJ Slater Date: Mon Sep 12 00:37:40 2022 -0700 reset dialogs with empty objects instead of form.reset commit 59080a996b122e0d9866c4c818353e27dbeb8717 Author: AJ Slater Date: Mon Sep 12 00:33:06 2022 -0700 fix variable name bugs. load failed imports for admin when library changes commit 2ae0502904c2b80039519dba602909d946953820 Author: AJ Slater Date: Sun Sep 11 23:40:51 2022 -0700 fix type error in status for moved items commit 3f15edc24fe734cde02d4a24fb22d7eb97dc5e82 Author: AJ Slater Date: Sun Sep 11 23:24:06 2022 -0700 compact most load functions commit ba2008b9acb14b33159c700388ae133a778a53dc Author: AJ Slater Date: Sun Sep 11 23:01:33 2022 -0700 fix import of clearErrors commit 01d7d0bb578a23828b431c3f94e9329acc73d434 Author: AJ Slater Date: Sun Sep 11 21:17:40 2022 -0700 fill out error handling for flags commit 75aaaa18412ff55c47952d0ed01494149d0d42e9 Author: AJ Slater Date: Sun Sep 11 21:14:40 2022 -0700 flags error handling commit 016decdcd308064529e2931c89954dc914fc5609 Author: AJ Slater Date: Sun Sep 11 21:05:43 2022 -0700 compact store row functions commit ebfb215c99e9496749f61646b129e5a4f276bbcd Author: AJ Slater Date: Sun Sep 11 18:03:30 2022 -0700 organize server folder picker data differently commit 55d0a7c131b7ac0753bd0d59a0a5ed60e94173bd Author: AJ Slater Date: Sun Sep 11 16:13:42 2022 -0700 time text field commit 21c204df89566956081c7ef29d3def7de53bc9d9 Author: AJ Slater Date: Sat Sep 10 14:41:09 2022 -0700 fix focus event commit 0d26dfedb96c30cf8ca04ab59102df86a429f053 Author: AJ Slater Date: Sat Sep 10 14:36:46 2022 -0700 backend validation of library paths commit 949e307f2affdf7b5c43e3a0ec78d6cc55cccb01 Author: AJ Slater Date: Sat Sep 10 14:20:02 2022 -0700 copy events from django admin to spa admin backend commā€¦ * v1.3.14 * use new comicbox and hack into current data structures * update deps * Squashed commit of the following: commit 25da496eb1c746546b29628ab33c26c60c556c64 Author: AJ Slater Date: Fri May 19 14:51:25 2023 -0700 type checking commit 184f9883aa0b96ee391fe206da3373d1b9fd67a5 Author: AJ Slater Date: Fri May 19 14:32:30 2023 -0700 update deps commit 66a4389b4073545d95694eb400d49e83c8f438ac Author: AJ Slater Date: Fri May 19 14:31:45 2023 -0700 lint commit ac1b980b5808d45568fd30202d795bd59c5d12a2 Author: AJ Slater Date: Fri May 19 14:30:17 2023 -0700 append storyarc number to storyarcs if they exist in metadata commit bc8be9693734e59eb8b8398d897693bcfeb9ce0f Author: AJ Slater Date: Fri May 19 13:56:52 2023 -0700 opds storyarcs commit 529abddef608a4a95a89d4b3d28d19480d870767 Author: AJ Slater Date: Fri May 19 13:48:33 2023 -0700 janitor cleanup for storyarcs commit 5128aec165dad09eeb93531f850686d3f42af69c Author: AJ Slater Date: Fri May 19 13:42:41 2023 -0700 search for storyarcnumbers commit 8bb389ce71e1ebb3ae1f7170b99e61b011ece463 Author: AJ Slater Date: Fri May 19 13:34:22 2023 -0700 serialize storyarcnumber and storyarcs for metadata commit 8c92d6d56be58585abdb732eaaedbc93dd4aeab1 Author: AJ Slater Date: Fri May 19 12:03:26 2023 -0700 remove print commit b1c1cd1c4d5ebac7a24eb79850ea1fcde6e43225 Author: AJ Slater Date: Fri May 19 12:02:48 2023 -0700 import story_arcs commit 3feed915c80480384356ba5f4ddda82420e6aa5e Author: AJ Slater Date: Thu May 18 22:43:02 2023 -0700 storyarcnnumber migrate and browser filter commit 2afbf0e7c5646fb7d64f748311c6ca4d25c4110d Author: AJ Slater Date: Wed May 17 13:48:07 2023 -0700 new storyarcsnumbers model and migration * multiple story arc support. bump news and version * Squashed commit of the following: commit 0c31dcac7b6254b5eea57225a2517b548b25af03 Author: AJ Slater Date: Sat May 27 20:51:20 2023 -0700 make reader arc select only icons. add a check for the selected item. fix title on icon without select commit d436c449118915d1a76dc1b7afe7c3fe18784f19 Author: AJ Slater Date: Sat May 27 20:50:17 2023 -0700 fix reader reading admin folder flag permissions commit d041241e8b67d274cc188a8399133ff8cc6a319e Author: AJ Slater Date: Sat May 27 17:53:59 2023 -0700 subtitles for shifter. rename it Reading Order for clarity commit 7d8b1df1296cccdc640c8eeaf759f9e490c04bc4 Author: AJ Slater Date: Sat May 27 17:48:36 2023 -0700 better arc shifter layout commit baa86b00b2047717b40aa862a6d77e83015c993c Author: AJ Slater Date: Sat May 27 17:27:54 2023 -0700 simplify arc shifter no choices display. dynamic label for shifter commit 84dacc6b3c827ec3a422115c050bca0b6a7cf756 Author: AJ Slater Date: Sat May 27 17:09:12 2023 -0700 include series and folder arcs in reader no matter the top group commit a845391e697511e8176716e5ec9adcc1daed5316 Author: AJ Slater Date: Fri May 26 18:33:37 2023 -0700 refactor import to remove db_ops intermediary class commit 556223fb230780494bd4cce487e6b6811823d671 Author: AJ Slater Date: Fri May 26 17:47:45 2023 -0700 use select_related appropriately for metadata intersection queries commit e6eb2f3340867d99f7d691865bd4594d6c5f6e04 Author: AJ Slater Date: Fri May 26 17:46:49 2023 -0700 fix n+1 lookup for story_arc in reader commit d668f54755de844e6acb33a01dbc8497378ca41c Author: AJ Slater Date: Fri May 26 17:20:29 2023 -0700 use annotate instead of source in the serializer. don't need select_related commit 17459eccd868cd8d98a1b7f31a4ee5583fcac3fe Author: AJ Slater Date: Fri May 26 16:31:25 2023 -0700 fix story arc number importing. consolidate some story arc number and creator import code commit e6f8eb9d20f5d6f5e949dc44b9b0f53fff4815f7 Author: AJ Slater Date: Fri May 26 15:40:37 2023 -0700 lint commit 673dfacb5feb95a5b7dcd366de7782feb51f02e9 Author: AJ Slater Date: Thu May 25 22:52:44 2023 -0700 do loadBooks in one big patch commit 6ea9d7f157437b9910497ffc323ce1ccd3751914 Author: AJ Slater Date: Thu May 25 22:42:35 2023 -0700 fix reader._routeTo() and therefore nav controls. remove activebook getter commit 781dc8a6d5bc640e9971faea4afe15288839a457 Author: AJ Slater Date: Thu May 25 20:05:47 2023 -0700 rejigger filenames. download uses original filenames. reader shows filenames if in file mode commit 14ea9a6ee7a14e336513df01d75a72c793b203af Author: AJ Slater Date: Thu May 25 17:10:19 2023 -0700 consolidate dict model query_fk code commit db25aec1d7b420a5d66bdf52e7b7d803549a8942 Author: AJ Slater Date: Thu May 25 16:05:04 2023 -0700 consolidate linking import code for special m2m fields commit d3cf1b36f14d5d783315a23011460867860d40bb Author: AJ Slater Date: Thu May 25 15:49:36 2023 -0700 consolidate bulk create dict models commit 8631d2cdf9607770473464a345ed5800654f6df3 Author: AJ Slater Date: Thu May 25 15:31:04 2023 -0700 optimize volume and issue count updater commit 4443028384d9c7065e3f101e671f493c9c51d888 Author: AJ Slater Date: Thu May 25 15:20:54 2023 -0700 consolidate prefetch src methods further commit 8d0a61081b6834b811bfcff950cc7614b6692790 Author: AJ Slater Date: Thu May 25 14:15:38 2023 -0700 consolidate reader link and prefetch code commit c3945e238741c91f4539e4530231902a80bf0806 Author: AJ Slater Date: Thu May 25 12:46:00 2023 -0700 remove passing in params that don't need passing commit a1a925ded25106c5925990085d8fe50e66340e1d Author: AJ Slater Date: Thu May 25 12:35:05 2023 -0700 move routeParams into a getter commit c06b4fad62db14a6ef03d873a339fad3985111da Author: AJ Slater Date: Thu May 25 12:29:01 2023 -0700 fix bug where selecting story arc gets us out of folder arc mode commit a6cfa3b060cd67ef75a0f3f22a856c4398d49108 Author: AJ Slater Date: Thu May 25 12:22:36 2023 -0700 arc shifter widget styling commit caf97c1bc905bf7a470eff5af4801fcef33d6002 Author: AJ Slater Date: Wed May 24 20:08:32 2023 -0700 ignore types for attribute pasting commit 5b15a26b964823576b35ae803161c1f34883eff1 Author: AJ Slater Date: Wed May 24 18:49:28 2023 -0700 basically working arc select in reader commit aaa1ec3320833a74e7985da95c57d7d41866bfe0 Author: AJ Slater Date: Wed May 24 18:43:01 2023 -0700 fix reader view for no arc submitted commit 853651427fede4ab7198f28de472c7caa8f308b6 Author: AJ Slater Date: Wed May 24 16:28:10 2023 -0700 fix arc count commit d615eeb304721f9d2e42f805d441373505050047 Author: AJ Slater Date: Wed May 24 14:10:14 2023 -0700 new api for big arc switcher commit 380de3da192a5779fe298976f8834854ebcb0cb6 Author: AJ Slater Date: Mon May 22 17:40:00 2023 -0700 new api for reader commit 95e7e90507e4c2f7cf6a9096308b36beed98d9da Merge: 25da496e 3759595e Author: AJ Slater Date: Fri May 19 14:54:55 2023 -0700 Merge branch 'develop' into story-arcs commit 25da496eb1c746546b29628ab33c26c60c556c64 Author: AJ Slater Date: Fri May 19 14:51:25 2023 -0700 type checking commit 184f9883aa0b96ee391fe206da3373d1b9fd67a5 Author: AJ Slater Date: Fri May 19 14:32:30 2023 -0700 update deps commit 66a4389b4073545d95694eb400d49e83c8f438ac Author: AJ Slater Date: Fri May 19 14:31:45 2023 -0700 lint commit ac1b980b5808d45568fd30202d795bd59c5d12a2 Author: AJ Slater Date: Fri May 19 14:30:17 2023 -0700 append storyarc number to storyarcs if they exist in metadata commit bc8be9693734e59eb8b8398d897693bcfeb9ce0f Author: AJ Slater Date: Fri May 19 13:56:52 2023 -0700 opds storyarcs commit 529abddef608a4a95a89d4b3d28d19480d870767 Author: AJ Slater Date: Fri May 19 13:48:33 2023 -0700 janitor cleanup for storyarcs commit 5128aec165dad09eeb93531f850686d3f42af69c Author: AJ Slater Date: Fri May 19 13:42:41 2023 -0700 search for storyarcnumbers commit 8bb389ce71e1ebb3ae1f7170b99e61b011ece463 Author: AJ Slater Date: Fri May 19 13:34:22 2023 -0700 serialize storyarcnumber and storyarcs for metadata commit 8c92d6d56be58585abdb732eaaedbc93dd4aeab1 Author: AJ Slater Date: Fri May 19 12:03:26 2023 -0700 remove print commit b1c1cd1c4d5ebac7a24eb79850ea1fcde6e43225 Author: AJ Slater Date: Fri May 19 12:02:48 2023 -0700 import story_arcs commit 3feed915c80480384356ba5f4ddda82420e6aa5e Author: AJ Slater Date: Thu May 18 22:43:02 2023 -0700 storyarcnnumber migrate and browser filter commit 2afbf0e7c5646fb7d64f748311c6ca4d25c4110d Author: AJ Slater Date: Wed May 17 13:48:07 2023 -0700 new storyarcsnumbers model and migration * story arc selector in news * update deps * Squashed commit of the following: commit c977e135e7b7510736dc3118df2d3218157975ba Author: AJ Slater Date: Wed May 31 19:53:50 2023 -0700 downgrade vitest for bug commit e48be64e52fc26915228176149fbf897db105c70 Author: AJ Slater Date: Wed May 31 19:53:39 2023 -0700 fix test for reader store change commit b65364336a11f418faee20f610d478ddd1442865 Author: AJ Slater Date: Wed May 31 19:34:29 2023 -0700 lint commit 205e5d47b2570a9a52db2f6a3aca5c666e34590e Author: AJ Slater Date: Wed May 31 19:34:24 2023 -0700 use full query and annotations for cover selection commit 3e0d3300488db90ce7d8d36afb3fbfe76622dca6 Author: AJ Slater Date: Wed May 31 19:26:26 2023 -0700 fix up route for folders and story arcs commit 3c33e7e62ef2754a95b3ce8f4ba53471c4fd80d9 Author: AJ Slater Date: Wed May 31 19:26:08 2023 -0700 make patch block smaller commit 7aa6c3a5d861ce31ac8c56c4f74bf8ca4ee0bada Author: AJ Slater Date: Wed May 31 19:08:13 2023 -0700 use default model ordering after order_key everywhere commit 85556e9ecb8fc755d5046b76bbdd8f047bf9a600 Author: AJ Slater Date: Wed May 31 19:03:14 2023 -0700 fix story arc number ordering commit 621729742867a2f66a9705fa1293fbcf911ed538 Author: AJ Slater Date: Wed May 31 19:01:03 2023 -0700 fix metadata view commit 92580fadcc40028b5f377b6aa7899d83af138a08 Author: AJ Slater Date: Wed May 31 18:56:09 2023 -0700 fix story arc parent name commit 0a6ff6b71134490d46cfc1290b7776acea6e2c6f Author: AJ Slater Date: Wed May 31 18:50:32 2023 -0700 lint commit e945da21073a1e716b895090158ba63d8ce4bf65 Author: AJ Slater Date: Wed May 31 18:48:47 2023 -0700 fix choices for not special folder view commit eb735e9af31bd615edd38c2975c9be2bba3368f8 Author: AJ Slater Date: Wed May 31 18:42:02 2023 -0700 remove confusing filter for last read commit 2734c2f1bf71b61203e5fb9df8ac5f13a16794d0 Author: AJ Slater Date: Wed May 31 18:34:40 2023 -0700 change topgroup name to story arc view commit c53fcefba300e136eb60623023b132a9c9697a78 Author: AJ Slater Date: Wed May 31 18:33:29 2023 -0700 fix top route changer commit 56460370973533682fa02e8f8906cec528df0175 Author: AJ Slater Date: Wed May 31 18:29:37 2023 -0700 update deps" commit 0d02b4ac6376f91898ab78d2e7d2b73d4711ca4b Author: AJ Slater Date: Wed May 31 18:26:15 2023 -0700 fix folder view commit b86e6e859c546d2f569460579689d89a9f48324d Author: AJ Slater Date: Wed May 31 18:25:45 2023 -0700 optimize get_group-acl-filter for folders commit 84a3933ad5c237116e8c3bf1c9d323e7f41e7164 Author: AJ Slater Date: Wed May 31 18:10:25 2023 -0700 bump news commit 8552781824d0b16dfde6cbf99766c304e39da456 Author: AJ Slater Date: Wed May 31 18:09:30 2023 -0700 opds 2 story arcs and permissions for folder view commit c64b68ff50474b05cea48671c71394074f9616e9 Author: AJ Slater Date: Wed May 31 17:26:01 2023 -0700 Fix opds v1 special group change for story arc and remove folder view if not allowed commit c44bb5454105e0011d80b68a47b0dde5a90ded91 Author: AJ Slater Date: Wed May 31 16:52:38 2023 -0700 order opdsv1 story arcs by story_arc number commit 318e4647c91cc4a1fae5a62e0515481e36e4a3e3 Author: AJ Slater Date: Wed May 31 16:40:24 2023 -0700 fix ordering by story_arc_number and bookmark_updated_at cover crash commit 34a83f203c921b6b62f3a8ebe132c1a194ebe8c0 Author: AJ Slater Date: Tue May 30 22:15:51 2023 -0700 consolidate more rel_prefix calcs commit b463ec6871cf962029f2b107f75d0668469aa5e8 Author: AJ Slater Date: Tue May 30 22:12:34 2023 -0700 consolidate more rel_prefixes commit 1badd6f66cbbe8a3d6fecdaf254c327a1486d1b5 Author: AJ Slater Date: Tue May 30 22:12:22 2023 -0700 move prefix generator to mixins commit 3d53eecdd35195f8256fe157a350c0c98cc714a1 Author: AJ Slater Date: Tue May 30 22:05:38 2023 -0700 consolidate most rel_prefix code commit 14c0c98e45ad989eaa9225582d3c97c54f27131b Author: AJ Slater Date: Tue May 30 21:49:15 2023 -0700 consolidate browser bookmark filter code commit 7ffeffb2a2a2fc6eb676bd17c63c4ac95154d4b4 Author: AJ Slater Date: Tue May 30 21:39:18 2023 -0700 fix metadtaa commit 1d4dd372c0f82491df54adb2b447d325af222862 Author: AJ Slater Date: Tue May 30 21:36:06 2023 -0700 fix search for story arc view commit a0803d9815c0bd62d0a714972e99c0fca97beefc Author: AJ Slater Date: Tue May 30 21:15:20 2023 -0700 choices compatible with story arc view. switch to searching model and pk commit f58305f01a683f2f96facf3a51944a658d1b2699 Author: AJ Slater Date: Tue May 30 19:50:39 2023 -0700 force route push on move to or away from arc view asa well commit 047eed694cc93b23c88fa66d93f3064c498952e9 Author: AJ Slater Date: Tue May 30 19:38:13 2023 -0700 adapt field filters and search for storyarc view commit 2f199a180b3aa11abadd1cc44f9a1cd2a92ed208 Author: AJ Slater Date: Tue May 30 19:37:54 2023 -0700 lint commit a0886e3402e521106840c064cafda3f6c473010a Author: AJ Slater Date: Tue May 30 19:29:01 2023 -0700 fix GROUP_MODEL_MAP commit 578ec8bfd123b6a8c9d2785246bd3b0bf6ad49b5 Author: AJ Slater Date: Tue May 30 18:58:11 2023 -0700 basically working story arc view. metadata broken, filters and search untested * bump news * replace humanize with pretty-bytes and Intl.NumberFormat * use browser number locale * comicbox 0.10.0 with pdf support. * update windows readme * use browser time locale by default * lint * update deps * v1.4.0a1 (#320) * Squashed commit of the following: commit 4f8b076c541480b8b40afc1998d91a965d9c994f Author: AJ Slater Date: Mon Feb 27 15:07:29 2023 -0800 fix user and group tab heights commit 8d291f8e6c369e96c6eced1c9ce53589f62d35bb Author: AJ Slater Date: Mon Feb 27 14:51:46 2023 -0800 trim unused id commit 69f7b2fa51610ed030a9888bc51160f61da87325 Author: AJ Slater Date: Mon Feb 27 14:51:27 2023 -0800 format keyboard shortcuts commit 3a00cec449d28aa3a913dbbbb08f843ddebe9cf8 Author: AJ Slater Date: Mon Feb 27 14:44:08 2023 -0800 make clear button and read rtl in reverse the same height commit 0336ebde3fc8322f9be753b5017681c8c82fb237 Author: AJ Slater Date: Mon Feb 27 14:25:29 2023 -0800 simplify getSettings for reader commit f45cd03709e7eee3d607a84d4404d8d18ad6dd3a Author: AJ Slater Date: Mon Feb 27 14:14:00 2023 -0800 read in reverse feature commit b5eb874bdc89a9f922fbb4a3277d104a8be8786c Author: AJ Slater Date: Sun Feb 26 22:35:06 2023 -0800 user configurable 24 hour time format commit 50039b60f8122c767b78d7526282d316ffef7490 Author: AJ Slater Date: Sun Feb 26 20:30:59 2023 -0800 fix reader settings drawer colors commit 0cd0f3faf5c29a6e28a39b44730e3e99b378942b Author: AJ Slater Date: Sun Feb 26 20:14:23 2023 -0800 prev & next book buttons commit 9e4ab34f1a54b370b67965aaac667b308bfc1d43 Author: AJ Slater Date: Sun Feb 26 18:48:21 2023 -0800 display covers in one page mode. keys for adjusting page in two page mode. commit d9c5a41e1033d6c989388a27262d6178abed0b13 Author: AJ Slater Date: Sun Feb 26 16:51:00 2023 -0800 reader prev/next book now read_ltr aware commit 4c6111c37328a15a22ba873a97046302952367b5 Author: AJ Slater Date: Sun Feb 26 15:39:09 2023 -0800 fix two pages mode skipping pages commit a47d5760dad912e8a75ab312eb21cb401f1b6ecc Author: AJ Slater Date: Sun Feb 26 15:24:17 2023 -0800 add fit to choice in db commit fbae4a828a48bc1f766d91a801634da29870d566 Author: AJ Slater Date: Sun Feb 26 15:23:54 2023 -0800 fix setting null fit_to in reader settings. make bookmark fit_to choices hardcoded in the db commit b26f73826fb3ff2920f451660a70bc6912556c1b Author: AJ Slater Date: Sun Feb 26 00:06:39 2023 -0800 show series name everywhere in opds commit baf61d3186e3df79597743d96dd3241dcceb60af Author: AJ Slater Date: Sat Feb 25 23:51:41 2023 -0800 no top links or entry facets on subsequent OPDS pages commit 9a8d001f3d3be40d9fb69eb8347e825f92d3f176 Author: AJ Slater Date: Sat Feb 25 23:31:42 2023 -0800 fix opds pagination commit db6065110a2ab1fd67df11bcf11f7c77e7d606e2 Author: AJ Slater Date: Sat Feb 25 19:38:26 2023 -0800 change optimizer task docs commit 2bd92e01b4bab2ea7c00e17384fac9e7172ca76e Author: AJ Slater Date: Sat Feb 25 19:36:12 2023 -0800 break up searchd into modules commit ddfa3e528575deb3080d2fdadb74112a8cb73468 Author: AJ Slater Date: Sat Feb 25 18:47:20 2023 -0800 use search index updated_at for start date. move optimize into backend partially commit f04de9330e30f851a7c760abaf9b1498b523f780 Author: AJ Slater Date: Sat Feb 25 18:20:22 2023 -0800 remove most fields from opds categories commit d7997b5ea0c3f6c3f2201cdbc5929f92d6544f5f Author: AJ Slater Date: Sat Feb 25 18:17:50 2023 -0800 fix spacing in opds browser names & titles commit d08447f54062a5d0e33eaf221722d2044dd0af5f Author: AJ Slater Date: Sat Feb 25 15:49:42 2023 -0800 shut off watchdog debug events" commit 4240f65f286e2051d8d21344a74cdc516b369bcc Author: AJ Slater Date: Sat Feb 25 15:48:09 2023 -0800 bump news and version commit 9737e929b9ec3f05ac27bd3d9fe249f152062166 Author: AJ Slater Date: Sat Feb 25 15:46:46 2023 -0800 remvoe debug hack commit 8df9393f91d0bba1020ad929f0a80aad703947b8 Author: AJ Slater Date: Sat Feb 25 15:45:42 2023 -0800 remove open closed screener from batcher. moved it into handler commit 0fa98cb755d0f1413c272122e76cbaca088dff8b Author: AJ Slater Date: Fri Feb 24 23:53:59 2023 -0800 ignore opened and closed events commit a35d58348ab3334025ebbba49f75228dce0950b7 Author: AJ Slater Date: Fri Feb 24 23:24:48 2023 -0800 fix manual manifest deployer commit 95fa5ba06588c24374d0dacafb1a59018ef6af59 Merge: c4597a0b 0df40e5f Author: AJ Slater Date: Fri Feb 24 23:03:44 2023 -0800 Merge branch 'main' into develop commit 0df40e5f03602d89d1e28c1f8801d3dd08836a8f Author: AJ Slater Date: Fri Feb 24 23:03:30 2023 -0800 v1.2.3 (#247) * search engine performance in progress * fix search index status types * fix slow remove records. fix delete all records at end of index * lint * use whoosh multiprocessing not haystack's * clean up cruft * bump version and news * update depts * fixes for deploy * chmod * trap more search update errors. match search index timestamp to db scan time, not index complete time. * trap final commit errors. more explicit indexing error logging. faster return on nothing to do. * fix scroll bars inappropriately on admin tables * fix admin drawer obscuring small screens * fix download buttons * remove errant console.logs * fix appended i to author names in opds * more order for search index * add commas to stats numbers * bump docker base version * update deps * lint * bump version commit c4597a0b0cd6958dad68aa67712b04dae163bef2 Author: AJ Slater Date: Fri Feb 24 22:40:05 2023 -0800 bump version commit e3f662740f86bef199dfc5e26b7823a61560d169 Author: AJ Slater Date: Fri Feb 24 22:39:34 2023 -0800 lint commit b0c70a6b413cae5b2bbd1f9d2098cbe280f47e8b Author: AJ Slater Date: Fri Feb 24 22:37:49 2023 -0800 update deps commit 046a6cc5a418433dc01f75072f5a94dc138002a0 Author: AJ Slater Date: Fri Feb 24 22:36:10 2023 -0800 bump docker base version commit 5d1cbc4314b0bb5a425f040cb49b99e1c334de88 Author: AJ Slater Date: Fri Feb 24 22:30:28 2023 -0800 add commas to stats numbers commit a14e679bd3f5cdfb17d467c875ee42307e4a3182 Author: AJ Slater Date: Fri Feb 24 20:26:30 2023 -0800 more order for search index commit 3234deadb99c742fd27593269905e32a4deeb120 Author: AJ Slater Date: Fri Feb 24 19:30:59 2023 -0800 fix appended i to author names in opds commit f13c748f8b0a47247b761fe20c292e4c5212eea0 Author: AJ Slater Date: Fri Feb 24 18:58:24 2023 -0800 remove errant console.logs commit 3502eeaa813d96db7a91ac1d576c4c00cdbd7a4b Author: AJ Slater Date: Fri Feb 24 18:41:52 2023 -0800 fix download buttons commit a8dbf05ecda4267a7ab3ba8fbe41355000184a39 Author: AJ Slater Date: Fri Feb 24 18:08:58 2023 -0800 fix admin drawer obscuring small screens commit d3a97a2785e3e4b0f3fbe5daa5dcdf0c51e0d947 Author: AJ Slater Date: Fri Feb 24 17:59:32 2023 -0800 fix scroll bars inappropriately on admin tables commit 093c9299194c1b79e0e9d4abb3c9ec9dbcbade48 Author: AJ Slater Date: Fri Feb 24 17:31:37 2023 -0800 trap final commit errors. more explicit indexing error logging. faster return on nothing to do. commit c205b6398f25a1bd4d7fb7950f5643de87babe0d Author: AJ Slater Date: Fri Feb 24 17:12:08 2023 -0800 trap more search update errors. match search index timestamp to db scan time, not index complete time. commit dff2085d187ff2043262bcded414d6e55a38889c Author: AJ Slater Date: Wed Feb 22 15:27:46 2023 -0800 chmod commit 626750fb80aaf0204f8b9b3180de5bb63582f800 Author: AJ Slater Date: Wed Feb 22 15:27:27 2023 -0800 fixes for deploy commit b44f79c7cf5919428764d4fc6a170f7320787077 Merge: 03dc10b0 41f0b6d1 Author: AJ Slater Date: Wed Feb 22 12:40:12 2023 -0800 Merge branch 'main' into develop commit 41f0b6d1791eac73461c72f90033d1311ba075b3 Author: AJ Slater Date: Wed Feb 22 12:36:43 2023 -0800 v1.2.2 (#242) * search engine performance in progress * fix search index status types * fix slow remove records. fix delete all records at end of index * lint * use whoosh multiprocessing not haystack's * clean up cruft * bump version and news * update depts commit 03dc10b0868da2efe4c2f16720302e8f2744697e Author: AJ Slater Date: Wed Feb 22 04:02:23 2023 -0800 update depts commit 8029f7666b92735539d4b460cd291a6907cb56e7 Author: AJ Slater Date: Wed Feb 22 04:00:58 2023 -0800 bump version and news commit 3460c0d71a22cbfd3d37255afaa4c50ba23ce763 Author: AJ Slater Date: Wed Feb 22 03:59:06 2023 -0800 clean up cruft commit e8095572b66a6044adc7c84da56d21b419f7032e Author: AJ Slater Date: Wed Feb 22 03:40:51 2023 -0800 use whoosh multiprocessing not haystack's commit cc5300a3acfaddf33aad3d4df49c75a712845aca Author: AJ Slater Date: Wed Feb 22 03:38:43 2023 -0800 lint commit 9c9c1d7a2885d631cc6d37ccd5b9b919f423fe95 Author: AJ Slater Date: Wed Feb 22 03:37:55 2023 -0800 fix slow remove records. fix delete all records at end of index commit 602ceb1192478d4405e9d88a398d445d78480234 Author: AJ Slater Date: Tue Feb 21 21:28:10 2023 -0800 fix search index status types commit 8e02f9aa65d42bb8ab53cdf503ab4041d8234dc4 Merge: e468c51c 20f06940 Author: AJ Slater Date: Tue Feb 21 21:22:06 2023 -0800 Merge branch 'develop' into search_index_performance commit 20f06940486ee9d8f21107e9a67db1d822023e2c Author: AJ Slater Date: Tue Feb 21 17:44:20 2023 -0800 update deps and version commit e468c51ca550c7e180065da2f6398f817f79babe Author: AJ Slater Date: Tue Feb 21 17:26:33 2023 -0800 search engine performance in progress commit ee447946c5d24acc0ec2287b55d5353e34ebc5e6 Author: AJ Slater Date: Mon Feb 20 17:09:35 2023 -0800 put poll all libraries back iin admin admin menu commit 674bbd207e04fb12e8e007432170ffd9e6cac7ad Author: AJ Slater Date: Mon Feb 20 17:07:24 2023 -0800 fix regen api key stats commit 5c0b887134bdefee0d846fca22a7952badc1fa89 Author: AJ Slater Date: Mon Feb 20 16:50:16 2023 -0800 fix minor status update bug commit 89f3a990c3e0b24bbaebf64b40c662d2fc8df6f5 Author: AJ Slater Date: Mon Feb 20 16:41:58 2023 -0800 batch a jillion documents at a time for the search indexer. unbound memory for the search indexer commit 17fb715523bd1cd431b15f6b54eca2bb495c2f56 Author: AJ Slater Date: Mon Feb 20 16:27:22 2023 -0800 bump news commit b7eb56d09090294af0b53c8c4ec0482535bcc3e6 Author: AJ Slater Date: Mon Feb 20 15:20:24 2023 -0800 fix crash on writing files wait commit f762e47d065355c4d0194f381409bde93fda70a0 Author: AJ Slater Date: Mon Feb 20 12:04:50 2023 -0800 bump news commit 4691f731287aa8315142808d7f59340df5f1f1f2 Author: AJ Slater Date: Mon Feb 20 12:03:40 2023 -0800 Squashed commit of the following: commit edee944ee3c27bbf4a19e3ca739d4c362688e172 Author: AJ Slater Date: Mon Feb 20 12:03:04 2023 -0800 improve poll every hints commit ff825b923277438335e15935914ed14e6ffd7cf9 Author: AJ Slater Date: Mon Feb 20 11:41:09 2023 -0800 fix disabling poll preventing manual polling commit 8549f4b5b3efc964ce1b3b59bfad02c6849a532f Author: AJ Slater Date: Sun Feb 19 22:30:28 2023 -0800 move watchdog event handler to own file commit c78d5584fd5eb4975f13d83d6f7b123903f43495 Author: AJ Slater Date: Sun Feb 19 22:22:42 2023 -0800 fix repo link commit 134225394df1577c43fd3e35b7fb68bcb1839e31 Merge: 5c2ab188 0d4d7d3f Author: AJ Slater Date: Sun Feb 19 20:57:16 2023 -0800 Merge branch 'main' into develop commit 0d4d7d3f55c8161327db1b3b1e4e769df4c5557f Author: AJ Slater Date: Sun Feb 19 20:55:18 2023 -0800 v1.2.0 (#238) * v1.0.4a0 Squashed commit of the following: commit d3a49642ccd8e15e1fa31f7ac7cc1a23c8c6fc41 Author: AJ Slater Date: Mon Jan 16 12:23:59 2023 -0800 bump news commit 9933dcc29848f1673cc7b27c383c195ab37c28e1 Author: AJ Slater Date: Mon Jan 16 12:22:43 2023 -0800 fix image events for regular pages commit 512db0e304dffad92ba52fc2f79c6487e2255aa8 Author: AJ Slater Date: Mon Jan 16 12:17:55 2023 -0800 fix missing import commit 9aef0961c4a0a3031b34ae11f016fe338d421226 Author: AJ Slater Date: Mon Jan 16 12:17:30 2023 -0800 lint commit 4c0fbda570080e0c1756e5cc309ac29e4f2fb7f1 Author: AJ Slater Date: Mon Jan 16 11:59:17 2023 -0800 lint commit c008508120475618f605f459681b9e5511d14050 Author: AJ Slater Date: Mon Jan 16 11:54:54 2023 -0800 update deps commit 2a63873859f12d1582e79c57fff1cba11648430f Author: AJ Slater Date: Mon Jan 16 11:53:47 2023 -0800 update plural names for some models commit a67ad3a5dfdb10fc260fdfba06c0f5518f82c622 Author: AJ Slater Date: Mon Jan 16 11:53:37 2023 -0800 use correct verbose_name_plural reference commit 65ab73aa3b2f1cb32a89b5784ea16679fed75125 Author: AJ Slater Date: Mon Jan 16 02:12:09 2023 -0800 Uatu ignores device changes more betterer commit c503544157715939d6becb851ffe88c637fa8500 Author: AJ Slater Date: Mon Jan 16 02:11:53 2023 -0800 lint commit 80f486ab22b1cfa61dc1bd82b5d455348b81d1d5 Author: AJ Slater Date: Sun Jan 15 23:15:14 2023 -0800 update deps commit 1cf06841ea046abacae8fe1eebcdce00b97ce247 Author: AJ Slater Date: Sun Jan 15 23:13:58 2023 -0800 bump news commit bec213d43ce67ea3e3b0668aa3e2f017ab36f09e Author: AJ Slater Date: Sun Jan 15 23:12:23 2023 -0800 move debug print to warning for routeToPage. extra check for redirectRoute commit 8008ba454236498eeb6d27b2e4e2bc3a2e6e9960 Author: AJ Slater Date: Sun Jan 15 23:07:40 2023 -0800 add debug message for unsub commit c12eac0d6d443815f12c05307190387d75e88f8f Author: AJ Slater Date: Sun Jan 15 23:00:01 2023 -0800 unify unsubscribe for websockets and do it on websocket.disconnect commit 976555326466b764ea1ed789d1fc7150736279fc Author: AJ Slater Date: Sun Jan 15 19:31:50 2023 -0800 separate browser_metadata_view into browser_order_by & browser_annotations commit cb95ffe8c0df41ed39e7e523ef8e502523a8c795 Author: AJ Slater Date: Sun Jan 15 19:31:40 2023 -0800 separate browser_metadata_view into browser_order_by & browser_annotations commit 66572b894ad9cdd781bdb6b5ccccdadf61e0de4b Author: AJ Slater Date: Sun Jan 15 19:04:51 2023 -0800 fix admin library picker bugs commit dd92999ec7d89925d82af4d4dfc85ac73e1159cf Author: AJ Slater Date: Sun Jan 15 19:01:08 2023 -0800 change order of attributes commit 54d4b782427ca2169c74d4852de48cd7f05ae404 Author: AJ Slater Date: Sat Jan 14 18:27:50 2023 -0800 fix admin library folder picker commit ccfb431ce218cdf980e9b0bae84ad43e397a6a9f Author: AJ Slater Date: Sat Jan 14 14:18:53 2023 -0800 Search improvements (#218) * fix xapian search flags. rename most xapian variables to search * break up browser base into filter mixins * lint * lint * <>= range operator * range operator news & docs * fix parsing non fields * update deps * do not get search history from server * remove debug console * remove search tables in favor of a case statement from the search engine * fix search help scrolling * minor order change for caption display * fix search menu opening on type * allow spread operator over Array.from everywhere * fix extra redirect on searches when topGroup == issues * use xapian default flags instead of listing them explicitly * break custom search pre-parser out into it's own class * use explict xapian flags contstuction to avoid import loop * move search stuff into its own directory * fix folder view for new way of searching * lint * remove bookmark from search. modularize preparser * move search field aliases to xapian synonyms * better comments about the customizations to xapian_backend * minor refactor and cleanups for search filter preprocessor * move bookmark filter out of search filter. move preprocessor for search filter into its own file * remove old clean search status hack * bump deps, lint * fix defaults for comicbox * folder mode on searched. fix id scope on searches * speling * deps update * fix array vs set function * no filter on search box commit 96f9f615db978d80a3011d63f34acd3985fd3d8e Author: AJ Slater Date: Fri Jan 6 17:43:28 2023 -0800 linux/armhf note about cryptography commit 8c00ae97270c8928b890db633025dfcd7665d4da Author: AJ Slater Date: Fri Jan 6 16:48:40 2023 -0800 remove extraneous line commit 0805145526f24a801ea8684e90b95bc2a8ff3182 Author: AJ Slater Date: Fri Jan 6 16:43:45 2023 -0800 fix roman.sh for options without path commit e9b4b7a6c28ae25dc0e5a29d9c32f0437021261f Author: AJ Slater Date: Fri Jan 6 16:38:05 2023 -0800 roman script commit 19108e980afa05602306b21b29aece1f768937f0 Author: AJ Slater Date: Fri Jan 6 14:58:46 2023 -0800 update builder requirement script to be >= commit 30b63db8ecc7275eff9d12052c14875c89b6bbdc Author: AJ Slater Date: Fri Jan 6 14:56:18 2023 -0800 bump README dev section commit c53b78b5b21c0da6914cdc0509cae0ac923063d3 Author: AJ Slater Date: Fri Jan 6 14:49:26 2023 -0800 fix frontend dev-server script commit 97d1b32c69391d357fba00c98f89a2668fcc7047 Author: AJ Slater Date: Fri Jan 6 14:48:06 2023 -0800 consolidate frontend scripts in frontend dir commit 9a5b1b4f021c77a137b19ecfa19668b5312a7da3 Author: AJ Slater Date: Fri Jan 6 14:34:38 2023 -0800 greatly diminish safe area inset for codex version commit 3d458d785712be82cc8c6c8ef01ee4c500a84bef Author: AJ Slater Date: Fri Jan 6 13:16:27 2023 -0800 remove unused scripts commit 657a73b60363a3f9ceef243bf105c5e8c4045a00 Author: AJ Slater Date: Fri Jan 6 13:16:18 2023 -0800 simplify pm script commit 94139a9f652e4a931b94567b9758aca92c254bf5 Author: AJ Slater Date: Fri Jan 6 12:19:59 2023 -0800 update deps commit a9b818ce4b72afa7f4cc84e2230d8f57657f8afe Author: AJ Slater Date: Fri Jan 6 12:14:33 2023 -0800 trim readme commit 3a7c8a5c2c387b2e358607e267ccff26e30f875e Author: AJ Slater Date: Fri Jan 6 12:11:42 2023 -0800 use django_timezone.now() commit 4950b77d834bd679fc6605fe840455b033ca046d Merge: 2b5ad145 907637b9 Author: AJ Slater Date: Thu Jan 5 19:41:04 2023 -0800 Merge branch 'main' into develop commit 907637b9ec515e0a334f7144f4d212edc9bf416b Author: AJ Slater Date: Thu Jan 5 18:47:39 2023 -0800 v1.0.3 (#216) commit 2b5ad145840f5399f41577f28132f8eacf0fcebd Author: AJ Slater Date: Thu Jan 5 18:31:18 2023 -0800 bump news' commit ff41fdaf9624c79f197b200ffa181869c735eb36 Author: AJ Slater Date: Thu Jan 5 18:29:52 2023 -0800 update deps commit 123b97ce9fab45f7e772ad761c242a2ef6d43e25 Author: AJ Slater Date: Thu Jan 5 18:24:04 2023 -0800 fix orphan folders bug commit 9f2fcb041537895ed169c9d1abf737c5fe1e44f0 Author: AJ Slater Date: Thu Jan 5 16:07:53 2023 -0800 fix moving folders orphans folders bug commit c29bcebc9562fce5124254f276d218dc8fa2048a Author: AJ Slater Date: Thu Jan 5 15:57:47 2023 -0800 fix item does not exist redirect commit 28ee9597c6217ecb64ebdc1215bc6af6ea2974cb Author: AJ Slater Date: Thu Jan 5 14:38:35 2023 -0800 better cover error handling commit 3e6bb2b12c307f413f11727d002e51c8b50691ad Author: AJ Slater Date: Thu Jan 5 11:52:27 2023 -0800 rename release branch to main commit 4e2118947feaf33e355938b68cd031957e1e71af Author: AJ Slater Date: Wed Jan 4 23:48:26 2023 -0800 bump comicbox commit a3905e21cf2519a2c634771381911810d5dc50e9 Author: AJ Slater Date: Wed Jan 4 15:18:09 2023 -0800 update deps commit 22b08504cc27a74cae2220c809e79e03bfdbef50 Author: AJ Slater Date: Wed Jan 4 15:15:52 2023 -0800 bump version commit 802fa5b1a7a4e294684ad98319a61cf3d660a14d Author: AJ Slater Date: Wed Jan 4 15:15:35 2023 -0800 force update failed imports task commit 64b7ca89372df11ed3a2859ea7025ab45b023500 Author: AJ Slater Date: Wed Jan 4 14:24:46 2023 -0800 do right side as well with title toolbar commit 6cb35c4bd0ac3138ce6911b101ddf8e9e43d4af8 Author: AJ Slater Date: Wed Jan 4 14:23:40 2023 -0800 line up browser title toolbar padding with filter toolbar commit 0e522aa6679dcdd994d37efb8de3bc69d888f47b Author: AJ Slater Date: Wed Jan 4 14:09:25 2023 -0800 slightly safter cover purge commit 21742192f4d2cae92fc2a559c3aec94fca5b654c Author: AJ Slater Date: Tue Jan 3 22:32:13 2023 -0800 hide progress bar unless there's progress commit 68069cf27d39dd6ffd93ad7a38fbd6fc54fd4941 Merge: 48d527d8 44e80076 Author: AJ Slater Date: Tue Jan 3 22:26:24 2023 -0800 Merge branch 'release' into develop commit 44e80076fce65e3d0852e71e3737b2385d1d5d3e Author: AJ Slater Date: Tue Jan 3 22:06:28 2023 -0800 v1.0.2 (#215) * reorder dockerfile * fix zero padding * line up order-by caption on browser tiles to the bottom * update deps * bump version * drawer attribute optimization * package updates * remove pushover dev dependancy * Fixed next book change drawer opening settings drawer. * orphan component from last commit * dependency updates * bump news * remove script & temporary from admin settings menu * update packages * bump version * fix admin title toolbar z-index * fix failed imports not reupdating * trap db update errors and log issue paths * bump news * Discard orphan websocket connections from the connection pool. * make unseenFailedImports icon color red * use CloseButton component for librarystatus and fix positioning * comicbox 0.6.2 commit 48d527d83ca8039863186e2d20890481cca9201c Author: AJ Slater Date: Tue Jan 3 21:20:01 2023 -0800 comicbox 0.6.2 commit 27bbc6b4ec16cfeb216674a1249b25aadbff8ba7 Author: AJ Slater Date: Tue Jan 3 21:17:16 2023 -0800 use CloseButton component for librarystatus and fix positioning commit 080cc94902fad2645ea29f4248ccbd57bfa8e837 Author: AJ Slater Date: Tue Jan 3 21:16:45 2023 -0800 make unseenFailedImports icon color red commit 2b725677c6418d96e555c67017c3dfc9f838a484 Author: AJ Slater Date: Tue Jan 3 20:58:02 2023 -0800 Discard orphan websocket connections from the connection pool. commit 5d9c0453f3d25e9f6d75e78f267b054c50c716d7 Author: AJ Slater Date: Tue Jan 3 20:39:01 2023 -0800 bump news commit 44c00e84e5059284c3d78c51d3f68074ee09ce1d Author: AJ Slater Date: Tue Jan 3 20:37:54 2023 -0800 trap db update errors and log issue paths commit 3b0fc799a20a540c177040b451ef5432d2a261f6 Author: AJ Slater Date: Tue Jan 3 19:33:08 2023 -0800 fix failed imports not reupdating commit cc6f66869f9b4a904534449292e46c4511e62a7d Author: AJ Slater Date: Tue Jan 3 18:06:57 2023 -0800 fix admin title toolbar z-index commit 897c053dc686157416df490c6ca2b0403cf4749c Author: AJ Slater Date: Tue Jan 3 16:21:20 2023 -0800 bump version commit f554bb5aa4ce35c80f8baf1488247eb2f7609d88 Author: AJ Slater Date: Tue Jan 3 16:21:10 2023 -0800 update packages commit f87326d030f6f723c591adddf3bfb9c514f167e8 Author: AJ Slater Date: Tue Jan 3 16:19:53 2023 -0800 remove script & temporary from admin settings menu commit aba5f631b44c951832dd5ad7aea5adb9393e0ef8 Merge: 3ba78743 31f8ea28 Author: AJ Slater Date: Mon Jan 2 13:23:40 2023 -0800 Merge branch 'release' into develop commit 31f8ea2800210a26cce7ee1098011172e01eae9a Author: AJ Slater Date: Mon Jan 2 12:39:54 2023 -0800 v1.0.1 (#214) * reorder dockerfile * fix zero padding * line up order-by caption on browser tiles to the bottom * update deps * bump version * drawer attribute optimization * package updates * remove pushover dev dependancy * Fixed next book change drawer opening settings drawer. * orphan component from last commit * dependency updates * bump news commit 3ba78743eb7c2ff5448a2f757170c737944cbef9 Merge: a7f10f41 10598e34 Author: AJ Slater Date: Mon Jan 2 12:22:54 2023 -0800 Merge branch 'release' into develop commit a7f10f41b67a05a86e45615635bd5e73370a4f2f Author: AJ Slater Date: Mon Jan 2 12:22:39 2023 -0800 bump news commit d7e4b33b52f049f3e699db23989eae258e03b07c Author: AJ Slater Date: Mon Jan 2 12:19:40 2023 -0800 dependency updates commit c4a98d51d8c7c17fb24b8f3896d61de4da2c068b Author: AJ Slater Date: Mon Jan 2 12:16:27 2023 -0800 orphan component from last commit commit 192ba5edc2aff637e3bc27598cf040e2314c2471 Author: AJ Slater Date: Mon Jan 2 12:16:09 2023 -0800 Fixed next book change drawer opening settings drawer. commit 87e88680aae54b453c715d1029f09d058a34d868 Author: AJ Slater Date: Sun Jan 1 17:03:54 2023 -0800 remove pushover dev dependancy commit 4b4723c40149d6875b325426967445b2ead86657 Author: AJ Slater Date: Sun Jan 1 17:01:32 2023 -0800 package updates commit dd9acdc71d61eafe4caacbcc7a32dea511c59c80 Author: AJ Slater Date: Sun Jan 1 16:58:51 2023 -0800 drawer attribute optimization commit a2fe3a70a50330ba026eef2b38ebf450d2a34fcd Author: AJ Slater Date: Sat Dec 31 16:42:34 2022 -0800 bump version commit a0bbcb52c8846c147c352d4918c2244d6eec6819 Author: AJ Slater Date: Sat Dec 31 16:42:24 2022 -0800 update deps commit e9f75151568449ed29e94f2a51908b23b14cdca0 Author: AJ Slater Date: Sat Dec 31 16:40:11 2022 -0800 line up order-by caption on browser tiles to the bottom commit 3fca957b9bfc2d6170c5d9e160ccb0c79b0663c7 Author: AJ Slater Date: Fri Dec 30 16:45:01 2022 -0800 fix zero padding commit f14749a8de68adc4501815ad0daff082cae17974 Author: AJ Slater Date: Fri Dec 30 15:27:13 2022 -0800 reorder dockerfile commit 10598e342fedf3e11152aea02429f7ab18f25843 Merge: b52827f2 a6d429ba Author: AJ Slater Date: Thu Dec 29 12:17:02 2022 -0800 Merge branch 'develop' into release commit a6d429badee6a5a06d68cc04db1d5aa9fdbd8336 Author: AJ Slater Date: Thu Dec 29 12:16:09 2022 -0800 update packages commit b52827f21762ae3c8e376179262a4f5c49f5b40b Author: AJ Slater Date: Thu Dec 29 12:14:42 2022 -0800 v1.0.0 (#210) * bump version * change search help icon * per server start timestamp for frontend common * use dev for docs so it never goes out of date * use a group converter for urls * converter needs comic as well * fix broken icon definition * filter select throbber * now that it works go back to computed dynamicChoiceNames * pdf don't force rendering with key seems to fix it. make placeholder really dissapear * bump news * alphebetize fields * also offer selected choices so we can deselect them * fix deselecting filters by coercing pk types. let sub-filter-menu determine it's own type * use writatablestate * fix returning more filter choices if a filter is already selected * update version and packages * fix version using timestamp in api. lint * lint * remove cruft * remove vestigal api point * remove export of nonextand function * remove admin tools header * v0.13.1a7 (#194) * Squashed commit of the following: commit 1085a1426e6588225f4c7f514c91ee1009430231 Author: AJ Slater Date: Sun Sep 18 19:29:29 2022 -0700 change transitions commit 4f998c8b10522714744b60075dfa555e2ef41b83 Author: AJ Slater Date: Sun Sep 18 19:22:32 2022 -0700 hide all of failed imports in an expansion panel commit b3f1fd40f942b27590aa8191ef096e131810cf1c Author: AJ Slater Date: Sun Sep 18 19:17:48 2022 -0700 cancel button for change password commit 30ca1f8a43693aaf8e787ae6d853a687232824d3 Author: AJ Slater Date: Sun Sep 18 19:15:14 2022 -0700 hopefully set admin drawer open when large commit 12cdfcf52c4c13f5b5c3a5f50ebd5baad8ff98de Author: AJ Slater Date: Sun Sep 18 19:14:50 2022 -0700 language commit 55f2b0c5cd6ea402b989deda34338935dac1f0e7 Author: AJ Slater Date: Sun Sep 18 19:09:02 2022 -0700 lint commit c1aef5704b0784b80464035007f993d8212ae4cf Author: AJ Slater Date: Sun Sep 18 19:06:22 2022 -0700 lint commit af9064723a965b623afc5ef6ce51f9a49f55ccfc Author: AJ Slater Date: Sun Sep 18 18:53:05 2022 -0700 diable broken md parsing in frontend dir commit f27199d00a050752a85de731d36537ab2e28c2cd Author: AJ Slater Date: Sun Sep 18 18:52:35 2022 -0700 disable security warning commit 0a7d2c493c3e54b319ae201f74bd09ed6931f73a Author: AJ Slater Date: Sun Sep 18 18:41:28 2022 -0700 Squashed commit of the following: commit d648acd46b268c726adbf673f0f5986f5020c39c Author: AJ Slater Date: Sun Sep 18 18:41:13 2022 -0700 fix fix script. package moved to root commit c52a1824ca4a4f02b19851cb9286365a1a1ffa90 Author: AJ Slater Date: Sun Sep 18 18:40:55 2022 -0700 use using eslint-plugin-mdx commit d5a989e75ced2121c8c874e82b42afd3e5e3e4a8 Author: AJ Slater Date: Sun Sep 18 18:40:37 2022 -0700 move to using eslint-plugin-mdx commit 6fb5e6421134b5782f3310692acf4bb76276fec1 Author: AJ Slater Date: Sun Sep 18 18:39:43 2022 -0700 lint commit a17465dbcdf5a320b2937be4f6013f3cf14835c1 Author: AJ Slater Date: Sun Sep 18 18:19:20 2022 -0700 eslint md not quite working can't load remark prettier rules commit ecbee17bc90886db035a21b8e77e467460d16342 Author: AJ Slater Date: Sun Sep 18 16:46:33 2022 -0700 lint pwa commit 5025b317557d71d7cd855759b4fd16fab8974595 Author: AJ Slater Date: Sun Sep 18 14:36:40 2022 -0700 lint commit e971bd92a3b20dda712e5d9dda43fc864a7e0998 Author: AJ Slater Date: Sun Sep 18 14:07:59 2022 -0700 use plugin-prettier-vue, move unicorn rule to root eslintrc, user prettier-config rules after other rules. commit 7d87f1c1bbca35b658cb5fe262bfc30249db3358 Author: AJ Slater Date: Sun Sep 18 01:49:34 2022 -0700 lint commit 26e75cf0edcffc43b0d95f3980b50030421f8c1d Author: AJ Slater Date: Sat Sep 17 22:10:40 2022 -0700 lint rules commit b161b11b1584a1be5f5a72c87cbffdaf707c2550 Author: AJ Slater Date: Sat Sep 17 22:10:26 2022 -0700 remove some listsfields in favor of many=True commit 5e8297df56e3e430fe624ac049678435f5aac6fa Author: AJ Slater Date: Sat Sep 17 19:49:43 2022 -0700 remove cruft commit 653f5a188dbf4478ec69641ac3edb2dc15ac818d Author: AJ Slater Date: Sat Sep 17 19:49:15 2022 -0700 remove cruft commit 4fec82bec54e460c4da05c04a0dee0b74da72412 Author: AJ Slater Date: Sat Sep 17 19:30:02 2022 -0700 lint commit 49b9f4db3e0fa3d69a39fc483b7f0499e9158241 Author: AJ Slater Date: Sat Sep 17 19:02:48 2022 -0700 Squashed commit of the following: commit 7ebfcb123b06696bcb76ae4f5de73efb1f2d57a4 Author: AJ Slater Date: Sat Sep 17 19:02:15 2022 -0700 refactor rootlinks into nav links and fold others into toplinks commit 5a28ca2400601af2177d14d9750ed862c04a6eb4 Author: AJ Slater Date: Sat Sep 17 18:16:51 2022 -0700 change breakpoint for close book button commit 8ffa21af56723c079840368b94ccfca0122da0cf Author: AJ Slater Date: Sat Sep 17 18:16:30 2022 -0700 fix touchmap calling this in arrow function. commit 50527ecba67899124087ac07bc7f2b579dad3343 Author: AJ Slater Date: Sat Sep 17 18:13:21 2022 -0700 use content instead of summary commit 90d03e30bef926aa11e70030085bf7cc6d118dce Author: AJ Slater Date: Sat Sep 17 18:11:58 2022 -0700 more durabliblity for pycountry lookups commit 15085a1ea74506203af6f90820e2ebff4d6198e5 Author: AJ Slater Date: Sat Sep 17 18:05:26 2022 -0700 avoid toplink duplication with entries. let top links have summaries commit fb883f997c00db77d4e4542b81de60f4189d3b38 Author: AJ Slater Date: Sat Sep 17 17:33:30 2022 -0700 fix pocketbooks not urldecoding some things commit 86137de4a2ff46022cd1a327275354f0420ec9f0 Author: AJ Slater Date: Sat Sep 17 17:22:03 2022 -0700 clear commit e06a114d35679409fb7d2893042f504378ffaba8 Author: AJ Slater Date: Sat Sep 17 17:20:49 2022 -0700 ignore content negotiation for pages commit 27e9a6243e0984b8ef634c7c867e0f1bd6c691a4 Author: AJ Slater Date: Sat Sep 17 16:49:31 2022 -0700 don't use redirect link for opds commit 236f31d2a85975886e88afe0866e8d2e923dfd88 Author: AJ Slater Date: Sat Sep 17 16:23:10 2022 -0700 bump news for opds commit b4955383ed8aa13338b4842202261c1e4df6d542 Author: AJ Slater Date: Sat Sep 17 16:12:24 2022 -0700 change routes for top links commit 65fb6e5bdb20709830a7e9eb392b2be2942d50b6 Author: AJ Slater Date: Sat Sep 17 16:06:25 2022 -0700 fix lanuage tag for opds commit 0f62798f5a0c3f528ab76f53bf0c1e38ee44e4c3 Author: AJ Slater Date: Sat Sep 17 15:45:42 2022 -0700 featured link commit 746424998e071af3c4a7b963a9a64e5a54dce36e Author: AJ Slater Date: Sat Sep 17 15:18:01 2022 -0700 add language fix for opds folders commit f0b147b89dbb39733238953f683f8506b64beeef Author: AJ Slater Date: Sat Sep 17 15:16:20 2022 -0700 opensearch:totalResults commit 7b1086ca0d2130c2d8313a87578354c40e1f615e Author: AJ Slater Date: Sat Sep 17 15:02:43 2022 -0700 opensearch itemsPerPage for opds commit b39b31096b9476835dd87569f46be0e52f5da939 Author: AJ Slater Date: Sat Sep 17 14:49:34 2022 -0700 add new top link commit 23941c164b46036af8991c5cb7d7de488789b02f Author: AJ Slater Date: Sat Sep 17 14:37:12 2022 -0700 add published to opds commit ad2edc2948d52a55b7fdf39189dc969547b8bc5c Author: AJ Slater Date: Sat Sep 17 14:28:44 2022 -0700 add publisher to opds commit 580a79f9f8e443032fa9b1aed4c4b217b2c46d2d Author: AJ Slater Date: Sat Sep 17 14:15:03 2022 -0700 fix opds folders view value mapping commit 9d18f461eda305be0325bd12b90b39f7783fac3f Author: AJ Slater Date: Sat Sep 17 13:10:13 2022 -0700 fix opds folder view redirect loop commit e008107ea61b57f8f7f1387454d1fbfd0e819fe2 Author: AJ Slater Date: Sat Sep 17 12:32:20 2022 -0700 move django db functions to own folder commit 3c5b3eef0525e6a1f4bd32c552d774ef32008971 Author: AJ Slater Date: Sat Sep 17 03:11:54 2022 -0700 working opds metadata. opds folder view broken. commit 1ea16aaac5dd4869784a834c2436b70999060a4b Author: AJ Slater Date: Sat Sep 17 02:43:25 2022 -0700 consolidate parsing of csv tags commit ff589d838dc6ad03a9ec18aab832eafdc362b13d Author: AJ Slater Date: Sat Sep 17 02:36:50 2022 -0700 fix opds spec for authors and categories and contributors commit fed88b478343c19a468790240b8665061d419419 Author: AJ Slater Date: Fri Sep 16 17:49:12 2022 -0700 fix null cetegories in opds entry commit f3745564436b3db0837d71e4c19fbf6833547f83 Author: AJ Slater Date: Fri Sep 16 16:25:37 2022 -0700 opds with more error catching and templates for metadata commit 6b076d334fcf6ce91d30c07a402c6a400072b5fc Author: AJ Slater Date: Fri Sep 16 16:17:19 2022 -0700 update npm commit e3d64a7797aba31fae260275cd10930bf5cd8143 Author: AJ Slater Date: Fri Sep 16 16:17:11 2022 -0700 lint commit cb14e29a88bbbd217f13f7b5aa745bd2df927f41 Author: AJ Slater Date: Fri Sep 16 14:19:24 2022 -0700 update packages. bring back flake8-eradicate commit bf8a961738a6b5bd02f5ed69b8d02f84cd052b22 Author: AJ Slater Date: Thu Sep 15 23:35:13 2022 -0700 username in change password dialog commit 9643aa03730bd7c908122444d03a0f85e7cf9bb0 Author: AJ Slater Date: Thu Sep 15 23:32:48 2022 -0700 OPDS copy on click commit 72e623f4b6bf0eaebec12eb418ebb57bd7f80356 Author: AJ Slater Date: Thu Sep 15 21:58:25 2022 -0700 start top link commit ed0e6d4ba98e9131ae13f2ed1412d6acad034843 Author: AJ Slater Date: Thu Sep 15 21:35:33 2022 -0700 opds defaults to no facets commit db6b0fc6c060aaeb24c14a3ea529f74b752dd897 Author: AJ Slater Date: Thu Sep 15 18:28:27 2022 -0700 remove link to old search help commit 8e026429f71a1ba6b35686180b05d93feadabe0c Author: AJ Slater Date: Thu Sep 15 18:28:01 2022 -0700 logo in NEWS. remove old SEARCH.md commit 3624b247753e0d5a49d11452f5dd80f9e680c8ee Author: AJ Slater Date: Thu Sep 15 18:26:34 2022 -0700 try html for github markdown commit 390d156ad2480338aa79f7c0b20abeaae59b5fbc Author: AJ Slater Date: Thu Sep 15 18:26:20 2022 -0700 lint commit 333ce4dc628b5e7a198a4c969651096525e44094 Author: AJ Slater Date: Thu Sep 15 18:22:12 2022 -0700 add logo to README commit 517b792f014455aedc1384e2f8a6195746fe09d8 Author: AJ Slater Date: Thu Sep 15 18:13:35 2022 -0700 fix null for dttm column component commit dce2bbd2d9a672e4b15d49207e5e9caef98c186f Author: AJ Slater Date: Thu Sep 15 18:11:38 2022 -0700 admin settings dividers commit ddf586af7a0f9fed89653eea217556bab0124528 Author: AJ Slater Date: Thu Sep 15 17:59:41 2022 -0700 Squashed commit of the following: commit 666fb63b59fc8c9708dbf91f7464b15fbd532f5d Author: AJ Slater Date: Thu Sep 15 17:58:37 2022 -0700 failed imports layout commit 8559262a58b50905c6e97a50717827f4c818a89f Author: AJ Slater Date: Thu Sep 15 17:54:24 2022 -0700 hover effect for old django admin panel commit 83c2c6a5d427e7a22fa92fe02e4c8850fb55b53d Author: AJ Slater Date: Thu Sep 15 17:51:01 2022 -0700 move failed imports to it's own component commit ee0edd1e877d8957f256332116b5e77afa06dea6 Author: AJ Slater Date: Thu Sep 15 17:29:47 2022 -0700 fix initial state of drawer on mobile commit 91d6d6f2fcd5ba17eae9ce5e4edd7a58874149e0 Author: AJ Slater Date: Thu Sep 15 17:26:19 2022 -0700 lint commit 942491f82cafe56f2e20eaa04708ced709052ff5 Author: AJ Slater Date: Thu Sep 15 17:22:06 2022 -0700 use icon buttons commit 8f2debbb899f5ffff103f02c14a5295b5b7f5a30 Author: AJ Slater Date: Thu Sep 15 17:13:19 2022 -0700 datetime column component commit 06348681e4c964eafa5f82012059caaa9281e2da Author: AJ Slater Date: Thu Sep 15 16:12:27 2022 -0700 better dttm columns for admin commit 0320ef9940c9b7cc93d0b1dee59313fa7f77ffd9 Author: AJ Slater Date: Thu Sep 15 15:43:13 2022 -0700 fix groups and such loading for library tab commit 9ce500d94e294010d1f87da48ff3a7e252f8dc31 Author: AJ Slater Date: Thu Sep 15 15:37:15 2022 -0700 fix times checkbox layout commit 4a0d4e996de3c9743c3fc2325b52bc6f35482806 Author: AJ Slater Date: Thu Sep 15 15:37:01 2022 -0700 adjust flag descriptions commit 610a8ef20fb1d09c88dcbe50ab23669f457eb658 Author: AJ Slater Date: Thu Sep 15 15:10:32 2022 -0700 highlight table for admin commit e05cf11c68edc5c66ed7b0116f614f9217238893 Author: AJ Slater Date: Thu Sep 15 15:03:53 2022 -0700 confirm spacing and cancel button commit 75214d2a0d42333ff20ca67858ec24d818f8707b Author: AJ Slater Date: Thu Sep 15 15:00:23 2022 -0700 task tab spacing commit b875200d1c28efca88fb3ac438b88223518493aa Author: AJ Slater Date: Thu Sep 15 14:44:03 2022 -0700 group add fixes. cancel buttons for all admin add dialogs commit 4c940f4b1e8ac090db00cb5b5b23f1ca86ae01d5 Author: AJ Slater Date: Thu Sep 15 14:33:41 2022 -0700 flag tab spacing commit d8e0a5f1aff5f46e1dfadc4c37fcd767297bba63 Author: AJ Slater Date: Thu Sep 15 14:30:56 2022 -0700 library spacing commit 698fe0f9c7ff15e7c3ebc88fff9e8ba57f2c4ec4 Author: AJ Slater Date: Thu Sep 15 14:18:23 2022 -0700 admin tab header spacing commit 9da8e101d7d36680156cc82540dc9cec6e95b171 Author: AJ Slater Date: Thu Sep 15 14:07:11 2022 -0700 spacing for user-tab commit 540b866cc2568d00b23f554bc4306435a624350c Author: AJ Slater Date: Thu Sep 15 14:05:27 2022 -0700 set drawer status on mount commit d369a5d6c47a91686a1f76a28322fa7b080381c0 Author: AJ Slater Date: Thu Sep 15 13:48:45 2022 -0700 fix table height for fixed headers in admin tables commit c4c7c6e5c21b14dc177934a0db98f58c9144a1da Author: AJ Slater Date: Thu Sep 15 13:38:48 2022 -0700 round add buttons commit 4cd66a59c8af30f7fb189af0b4c2f53070ed002d Author: AJ Slater Date: Thu Sep 15 13:18:02 2022 -0700 fix variable names commit 2e3b70645e5c3c90a6fba01409af6046bd8cc894 Author: AJ Slater Date: Thu Sep 15 13:16:24 2022 -0700 fix admin setting drawer to show only on mobile. use setting drawer mobile breakpoint. add version footer to admin settings drawer. commit 870f85a660cb2ae13822a20ba0c9d4764ab28dd1 Author: AJ Slater Date: Thu Sep 15 13:14:46 2022 -0700 move setting drawer outside of main commit 6f89545cdb384d911c3cacadc2fe126cfe212a98 Author: AJ Slater Date: Thu Sep 15 13:14:22 2022 -0700 fix touchMap and use breakpoint.mobile from vuetify commit a0a9dad907749de71652fcb7b80c1967d37492d5 Author: AJ Slater Date: Wed Sep 14 18:05:02 2022 -0700 move admin side stuff into settings drawer commit 96423db58101877358eceaacf989617ac012bb62 Author: AJ Slater Date: Wed Sep 14 17:11:38 2022 -0700 move use authmenu in admin drawer. no tasks running div commit f10388d65cafa35c3ae0ca4562c162d4485608ff Author: AJ Slater Date: Wed Sep 14 16:55:11 2022 -0700 fix statuslist import commit bf3430926a46614fa5f910ed0685e0e23522fdde Author: AJ Slater Date: Wed Sep 14 15:50:34 2022 -0700 use dynamic routes commit 858d79ba7c13bc7ca965adf0992b316b8a30585b Author: AJ Slater Date: Wed Sep 14 15:47:22 2022 -0700 poetry update commit d7f476148c5cf3022f9ab6959bd12aab03b22fa1 Author: AJ Slater Date: Wed Sep 14 15:45:30 2022 -0700 update packages commit 7be7ce4f42f6b6fb12bcd191c75c069af9227652 Author: AJ Slater Date: Wed Sep 14 15:42:20 2022 -0700 move logout to sidebar commit 017f6efa13cc79b02077c3964f419c2a5968d8c4 Author: AJ Slater Date: Wed Sep 14 15:39:56 2022 -0700 add tab component commit 5d3a2ef08ff04211dc97a3fb2eadb1a480d51211 Author: AJ Slater Date: Wed Sep 14 15:39:12 2022 -0700 move admin tabs to component commit 02ffb6f71776bf251aa011e48cadc7ff81a73a75 Author: AJ Slater Date: Wed Sep 14 15:25:04 2022 -0700 admin logout button commit 62d6ac8863b55f01615580f572419a95b37b677c Author: AJ Slater Date: Wed Sep 14 12:12:15 2022 -0700 rename tab component files commit c138683e86d6b6d51694628ac60ee388bf66c3fb Author: AJ Slater Date: Wed Sep 14 11:51:22 2022 -0700 packge update commit 8ed25d072ae03306859163f26b9dc599ef0d48c3 Author: AJ Slater Date: Wed Sep 14 11:51:17 2022 -0700 more help text commit 0537043ad219474aeaeee7ed4f77b891636ca8a6 Author: AJ Slater Date: Wed Sep 14 11:22:07 2022 -0700 default to admin libraries tab. select libraries tab if no libraries. commit 6d61f40237d2743864799dd340ead87705807b0f Author: AJ Slater Date: Wed Sep 14 02:28:43 2022 -0700 fix outside deep linking into vue commit c0869cd5602d5d4b7add06c4a8c55fd4bbba85aa Author: AJ Slater Date: Wed Sep 14 02:15:41 2022 -0700 change name of queueJob to libarianTask commit db9746ec94a6202b3e0d44e50c92fceaca7a6dce Author: AJ Slater Date: Wed Sep 14 02:15:22 2022 -0700 fix librarian task library specifier" commit 0f4ef52a98082d764d875c561cf2d5f6d165c025 Author: AJ Slater Date: Wed Sep 14 01:51:57 2022 -0700 defer() and prefetch() optimizations commit 9e08ccbbfaef364c31127e2f91e9644ac449d816 Author: AJ Slater Date: Wed Sep 14 01:51:17 2022 -0700 lint commit 2c9404dc6947b0ab9a3ab5336fff8aafb287189e Author: AJ Slater Date: Wed Sep 14 01:02:53 2022 -0700 no libraries help commit 1c2ce0c8bbebe38e14dcdfc3873df7f63fe0458f Author: AJ Slater Date: Wed Sep 14 00:52:11 2022 -0700 shrink tabitem margin commit c1ca8fc9bd0faf6e33477875ebce9b3b5a0fd6ce Author: AJ Slater Date: Wed Sep 14 00:48:53 2022 -0700 langauge commit d4ec587d8ac9cbbfeef228d6810bdeb57d9752d9 Author: AJ Slater Date: Wed Sep 14 00:48:00 2022 -0700 fix url lookup for deprecation warning. darken red commit 391f648c79060bad554c18e2284fda64c94138fb Author: AJ Slater Date: Wed Sep 14 00:42:15 2022 -0700 fix old queue jobs page commit b28654983ac96b5a35d9b0e21ad728239d1ceda1 Author: AJ Slater Date: Wed Sep 14 00:40:22 2022 -0700 style & lint old admin page commit 53bb8c330cd33da04f26c0d88596a0352edbc09f Author: AJ Slater Date: Wed Sep 14 00:38:23 2022 -0700 bump news and create deprecation warning for old admin panel commit 49b956641d7bc20bf21c8d31c398d2f3442511c0 Author: AJ Slater Date: Wed Sep 14 00:17:28 2022 -0700 start of documentation commit ab620319a0a1e84d882edd5b11a75ec186620841 Author: AJ Slater Date: Tue Sep 13 23:48:19 2022 -0700 refactor ADMIN_FLAG defaults commit 6caef4f80b0ef46eac45ecb755f6bfdd659a396b Author: AJ Slater Date: Tue Sep 13 23:48:03 2022 -0700 lint commit e7b0014e5eac78760f98cf084188578cd2b36f30 Author: AJ Slater Date: Tue Sep 13 23:40:54 2022 -0700 mark tasks obsolete commit 486b682ecb665956dc5d5142b9a8b5c10c41d133 Author: AJ Slater Date: Tue Sep 13 23:37:59 2022 -0700 refactor socket subscribe and send protocol in the process of fixing it commit 2828a8b285c9e48233fbabfb9c0fdd11beb1aaaf Author: AJ Slater Date: Tue Sep 13 23:03:34 2022 -0700 task titles commit 497d71420b65423af770cb40c94258bdbbaff8a8 Author: AJ Slater Date: Tue Sep 13 22:09:11 2022 -0700 library tasks commit 3a71a6d7a1e53477aa41dc4629fcbe84ddb50c31 Author: AJ Slater Date: Tue Sep 13 21:47:40 2022 -0700 confirm dialog for tasks commit bb75f20e6a723cd3699e71ec53b814b8f4bbb35b Author: AJ Slater Date: Tue Sep 13 21:21:18 2022 -0700 admin choices commit 6575a4f9b354111bb176c01b34aed8307c8a3af3 Author: AJ Slater Date: Tue Sep 13 20:56:05 2022 -0700 tasks basically working commit 759170c879a84093653b4f3ea19f5d793b1f6eca Author: AJ Slater Date: Tue Sep 13 20:03:10 2022 -0700 fix library group reading & updating commit 22a99bb40bf169c827fcfd61cfe386614bc2ccfb Author: AJ Slater Date: Tue Sep 13 20:02:53 2022 -0700 remove logging cruft commit f856270429634524eb0d6f2890b2d2a6baab0027 Author: AJ Slater Date: Tue Sep 13 20:02:43 2022 -0700 remove loggin cruft commit fc08e3751f64944612fe2fc47906971ad4880b66 Author: AJ Slater Date: Tue Sep 13 20:02:21 2022 -0700 remove logging cruft commit 929d52eef47c4f79f029edc3b619e64e75bf0a81 Author: AJ Slater Date: Tue Sep 13 18:38:09 2022 -0700 fix vuetifyItems commit aaec03af7fe372a9df9593c06c80d60f0a4aebfc Author: AJ Slater Date: Tue Sep 13 18:31:29 2022 -0700 showhidden support for file picker. ix user group setting commit 2e17dfe7289375b7f6f0f71be99df15d981307d6 Author: AJ Slater Date: Tue Sep 13 18:30:55 2022 -0700 server showHidden support for file picker commit f95abe3e4575f635fe683cb291b523899d105db9 Author: AJ Slater Date: Tue Sep 13 16:08:30 2022 -0700 get correct pk or id for vuetifyItems commit 89df5a28b424c63061efdd3c5672c420139c2874 Author: AJ Slater Date: Tue Sep 13 16:08:09 2022 -0700 return value for user destroy commit 43d2dcdbacb17c0e612e0ae161dae8280d36f1d4 Author: AJ Slater Date: Tue Sep 13 16:07:54 2022 -0700 use frozensets commit de9ef832f78155481e378d400413e97d32402f9d Author: AJ Slater Date: Tue Sep 13 15:52:31 2022 -0700 make file menu clearable commit f7b7748024ced6514c51a1d6d4568e9c6815c4cd Author: AJ Slater Date: Tue Sep 13 15:47:37 2022 -0700 fix more irregular admin names commit 90a35bf820235416611098ef297aa4ac471e252f Author: AJ Slater Date: Tue Sep 13 15:35:18 2022 -0700 fix stupid plural states in admin commit 89599b8fcc2b35420a9100f1a5aee728a60e30fb Author: AJ Slater Date: Mon Sep 12 23:28:14 2022 -0700 fix many folder browser bugs commit 38dfabe80f0fad27fbebdfd069f474b5a113074f Author: AJ Slater Date: Mon Sep 12 00:50:49 2022 -0700 change password success dialog commit 025dddec0fba1e627032713a161f439f1972cc15 Author: AJ Slater Date: Mon Sep 12 00:37:40 2022 -0700 reset dialogs with empty objects instead of form.reset commit 59080a996b122e0d9866c4c818353e27dbeb8717 Author: AJ Slater Date: Mon Sep 12 00:33:06 2022 -0700 fix variable name bugs. load failed imports for admin when library changes commit 2ae0502904c2b80039519dba602909d946953820 Author: AJ Slater Date: Sun Sep 11 23:40:51 2022 -0700 fix type error in status for moved items commit 3f15edc24fe734cde02d4a24fb22d7eb97dc5e82 Author: AJ Slater Date: Sun Sep 11 23:24:06 2022 -0700 compact most load functions commit ba2008b9acb14b33159c700388ae133a778a53dc Author: AJ Slater Date: Sun Sep 11 23:01:33 2022 -0700 fix import of clearErrors commit 01d7d0bb578a23828b431c3f94e9329acc73d434 Author: AJ Slater Date: Sun Sep 11 21:17:40 2022 -0700 fill out error handling for flags commit 75aaaa18412ff55c47952d0ed01494149d0d42e9 Author: AJ Slater Date: Sun Sep 11 21:14:40 2022 -0700 flags error handling commit 016decdcd308064529e2931c89954dc914fc5609 Author: AJ Slater Date: Sun Sep 11 21:05:43 2022 -0700 compact store row functions commit ebfb215c99e9496749f61646b129e5a4f276bbcd Author: AJ Slater Date: Sun Sep 11 18:03:30 2022 -0700 organize server folder picker data differently commit 55d0a7c131b7ac0753bd0d59a0a5ed60e94173bd Author: AJ Slater Date: Sun Sep 11 16:13:42 2022 -0700 time text field commit 21c204df89566956081c7ef29d3def7de53bc9d9 Author: AJ Slater Date: Sat Sep 10 14:41:09 2022 -0700 fix focus event commit 0d26dfedb96c30cf8ca04ab59102df86a429f053 Author: AJ Slater Date: Sat Sep 10 14:36:46 2022 -0700 backend validation of library paths commit 949e307f2affdf7b5c43e3a0ec78d6cc55cccb01 Author: AJ Slater Date: Sat Sep 10 14:20:02 2022 -0700 copy events from django admin to spa admin backend commiā€¦ * fix filter choices bug with root group * update deps * fix filters' * change up button styling * minor refactor because we don't care about file type on cover generation anymore * bump version back to release ready * bump news * fix top folder view and force folder & story arc url to have proper top_group * v1.4.1 * update deps * fix search score annotation for groups. fix book filtering when search was used. * fix frontend order crash * bump news * clear reader data on startup * update deps * bump news * small refactor of import aggregation * Prettier plugins new ruff (#329) * lint * ingnore trailing commas like prettier defaults * add @vue/eslitn-config-prettier * fix roman docs * update deps * update deps * don't return a mappingproxy because it makes casting to a dict harder later * move eslint stuff into dev section * lint * remove cruft * freeze array * remove vite server proxy. breaks vite as of v4.4.0 * fix crash with undecodable characters by cleaning data first * bump version * fix searches not applying to choices selection * bump news * fix sort by name ordering * add series & volume names to browser cards if they affect sorting * shrink reader page change boxes to let toolbar activate on corner clicks * tooltip text changes * update python-alpine image * lint * turn error into warning * update deps * 1.4.3a0 (#331) * Squashed commit of the following: commit 4f8b076c541480b8b40afc1998d91a965d9c994f Author: AJ Slater Date: Mon Feb 27 15:07:29 2023 -0800 fix user and group tab heights commit 8d291f8e6c369e96c6eced1c9ce53589f62d35bb Author: AJ Slater Date: Mon Feb 27 14:51:46 2023 -0800 trim unused id commit 69f7b2fa51610ed030a9888bc51160f61da87325 Author: AJ Slater Date: Mon Feb 27 14:51:27 2023 -0800 format keyboard shortcuts commit 3a00cec449d28aa3a913dbbbb08f843ddebe9cf8 Author: AJ Slater Date: Mon Feb 27 14:44:08 2023 -0800 make clear button and read rtl in reverse the same height commit 0336ebde3fc8322f9be753b5017681c8c82fb237 Author: AJ Slater Date: Mon Feb 27 14:25:29 2023 -0800 simplify getSettings for reader commit f45cd03709e7eee3d607a84d4404d8d18ad6dd3a Author: AJ Slater Date: Mon Feb 27 14:14:00 2023 -0800 read in reverse feature commit b5eb874bdc89a9f922fbb4a3277d104a8be8786c Author: AJ Slater Date: Sun Feb 26 22:35:06 2023 -0800 user configurable 24 hour time format commit 50039b60f8122c767b78d7526282d316ffef7490 Author: AJ Slater Date: Sun Feb 26 20:30:59 2023 -0800 fix reader settings drawer colors commit 0cd0f3faf5c29a6e28a39b44730e3e99b378942b Author: AJ Slater Date: Sun Feb 26 20:14:23 2023 -0800 prev & next book buttons commit 9e4ab34f1a54b370b67965aaac667b308bfc1d43 Author: AJ Slater Date: Sun Feb 26 18:48:21 2023 -0800 display covers in one page mode. keys for adjusting page in two page mode. commit d9c5a41e1033d6c989388a27262d6178abed0b13 Author: AJ Slater Date: Sun Feb 26 16:51:00 2023 -0800 reader prev/next book now read_ltr aware commit 4c6111c37328a15a22ba873a97046302952367b5 Author: AJ Slater Date: Sun Feb 26 15:39:09 2023 -0800 fix two pages mode skipping pages commit a47d5760dad912e8a75ab312eb21cb401f1b6ecc Author: AJ Slater Date: Sun Feb 26 15:24:17 2023 -0800 add fit to choice in db commit fbae4a828a48bc1f766d91a801634da29870d566 Author: AJ Slater Date: Sun Feb 26 15:23:54 2023 -0800 fix setting null fit_to in reader settings. make bookmark fit_to choices hardcoded in the db commit b26f73826fb3ff2920f451660a70bc6912556c1b Author: AJ Slater Date: Sun Feb 26 00:06:39 2023 -0800 show series name everywhere in opds commit baf61d3186e3df79597743d96dd3241dcceb60af Author: AJ Slater Date: Sat Feb 25 23:51:41 2023 -0800 no top links or entry facets on subsequent OPDS pages commit 9a8d001f3d3be40d9fb69eb8347e825f92d3f176 Author: AJ Slater Date: Sat Feb 25 23:31:42 2023 -0800 fix opds pagination commit db6065110a2ab1fd67df11bcf11f7c77e7d606e2 Author: AJ Slater Date: Sat Feb 25 19:38:26 2023 -0800 change optimizer task docs commit 2bd92e01b4bab2ea7c00e17384fac9e7172ca76e Author: AJ Slater Date: Sat Feb 25 19:36:12 2023 -0800 break up searchd into modules commit ddfa3e528575deb3080d2fdadb74112a8cb73468 Author: AJ Slater Date: Sat Feb 25 18:47:20 2023 -0800 use search index updated_at for start date. move optimize into backend partially commit f04de9330e30f851a7c760abaf9b1498b523f780 Author: AJ Slater Date: Sat Feb 25 18:20:22 2023 -0800 remove most fields from opds categories commit d7997b5ea0c3f6c3f2201cdbc5929f92d6544f5f Author: AJ Slater Date: Sat Feb 25 18:17:50 2023 -0800 fix spacing in opds browser names & titles commit d08447f54062a5d0e33eaf221722d2044dd0af5f Author: AJ Slater Date: Sat Feb 25 15:49:42 2023 -0800 shut off watchdog debug events" commit 4240f65f286e2051d8d21344a74cdc516b369bcc Author: AJ Slater Date: Sat Feb 25 15:48:09 2023 -0800 bump news and version commit 9737e929b9ec3f05ac27bd3d9fe249f152062166 Author: AJ Slater Date: Sat Feb 25 15:46:46 2023 -0800 remvoe debug hack commit 8df9393f91d0bba1020ad929f0a80aad703947b8 Author: AJ Slater Date: Sat Feb 25 15:45:42 2023 -0800 remove open closed screener from batcher. moved it into handler commit 0fa98cb755d0f1413c272122e76cbaca088dff8b Author: AJ Slater Date: Fri Feb 24 23:53:59 2023 -0800 ignore opened and closed events commit a35d58348ab3334025ebbba49f75228dce0950b7 Author: AJ Slater Date: Fri Feb 24 23:24:48 2023 -0800 fix manual manifest deployer commit 95fa5ba06588c24374d0dacafb1a59018ef6af59 Merge: c4597a0b 0df40e5f Author: AJ Slater Date: Fri Feb 24 23:03:44 2023 -0800 Merge branch 'main' into develop commit 0df40e5f03602d89d1e28c1f8801d3dd08836a8f Author: AJ Slater Date: Fri Feb 24 23:03:30 2023 -0800 v1.2.3 (#247) * search engine performance in progress * fix search index status types * fix slow remove records. fix delete all records at end of index * lint * use whoosh multiprocessing not haystack's * clean up cruft * bump version and news * update depts * fixes for deploy * chmod * trap more search update errors. match search index timestamp to db scan time, not index complete time. * trap final commit errors. more explicit indexing error logging. faster return on nothing to do. * fix scroll bars inappropriately on admin tables * fix admin drawer obscuring small screens * fix download buttons * remove errant console.logs * fix appended i to author names in opds * more order for search index * add commas to stats numbers * bump docker base version * update deps * lint * bump version commit c4597a0b0cd6958dad68aa67712b04dae163bef2 Author: AJ Slater Date: Fri Feb 24 22:40:05 2023 -0800 bump version commit e3f662740f86bef199dfc5e26b7823a61560d169 Author: AJ Slater Date: Fri Feb 24 22:39:34 2023 -0800 lint commit b0c70a6b413cae5b2bbd1f9d2098cbe280f47e8b Author: AJ Slater Date: Fri Feb 24 22:37:49 2023 -0800 update deps commit 046a6cc5a418433dc01f75072f5a94dc138002a0 Author: AJ Slater Date: Fri Feb 24 22:36:10 2023 -0800 bump docker base version commit 5d1cbc4314b0bb5a425f040cb49b99e1c334de88 Author: AJ Slater Date: Fri Feb 24 22:30:28 2023 -0800 add commas to stats numbers commit a14e679bd3f5cdfb17d467c875ee42307e4a3182 Author: AJ Slater Date: Fri Feb 24 20:26:30 2023 -0800 more order for search index commit 3234deadb99c742fd27593269905e32a4deeb120 Author: AJ Slater Date: Fri Feb 24 19:30:59 2023 -0800 fix appended i to author names in opds commit f13c748f8b0a47247b761fe20c292e4c5212eea0 Author: AJ Slater Date: Fri Feb 24 18:58:24 2023 -0800 remove errant console.logs commit 3502eeaa813d96db7a91ac1d576c4c00cdbd7a4b Author: AJ Slater Date: Fri Feb 24 18:41:52 2023 -0800 fix download buttons commit a8dbf05ecda4267a7ab3ba8fbe41355000184a39 Author: AJ Slater Date: Fri Feb 24 18:08:58 2023 -0800 fix admin drawer obscuring small screens commit d3a97a2785e3e4b0f3fbe5daa5dcdf0c51e0d947 Author: AJ Slater Date: Fri Feb 24 17:59:32 2023 -0800 fix scroll bars inappropriately on admin tables commit 093c9299194c1b79e0e9d4abb3c9ec9dbcbade48 Author: AJ Slater Date: Fri Feb 24 17:31:37 2023 -0800 trap final commit errors. more explicit indexing error logging. faster return on nothing to do. commit c205b6398f25a1bd4d7fb7950f5643de87babe0d Author: AJ Slater Date: Fri Feb 24 17:12:08 2023 -0800 trap more search update errors. match search index timestamp to db scan time, not index complete time. commit dff2085d187ff2043262bcded414d6e55a38889c Author: AJ Slater Date: Wed Feb 22 15:27:46 2023 -0800 chmod commit 626750fb80aaf0204f8b9b3180de5bb63582f800 Author: AJ Slater Date: Wed Feb 22 15:27:27 2023 -0800 fixes for deploy commit b44f79c7cf5919428764d4fc6a170f7320787077 Merge: 03dc10b0 41f0b6d1 Author: AJ Slater Date: Wed Feb 22 12:40:12 2023 -0800 Merge branch 'main' into develop commit 41f0b6d1791eac73461c72f90033d1311ba075b3 Author: AJ Slater Date: Wed Feb 22 12:36:43 2023 -0800 v1.2.2 (#242) * search engine performance in progress * fix search index status types * fix slow remove records. fix delete all records at end of index * lint * use whoosh multiprocessing not haystack's * clean up cruft * bump version and news * update depts commit 03dc10b0868da2efe4c2f16720302e8f2744697e Author: AJ Slater Date: Wed Feb 22 04:02:23 2023 -0800 update depts commit 8029f7666b92735539d4b460cd291a6907cb56e7 Author: AJ Slater Date: Wed Feb 22 04:00:58 2023 -0800 bump version and news commit 3460c0d71a22cbfd3d37255afaa4c50ba23ce763 Author: AJ Slater Date: Wed Feb 22 03:59:06 2023 -0800 clean up cruft commit e8095572b66a6044adc7c84da56d21b419f7032e Author: AJ Slater Date: Wed Feb 22 03:40:51 2023 -0800 use whoosh multiprocessing not haystack's commit cc5300a3acfaddf33aad3d4df49c75a712845aca Author: AJ Slater Date: Wed Feb 22 03:38:43 2023 -0800 lint commit 9c9c1d7a2885d631cc6d37ccd5b9b919f423fe95 Author: AJ Slater Date: Wed Feb 22 03:37:55 2023 -0800 fix slow remove records. fix delete all records at end of index commit 602ceb1192478d4405e9d88a398d445d78480234 Author: AJ Slater Date: Tue Feb 21 21:28:10 2023 -0800 fix search index status types commit 8e02f9aa65d42bb8ab53cdf503ab4041d8234dc4 Merge: e468c51c 20f06940 Author: AJ Slater Date: Tue Feb 21 21:22:06 2023 -0800 Merge branch 'develop' into search_index_performance commit 20f06940486ee9d8f21107e9a67db1d822023e2c Author: AJ Slater Date: Tue Feb 21 17:44:20 2023 -0800 update deps and version commit e468c51ca550c7e180065da2f6398f817f79babe Author: AJ Slater Date: Tue Feb 21 17:26:33 2023 -0800 search engine performance in progress commit ee447946c5d24acc0ec2287b55d5353e34ebc5e6 Author: AJ Slater Date: Mon Feb 20 17:09:35 2023 -0800 put poll all libraries back iin admin admin menu commit 674bbd207e04fb12e8e007432170ffd9e6cac7ad Author: AJ Slater Date: Mon Feb 20 17:07:24 2023 -0800 fix regen api key stats commit 5c0b887134bdefee0d846fca22a7952badc1fa89 Author: AJ Slater Date: Mon Feb 20 16:50:16 2023 -0800 fix minor status update bug commit 89f3a990c3e0b24bbaebf64b40c662d2fc8df6f5 Author: AJ Slater Date: Mon Feb 20 16:41:58 2023 -0800 batch a jillion documents at a time for the search indexer. unbound memory for the search indexer commit 17fb715523bd1cd431b15f6b54eca2bb495c2f56 Author: AJ Slater Date: Mon Feb 20 16:27:22 2023 -0800 bump news commit b7eb56d09090294af0b53c8c4ec0482535bcc3e6 Author: AJ Slater Date: Mon Feb 20 15:20:24 2023 -0800 fix crash on writing files wait commit f762e47d065355c4d0194f381409bde93fda70a0 Author: AJ Slater Date: Mon Feb 20 12:04:50 2023 -0800 bump news commit 4691f731287aa8315142808d7f59340df5f1f1f2 Author: AJ Slater Date: Mon Feb 20 12:03:40 2023 -0800 Squashed commit of the following: commit edee944ee3c27bbf4a19e3ca739d4c362688e172 Author: AJ Slater Date: Mon Feb 20 12:03:04 2023 -0800 improve poll every hints commit ff825b923277438335e15935914ed14e6ffd7cf9 Author: AJ Slater Date: Mon Feb 20 11:41:09 2023 -0800 fix disabling poll preventing manual polling commit 8549f4b5b3efc964ce1b3b59bfad02c6849a532f Author: AJ Slater Date: Sun Feb 19 22:30:28 2023 -0800 move watchdog event handler to own file commit c78d5584fd5eb4975f13d83d6f7b123903f43495 Author: AJ Slater Date: Sun Feb 19 22:22:42 2023 -0800 fix repo link commit 134225394df1577c43fd3e35b7fb68bcb1839e31 Merge: 5c2ab188 0d4d7d3f Author: AJ Slater Date: Sun Feb 19 20:57:16 2023 -0800 Merge branch 'main' into develop commit 0d4d7d3f55c8161327db1b3b1e4e769df4c5557f Author: AJ Slater Date: Sun Feb 19 20:55:18 2023 -0800 v1.2.0 (#238) * v1.0.4a0 Squashed commit of the following: commit d3a49642ccd8e15e1fa31f7ac7cc1a23c8c6fc41 Author: AJ Slater Date: Mon Jan 16 12:23:59 2023 -0800 bump news commit 9933dcc29848f1673cc7b27c383c195ab37c28e1 Author: AJ Slater Date: Mon Jan 16 12:22:43 2023 -0800 fix image events for regular pages commit 512db0e304dffad92ba52fc2f79c6487e2255aa8 Author: AJ Slater Date: Mon Jan 16 12:17:55 2023 -0800 fix missing import commit 9aef0961c4a0a3031b34ae11f016fe338d421226 Author: AJ Slater Date: Mon Jan 16 12:17:30 2023 -0800 lint commit 4c0fbda570080e0c1756e5cc309ac29e4f2fb7f1 Author: AJ Slater Date: Mon Jan 16 11:59:17 2023 -0800 lint commit c008508120475618f605f459681b9e5511d14050 Author: AJ Slater Date: Mon Jan 16 11:54:54 2023 -0800 update deps commit 2a63873859f12d1582e79c57fff1cba11648430f Author: AJ Slater Date: Mon Jan 16 11:53:47 2023 -0800 update plural names for some models commit a67ad3a5dfdb10fc260fdfba06c0f5518f82c622 Author: AJ Slater Date: Mon Jan 16 11:53:37 2023 -0800 use correct verbose_name_plural reference commit 65ab73aa3b2f1cb32a89b5784ea16679fed75125 Author: AJ Slater Date: Mon Jan 16 02:12:09 2023 -0800 Uatu ignores device changes more betterer commit c503544157715939d6becb851ffe88c637fa8500 Author: AJ Slater Date: Mon Jan 16 02:11:53 2023 -0800 lint commit 80f486ab22b1cfa61dc1bd82b5d455348b81d1d5 Author: AJ Slater Date: Sun Jan 15 23:15:14 2023 -0800 update deps commit 1cf06841ea046abacae8fe1eebcdce00b97ce247 Author: AJ Slater Date: Sun Jan 15 23:13:58 2023 -0800 bump news commit bec213d43ce67ea3e3b0668aa3e2f017ab36f09e Author: AJ Slater Date: Sun Jan 15 23:12:23 2023 -0800 move debug print to warning for routeToPage. extra check for redirectRoute commit 8008ba454236498eeb6d27b2e4e2bc3a2e6e9960 Author: AJ Slater Date: Sun Jan 15 23:07:40 2023 -0800 add debug message for unsub commit c12eac0d6d443815f12c05307190387d75e88f8f Author: AJ Slater Date: Sun Jan 15 23:00:01 2023 -0800 unify unsubscribe for websockets and do it on websocket.disconnect commit 976555326466b764ea1ed789d1fc7150736279fc Author: AJ Slater Date: Sun Jan 15 19:31:50 2023 -0800 separate browser_metadata_view into browser_order_by & browser_annotations commit cb95ffe8c0df41ed39e7e523ef8e502523a8c795 Author: AJ Slater Date: Sun Jan 15 19:31:40 2023 -0800 separate browser_metadata_view into browser_order_by & browser_annotations commit 66572b894ad9cdd781bdb6b5ccccdadf61e0de4b Author: AJ Slater Date: Sun Jan 15 19:04:51 2023 -0800 fix admin library picker bugs commit dd92999ec7d89925d82af4d4dfc85ac73e1159cf Author: AJ Slater Date: Sun Jan 15 19:01:08 2023 -0800 change order of attributes commit 54d4b782427ca2169c74d4852de48cd7f05ae404 Author: AJ Slater Date: Sat Jan 14 18:27:50 2023 -0800 fix admin library folder picker commit ccfb431ce218cdf980e9b0bae84ad43e397a6a9f Author: AJ Slater Date: Sat Jan 14 14:18:53 2023 -0800 Search improvements (#218) * fix xapian search flags. rename most xapian variables to search * break up browser base into filter mixins * lint * lint * <>= range operator * range operator news & docs * fix parsing non fields * update deps * do not get search history from server * remove debug console * remove search tables in favor of a case statement from the search engine * fix search help scrolling * minor order change for caption display * fix search menu opening on type * allow spread operator over Array.from everywhere * fix extra redirect on searches when topGroup == issues * use xapian default flags instead of listing them explicitly * break custom search pre-parser out into it's own class * use explict xapian flags contstuction to avoid import loop * move search stuff into its own directory * fix folder view for new way of searching * lint * remove bookmark from search. modularize preparser * move search field aliases to xapian synonyms * better comments about the customizations to xapian_backend * minor refactor and cleanups for search filter preprocessor * move bookmark filter out of search filter. move preprocessor for search filter into its own file * remove old clean search status hack * bump deps, lint * fix defaults for comicbox * folder mode on searched. fix id scope on searches * speling * deps update * fix array vs set function * no filter on search box commit 96f9f615db978d80a3011d63f34acd3985fd3d8e Author: AJ Slater Date: Fri Jan 6 17:43:28 2023 -0800 linux/armhf note about cryptography commit 8c00ae97270c8928b890db633025dfcd7665d4da Author: AJ Slater Date: Fri Jan 6 16:48:40 2023 -0800 remove extraneous line commit 0805145526f24a801ea8684e90b95bc2a8ff3182 Author: AJ Slater Date: Fri Jan 6 16:43:45 2023 -0800 fix roman.sh for options without path commit e9b4b7a6c28ae25dc0e5a29d9c32f0437021261f Author: AJ Slater Date: Fri Jan 6 16:38:05 2023 -0800 roman script commit 19108e980afa05602306b21b29aece1f768937f0 Author: AJ Slater Date: Fri Jan 6 14:58:46 2023 -0800 update builder requirement script to be >= commit 30b63db8ecc7275eff9d12052c14875c89b6bbdc Author: AJ Slater Date: Fri Jan 6 14:56:18 2023 -0800 bump README dev section commit c53b78b5b21c0da6914cdc0509cae0ac923063d3 Author: AJ Slater Date: Fri Jan 6 14:49:26 2023 -0800 fix frontend dev-server script commit 97d1b32c69391d357fba00c98f89a2668fcc7047 Author: AJ Slater Date: Fri Jan 6 14:48:06 2023 -0800 consolidate frontend scripts in frontend dir commit 9a5b1b4f021c77a137b19ecfa19668b5312a7da3 Author: AJ Slater Date: Fri Jan 6 14:34:38 2023 -0800 greatly diminish safe area inset for codex version commit 3d458d785712be82cc8c6c8ef01ee4c500a84bef Author: AJ Slater Date: Fri Jan 6 13:16:27 2023 -0800 remove unused scripts commit 657a73b60363a3f9ceef243bf105c5e8c4045a00 Author: AJ Slater Date: Fri Jan 6 13:16:18 2023 -0800 simplify pm script commit 94139a9f652e4a931b94567b9758aca92c254bf5 Author: AJ Slater Date: Fri Jan 6 12:19:59 2023 -0800 update deps commit a9b818ce4b72afa7f4cc84e2230d8f57657f8afe Author: AJ Slater Date: Fri Jan 6 12:14:33 2023 -0800 trim readme commit 3a7c8a5c2c387b2e358607e267ccff26e30f875e Author: AJ Slater Date: Fri Jan 6 12:11:42 2023 -0800 use django_timezone.now() commit 4950b77d834bd679fc6605fe840455b033ca046d Merge: 2b5ad145 907637b9 Author: AJ Slater Date: Thu Jan 5 19:41:04 2023 -0800 Merge branch 'main' into develop commit 907637b9ec515e0a334f7144f4d212edc9bf416b Author: AJ Slater Date: Thu Jan 5 18:47:39 2023 -0800 v1.0.3 (#216) commit 2b5ad145840f5399f41577f28132f8eacf0fcebd Author: AJ Slater Date: Thu Jan 5 18:31:18 2023 -0800 bump news' commit ff41fdaf9624c79f197b200ffa181869c735eb36 Author: AJ Slater Date: Thu Jan 5 18:29:52 2023 -0800 update deps commit 123b97ce9fab45f7e772ad761c242a2ef6d43e25 Author: AJ Slater Date: Thu Jan 5 18:24:04 2023 -0800 fix orphan folders bug commit 9f2fcb041537895ed169c9d1abf737c5fe1e44f0 Author: AJ Slater Date: Thu Jan 5 16:07:53 2023 -0800 fix moving folders orphans folders bug commit c29bcebc9562fce5124254f276d218dc8fa2048a Author: AJ Slater Date: Thu Jan 5 15:57:47 2023 -0800 fix item does not exist redirect commit 28ee9597c6217ecb64ebdc1215bc6af6ea2974cb Author: AJ Slater Date: Thu Jan 5 14:38:35 2023 -0800 better cover error handling commit 3e6bb2b12c307f413f11727d002e51c8b50691ad Author: AJ Slater Date: Thu Jan 5 11:52:27 2023 -0800 rename release branch to main commit 4e2118947feaf33e355938b68cd031957e1e71af Author: AJ Slater Date: Wed Jan 4 23:48:26 2023 -0800 bump comicbox commit a3905e21cf2519a2c634771381911810d5dc50e9 Author: AJ Slater Date: Wed Jan 4 15:18:09 2023 -0800 update deps commit 22b08504cc27a74cae2220c809e79e03bfdbef50 Author: AJ Slater Date: Wed Jan 4 15:15:52 2023 -0800 bump version commit 802fa5b1a7a4e294684ad98319a61cf3d660a14d Author: AJ Slater Date: Wed Jan 4 15:15:35 2023 -0800 force update failed imports task commit 64b7ca89372df11ed3a2859ea7025ab45b023500 Author: AJ Slater Date: Wed Jan 4 14:24:46 2023 -0800 do right side as well with title toolbar commit 6cb35c4bd0ac3138ce6911b101ddf8e9e43d4af8 Author: AJ Slater Date: Wed Jan 4 14:23:40 2023 -0800 line up browser title toolbar padding with filter toolbar commit 0e522aa6679dcdd994d37efb8de3bc69d888f47b Author: AJ Slater Date: Wed Jan 4 14:09:25 2023 -0800 slightly safter cover purge commit 21742192f4d2cae92fc2a559c3aec94fca5b654c Author: AJ Slater Date: Tue Jan 3 22:32:13 2023 -0800 hide progress bar unless there's progress commit 68069cf27d39dd6ffd93ad7a38fbd6fc54fd4941 Merge: 48d527d8 44e80076 Author: AJ Slater Date: Tue Jan 3 22:26:24 2023 -0800 Merge branch 'release' into develop commit 44e80076fce65e3d0852e71e3737b2385d1d5d3e Author: AJ Slater Date: Tue Jan 3 22:06:28 2023 -0800 v1.0.2 (#215) * reorder dockerfile * fix zero padding * line up order-by caption on browser tiles to the bottom * update deps * bump version * drawer attribute optimization * package updates * remove pushover dev dependancy * Fixed next book change drawer opening settings drawer. * orphan component from last commit * dependency updates * bump news * remove script & temporary from admin settings menu * update packages * bump version * fix admin title toolbar z-index * fix failed imports not reupdating * trap db update errors and log issue paths * bump news * Discard orphan websocket connections from the connection pool. * make unseenFailedImports icon color red * use CloseButton component for librarystatus and fix positioning * comicbox 0.6.2 commit 48d527d83ca8039863186e2d20890481cca9201c Author: AJ Slater Date: Tue Jan 3 21:20:01 2023 -0800 comicbox 0.6.2 commit 27bbc6b4ec16cfeb216674a1249b25aadbff8ba7 Author: AJ Slater Date: Tue Jan 3 21:17:16 2023 -0800 use CloseButton component for librarystatus and fix positioning commit 080cc94902fad2645ea29f4248ccbd57bfa8e837 Author: AJ Slater Date: Tue Jan 3 21:16:45 2023 -0800 make unseenFailedImports icon color red commit 2b725677c6418d96e555c67017c3dfc9f838a484 Author: AJ Slater Date: Tue Jan 3 20:58:02 2023 -0800 Discard orphan websocket connections from the connection pool. commit 5d9c0453f3d25e9f6d75e78f267b054c50c716d7 Author: AJ Slater Date: Tue Jan 3 20:39:01 2023 -0800 bump news commit 44c00e84e5059284c3d78c51d3f68074ee09ce1d Author: AJ Slater Date: Tue Jan 3 20:37:54 2023 -0800 trap db update errors and log issue paths commit 3b0fc799a20a540c177040b451ef5432d2a261f6 Author: AJ Slater Date: Tue Jan 3 19:33:08 2023 -0800 fix failed imports not reupdating commit cc6f66869f9b4a904534449292e46c4511e62a7d Author: AJ Slater Date: Tue Jan 3 18:06:57 2023 -0800 fix admin title toolbar z-index commit 897c053dc686157416df490c6ca2b0403cf4749c Author: AJ Slater Date: Tue Jan 3 16:21:20 2023 -0800 bump version commit f554bb5aa4ce35c80f8baf1488247eb2f7609d88 Author: AJ Slater Date: Tue Jan 3 16:21:10 2023 -0800 update packages commit f87326d030f6f723c591adddf3bfb9c514f167e8 Author: AJ Slater Date: Tue Jan 3 16:19:53 2023 -0800 remove script & temporary from admin settings menu commit aba5f631b44c951832dd5ad7aea5adb9393e0ef8 Merge: 3ba78743 31f8ea28 Author: AJ Slater Date: Mon Jan 2 13:23:40 2023 -0800 Merge branch 'release' into develop commit 31f8ea2800210a26cce7ee1098011172e01eae9a Author: AJ Slater Date: Mon Jan 2 12:39:54 2023 -0800 v1.0.1 (#214) * reorder dockerfile * fix zero padding * line up order-by caption on browser tiles to the bottom * update deps * bump version * drawer attribute optimization * package updates * remove pushover dev dependancy * Fixed next book change drawer opening settings drawer. * orphan component from last commit * dependency updates * bump news commit 3ba78743eb7c2ff5448a2f757170c737944cbef9 Merge: a7f10f41 10598e34 Author: AJ Slater Date: Mon Jan 2 12:22:54 2023 -0800 Merge branch 'release' into develop commit a7f10f41b67a05a86e45615635bd5e73370a4f2f Author: AJ Slater Date: Mon Jan 2 12:22:39 2023 -0800 bump news commit d7e4b33b52f049f3e699db23989eae258e03b07c Author: AJ Slater Date: Mon Jan 2 12:19:40 2023 -0800 dependency updates commit c4a98d51d8c7c17fb24b8f3896d61de4da2c068b Author: AJ Slater Date: Mon Jan 2 12:16:27 2023 -0800 orphan component from last commit commit 192ba5edc2aff637e3bc27598cf040e2314c2471 Author: AJ Slater Date: Mon Jan 2 12:16:09 2023 -0800 Fixed next book change drawer opening settings drawer. commit 87e88680aae54b453c715d1029f09d058a34d868 Author: AJ Slater Date: Sun Jan 1 17:03:54 2023 -0800 remove pushover dev dependancy commit 4b4723c40149d6875b325426967445b2ead86657 Author: AJ Slater Date: Sun Jan 1 17:01:32 2023 -0800 package updates commit dd9acdc71d61eafe4caacbcc7a32dea511c59c80 Author: AJ Slater Date: Sun Jan 1 16:58:51 2023 -0800 drawer attribute optimization commit a2fe3a70a50330ba026eef2b38ebf450d2a34fcd Author: AJ Slater Date: Sat Dec 31 16:42:34 2022 -0800 bump version commit a0bbcb52c8846c147c352d4918c2244d6eec6819 Author: AJ Slater Date: Sat Dec 31 16:42:24 2022 -0800 update deps commit e9f75151568449ed29e94f2a51908b23b14cdca0 Author: AJ Slater Date: Sat Dec 31 16:40:11 2022 -0800 line up order-by caption on browser tiles to the bottom commit 3fca957b9bfc2d6170c5d9e160ccb0c79b0663c7 Author: AJ Slater Date: Fri Dec 30 16:45:01 2022 -0800 fix zero padding commit f14749a8de68adc4501815ad0daff082cae17974 Author: AJ Slater Date: Fri Dec 30 15:27:13 2022 -0800 reorder dockerfile commit 10598e342fedf3e11152aea02429f7ab18f25843 Merge: b52827f2 a6d429ba Author: AJ Slater Date: Thu Dec 29 12:17:02 2022 -0800 Merge branch 'develop' into release commit a6d429badee6a5a06d68cc04db1d5aa9fdbd8336 Author: AJ Slater Date: Thu Dec 29 12:16:09 2022 -0800 update packages commit b52827f21762ae3c8e376179262a4f5c49f5b40b Author: AJ Slater Date: Thu Dec 29 12:14:42 2022 -0800 v1.0.0 (#210) * bump version * change search help icon * per server start timestamp for frontend common * use dev for docs so it never goes out of date * use a group converter for urls * converter needs comic as well * fix broken icon definition * filter select throbber * now that it works go back to computed dynamicChoiceNames * pdf don't force rendering with key seems to fix it. make placeholder really dissapear * bump news * alphebetize fields * also offer selected choices so we can deselect them * fix deselecting filters by coercing pk types. let sub-filter-menu determine it's own type * use writatablestate * fix returning more filter choices if a filter is already selected * update version and packages * fix version using timestamp in api. lint * lint * remove cruft * remove vestigal api point * remove export of nonextand function * remove admin tools header * v0.13.1a7 (#194) * Squashed commit of the following: commit 1085a1426e6588225f4c7f514c91ee1009430231 Author: AJ Slater Date: Sun Sep 18 19:29:29 2022 -0700 change transitions commit 4f998c8b10522714744b60075dfa555e2ef41b83 Author: AJ Slater Date: Sun Sep 18 19:22:32 2022 -0700 hide all of failed imports in an expansion panel commit b3f1fd40f942b27590aa8191ef096e131810cf1c Author: AJ Slater Date: Sun Sep 18 19:17:48 2022 -0700 cancel button for change password commit 30ca1f8a43693aaf8e787ae6d853a687232824d3 Author: AJ Slater Date: Sun Sep 18 19:15:14 2022 -0700 hopefully set admin drawer open when large commit 12cdfcf52c4c13f5b5c3a5f50ebd5baad8ff98de Author: AJ Slater Date: Sun Sep 18 19:14:50 2022 -0700 language commit 55f2b0c5cd6ea402b989deda34338935dac1f0e7 Author: AJ Slater Date: Sun Sep 18 19:09:02 2022 -0700 lint commit c1aef5704b0784b80464035007f993d8212ae4cf Author: AJ Slater Date: Sun Sep 18 19:06:22 2022 -0700 lint commit af9064723a965b623afc5ef6ce51f9a49f55ccfc Author: AJ Slater Date: Sun Sep 18 18:53:05 2022 -0700 diable broken md parsing in frontend dir commit f27199d00a050752a85de731d36537ab2e28c2cd Author: AJ Slater Date: Sun Sep 18 18:52:35 2022 -0700 disable security warning commit 0a7d2c493c3e54b319ae201f74bd09ed6931f73a Author: AJ Slater Date: Sun Sep 18 18:41:28 2022 -0700 Squashed commit of the following: commit d648acd46b268c726adbf673f0f5986f5020c39c Author: AJ Slater Date: Sun Sep 18 18:41:13 2022 -0700 fix fix script. package moved to root commit c52a1824ca4a4f02b19851cb9286365a1a1ffa90 Author: AJ Slater Date: Sun Sep 18 18:40:55 2022 -0700 use using eslint-plugin-mdx commit d5a989e75ced2121c8c874e82b42afd3e5e3e4a8 Author: AJ Slater Date: Sun Sep 18 18:40:37 2022 -0700 move to using eslint-plugin-mdx commit 6fb5e6421134b5782f3310692acf4bb76276fec1 Author: AJ Slater Date: Sun Sep 18 18:39:43 2022 -0700 lint commit a17465dbcdf5a320b2937be4f6013f3cf14835c1 Author: AJ Slater Date: Sun Sep 18 18:19:20 2022 -0700 eslint md not quite working can't load remark prettier rules commit ecbee17bc90886db035a21b8e77e467460d16342 Author: AJ Slater Date: Sun Sep 18 16:46:33 2022 -0700 lint pwa commit 5025b317557d71d7cd855759b4fd16fab8974595 Author: AJ Slater Date: Sun Sep 18 14:36:40 2022 -0700 lint commit e971bd92a3b20dda712e5d9dda43fc864a7e0998 Author: AJ Slater Date: Sun Sep 18 14:07:59 2022 -0700 use plugin-prettier-vue, move unicorn rule to root eslintrc, user prettier-config rules after other rules. commit 7d87f1c1bbca35b658cb5fe262bfc30249db3358 Author: AJ Slater Date: Sun Sep 18 01:49:34 2022 -0700 lint commit 26e75cf0edcffc43b0d95f3980b50030421f8c1d Author: AJ Slater Date: Sat Sep 17 22:10:40 2022 -0700 lint rules commit b161b11b1584a1be5f5a72c87cbffdaf707c2550 Author: AJ Slater Date: Sat Sep 17 22:10:26 2022 -0700 remove some listsfields in favor of many=True commit 5e8297df56e3e430fe624ac049678435f5aac6fa Author: AJ Slater Date: Sat Sep 17 19:49:43 2022 -0700 remove cruft commit 653f5a188dbf4478ec69641ac3edb2dc15ac818d Author: AJ Slater Date: Sat Sep 17 19:49:15 2022 -0700 remove cruft commit 4fec82bec54e460c4da05c04a0dee0b74da72412 Author: AJ Slater Date: Sat Sep 17 19:30:02 2022 -0700 lint commit 49b9f4db3e0fa3d69a39fc483b7f0499e9158241 Author: AJ Slater Date: Sat Sep 17 19:02:48 2022 -0700 Squashed commit of the following: commit 7ebfcb123b06696bcb76ae4f5de73efb1f2d57a4 Author: AJ Slater Date: Sat Sep 17 19:02:15 2022 -0700 refactor rootlinks into nav links and fold others into toplinks commit 5a28ca2400601af2177d14d9750ed862c04a6eb4 Author: AJ Slater Date: Sat Sep 17 18:16:51 2022 -0700 change breakpoint for close book button commit 8ffa21af56723c079840368b94ccfca0122da0cf Author: AJ Slater Date: Sat Sep 17 18:16:30 2022 -0700 fix touchmap calling this in arrow function. commit 50527ecba67899124087ac07bc7f2b579dad3343 Author: AJ Slater Date: Sat Sep 17 18:13:21 2022 -0700 use content instead of summary commit 90d03e30bef926aa11e70030085bf7cc6d118dce Author: AJ Slater Date: Sat Sep 17 18:11:58 2022 -0700 more durabliblity for pycountry lookups commit 15085a1ea74506203af6f90820e2ebff4d6198e5 Author: AJ Slater Date: Sat Sep 17 18:05:26 2022 -0700 avoid toplink duplication with entries. let top links have summaries commit fb883f997c00db77d4e4542b81de60f4189d3b38 Author: AJ Slater Date: Sat Sep 17 17:33:30 2022 -0700 fix pocketbooks not urldecoding some things commit 86137de4a2ff46022cd1a327275354f0420ec9f0 Author: AJ Slater Date: Sat Sep 17 17:22:03 2022 -0700 clear commit e06a114d35679409fb7d2893042f504378ffaba8 Author: AJ Slater Date: Sat Sep 17 17:20:49 2022 -0700 ignore content negotiation for pages commit 27e9a6243e0984b8ef634c7c867e0f1bd6c691a4 Author: AJ Slater Date: Sat Sep 17 16:49:31 2022 -0700 don't use redirect link for opds commit 236f31d2a85975886e88afe0866e8d2e923dfd88 Author: AJ Slater Date: Sat Sep 17 16:23:10 2022 -0700 bump news for opds commit b4955383ed8aa13338b4842202261c1e4df6d542 Author: AJ Slater Date: Sat Sep 17 16:12:24 2022 -0700 change routes for top links commit 65fb6e5bdb20709830a7e9eb392b2be2942d50b6 Author: AJ Slater Date: Sat Sep 17 16:06:25 2022 -0700 fix lanuage tag for opds commit 0f62798f5a0c3f528ab76f53bf0c1e38ee44e4c3 Author: AJ Slater Date: Sat Sep 17 15:45:42 2022 -0700 featured link commit 746424998e071af3c4a7b963a9a64e5a54dce36e Author: AJ Slater Date: Sat Sep 17 15:18:01 2022 -0700 add language fix for opds folders commit f0b147b89dbb39733238953f683f8506b64beeef Author: AJ Slater Date: Sat Sep 17 15:16:20 2022 -0700 opensearch:totalResults commit 7b1086ca0d2130c2d8313a87578354c40e1f615e Author: AJ Slater Date: Sat Sep 17 15:02:43 2022 -0700 opensearch itemsPerPage for opds commit b39b31096b9476835dd87569f46be0e52f5da939 Author: AJ Slater Date: Sat Sep 17 14:49:34 2022 -0700 add new top link commit 23941c164b46036af8991c5cb7d7de488789b02f Author: AJ Slater Date: Sat Sep 17 14:37:12 2022 -0700 add published to opds commit ad2edc2948d52a55b7fdf39189dc969547b8bc5c Author: AJ Slater Date: Sat Sep 17 14:28:44 2022 -0700 add publisher to opds commit 580a79f9f8e443032fa9b1aed4c4b217b2c46d2d Author: AJ Slater Date: Sat Sep 17 14:15:03 2022 -0700 fix opds folders view value mapping commit 9d18f461eda305be0325bd12b90b39f7783fac3f Author: AJ Slater Date: Sat Sep 17 13:10:13 2022 -0700 fix opds folder view redirect loop commit e008107ea61b57f8f7f1387454d1fbfd0e819fe2 Author: AJ Slater Date: Sat Sep 17 12:32:20 2022 -0700 move django db functions to own folder commit 3c5b3eef0525e6a1f4bd32c552d774ef32008971 Author: AJ Slater Date: Sat Sep 17 03:11:54 2022 -0700 working opds metadata. opds folder view broken. commit 1ea16aaac5dd4869784a834c2436b70999060a4b Author: AJ Slater Date: Sat Sep 17 02:43:25 2022 -0700 consolidate parsing of csv tags commit ff589d838dc6ad03a9ec18aab832eafdc362b13d Author: AJ Slater Date: Sat Sep 17 02:36:50 2022 -0700 fix opds spec for authors and categories and contributors commit fed88b478343c19a468790240b8665061d419419 Author: AJ Slater Date: Fri Sep 16 17:49:12 2022 -0700 fix null cetegories in opds entry commit f3745564436b3db0837d71e4c19fbf6833547f83 Author: AJ Slater Date: Fri Sep 16 16:25:37 2022 -0700 opds with more error catching and templates for metadata commit 6b076d334fcf6ce91d30c07a402c6a400072b5fc Author: AJ Slater Date: Fri Sep 16 16:17:19 2022 -0700 update npm commit e3d64a7797aba31fae260275cd10930bf5cd8143 Author: AJ Slater Date: Fri Sep 16 16:17:11 2022 -0700 lint commit cb14e29a88bbbd217f13f7b5aa745bd2df927f41 Author: AJ Slater Date: Fri Sep 16 14:19:24 2022 -0700 update packages. bring back flake8-eradicate commit bf8a961738a6b5bd02f5ed69b8d02f84cd052b22 Author: AJ Slater Date: Thu Sep 15 23:35:13 2022 -0700 username in change password dialog commit 9643aa03730bd7c908122444d03a0f85e7cf9bb0 Author: AJ Slater Date: Thu Sep 15 23:32:48 2022 -0700 OPDS copy on click commit 72e623f4b6bf0eaebec12eb418ebb57bd7f80356 Author: AJ Slater Date: Thu Sep 15 21:58:25 2022 -0700 start top link commit ed0e6d4ba98e9131ae13f2ed1412d6acad034843 Author: AJ Slater Date: Thu Sep 15 21:35:33 2022 -0700 opds defaults to no facets commit db6b0fc6c060aaeb24c14a3ea529f74b752dd897 Author: AJ Slater Date: Thu Sep 15 18:28:27 2022 -0700 remove link to old search help commit 8e026429f71a1ba6b35686180b05d93feadabe0c Author: AJ Slater Date: Thu Sep 15 18:28:01 2022 -0700 logo in NEWS. remove old SEARCH.md commit 3624b247753e0d5a49d11452f5dd80f9e680c8ee Author: AJ Slater Date: Thu Sep 15 18:26:34 2022 -0700 try html for github markdown commit 390d156ad2480338aa79f7c0b20abeaae59b5fbc Author: AJ Slater Date: Thu Sep 15 18:26:20 2022 -0700 lint commit 333ce4dc628b5e7a198a4c969651096525e44094 Author: AJ Slater Date: Thu Sep 15 18:22:12 2022 -0700 add logo to README commit 517b792f014455aedc1384e2f8a6195746fe09d8 Author: AJ Slater Date: Thu Sep 15 18:13:35 2022 -0700 fix null for dttm column component commit dce2bbd2d9a672e4b15d49207e5e9caef98c186f Author: AJ Slater Date: Thu Sep 15 18:11:38 2022 -0700 admin settings dividers commit ddf586af7a0f9fed89653eea217556bab0124528 Author: AJ Slater Date: Thu Sep 15 17:59:41 2022 -0700 Squashed commit of the following: commit 666fb63b59fc8c9708dbf91f7464b15fbd532f5d Author: AJ Slater Date: Thu Sep 15 17:58:37 2022 -0700 failed imports layout commit 8559262a58b50905c6e97a50717827f4c818a89f Author: AJ Slater Date: Thu Sep 15 17:54:24 2022 -0700 hover effect for old django admin panel commit 83c2c6a5d427e7a22fa92fe02e4c8850fb55b53d Author: AJ Slater Date: Thu Sep 15 17:51:01 2022 -0700 move failed imports to it's own component commit ee0edd1e877d8957f256332116b5e77afa06dea6 Author: AJ Slater Date: Thu Sep 15 17:29:47 2022 -0700 fix initial state of drawer on mobile commit 91d6d6f2fcd5ba17eae9ce5e4edd7a58874149e0 Author: AJ Slater Date: Thu Sep 15 17:26:19 2022 -0700 lint commit 942491f82cafe56f2e20eaa04708ced709052ff5 Author: AJ Slater Date: Thu Sep 15 17:22:06 2022 -0700 use icon buttons commit 8f2debbb899f5ffff103f02c14a5295b5b7f5a30 Author: AJ Slater Date: Thu Sep 15 17:13:19 2022 -0700 datetime column component commit 06348681e4c964eafa5f82012059caaa9281e2da Author: AJ Slater Date: Thu Sep 15 16:12:27 2022 -0700 better dttm columns for admin commit 0320ef9940c9b7cc93d0b1dee59313fa7f77ffd9 Author: AJ Slater Date: Thu Sep 15 15:43:13 2022 -0700 fix groups and such loading for library tab commit 9ce500d94e294010d1f87da48ff3a7e252f8dc31 Author: AJ Slater Date: Thu Sep 15 15:37:15 2022 -0700 fix times checkbox layout commit 4a0d4e996de3c9743c3fc2325b52bc6f35482806 Author: AJ Slater Date: Thu Sep 15 15:37:01 2022 -0700 adjust flag descriptions commit 610a8ef20fb1d09c88dcbe50ab23669f457eb658 Author: AJ Slater Date: Thu Sep 15 15:10:32 2022 -0700 highlight table for admin commit e05cf11c68edc5c66ed7b0116f614f9217238893 Author: AJ Slater Date: Thu Sep 15 15:03:53 2022 -0700 confirm spacing and cancel button commit 75214d2a0d42333ff20ca67858ec24d818f8707b Author: AJ Slater Date: Thu Sep 15 15:00:23 2022 -0700 task tab spacing commit b875200d1c28efca88fb3ac438b88223518493aa Author: AJ Slater Date: Thu Sep 15 14:44:03 2022 -0700 group add fixes. cancel buttons for all admin add dialogs commit 4c940f4b1e8ac090db00cb5b5b23f1ca86ae01d5 Author: AJ Slater Date: Thu Sep 15 14:33:41 2022 -0700 flag tab spacing commit d8e0a5f1aff5f46e1dfadc4c37fcd767297bba63 Author: AJ Slater Date: Thu Sep 15 14:30:56 2022 -0700 library spacing commit 698fe0f9c7ff15e7c3ebc88fff9e8ba57f2c4ec4 Author: AJ Slater Date: Thu Sep 15 14:18:23 2022 -0700 admin tab header spacing commit 9da8e101d7d36680156cc82540dc9cec6e95b171 Author: AJ Slater Date: Thu Sep 15 14:07:11 2022 -0700 spacing for user-tab commit 540b866cc2568d00b23f554bc4306435a624350c Author: AJ Slater Date: Thu Sep 15 14:05:27 2022 -0700 set drawer status on mount commit d369a5d6c47a91686a1f76a28322fa7b080381c0 Author: AJ Slater Date: Thu Sep 15 13:48:45 2022 -0700 fix table height for fixed headers in admin tables commit c4c7c6e5c21b14dc177934a0db98f58c9144a1da Author: AJ Slater Date: Thu Sep 15 13:38:48 2022 -0700 round add buttons commit 4cd66a59c8af30f7fb189af0b4c2f53070ed002d Author: AJ Slater Date: Thu Sep 15 13:18:02 2022 -0700 fix variable names commit 2e3b70645e5c3c90a6fba01409af6046bd8cc894 Author: AJ Slater Date: Thu Sep 15 13:16:24 2022 -0700 fix admin setting drawer to show only on mobile. use setting drawer mobile breakpoint. add version footer to admin settings drawer. commit 870f85a660cb2ae13822a20ba0c9d4764ab28dd1 Author: AJ Slater Date: Thu Sep 15 13:14:46 2022 -0700 move setting drawer outside of main commit 6f89545cdb384d911c3cacadc2fe126cfe212a98 Author: AJ Slater Date: Thu Sep 15 13:14:22 2022 -0700 fix touchMap and use breakpoint.mobile from vuetify commit a0a9dad907749de71652fcb7b80c1967d37492d5 Author: AJ Slater Date: Wed Sep 14 18:05:02 2022 -0700 move admin side stuff into settings drawer commit 96423db58101877358eceaacf989617ac012bb62 Author: AJ Slater Date: Wed Sep 14 17:11:38 2022 -0700 move use authmenu in admin drawer. no tasks running div commit f10388d65cafa35c3ae0ca4562c162d4485608ff Author: AJ Slater Date: Wed Sep 14 16:55:11 2022 -0700 fix statuslist import commit bf3430926a46614fa5f910ed0685e0e23522fdde Author: AJ Slater Date: Wed Sep 14 15:50:34 2022 -0700 use dynamic routes commit 858d79ba7c13bc7ca965adf0992b316b8a30585b Author: AJ Slater Date: Wed Sep 14 15:47:22 2022 -0700 poetry update commit d7f476148c5cf3022f9ab6959bd12aab03b22fa1 Author: AJ Slater Date: Wed Sep 14 15:45:30 2022 -0700 update packages commit 7be7ce4f42f6b6fb12bcd191c75c069af9227652 Author: AJ Slater Date: Wed Sep 14 15:42:20 2022 -0700 move logout to sidebar commit 017f6efa13cc79b02077c3964f419c2a5968d8c4 Author: AJ Slater Date: Wed Sep 14 15:39:56 2022 -0700 add tab component commit 5d3a2ef08ff04211dc97a3fb2eadb1a480d51211 Author: AJ Slater Date: Wed Sep 14 15:39:12 2022 -0700 move admin tabs to component commit 02ffb6f71776bf251aa011e48cadc7ff81a73a75 Author: AJ Slater Date: Wed Sep 14 15:25:04 2022 -0700 admin logout button commit 62d6ac8863b55f01615580f572419a95b37b677c Author: AJ Slater Date: Wed Sep 14 12:12:15 2022 -0700 rename tab component files commit c138683e86d6b6d51694628ac60ee388bf66c3fb Author: AJ Slater Date: Wed Sep 14 11:51:22 2022 -0700 packge update commit 8ed25d072ae03306859163f26b9dc599ef0d48c3 Author: AJ Slater Date: Wed Sep 14 11:51:17 2022 -0700 more help text commit 0537043ad219474aeaeee7ed4f77b891636ca8a6 Author: AJ Slater Date: Wed Sep 14 11:22:07 2022 -0700 default to admin libraries tab. select libraries tab if no libraries. commit 6d61f40237d2743864799dd340ead87705807b0f Author: AJ Slater Date: Wed Sep 14 02:28:43 2022 -0700 fix outside deep linking into vue commit c0869cd5602d5d4b7add06c4a8c55fd4bbba85aa Author: AJ Slater Date: Wed Sep 14 02:15:41 2022 -0700 change name of queueJob to libarianTask commit db9746ec94a6202b3e0d44e50c92fceaca7a6dce Author: AJ Slater Date: Wed Sep 14 02:15:22 2022 -0700 fix librarian task library specifier" commit 0f4ef52a98082d764d875c561cf2d5f6d165c025 Author: AJ Slater Date: Wed Sep 14 01:51:57 2022 -0700 defer() and prefetch() optimizations commit 9e08ccbbfaef364c31127e2f91e9644ac449d816 Author: AJ Slater Date: Wed Sep 14 01:51:17 2022 -0700 lint commit 2c9404dc6947b0ab9a3ab5336fff8aafb287189e Author: AJ Slater Date: Wed Sep 14 01:02:53 2022 -0700 no libraries help commit 1c2ce0c8bbebe38e14dcdfc3873df7f63fe0458f Author: AJ Slater Date: Wed Sep 14 00:52:11 2022 -0700 shrink tabitem margin commit c1ca8fc9bd0faf6e33477875ebce9b3b5a0fd6ce Author: AJ Slater Date: Wed Sep 14 00:48:53 2022 -0700 langauge commit d4ec587d8ac9cbbfeef228d6810bdeb57d9752d9 Author: AJ Slater Date: Wed Sep 14 00:48:00 2022 -0700 fix url lookup for deprecation warning. darken red commit 391f648c79060bad554c18e2284fda64c94138fb Author: AJ Slater Date: Wed Sep 14 00:42:15 2022 -0700 fix old queue jobs page commit b28654983ac96b5a35d9b0e21ad728239d1ceda1 Author: AJ Slater Date: Wed Sep 14 00:40:22 2022 -0700 style & lint old admin page commit 53bb8c330cd33da04f26c0d88596a0352edbc09f Author: AJ Slater Date: Wed Sep 14 00:38:23 2022 -0700 bump news and create deprecation warning for old admin panel commit 49b956641d7bc20bf21c8d31c398d2f3442511c0 Author: AJ Slater Date: Wed Sep 14 00:17:28 2022 -0700 start of documentation commit ab620319a0a1e84d882edd5b11a75ec186620841 Author: AJ Slater Date: Tue Sep 13 23:48:19 2022 -0700 refactor ADMIN_FLAG defaults commit 6caef4f80b0ef46eac45ecb755f6bfdd659a396b Author: AJ Slater Date: Tue Sep 13 23:48:03 2022 -0700 lint commit e7b0014e5eac78760f98cf084188578cd2b36f30 Author: AJ Slater Date: Tue Sep 13 23:40:54 2022 -0700 mark tasks obsolete commit 486b682ecb665956dc5d5142b9a8b5c10c41d133 Author: AJ Slater Date: Tue Sep 13 23:37:59 2022 -0700 refactor socket subscribe and send protocol in the process of fixing it commit 2828a8b285c9e48233fbabfb9c0fdd11beb1aaaf Author: AJ Slater Date: Tue Sep 13 23:03:34 2022 -0700 task titles commit 497d71420b65423af770cb40c94258bdbbaff8a8 Author: AJ Slater Date: Tue Sep 13 22:09:11 2022 -0700 library tasks commit 3a71a6d7a1e53477aa41dc4629fcbe84ddb50c31 Author: AJ Slater Date: Tue Sep 13 21:47:40 2022 -0700 confirm dialog for tasks commit bb75f20e6a723cd3699e71ec53b814b8f4bbb35b Author: AJ Slater Date: Tue Sep 13 21:21:18 2022 -0700 admin choices commit 6575a4f9b354111bb176c01b34aed8307c8a3af3 Author: AJ Slater Date: Tue Sep 13 20:56:05 2022 -0700 tasks basically working commit 759170c879a84093653b4f3ea19f5d793b1f6eca Author: AJ Slater Date: Tue Sep 13 20:03:10 2022 -0700 fix library group reading & updating commit 22a99bb40bf169c827fcfd61cfe386614bc2ccfb Author: AJ Slater Date: Tue Sep 13 20:02:53 2022 -0700 remove logging cruft commit f856270429634524eb0d6f2890b2d2a6baab0027 Author: AJ Slater Date: Tue Sep 13 20:02:43 2022 -0700 remove loggin cruft commit fc08e3751f64944612fe2fc47906971ad4880b66 Author: AJ Slater Date: Tue Sep 13 20:02:21 2022 -0700 remove logging cruft commit 929d52eef47c4f79f029edc3b619e64e75bf0a81 Author: AJ Slater Date: Tue Sep 13 18:38:09 2022 -0700 fix vuetifyItems commit aaec03af7fe372a9df9593c06c80d60f0a4aebfc Author: AJ Slater Date: Tue Sep 13 18:31:29 2022 -0700 showhidden support for file picker. ix user group setting commit 2e17dfe7289375b7f6f0f71be99df15d981307d6 Author: AJ Slater Date: Tue Sep 13 18:30:55 2022 -0700 server showHidden support for file picker commit f95abe3e4575f635fe683cb291b523899d105db9 Author: AJ Slater Date: Tue Sep 13 16:08:30 2022 -0700 get correct pk or id for vuetifyItems commit 89df5a28b424c63061efdd3c5672c420139c2874 Author: AJ Slater Date: Tue Sep 13 16:08:09 2022 -0700 return value for user destroy commit 43d2dcdbacb17c0e612e0ae161dae8280d36f1d4 Author: AJ Slater Date: Tue Sep 13 16:07:54 2022 -0700 use frozensets commit de9ef832f78155481e378d400413e97d32402f9d Author: AJ Slater Date: Tue Sep 13 15:52:31 2022 -0700 make file menu clearable commit f7b7748024ced6514c51a1d6d4568e9c6815c4cd Author: AJ Slater Date: Tue Sep 13 15:47:37 2022 -0700 fix more irregular admin names commit 90a35bf820235416611098ef297aa4ac471e252f Author: AJ Slater Date: Tue Sep 13 15:35:18 2022 -0700 fix stupid plural states in admin commit 89599b8fcc2b35420a9100f1a5aee728a60e30fb Author: AJ Slater Date: Mon Sep 12 23:28:14 2022 -0700 fix many folder browser bugs commit 38dfabe80f0fad27fbebdfd069f474b5a113074f Author: AJ Slater Date: Mon Sep 12 00:50:49 2022 -0700 change password success dialog commit 025dddec0fba1e627032713a161f439f1972cc15 Author: AJ Slater Date: Mon Sep 12 00:37:40 2022 -0700 reset dialogs with empty objects instead of form.reset commit 59080a996b122e0d9866c4c818353e27dbeb8717 Author: AJ Slater Date: Mon Sep 12 00:33:06 2022 -0700 fix variable name bugs. load failed imports for admin when library changes commit 2ae0502904c2b80039519dba602909d946953820 Author: AJ Slater Date: Sun Sep 11 23:40:51 2022 -0700 fix type error in status for moved items commit 3f15edc24fe734cde02d4a24fb22d7eb97dc5e82 Author: AJ Slater Date: Sun Sep 11 23:24:06 2022 -0700 compact most load functions commit ba2008b9acb14b33159c700388ae133a778a53dc Author: AJ Slater Date: Sun Sep 11 23:01:33 2022 -0700 fix import of clearErrors commit 01d7d0bb578a23828b431c3f94e9329acc73d434 Author: AJ Slater Date: Sun Sep 11 21:17:40 2022 -0700 fill out error handling for flags commit 75aaaa18412ff55c47952d0ed01494149d0d42e9 Author: AJ Slater Date: Sun Sep 11 21:14:40 2022 -0700 flags error handling commit 016decdcd308064529e2931c89954dc914fc5609 Author: AJ Slater Date: Sun Sep 11 21:05:43 2022 -0700 compact store row functions commit ebfb215c99e9496749f61646b129e5a4f276bbcd Author: AJ Slater Date: Sun Sep 11 18:03:30 2022 -0700 organize server folder picker data differently commit 55d0a7c131b7ac0753bd0d59a0a5ed60e94173bd Author: AJ Slater Date: Sun Sep 11 16:13:42 2022 -0700 time text field commit 21c204df89566956081c7ef29d3def7de53bc9d9 Author: AJ Slater Date: Sat Sep 10 14:41:09 2022 -0700 fix focus event commit 0d26dfedb96c30cf8ca04ab59102df86a429f053 Author: AJ Slater Date: Sat Sep 10 14:36:46 2022 -0700 backend validation of library paths commit 949e307f2affdf7b5c43e3a0ec78d6cc55cccb01 Author: AJ Slater Date: Sat Sep 10 14:20:02 2022 -0700 copy events from django admin to spa admin backend commitā€¦ * version to 1.4.3 * speling * Feat : Add HomeAssistant addon as installation option (#341) * Codex 1.5a3 (#336) * Squashed commit of the following: commit 4f8b076c541480b8b40afc1998d91a965d9c994f Author: AJ Slater Date: Mon Feb 27 15:07:29 2023 -0800 fix user and group tab heights commit 8d291f8e6c369e96c6eced1c9ce53589f62d35bb Author: AJ Slater Date: Mon Feb 27 14:51:46 2023 -0800 trim unused id commit 69f7b2fa51610ed030a9888bc51160f61da87325 Author: AJ Slater Date: Mon Feb 27 14:51:27 2023 -0800 format keyboard shortcuts commit 3a00cec449d28aa3a913dbbbb08f843ddebe9cf8 Author: AJ Slater Date: Mon Feb 27 14:44:08 2023 -0800 make clear button and read rtl in reverse the same height commit 0336ebde3fc8322f9be753b5017681c8c82fb237 Author: AJ Slater Date: Mon Feb 27 14:25:29 2023 -0800 simplify getSettings for reader commit f45cd03709e7eee3d607a84d4404d8d18ad6dd3a Author: AJ Slater Date: Mon Feb 27 14:14:00 2023 -0800 read in reverse feature commit b5eb874bdc89a9f922fbb4a3277d104a8be8786c Author: AJ Slater Date: Sun Feb 26 22:35:06 2023 -0800 user configurable 24 hour time format commit 50039b60f8122c767b78d7526282d316ffef7490 Author: AJ Slater Date: Sun Feb 26 20:30:59 2023 -0800 fix reader settings drawer colors commit 0cd0f3faf5c29a6e28a39b44730e3e99b378942b Author: AJ Slater Date: Sun Feb 26 20:14:23 2023 -0800 prev & next book buttons commit 9e4ab34f1a54b370b67965aaac667b308bfc1d43 Author: AJ Slater Date: Sun Feb 26 18:48:21 2023 -0800 display covers in one page mode. keys for adjusting page in two page mode. commit d9c5a41e1033d6c989388a27262d6178abed0b13 Author: AJ Slater Date: Sun Feb 26 16:51:00 2023 -0800 reader prev/next book now read_ltr aware commit 4c6111c37328a15a22ba873a97046302952367b5 Author: AJ Slater Date: Sun Feb 26 15:39:09 2023 -0800 fix two pages mode skipping pages commit a47d5760dad912e8a75ab312eb21cb401f1b6ecc Author: AJ Slater Date: Sun Feb 26 15:24:17 2023 -0800 add fit to choice in db commit fbae4a828a48bc1f766d91a801634da29870d566 Author: AJ Slater Date: Sun Feb 26 15:23:54 2023 -0800 fix setting null fit_to in reader settings. make bookmark fit_to choices hardcoded in the db commit b26f73826fb3ff2920f451660a70bc6912556c1b Author: AJ Slater Date: Sun Feb 26 00:06:39 2023 -0800 show series name everywhere in opds commit baf61d3186e3df79597743d96dd3241dcceb60af Author: AJ Slater Date: Sat Feb 25 23:51:41 2023 -0800 no top links or entry facets on subsequent OPDS pages commit 9a8d001f3d3be40d9fb69eb8347e825f92d3f176 Author: AJ Slater Date: Sat Feb 25 23:31:42 2023 -0800 fix opds pagination commit db6065110a2ab1fd67df11bcf11f7c77e7d606e2 Author: AJ Slater Date: Sat Feb 25 19:38:26 2023 -0800 change optimizer task docs commit 2bd92e01b4bab2ea7c00e17384fac9e7172ca76e Author: AJ Slater Date: Sat Feb 25 19:36:12 2023 -0800 break up searchd into modules commit ddfa3e528575deb3080d2fdadb74112a8cb73468 Author: AJ Slater Date: Sat Feb 25 18:47:20 2023 -0800 use search index updated_at for start date. move optimize into backend partially commit f04de9330e30f851a7c760abaf9b1498b523f780 Author: AJ Slater Date: Sat Feb 25 18:20:22 2023 -0800 remove most fields from opds categories commit d7997b5ea0c3f6c3f2201cdbc5929f92d6544f5f Author: AJ Slater Date: Sat Feb 25 18:17:50 2023 -0800 fix spacing in opds browser names & titles commit d08447f54062a5d0e33eaf221722d2044dd0af5f Author: AJ Slater Date: Sat Feb 25 15:49:42 2023 -0800 shut off watchdog debug events" commit 4240f65f286e2051d8d21344a74cdc516b369bcc Author: AJ Slater Date: Sat Feb 25 15:48:09 2023 -0800 bump news and version commit 9737e929b9ec3f05ac27bd3d9fe249f152062166 Author: AJ Slater Date: Sat Feb 25 15:46:46 2023 -0800 remvoe debug hack commit 8df9393f91d0bba1020ad929f0a80aad703947b8 Author: AJ Slater Date: Sat Feb 25 15:45:42 2023 -0800 remove open closed screener from batcher. moved it into handler commit 0fa98cb755d0f1413c272122e76cbaca088dff8b Author: AJ Slater Date: Fri Feb 24 23:53:59 2023 -0800 ignore opened and closed events commit a35d58348ab3334025ebbba49f75228dce0950b7 Author: AJ Slater Date: Fri Feb 24 23:24:48 2023 -0800 fix manual manifest deployer commit 95fa5ba06588c24374d0dacafb1a59018ef6af59 Merge: c4597a0b 0df40e5f Author: AJ Slater Date: Fri Feb 24 23:03:44 2023 -0800 Merge branch 'main' into develop commit 0df40e5f03602d89d1e28c1f8801d3dd08836a8f Author: AJ Slater Date: Fri Feb 24 23:03:30 2023 -0800 v1.2.3 (#247) * search engine performance in progress * fix search index status types * fix slow remove records. fix delete all records at end of index * lint * use whoosh multiprocessing not haystack's * clean up cruft * bump version and news * update depts * fixes for deploy * chmod * trap more search update errors. match search index timestamp to db scan time, not index complete time. * trap final commit errors. more explicit indexing error logging. faster return on nothing to do. * fix scroll bars inappropriately on admin tables * fix admin drawer obscuring small screens * fix download buttons * remove errant console.logs * fix appended i to author names in opds * more order for search index * add commas to stats numbers * bump docker base version * update deps * lint * bump version commit c4597a0b0cd6958dad68aa67712b04dae163bef2 Author: AJ Slater Date: Fri Feb 24 22:40:05 2023 -0800 bump version commit e3f662740f86bef199dfc5e26b7823a61560d169 Author: AJ Slater Date: Fri Feb 24 22:39:34 2023 -0800 lint commit b0c70a6b413cae5b2bbd1f9d2098cbe280f47e8b Author: AJ Slater Date: Fri Feb 24 22:37:49 2023 -0800 update deps commit 046a6cc5a418433dc01f75072f5a94dc138002a0 Author: AJ Slater Date: Fri Feb 24 22:36:10 2023 -0800 bump docker base version commit 5d1cbc4314b0bb5a425f040cb49b99e1c334de88 Author: AJ Slater Date: Fri Feb 24 22:30:28 2023 -0800 add commas to stats numbers commit a14e679bd3f5cdfb17d467c875ee42307e4a3182 Author: AJ Slater Date: Fri Feb 24 20:26:30 2023 -0800 more order for search index commit 3234deadb99c742fd27593269905e32a4deeb120 Author: AJ Slater Date: Fri Feb 24 19:30:59 2023 -0800 fix appended i to author names in opds commit f13c748f8b0a47247b761fe20c292e4c5212eea0 Author: AJ Slater Date: Fri Feb 24 18:58:24 2023 -0800 remove errant console.logs commit 3502eeaa813d96db7a91ac1d576c4c00cdbd7a4b Author: AJ Slater Date: Fri Feb 24 18:41:52 2023 -0800 fix download buttons commit a8dbf05ecda4267a7ab3ba8fbe41355000184a39 Author: AJ Slater Date: Fri Feb 24 18:08:58 2023 -0800 fix admin drawer obscuring small screens commit d3a97a2785e3e4b0f3fbe5daa5dcdf0c51e0d947 Author: AJ Slater Date: Fri Feb 24 17:59:32 2023 -0800 fix scroll bars inappropriately on admin tables commit 093c9299194c1b79e0e9d4abb3c9ec9dbcbade48 Author: AJ Slater Date: Fri Feb 24 17:31:37 2023 -0800 trap final commit errors. more explicit indexing error logging. faster return on nothing to do. commit c205b6398f25a1bd4d7fb7950f5643de87babe0d Author: AJ Slater Date: Fri Feb 24 17:12:08 2023 -0800 trap more search update errors. match search index timestamp to db scan time, not index complete time. commit dff2085d187ff2043262bcded414d6e55a38889c Author: AJ Slater Date: Wed Feb 22 15:27:46 2023 -0800 chmod commit 626750fb80aaf0204f8b9b3180de5bb63582f800 Author: AJ Slater Date: Wed Feb 22 15:27:27 2023 -0800 fixes for deploy commit b44f79c7cf5919428764d4fc6a170f7320787077 Merge: 03dc10b0 41f0b6d1 Author: AJ Slater Date: Wed Feb 22 12:40:12 2023 -0800 Merge branch 'main' into develop commit 41f0b6d1791eac73461c72f90033d1311ba075b3 Author: AJ Slater Date: Wed Feb 22 12:36:43 2023 -0800 v1.2.2 (#242) * search engine performance in progress * fix search index status types * fix slow remove records. fix delete all records at end of index * lint * use whoosh multiprocessing not haystack's * clean up cruft * bump version and news * update depts commit 03dc10b0868da2efe4c2f16720302e8f2744697e Author: AJ Slater Date: Wed Feb 22 04:02:23 2023 -0800 update depts commit 8029f7666b92735539d4b460cd291a6907cb56e7 Author: AJ Slater Date: Wed Feb 22 04:00:58 2023 -0800 bump version and news commit 3460c0d71a22cbfd3d37255afaa4c50ba23ce763 Author: AJ Slater Date: Wed Feb 22 03:59:06 2023 -0800 clean up cruft commit e8095572b66a6044adc7c84da56d21b419f7032e Author: AJ Slater Date: Wed Feb 22 03:40:51 2023 -0800 use whoosh multiprocessing not haystack's commit cc5300a3acfaddf33aad3d4df49c75a712845aca Author: AJ Slater Date: Wed Feb 22 03:38:43 2023 -0800 lint commit 9c9c1d7a2885d631cc6d37ccd5b9b919f423fe95 Author: AJ Slater Date: Wed Feb 22 03:37:55 2023 -0800 fix slow remove records. fix delete all records at end of index commit 602ceb1192478d4405e9d88a398d445d78480234 Author: AJ Slater Date: Tue Feb 21 21:28:10 2023 -0800 fix search index status types commit 8e02f9aa65d42bb8ab53cdf503ab4041d8234dc4 Merge: e468c51c 20f06940 Author: AJ Slater Date: Tue Feb 21 21:22:06 2023 -0800 Merge branch 'develop' into search_index_performance commit 20f06940486ee9d8f21107e9a67db1d822023e2c Author: AJ Slater Date: Tue Feb 21 17:44:20 2023 -0800 update deps and version commit e468c51ca550c7e180065da2f6398f817f79babe Author: AJ Slater Date: Tue Feb 21 17:26:33 2023 -0800 search engine performance in progress commit ee447946c5d24acc0ec2287b55d5353e34ebc5e6 Author: AJ Slater Date: Mon Feb 20 17:09:35 2023 -0800 put poll all libraries back iin admin admin menu commit 674bbd207e04fb12e8e007432170ffd9e6cac7ad Author: AJ Slater Date: Mon Feb 20 17:07:24 2023 -0800 fix regen api key stats commit 5c0b887134bdefee0d846fca22a7952badc1fa89 Author: AJ Slater Date: Mon Feb 20 16:50:16 2023 -0800 fix minor status update bug commit 89f3a990c3e0b24bbaebf64b40c662d2fc8df6f5 Author: AJ Slater Date: Mon Feb 20 16:41:58 2023 -0800 batch a jillion documents at a time for the search indexer. unbound memory for the search indexer commit 17fb715523bd1cd431b15f6b54eca2bb495c2f56 Author: AJ Slater Date: Mon Feb 20 16:27:22 2023 -0800 bump news commit b7eb56d09090294af0b53c8c4ec0482535bcc3e6 Author: AJ Slater Date: Mon Feb 20 15:20:24 2023 -0800 fix crash on writing files wait commit f762e47d065355c4d0194f381409bde93fda70a0 Author: AJ Slater Date: Mon Feb 20 12:04:50 2023 -0800 bump news commit 4691f731287aa8315142808d7f59340df5f1f1f2 Author: AJ Slater Date: Mon Feb 20 12:03:40 2023 -0800 Squashed commit of the following: commit edee944ee3c27bbf4a19e3ca739d4c362688e172 Author: AJ Slater Date: Mon Feb 20 12:03:04 2023 -0800 improve poll every hints commit ff825b923277438335e15935914ed14e6ffd7cf9 Author: AJ Slater Date: Mon Feb 20 11:41:09 2023 -0800 fix disabling poll preventing manual polling commit 8549f4b5b3efc964ce1b3b59bfad02c6849a532f Author: AJ Slater Date: Sun Feb 19 22:30:28 2023 -0800 move watchdog event handler to own file commit c78d5584fd5eb4975f13d83d6f7b123903f43495 Author: AJ Slater Date: Sun Feb 19 22:22:42 2023 -0800 fix repo link commit 134225394df1577c43fd3e35b7fb68bcb1839e31 Merge: 5c2ab188 0d4d7d3f Author: AJ Slater Date: Sun Feb 19 20:57:16 2023 -0800 Merge branch 'main' into develop commit 0d4d7d3f55c8161327db1b3b1e4e769df4c5557f Author: AJ Slater Date: Sun Feb 19 20:55:18 2023 -0800 v1.2.0 (#238) * v1.0.4a0 Squashed commit of the following: commit d3a49642ccd8e15e1fa31f7ac7cc1a23c8c6fc41 Author: AJ Slater Date: Mon Jan 16 12:23:59 2023 -0800 bump news commit 9933dcc29848f1673cc7b27c383c195ab37c28e1 Author: AJ Slater Date: Mon Jan 16 12:22:43 2023 -0800 fix image events for regular pages commit 512db0e304dffad92ba52fc2f79c6487e2255aa8 Author: AJ Slater Date: Mon Jan 16 12:17:55 2023 -0800 fix missing import commit 9aef0961c4a0a3031b34ae11f016fe338d421226 Author: AJ Slater Date: Mon Jan 16 12:17:30 2023 -0800 lint commit 4c0fbda570080e0c1756e5cc309ac29e4f2fb7f1 Author: AJ Slater Date: Mon Jan 16 11:59:17 2023 -0800 lint commit c008508120475618f605f459681b9e5511d14050 Author: AJ Slater Date: Mon Jan 16 11:54:54 2023 -0800 update deps commit 2a63873859f12d1582e79c57fff1cba11648430f Author: AJ Slater Date: Mon Jan 16 11:53:47 2023 -0800 update plural names for some models commit a67ad3a5dfdb10fc260fdfba06c0f5518f82c622 Author: AJ Slater Date: Mon Jan 16 11:53:37 2023 -0800 use correct verbose_name_plural reference commit 65ab73aa3b2f1cb32a89b5784ea16679fed75125 Author: AJ Slater Date: Mon Jan 16 02:12:09 2023 -0800 Uatu ignores device changes more betterer commit c503544157715939d6becb851ffe88c637fa8500 Author: AJ Slater Date: Mon Jan 16 02:11:53 2023 -0800 lint commit 80f486ab22b1cfa61dc1bd82b5d455348b81d1d5 Author: AJ Slater Date: Sun Jan 15 23:15:14 2023 -0800 update deps commit 1cf06841ea046abacae8fe1eebcdce00b97ce247 Author: AJ Slater Date: Sun Jan 15 23:13:58 2023 -0800 bump news commit bec213d43ce67ea3e3b0668aa3e2f017ab36f09e Author: AJ Slater Date: Sun Jan 15 23:12:23 2023 -0800 move debug print to warning for routeToPage. extra check for redirectRoute commit 8008ba454236498eeb6d27b2e4e2bc3a2e6e9960 Author: AJ Slater Date: Sun Jan 15 23:07:40 2023 -0800 add debug message for unsub commit c12eac0d6d443815f12c05307190387d75e88f8f Author: AJ Slater Date: Sun Jan 15 23:00:01 2023 -0800 unify unsubscribe for websockets and do it on websocket.disconnect commit 976555326466b764ea1ed789d1fc7150736279fc Author: AJ Slater Date: Sun Jan 15 19:31:50 2023 -0800 separate browser_metadata_view into browser_order_by & browser_annotations commit cb95ffe8c0df41ed39e7e523ef8e502523a8c795 Author: AJ Slater Date: Sun Jan 15 19:31:40 2023 -0800 separate browser_metadata_view into browser_order_by & browser_annotations commit 66572b894ad9cdd781bdb6b5ccccdadf61e0de4b Author: AJ Slater Date: Sun Jan 15 19:04:51 2023 -0800 fix admin library picker bugs commit dd92999ec7d89925d82af4d4dfc85ac73e1159cf Author: AJ Slater Date: Sun Jan 15 19:01:08 2023 -0800 change order of attributes commit 54d4b782427ca2169c74d4852de48cd7f05ae404 Author: AJ Slater Date: Sat Jan 14 18:27:50 2023 -0800 fix admin library folder picker commit ccfb431ce218cdf980e9b0bae84ad43e397a6a9f Author: AJ Slater Date: Sat Jan 14 14:18:53 2023 -0800 Search improvements (#218) * fix xapian search flags. rename most xapian variables to search * break up browser base into filter mixins * lint * lint * <>= range operator * range operator news & docs * fix parsing non fields * update deps * do not get search history from server * remove debug console * remove search tables in favor of a case statement from the search engine * fix search help scrolling * minor order change for caption display * fix search menu opening on type * allow spread operator over Array.from everywhere * fix extra redirect on searches when topGroup == issues * use xapian default flags instead of listing them explicitly * break custom search pre-parser out into it's own class * use explict xapian flags contstuction to avoid import loop * move search stuff into its own directory * fix folder view for new way of searching * lint * remove bookmark from search. modularize preparser * move search field aliases to xapian synonyms * better comments about the customizations to xapian_backend * minor refactor and cleanups for search filter preprocessor * move bookmark filter out of search filter. move preprocessor for search filter into its own file * remove old clean search status hack * bump deps, lint * fix defaults for comicbox * folder mode on searched. fix id scope on searches * speling * deps update * fix array vs set function * no filter on search box commit 96f9f615db978d80a3011d63f34acd3985fd3d8e Author: AJ Slater Date: Fri Jan 6 17:43:28 2023 -0800 linux/armhf note about cryptography commit 8c00ae97270c8928b890db633025dfcd7665d4da Author: AJ Slater Date: Fri Jan 6 16:48:40 2023 -0800 remove extraneous line commit 0805145526f24a801ea8684e90b95bc2a8ff3182 Author: AJ Slater Date: Fri Jan 6 16:43:45 2023 -0800 fix roman.sh for options without path commit e9b4b7a6c28ae25dc0e5a29d9c32f0437021261f Author: AJ Slater Date: Fri Jan 6 16:38:05 2023 -0800 roman script commit 19108e980afa05602306b21b29aece1f768937f0 Author: AJ Slater Date: Fri Jan 6 14:58:46 2023 -0800 update builder requirement script to be >= commit 30b63db8ecc7275eff9d12052c14875c89b6bbdc Author: AJ Slater Date: Fri Jan 6 14:56:18 2023 -0800 bump README dev section commit c53b78b5b21c0da6914cdc0509cae0ac923063d3 Author: AJ Slater Date: Fri Jan 6 14:49:26 2023 -0800 fix frontend dev-server script commit 97d1b32c69391d357fba00c98f89a2668fcc7047 Author: AJ Slater Date: Fri Jan 6 14:48:06 2023 -0800 consolidate frontend scripts in frontend dir commit 9a5b1b4f021c77a137b19ecfa19668b5312a7da3 Author: AJ Slater Date: Fri Jan 6 14:34:38 2023 -0800 greatly diminish safe area inset for codex version commit 3d458d785712be82cc8c6c8ef01ee4c500a84bef Author: AJ Slater Date: Fri Jan 6 13:16:27 2023 -0800 remove unused scripts commit 657a73b60363a3f9ceef243bf105c5e8c4045a00 Author: AJ Slater Date: Fri Jan 6 13:16:18 2023 -0800 simplify pm script commit 94139a9f652e4a931b94567b9758aca92c254bf5 Author: AJ Slater Date: Fri Jan 6 12:19:59 2023 -0800 update deps commit a9b818ce4b72afa7f4cc84e2230d8f57657f8afe Author: AJ Slater Date: Fri Jan 6 12:14:33 2023 -0800 trim readme commit 3a7c8a5c2c387b2e358607e267ccff26e30f875e Author: AJ Slater Date: Fri Jan 6 12:11:42 2023 -0800 use django_timezone.now() commit 4950b77d834bd679fc6605fe840455b033ca046d Merge: 2b5ad145 907637b9 Author: AJ Slater Date: Thu Jan 5 19:41:04 2023 -0800 Merge branch 'main' into develop commit 907637b9ec515e0a334f7144f4d212edc9bf416b Author: AJ Slater Date: Thu Jan 5 18:47:39 2023 -0800 v1.0.3 (#216) commit 2b5ad145840f5399f41577f28132f8eacf0fcebd Author: AJ Slater Date: Thu Jan 5 18:31:18 2023 -0800 bump news' commit ff41fdaf9624c79f197b200ffa181869c735eb36 Author: AJ Slater Date: Thu Jan 5 18:29:52 2023 -0800 update deps commit 123b97ce9fab45f7e772ad761c242a2ef6d43e25 Author: AJ Slater Date: Thu Jan 5 18:24:04 2023 -0800 fix orphan folders bug commit 9f2fcb041537895ed169c9d1abf737c5fe1e44f0 Author: AJ Slater Date: Thu Jan 5 16:07:53 2023 -0800 fix moving folders orphans folders bug commit c29bcebc9562fce5124254f276d218dc8fa2048a Author: AJ Slater Date: Thu Jan 5 15:57:47 2023 -0800 fix item does not exist redirect commit 28ee9597c6217ecb64ebdc1215bc6af6ea2974cb Author: AJ Slater Date: Thu Jan 5 14:38:35 2023 -0800 better cover error handling commit 3e6bb2b12c307f413f11727d002e51c8b50691ad Author: AJ Slater Date: Thu Jan 5 11:52:27 2023 -0800 rename release branch to main commit 4e2118947feaf33e355938b68cd031957e1e71af Author: AJ Slater Date: Wed Jan 4 23:48:26 2023 -0800 bump comicbox commit a3905e21cf2519a2c634771381911810d5dc50e9 Author: AJ Slater Date: Wed Jan 4 15:18:09 2023 -0800 update deps commit 22b08504cc27a74cae2220c809e79e03bfdbef50 Author: AJ Slater Date: Wed Jan 4 15:15:52 2023 -0800 bump version commit 802fa5b1a7a4e294684ad98319a61cf3d660a14d Author: AJ Slater Date: Wed Jan 4 15:15:35 2023 -0800 force update failed imports task commit 64b7ca89372df11ed3a2859ea7025ab45b023500 Author: AJ Slater Date: Wed Jan 4 14:24:46 2023 -0800 do right side as well with title toolbar commit 6cb35c4bd0ac3138ce6911b101ddf8e9e43d4af8 Author: AJ Slater Date: Wed Jan 4 14:23:40 2023 -0800 line up browser title toolbar padding with filter toolbar commit 0e522aa6679dcdd994d37efb8de3bc69d888f47b Author: AJ Slater Date: Wed Jan 4 14:09:25 2023 -0800 slightly safter cover purge commit 21742192f4d2cae92fc2a559c3aec94fca5b654c Author: AJ Slater Date: Tue Jan 3 22:32:13 2023 -0800 hide progress bar unless there's progress commit 68069cf27d39dd6ffd93ad7a38fbd6fc54fd4941 Merge: 48d527d8 44e80076 Author: AJ Slater Date: Tue Jan 3 22:26:24 2023 -0800 Merge branch 'release' into develop commit 44e80076fce65e3d0852e71e3737b2385d1d5d3e Author: AJ Slater Date: Tue Jan 3 22:06:28 2023 -0800 v1.0.2 (#215) * reorder dockerfile * fix zero padding * line up order-by caption on browser tiles to the bottom * update deps * bump version * drawer attribute optimization * package updates * remove pushover dev dependancy * Fixed next book change drawer opening settings drawer. * orphan component from last commit * dependency updates * bump news * remove script & temporary from admin settings menu * update packages * bump version * fix admin title toolbar z-index * fix failed imports not reupdating * trap db update errors and log issue paths * bump news * Discard orphan websocket connections from the connection pool. * make unseenFailedImports icon color red * use CloseButton component for librarystatus and fix positioning * comicbox 0.6.2 commit 48d527d83ca8039863186e2d20890481cca9201c Author: AJ Slater Date: Tue Jan 3 21:20:01 2023 -0800 comicbox 0.6.2 commit 27bbc6b4ec16cfeb216674a1249b25aadbff8ba7 Author: AJ Slater Date: Tue Jan 3 21:17:16 2023 -0800 use CloseButton component for librarystatus and fix positioning commit 080cc94902fad2645ea29f4248ccbd57bfa8e837 Author: AJ Slater Date: Tue Jan 3 21:16:45 2023 -0800 make unseenFailedImports icon color red commit 2b725677c6418d96e555c67017c3dfc9f838a484 Author: AJ Slater Date: Tue Jan 3 20:58:02 2023 -0800 Discard orphan websocket connections from the connection pool. commit 5d9c0453f3d25e9f6d75e78f267b054c50c716d7 Author: AJ Slater Date: Tue Jan 3 20:39:01 2023 -0800 bump news commit 44c00e84e5059284c3d78c51d3f68074ee09ce1d Author: AJ Slater Date: Tue Jan 3 20:37:54 2023 -0800 trap db update errors and log issue paths commit 3b0fc799a20a540c177040b451ef5432d2a261f6 Author: AJ Slater Date: Tue Jan 3 19:33:08 2023 -0800 fix failed imports not reupdating commit cc6f66869f9b4a904534449292e46c4511e62a7d Author: AJ Slater Date: Tue Jan 3 18:06:57 2023 -0800 fix admin title toolbar z-index commit 897c053dc686157416df490c6ca2b0403cf4749c Author: AJ Slater Date: Tue Jan 3 16:21:20 2023 -0800 bump version commit f554bb5aa4ce35c80f8baf1488247eb2f7609d88 Author: AJ Slater Date: Tue Jan 3 16:21:10 2023 -0800 update packages commit f87326d030f6f723c591adddf3bfb9c514f167e8 Author: AJ Slater Date: Tue Jan 3 16:19:53 2023 -0800 remove script & temporary from admin settings menu commit aba5f631b44c951832dd5ad7aea5adb9393e0ef8 Merge: 3ba78743 31f8ea28 Author: AJ Slater Date: Mon Jan 2 13:23:40 2023 -0800 Merge branch 'release' into develop commit 31f8ea2800210a26cce7ee1098011172e01eae9a Author: AJ Slater Date: Mon Jan 2 12:39:54 2023 -0800 v1.0.1 (#214) * reorder dockerfile * fix zero padding * line up order-by caption on browser tiles to the bottom * update deps * bump version * drawer attribute optimization * package updates * remove pushover dev dependancy * Fixed next book change drawer opening settings drawer. * orphan component from last commit * dependency updates * bump news commit 3ba78743eb7c2ff5448a2f757170c737944cbef9 Merge: a7f10f41 10598e34 Author: AJ Slater Date: Mon Jan 2 12:22:54 2023 -0800 Merge branch 'release' into develop commit a7f10f41b67a05a86e45615635bd5e73370a4f2f Author: AJ Slater Date: Mon Jan 2 12:22:39 2023 -0800 bump news commit d7e4b33b52f049f3e699db23989eae258e03b07c Author: AJ Slater Date: Mon Jan 2 12:19:40 2023 -0800 dependency updates commit c4a98d51d8c7c17fb24b8f3896d61de4da2c068b Author: AJ Slater Date: Mon Jan 2 12:16:27 2023 -0800 orphan component from last commit commit 192ba5edc2aff637e3bc27598cf040e2314c2471 Author: AJ Slater Date: Mon Jan 2 12:16:09 2023 -0800 Fixed next book change drawer opening settings drawer. commit 87e88680aae54b453c715d1029f09d058a34d868 Author: AJ Slater Date: Sun Jan 1 17:03:54 2023 -0800 remove pushover dev dependancy commit 4b4723c40149d6875b325426967445b2ead86657 Author: AJ Slater Date: Sun Jan 1 17:01:32 2023 -0800 package updates commit dd9acdc71d61eafe4caacbcc7a32dea511c59c80 Author: AJ Slater Date: Sun Jan 1 16:58:51 2023 -0800 drawer attribute optimization commit a2fe3a70a50330ba026eef2b38ebf450d2a34fcd Author: AJ Slater Date: Sat Dec 31 16:42:34 2022 -0800 bump version commit a0bbcb52c8846c147c352d4918c2244d6eec6819 Author: AJ Slater Date: Sat Dec 31 16:42:24 2022 -0800 update deps commit e9f75151568449ed29e94f2a51908b23b14cdca0 Author: AJ Slater Date: Sat Dec 31 16:40:11 2022 -0800 line up order-by caption on browser tiles to the bottom commit 3fca957b9bfc2d6170c5d9e160ccb0c79b0663c7 Author: AJ Slater Date: Fri Dec 30 16:45:01 2022 -0800 fix zero padding commit f14749a8de68adc4501815ad0daff082cae17974 Author: AJ Slater Date: Fri Dec 30 15:27:13 2022 -0800 reorder dockerfile commit 10598e342fedf3e11152aea02429f7ab18f25843 Merge: b52827f2 a6d429ba Author: AJ Slater Date: Thu Dec 29 12:17:02 2022 -0800 Merge branch 'develop' into release commit a6d429badee6a5a06d68cc04db1d5aa9fdbd8336 Author: AJ Slater Date: Thu Dec 29 12:16:09 2022 -0800 update packages commit b52827f21762ae3c8e376179262a4f5c49f5b40b Author: AJ Slater Date: Thu Dec 29 12:14:42 2022 -0800 v1.0.0 (#210) * bump version * change search help icon * per server start timestamp for frontend common * use dev for docs so it never goes out of date * use a group converter for urls * converter needs comic as well * fix broken icon definition * filter select throbber * now that it works go back to computed dynamicChoiceNames * pdf don't force rendering with key seems to fix it. make placeholder really dissapear * bump news * alphebetize fields * also offer selected choices so we can deselect them * fix deselecting filters by coercing pk types. let sub-filter-menu determine it's own type * use writatablestate * fix returning more filter choices if a filter is already selected * update version and packages * fix version using timestamp in api. lint * lint * remove cruft * remove vestigal api point * remove export of nonextand function * remove admin tools header * v0.13.1a7 (#194) * Squashed commit of the following: commit 1085a1426e6588225f4c7f514c91ee1009430231 Author: AJ Slater Date: Sun Sep 18 19:29:29 2022 -0700 change transitions commit 4f998c8b10522714744b60075dfa555e2ef41b83 Author: AJ Slater Date: Sun Sep 18 19:22:32 2022 -0700 hide all of failed imports in an expansion panel commit b3f1fd40f942b27590aa8191ef096e131810cf1c Author: AJ Slater Date: Sun Sep 18 19:17:48 2022 -0700 cancel button for change password commit 30ca1f8a43693aaf8e787ae6d853a687232824d3 Author: AJ Slater Date: Sun Sep 18 19:15:14 2022 -0700 hopefully set admin drawer open when large commit 12cdfcf52c4c13f5b5c3a5f50ebd5baad8ff98de Author: AJ Slater Date: Sun Sep 18 19:14:50 2022 -0700 language commit 55f2b0c5cd6ea402b989deda34338935dac1f0e7 Author: AJ Slater Date: Sun Sep 18 19:09:02 2022 -0700 lint commit c1aef5704b0784b80464035007f993d8212ae4cf Author: AJ Slater Date: Sun Sep 18 19:06:22 2022 -0700 lint commit af9064723a965b623afc5ef6ce51f9a49f55ccfc Author: AJ Slater Date: Sun Sep 18 18:53:05 2022 -0700 diable broken md parsing in frontend dir commit f27199d00a050752a85de731d36537ab2e28c2cd Author: AJ Slater Date: Sun Sep 18 18:52:35 2022 -0700 disable security warning commit 0a7d2c493c3e54b319ae201f74bd09ed6931f73a Author: AJ Slater Date: Sun Sep 18 18:41:28 2022 -0700 Squashed commit of the following: commit d648acd46b268c726adbf673f0f5986f5020c39c Author: AJ Slater Date: Sun Sep 18 18:41:13 2022 -0700 fix fix script. package moved to root commit c52a1824ca4a4f02b19851cb9286365a1a1ffa90 Author: AJ Slater Date: Sun Sep 18 18:40:55 2022 -0700 use using eslint-plugin-mdx commit d5a989e75ced2121c8c874e82b42afd3e5e3e4a8 Author: AJ Slater Date: Sun Sep 18 18:40:37 2022 -0700 move to using eslint-plugin-mdx commit 6fb5e6421134b5782f3310692acf4bb76276fec1 Author: AJ Slater Date: Sun Sep 18 18:39:43 2022 -0700 lint commit a17465dbcdf5a320b2937be4f6013f3cf14835c1 Author: AJ Slater Date: Sun Sep 18 18:19:20 2022 -0700 eslint md not quite working can't load remark prettier rules commit ecbee17bc90886db035a21b8e77e467460d16342 Author: AJ Slater Date: Sun Sep 18 16:46:33 2022 -0700 lint pwa commit 5025b317557d71d7cd855759b4fd16fab8974595 Author: AJ Slater Date: Sun Sep 18 14:36:40 2022 -0700 lint commit e971bd92a3b20dda712e5d9dda43fc864a7e0998 Author: AJ Slater Date: Sun Sep 18 14:07:59 2022 -0700 use plugin-prettier-vue, move unicorn rule to root eslintrc, user prettier-config rules after other rules. commit 7d87f1c1bbca35b658cb5fe262bfc30249db3358 Author: AJ Slater Date: Sun Sep 18 01:49:34 2022 -0700 lint commit 26e75cf0edcffc43b0d95f3980b50030421f8c1d Author: AJ Slater Date: Sat Sep 17 22:10:40 2022 -0700 lint rules commit b161b11b1584a1be5f5a72c87cbffdaf707c2550 Author: AJ Slater Date: Sat Sep 17 22:10:26 2022 -0700 remove some listsfields in favor of many=True commit 5e8297df56e3e430fe624ac049678435f5aac6fa Author: AJ Slater Date: Sat Sep 17 19:49:43 2022 -0700 remove cruft commit 653f5a188dbf4478ec69641ac3edb2dc15ac818d Author: AJ Slater Date: Sat Sep 17 19:49:15 2022 -0700 remove cruft commit 4fec82bec54e460c4da05c04a0dee0b74da72412 Author: AJ Slater Date: Sat Sep 17 19:30:02 2022 -0700 lint commit 49b9f4db3e0fa3d69a39fc483b7f0499e9158241 Author: AJ Slater Date: Sat Sep 17 19:02:48 2022 -0700 Squashed commit of the following: commit 7ebfcb123b06696bcb76ae4f5de73efb1f2d57a4 Author: AJ Slater Date: Sat Sep 17 19:02:15 2022 -0700 refactor rootlinks into nav links and fold others into toplinks commit 5a28ca2400601af2177d14d9750ed862c04a6eb4 Author: AJ Slater Date: Sat Sep 17 18:16:51 2022 -0700 change breakpoint for close book button commit 8ffa21af56723c079840368b94ccfca0122da0cf Author: AJ Slater Date: Sat Sep 17 18:16:30 2022 -0700 fix touchmap calling this in arrow function. commit 50527ecba67899124087ac07bc7f2b579dad3343 Author: AJ Slater Date: Sat Sep 17 18:13:21 2022 -0700 use content instead of summary commit 90d03e30bef926aa11e70030085bf7cc6d118dce Author: AJ Slater Date: Sat Sep 17 18:11:58 2022 -0700 more durabliblity for pycountry lookups commit 15085a1ea74506203af6f90820e2ebff4d6198e5 Author: AJ Slater Date: Sat Sep 17 18:05:26 2022 -0700 avoid toplink duplication with entries. let top links have summaries commit fb883f997c00db77d4e4542b81de60f4189d3b38 Author: AJ Slater Date: Sat Sep 17 17:33:30 2022 -0700 fix pocketbooks not urldecoding some things commit 86137de4a2ff46022cd1a327275354f0420ec9f0 Author: AJ Slater Date: Sat Sep 17 17:22:03 2022 -0700 clear commit e06a114d35679409fb7d2893042f504378ffaba8 Author: AJ Slater Date: Sat Sep 17 17:20:49 2022 -0700 ignore content negotiation for pages commit 27e9a6243e0984b8ef634c7c867e0f1bd6c691a4 Author: AJ Slater Date: Sat Sep 17 16:49:31 2022 -0700 don't use redirect link for opds commit 236f31d2a85975886e88afe0866e8d2e923dfd88 Author: AJ Slater Date: Sat Sep 17 16:23:10 2022 -0700 bump news for opds commit b4955383ed8aa13338b4842202261c1e4df6d542 Author: AJ Slater Date: Sat Sep 17 16:12:24 2022 -0700 change routes for top links commit 65fb6e5bdb20709830a7e9eb392b2be2942d50b6 Author: AJ Slater Date: Sat Sep 17 16:06:25 2022 -0700 fix lanuage tag for opds commit 0f62798f5a0c3f528ab76f53bf0c1e38ee44e4c3 Author: AJ Slater Date: Sat Sep 17 15:45:42 2022 -0700 featured link commit 746424998e071af3c4a7b963a9a64e5a54dce36e Author: AJ Slater Date: Sat Sep 17 15:18:01 2022 -0700 add language fix for opds folders commit f0b147b89dbb39733238953f683f8506b64beeef Author: AJ Slater Date: Sat Sep 17 15:16:20 2022 -0700 opensearch:totalResults commit 7b1086ca0d2130c2d8313a87578354c40e1f615e Author: AJ Slater Date: Sat Sep 17 15:02:43 2022 -0700 opensearch itemsPerPage for opds commit b39b31096b9476835dd87569f46be0e52f5da939 Author: AJ Slater Date: Sat Sep 17 14:49:34 2022 -0700 add new top link commit 23941c164b46036af8991c5cb7d7de488789b02f Author: AJ Slater Date: Sat Sep 17 14:37:12 2022 -0700 add published to opds commit ad2edc2948d52a55b7fdf39189dc969547b8bc5c Author: AJ Slater Date: Sat Sep 17 14:28:44 2022 -0700 add publisher to opds commit 580a79f9f8e443032fa9b1aed4c4b217b2c46d2d Author: AJ Slater Date: Sat Sep 17 14:15:03 2022 -0700 fix opds folders view value mapping commit 9d18f461eda305be0325bd12b90b39f7783fac3f Author: AJ Slater Date: Sat Sep 17 13:10:13 2022 -0700 fix opds folder view redirect loop commit e008107ea61b57f8f7f1387454d1fbfd0e819fe2 Author: AJ Slater Date: Sat Sep 17 12:32:20 2022 -0700 move django db functions to own folder commit 3c5b3eef0525e6a1f4bd32c552d774ef32008971 Author: AJ Slater Date: Sat Sep 17 03:11:54 2022 -0700 working opds metadata. opds folder view broken. commit 1ea16aaac5dd4869784a834c2436b70999060a4b Author: AJ Slater Date: Sat Sep 17 02:43:25 2022 -0700 consolidate parsing of csv tags commit ff589d838dc6ad03a9ec18aab832eafdc362b13d Author: AJ Slater Date: Sat Sep 17 02:36:50 2022 -0700 fix opds spec for authors and categories and contributors commit fed88b478343c19a468790240b8665061d419419 Author: AJ Slater Date: Fri Sep 16 17:49:12 2022 -0700 fix null cetegories in opds entry commit f3745564436b3db0837d71e4c19fbf6833547f83 Author: AJ Slater Date: Fri Sep 16 16:25:37 2022 -0700 opds with more error catching and templates for metadata commit 6b076d334fcf6ce91d30c07a402c6a400072b5fc Author: AJ Slater Date: Fri Sep 16 16:17:19 2022 -0700 update npm commit e3d64a7797aba31fae260275cd10930bf5cd8143 Author: AJ Slater Date: Fri Sep 16 16:17:11 2022 -0700 lint commit cb14e29a88bbbd217f13f7b5aa745bd2df927f41 Author: AJ Slater Date: Fri Sep 16 14:19:24 2022 -0700 update packages. bring back flake8-eradicate commit bf8a961738a6b5bd02f5ed69b8d02f84cd052b22 Author: AJ Slater Date: Thu Sep 15 23:35:13 2022 -0700 username in change password dialog commit 9643aa03730bd7c908122444d03a0f85e7cf9bb0 Author: AJ Slater Date: Thu Sep 15 23:32:48 2022 -0700 OPDS copy on click commit 72e623f4b6bf0eaebec12eb418ebb57bd7f80356 Author: AJ Slater Date: Thu Sep 15 21:58:25 2022 -0700 start top link commit ed0e6d4ba98e9131ae13f2ed1412d6acad034843 Author: AJ Slater Date: Thu Sep 15 21:35:33 2022 -0700 opds defaults to no facets commit db6b0fc6c060aaeb24c14a3ea529f74b752dd897 Author: AJ Slater Date: Thu Sep 15 18:28:27 2022 -0700 remove link to old search help commit 8e026429f71a1ba6b35686180b05d93feadabe0c Author: AJ Slater Date: Thu Sep 15 18:28:01 2022 -0700 logo in NEWS. remove old SEARCH.md commit 3624b247753e0d5a49d11452f5dd80f9e680c8ee Author: AJ Slater Date: Thu Sep 15 18:26:34 2022 -0700 try html for github markdown commit 390d156ad2480338aa79f7c0b20abeaae59b5fbc Author: AJ Slater Date: Thu Sep 15 18:26:20 2022 -0700 lint commit 333ce4dc628b5e7a198a4c969651096525e44094 Author: AJ Slater Date: Thu Sep 15 18:22:12 2022 -0700 add logo to README commit 517b792f014455aedc1384e2f8a6195746fe09d8 Author: AJ Slater Date: Thu Sep 15 18:13:35 2022 -0700 fix null for dttm column component commit dce2bbd2d9a672e4b15d49207e5e9caef98c186f Author: AJ Slater Date: Thu Sep 15 18:11:38 2022 -0700 admin settings dividers commit ddf586af7a0f9fed89653eea217556bab0124528 Author: AJ Slater Date: Thu Sep 15 17:59:41 2022 -0700 Squashed commit of the following: commit 666fb63b59fc8c9708dbf91f7464b15fbd532f5d Author: AJ Slater Date: Thu Sep 15 17:58:37 2022 -0700 failed imports layout commit 8559262a58b50905c6e97a50717827f4c818a89f Author: AJ Slater Date: Thu Sep 15 17:54:24 2022 -0700 hover effect for old django admin panel commit 83c2c6a5d427e7a22fa92fe02e4c8850fb55b53d Author: AJ Slater Date: Thu Sep 15 17:51:01 2022 -0700 move failed imports to it's own component commit ee0edd1e877d8957f256332116b5e77afa06dea6 Author: AJ Slater Date: Thu Sep 15 17:29:47 2022 -0700 fix initial state of drawer on mobile commit 91d6d6f2fcd5ba17eae9ce5e4edd7a58874149e0 Author: AJ Slater Date: Thu Sep 15 17:26:19 2022 -0700 lint commit 942491f82cafe56f2e20eaa04708ced709052ff5 Author: AJ Slater Date: Thu Sep 15 17:22:06 2022 -0700 use icon buttons commit 8f2debbb899f5ffff103f02c14a5295b5b7f5a30 Author: AJ Slater Date: Thu Sep 15 17:13:19 2022 -0700 datetime column component commit 06348681e4c964eafa5f82012059caaa9281e2da Author: AJ Slater Date: Thu Sep 15 16:12:27 2022 -0700 better dttm columns for admin commit 0320ef9940c9b7cc93d0b1dee59313fa7f77ffd9 Author: AJ Slater Date: Thu Sep 15 15:43:13 2022 -0700 fix groups and such loading for library tab commit 9ce500d94e294010d1f87da48ff3a7e252f8dc31 Author: AJ Slater Date: Thu Sep 15 15:37:15 2022 -0700 fix times checkbox layout commit 4a0d4e996de3c9743c3fc2325b52bc6f35482806 Author: AJ Slater Date: Thu Sep 15 15:37:01 2022 -0700 adjust flag descriptions commit 610a8ef20fb1d09c88dcbe50ab23669f457eb658 Author: AJ Slater Date: Thu Sep 15 15:10:32 2022 -0700 highlight table for admin commit e05cf11c68edc5c66ed7b0116f614f9217238893 Author: AJ Slater Date: Thu Sep 15 15:03:53 2022 -0700 confirm spacing and cancel button commit 75214d2a0d42333ff20ca67858ec24d818f8707b Author: AJ Slater Date: Thu Sep 15 15:00:23 2022 -0700 task tab spacing commit b875200d1c28efca88fb3ac438b88223518493aa Author: AJ Slater Date: Thu Sep 15 14:44:03 2022 -0700 group add fixes. cancel buttons for all admin add dialogs commit 4c940f4b1e8ac090db00cb5b5b23f1ca86ae01d5 Author: AJ Slater Date: Thu Sep 15 14:33:41 2022 -0700 flag tab spacing commit d8e0a5f1aff5f46e1dfadc4c37fcd767297bba63 Author: AJ Slater Date: Thu Sep 15 14:30:56 2022 -0700 library spacing commit 698fe0f9c7ff15e7c3ebc88fff9e8ba57f2c4ec4 Author: AJ Slater Date: Thu Sep 15 14:18:23 2022 -0700 admin tab header spacing commit 9da8e101d7d36680156cc82540dc9cec6e95b171 Author: AJ Slater Date: Thu Sep 15 14:07:11 2022 -0700 spacing for user-tab commit 540b866cc2568d00b23f554bc4306435a624350c Author: AJ Slater Date: Thu Sep 15 14:05:27 2022 -0700 set drawer status on mount commit d369a5d6c47a91686a1f76a28322fa7b080381c0 Author: AJ Slater Date: Thu Sep 15 13:48:45 2022 -0700 fix table height for fixed headers in admin tables commit c4c7c6e5c21b14dc177934a0db98f58c9144a1da Author: AJ Slater Date: Thu Sep 15 13:38:48 2022 -0700 round add buttons commit 4cd66a59c8af30f7fb189af0b4c2f53070ed002d Author: AJ Slater Date: Thu Sep 15 13:18:02 2022 -0700 fix variable names commit 2e3b70645e5c3c90a6fba01409af6046bd8cc894 Author: AJ Slater Date: Thu Sep 15 13:16:24 2022 -0700 fix admin setting drawer to show only on mobile. use setting drawer mobile breakpoint. add version footer to admin settings drawer. commit 870f85a660cb2ae13822a20ba0c9d4764ab28dd1 Author: AJ Slater Date: Thu Sep 15 13:14:46 2022 -0700 move setting drawer outside of main commit 6f89545cdb384d911c3cacadc2fe126cfe212a98 Author: AJ Slater Date: Thu Sep 15 13:14:22 2022 -0700 fix touchMap and use breakpoint.mobile from vuetify commit a0a9dad907749de71652fcb7b80c1967d37492d5 Author: AJ Slater Date: Wed Sep 14 18:05:02 2022 -0700 move admin side stuff into settings drawer commit 96423db58101877358eceaacf989617ac012bb62 Author: AJ Slater Date: Wed Sep 14 17:11:38 2022 -0700 move use authmenu in admin drawer. no tasks running div commit f10388d65cafa35c3ae0ca4562c162d4485608ff Author: AJ Slater Date: Wed Sep 14 16:55:11 2022 -0700 fix statuslist import commit bf3430926a46614fa5f910ed0685e0e23522fdde Author: AJ Slater Date: Wed Sep 14 15:50:34 2022 -0700 use dynamic routes commit 858d79ba7c13bc7ca965adf0992b316b8a30585b Author: AJ Slater Date: Wed Sep 14 15:47:22 2022 -0700 poetry update commit d7f476148c5cf3022f9ab6959bd12aab03b22fa1 Author: AJ Slater Date: Wed Sep 14 15:45:30 2022 -0700 update packages commit 7be7ce4f42f6b6fb12bcd191c75c069af9227652 Author: AJ Slater Date: Wed Sep 14 15:42:20 2022 -0700 move logout to sidebar commit 017f6efa13cc79b02077c3964f419c2a5968d8c4 Author: AJ Slater Date: Wed Sep 14 15:39:56 2022 -0700 add tab component commit 5d3a2ef08ff04211dc97a3fb2eadb1a480d51211 Author: AJ Slater Date: Wed Sep 14 15:39:12 2022 -0700 move admin tabs to component commit 02ffb6f71776bf251aa011e48cadc7ff81a73a75 Author: AJ Slater Date: Wed Sep 14 15:25:04 2022 -0700 admin logout button commit 62d6ac8863b55f01615580f572419a95b37b677c Author: AJ Slater Date: Wed Sep 14 12:12:15 2022 -0700 rename tab component files commit c138683e86d6b6d51694628ac60ee388bf66c3fb Author: AJ Slater Date: Wed Sep 14 11:51:22 2022 -0700 packge update commit 8ed25d072ae03306859163f26b9dc599ef0d48c3 Author: AJ Slater Date: Wed Sep 14 11:51:17 2022 -0700 more help text commit 0537043ad219474aeaeee7ed4f77b891636ca8a6 Author: AJ Slater Date: Wed Sep 14 11:22:07 2022 -0700 default to admin libraries tab. select libraries tab if no libraries. commit 6d61f40237d2743864799dd340ead87705807b0f Author: AJ Slater Date: Wed Sep 14 02:28:43 2022 -0700 fix outside deep linking into vue commit c0869cd5602d5d4b7add06c4a8c55fd4bbba85aa Author: AJ Slater Date: Wed Sep 14 02:15:41 2022 -0700 change name of queueJob to libarianTask commit db9746ec94a6202b3e0d44e50c92fceaca7a6dce Author: AJ Slater Date: Wed Sep 14 02:15:22 2022 -0700 fix librarian task library specifier" commit 0f4ef52a98082d764d875c561cf2d5f6d165c025 Author: AJ Slater Date: Wed Sep 14 01:51:57 2022 -0700 defer() and prefetch() optimizations commit 9e08ccbbfaef364c31127e2f91e9644ac449d816 Author: AJ Slater Date: Wed Sep 14 01:51:17 2022 -0700 lint commit 2c9404dc6947b0ab9a3ab5336fff8aafb287189e Author: AJ Slater Date: Wed Sep 14 01:02:53 2022 -0700 no libraries help commit 1c2ce0c8bbebe38e14dcdfc3873df7f63fe0458f Author: AJ Slater Date: Wed Sep 14 00:52:11 2022 -0700 shrink tabitem margin commit c1ca8fc9bd0faf6e33477875ebce9b3b5a0fd6ce Author: AJ Slater Date: Wed Sep 14 00:48:53 2022 -0700 langauge commit d4ec587d8ac9cbbfeef228d6810bdeb57d9752d9 Author: AJ Slater Date: Wed Sep 14 00:48:00 2022 -0700 fix url lookup for deprecation warning. darken red commit 391f648c79060bad554c18e2284fda64c94138fb Author: AJ Slater Date: Wed Sep 14 00:42:15 2022 -0700 fix old queue jobs page commit b28654983ac96b5a35d9b0e21ad728239d1ceda1 Author: AJ Slater Date: Wed Sep 14 00:40:22 2022 -0700 style & lint old admin page commit 53bb8c330cd33da04f26c0d88596a0352edbc09f Author: AJ Slater Date: Wed Sep 14 00:38:23 2022 -0700 bump news and create deprecation warning for old admin panel commit 49b956641d7bc20bf21c8d31c398d2f3442511c0 Author: AJ Slater Date: Wed Sep 14 00:17:28 2022 -0700 start of documentation commit ab620319a0a1e84d882edd5b11a75ec186620841 Author: AJ Slater Date: Tue Sep 13 23:48:19 2022 -0700 refactor ADMIN_FLAG defaults commit 6caef4f80b0ef46eac45ecb755f6bfdd659a396b Author: AJ Slater Date: Tue Sep 13 23:48:03 2022 -0700 lint commit e7b0014e5eac78760f98cf084188578cd2b36f30 Author: AJ Slater Date: Tue Sep 13 23:40:54 2022 -0700 mark tasks obsolete commit 486b682ecb665956dc5d5142b9a8b5c10c41d133 Author: AJ Slater Date: Tue Sep 13 23:37:59 2022 -0700 refactor socket subscribe and send protocol in the process of fixing it commit 2828a8b285c9e48233fbabfb9c0fdd11beb1aaaf Author: AJ Slater Date: Tue Sep 13 23:03:34 2022 -0700 task titles commit 497d71420b65423af770cb40c94258bdbbaff8a8 Author: AJ Slater Date: Tue Sep 13 22:09:11 2022 -0700 library tasks commit 3a71a6d7a1e53477aa41dc4629fcbe84ddb50c31 Author: AJ Slater Date: Tue Sep 13 21:47:40 2022 -0700 confirm dialog for tasks commit bb75f20e6a723cd3699e71ec53b814b8f4bbb35b Author: AJ Slater Date: Tue Sep 13 21:21:18 2022 -0700 admin choices commit 6575a4f9b354111bb176c01b34aed8307c8a3af3 Author: AJ Slater Date: Tue Sep 13 20:56:05 2022 -0700 tasks basically working commit 759170c879a84093653b4f3ea19f5d793b1f6eca Author: AJ Slater Date: Tue Sep 13 20:03:10 2022 -0700 fix library group reading & updating commit 22a99bb40bf169c827fcfd61cfe386614bc2ccfb Author: AJ Slater Date: Tue Sep 13 20:02:53 2022 -0700 remove logging cruft commit f856270429634524eb0d6f2890b2d2a6baab0027 Author: AJ Slater Date: Tue Sep 13 20:02:43 2022 -0700 remove loggin cruft commit fc08e3751f64944612fe2fc47906971ad4880b66 Author: AJ Slater Date: Tue Sep 13 20:02:21 2022 -0700 remove logging cruft commit 929d52eef47c4f79f029edc3b619e64e75bf0a81 Author: AJ Slater Date: Tue Sep 13 18:38:09 2022 -0700 fix vuetifyItems commit aaec03af7fe372a9df9593c06c80d60f0a4aebfc Author: AJ Slater Date: Tue Sep 13 18:31:29 2022 -0700 showhidden support for file picker. ix user group setting commit 2e17dfe7289375b7f6f0f71be99df15d981307d6 Author: AJ Slater Date: Tue Sep 13 18:30:55 2022 -0700 server showHidden support for file picker commit f95abe3e4575f635fe683cb291b523899d105db9 Author: AJ Slater Date: Tue Sep 13 16:08:30 2022 -0700 get correct pk or id for vuetifyItems commit 89df5a28b424c63061efdd3c5672c420139c2874 Author: AJ Slater Date: Tue Sep 13 16:08:09 2022 -0700 return value for user destroy commit 43d2dcdbacb17c0e612e0ae161dae8280d36f1d4 Author: AJ Slater Date: Tue Sep 13 16:07:54 2022 -0700 use frozensets commit de9ef832f78155481e378d400413e97d32402f9d Author: AJ Slater Date: Tue Sep 13 15:52:31 2022 -0700 make file menu clearable commit f7b7748024ced6514c51a1d6d4568e9c6815c4cd Author: AJ Slater Date: Tue Sep 13 15:47:37 2022 -0700 fix more irregular admin names commit 90a35bf820235416611098ef297aa4ac471e252f Author: AJ Slater Date: Tue Sep 13 15:35:18 2022 -0700 fix stupid plural states in admin commit 89599b8fcc2b35420a9100f1a5aee728a60e30fb Author: AJ Slater Date: Mon Sep 12 23:28:14 2022 -0700 fix many folder browser bugs commit 38dfabe80f0fad27fbebdfd069f474b5a113074f Author: AJ Slater Date: Mon Sep 12 00:50:49 2022 -0700 change password success dialog commit 025dddec0fba1e627032713a161f439f1972cc15 Author: AJ Slater Date: Mon Sep 12 00:37:40 2022 -0700 reset dialogs with empty objects instead of form.reset commit 59080a996b122e0d9866c4c818353e27dbeb8717 Author: AJ Slater Date: Mon Sep 12 00:33:06 2022 -0700 fix variable name bugs. load failed imports for admin when library changes commit 2ae0502904c2b80039519dba602909d946953820 Author: AJ Slater Date: Sun Sep 11 23:40:51 2022 -0700 fix type error in status for moved items commit 3f15edc24fe734cde02d4a24fb22d7eb97dc5e82 Author: AJ Slater Date: Sun Sep 11 23:24:06 2022 -0700 compact most load functions commit ba2008b9acb14b33159c700388ae133a778a53dc Author: AJ Slater Date: Sun Sep 11 23:01:33 2022 -0700 fix import of clearErrors commit 01d7d0bb578a23828b431c3f94e9329acc73d434 Author: AJ Slater Date: Sun Sep 11 21:17:40 2022 -0700 fill out error handling for flags commit 75aaaa18412ff55c47952d0ed01494149d0d42e9 Author: AJ Slater Date: Sun Sep 11 21:14:40 2022 -0700 flags error handling commit 016decdcd308064529e2931c89954dc914fc5609 Author: AJ Slater Date: Sun Sep 11 21:05:43 2022 -0700 compact store row functions commit ebfb215c99e9496749f61646b129e5a4f276bbcd Author: AJ Slater Date: Sun Sep 11 18:03:30 2022 -0700 organize server folder picker data differently commit 55d0a7c131b7ac0753bd0d59a0a5ed60e94173bd Author: AJ Slater Date: Sun Sep 11 16:13:42 2022 -0700 time text field commit 21c204df89566956081c7ef29d3def7de53bc9d9 Author: AJ Slater Date: Sat Sep 10 14:41:09 2022 -0700 fix focus event commit 0d26dfedb96c30cf8ca04ab59102df86a429f053 Author: AJ Slater Date: Sat Sep 10 14:36:46 2022 -0700 backend validation of library paths commit 949e307f2affdf7b5c43e3a0ec78d6cc55cccb01 Author: AJ Slater Date: Sat Sep 10 14:20:02 2022 -0700 copy events from django admin to spa admin backend coā€¦ * bump version for release * add missing news item for pdfs * fix opds v1 feed data object * fix opds rendering * update version and eslint-plugin-toml config * fix crash on opds2 * fix opds2 lang crash" * fix bad volume to_str borking opds titles * bump news and volume * speling * fix cover ordering for name order in group views" * mouse drag scroll for zoom mode * fix dragging on firefox * move ngix config to docker dir * add nginx to docker-compose for testing * update deps * add a ROOT_PATH settings variable * update django to 5.0.3 * fix root_path breakage from django 5. bump version * remove cruft * make nginx conf parsing generic to paths * fix prettier nginx to not run if dir is missing * fix dockerignore to ignore better paths * test deeper dir * update deps * update docker dev base * lower filter batch size. add CODEX_FILTER_BATCH_SIZE env var * remove cruft * switch search engine to whoosh-reloaded * simplify search index update to fix search engine update crash * remove mem limit from dev docker compose * local nginx config for non-docker nginx * pin pymupdf because they don't upload linux-aarch64 wheels at the same time they release * pin pymupdf for linux aarch64 * bump version * mock comics generator, more tags, comic ratio covers, and valid language codes * update deps * restort 990 filter batch size * v1.5.6 fix identifiers sqlite limit crash * update deps * add valid parsable web links to mock comics * update deps * bump version, rewrite pagination to accept > 100 folders * pagination slider hover index hints * fix type checking * use new bookwork with synology fix * bump news * bump version * Squashed commit of the following: commit 52d18b95bd3a67534c9f766649b67deb62d171cb Author: AJ Slater Date: Mon Mar 25 15:52:58 2024 -0700 change reader nav button text commit 3d2b73d737f25f90b543502efb8adb71eaaa94fc Author: AJ Slater Date: Mon Mar 25 15:52:32 2024 -0700 fix offset with slider for browser commit 566ddb82103ac995d824abbdba31ba356025edac Author: AJ Slater Date: Mon Mar 25 15:52:23 2024 -0700 fix browser nave button text commit 35bbab1e8d9f65429d2cab91469527867324cc13 Author: AJ Slater Date: Mon Mar 25 15:05:48 2024 -0700 use new docker base' commit 621cda146b06b46b7f930575a59190d09bc4d6ea Author: AJ Slater Date: Mon Mar 25 14:52:53 2024 -0700 lint commit 659438c010923ce062f104a9c89ba6d47c6908bf Merge: 7b91bfec 1fdbb039 Author: AJ Slater Date: Mon Mar 25 14:33:41 2024 -0700 Merge branch 'develop' into pre-release commit 7b91bfeccc0429ab7724c3c72b6918626a1c3986 Author: AJ Slater Date: Mon Mar 25 14:33:13 2024 -0700 fix weird merge commit a721baee2e60c0595f4f5e489da24919fb64a33e Author: AJ Slater Date: Mon Mar 25 14:31:48 2024 -0700 Squashed commit of the following: commit 1fdbb039e7dd1a875098d631a9cc7a6adab68772 Author: AJ Slater Date: Mon Mar 25 14:31:28 2024 -0700 bump version commit 5d47200e848946278907d868ed44905a5baa5762 Author: AJ Slater Date: Mon Mar 25 14:31:23 2024 -0700 bump news commit 702085bce05babe8e6ed9e7667a6937a778eb8aa Author: AJ Slater Date: Mon Mar 25 14:31:16 2024 -0700 use new bookwork with synology fix commit d9ef7454b97cc6f8ef7deccdc9b0f434b25ead7e Author: AJ Slater Date: Mon Mar 25 14:27:10 2024 -0700 fix type checking commit 442fe9d1851933e66132afb6acd259e73368f19d Author: AJ Slater Date: Mon Mar 25 13:47:01 2024 -0700 pagination slider hover index hints commit 128a097bc6b81a5be1c41969fa97df7a4bde53d7 Author: AJ Slater Date: Mon Mar 25 13:27:12 2024 -0700 bump version, rewrite pagination to accept > 100 folders commit e7222aa1e9525f85ac405d4710461c9a8c90793d Author: AJ Slater Date: Mon Mar 25 13:02:33 2024 -0700 update deps commit 2fb5b408de0d5823e82754074e1cee0eabae8ac8 Merge: 08e8acd2 29b6141e Author: AJ Slater Date: Sat Mar 23 23:54:05 2024 -0700 Merge branch 'main' into develop commit 29b6141ecdba8d452f170671b5b28e2de47a203f Author: AJ Slater Date: Sat Mar 23 23:53:44 2024 -0700 v1.5.6 (#351) * refactor query_queryset_from_search_results * Squashed commit of the following: commit ed55710620c911eb06c5bf396e37a203704b3bd8 Author: AJ Slater Date: Sun Apr 2 20:06:55 2023 -0700 centralize filename generation on the backend * memory experiment vars and lower memory numbers * bump news * bump version * lint * give filter choices a distinct indeterminate sate for the progress bar * try to fix tall images in page tracker * fix crash when moving comics * bump version * support for cgroup1 memory detection. bump limits back up to tested levels * more levers for search index throttling. vary chunk size * fix slow horizontal reader. fix no tracking in verticl reader * lint * refactor bookmark test * lint. remove console.logs * fix setting writerargs in backend * metadata page links to groups to browse to * Squashed commit of the following: commit 9ea868ea4da1c69bef8a69114bd33513a6b8b768 Author: AJ Slater Date: Tue Apr 4 10:15:30 2023 -0700 lint commit bc1fe18d568fda942a04be40247a5e89f0e2fd67 Author: AJ Slater Date: Tue Apr 4 10:13:02 2023 -0700 explictly deferring m2m causes an error commit f0314ce816157dadd56162cdb05f277271cee7ba Author: AJ Slater Date: Tue Apr 4 09:58:49 2023 -0700 unbreak metadata commit b9c532b5b3628a8c01a794346f8a7cebe0c9a84f Author: AJ Slater Date: Tue Apr 4 09:48:20 2023 -0700 update deps commit e523f362f3ac5176b0b3fcab7aade9e3f58170b0 Author: AJ Slater Date: Tue Apr 4 09:47:54 2023 -0700 use django 4.2 signals commit 482df45b34d31b7630a775b5da0c1f58e8127083 Author: AJ Slater Date: Tue Apr 4 09:47:45 2023 -0700 use django 4.2 STORAGES commit 03bd7dd1495e583a248071dcdbded0943f03a1f3 Author: AJ Slater Date: Tue Apr 4 01:50:28 2023 -0700 remove defer that breaks django 4.2 * bump news * report on segment size savings * metadata highlight link. no self links. calculate highlight differently. * update deps * bump news * v1.3.7a0 (#292) * Squashed commit of the following: commit 4f8b076c541480b8b40afc1998d91a965d9c994f Author: AJ Slater Date: Mon Feb 27 15:07:29 2023 -0800 fix user and group tab heights commit 8d291f8e6c369e96c6eced1c9ce53589f62d35bb Author: AJ Slater Date: Mon Feb 27 14:51:46 2023 -0800 trim unused id commit 69f7b2fa51610ed030a9888bc51160f61da87325 Author: AJ Slater Date: Mon Feb 27 14:51:27 2023 -0800 format keyboard shortcuts commit 3a00cec449d28aa3a913dbbbb08f843ddebe9cf8 Author: AJ Slater Date: Mon Feb 27 14:44:08 2023 -0800 make clear button and read rtl in reverse the same height commit 0336ebde3fc8322f9be753b5017681c8c82fb237 Author: AJ Slater Date: Mon Feb 27 14:25:29 2023 -0800 simplify getSettings for reader commit f45cd03709e7eee3d607a84d4404d8d18ad6dd3a Author: AJ Slater Date: Mon Feb 27 14:14:00 2023 -0800 read in reverse feature commit b5eb874bdc89a9f922fbb4a3277d104a8be8786c Author: AJ Slater Date: Sun Feb 26 22:35:06 2023 -0800 user configurable 24 hour time format commit 50039b60f8122c767b78d7526282d316ffef7490 Author: AJ Slater Date: Sun Feb 26 20:30:59 2023 -0800 fix reader settings drawer colors commit 0cd0f3faf5c29a6e28a39b44730e3e99b378942b Author: AJ Slater Date: Sun Feb 26 20:14:23 2023 -0800 prev & next book buttons commit 9e4ab34f1a54b370b67965aaac667b308bfc1d43 Author: AJ Slater Date: Sun Feb 26 18:48:21 2023 -0800 display covers in one page mode. keys for adjusting page in two page mode. commit d9c5a41e1033d6c989388a27262d6178abed0b13 Author: AJ Slater Date: Sun Feb 26 16:51:00 2023 -0800 reader prev/next book now read_ltr aware commit 4c6111c37328a15a22ba873a97046302952367b5 Author: AJ Slater Date: Sun Feb 26 15:39:09 2023 -0800 fix two pages mode skipping pages commit a47d5760dad912e8a75ab312eb21cb401f1b6ecc Author: AJ Slater Date: Sun Feb 26 15:24:17 2023 -0800 add fit to choice in db commit fbae4a828a48bc1f766d91a801634da29870d566 Author: AJ Slater Date: Sun Feb 26 15:23:54 2023 -0800 fix setting null fit_to in reader settings. make bookmark fit_to choices hardcoded in the db commit b26f73826fb3ff2920f451660a70bc6912556c1b Author: AJ Slater Date: Sun Feb 26 00:06:39 2023 -0800 show series name everywhere in opds commit baf61d3186e3df79597743d96dd3241dcceb60af Author: AJ Slater Date: Sat Feb 25 23:51:41 2023 -0800 no top links or entry facets on subsequent OPDS pages commit 9a8d001f3d3be40d9fb69eb8347e825f92d3f176 Author: AJ Slater Date: Sat Feb 25 23:31:42 2023 -0800 fix opds pagination commit db6065110a2ab1fd67df11bcf11f7c77e7d606e2 Author: AJ Slater Date: Sat Feb 25 19:38:26 2023 -0800 change optimizer task docs commit 2bd92e01b4bab2ea7c00e17384fac9e7172ca76e Author: AJ Slater Date: Sat Feb 25 19:36:12 2023 -0800 break up searchd into modules commit ddfa3e528575deb3080d2fdadb74112a8cb73468 Author: AJ Slater Date: Sat Feb 25 18:47:20 2023 -0800 use search index updated_at for start date. move optimize into backend partially commit f04de9330e30f851a7c760abaf9b1498b523f780 Author: AJ Slater Date: Sat Feb 25 18:20:22 2023 -0800 remove most fields from opds categories commit d7997b5ea0c3f6c3f2201cdbc5929f92d6544f5f Author: AJ Slater Date: Sat Feb 25 18:17:50 2023 -0800 fix spacing in opds browser names & titles commit d08447f54062a5d0e33eaf221722d2044dd0af5f Author: AJ Slater Date: Sat Feb 25 15:49:42 2023 -0800 shut off watchdog debug events" commit 4240f65f286e2051d8d21344a74cdc516b369bcc Author: AJ Slater Date: Sat Feb 25 15:48:09 2023 -0800 bump news and version commit 9737e929b9ec3f05ac27bd3d9fe249f152062166 Author: AJ Slater Date: Sat Feb 25 15:46:46 2023 -0800 remvoe debug hack commit 8df9393f91d0bba1020ad929f0a80aad703947b8 Author: AJ Slater Date: Sat Feb 25 15:45:42 2023 -0800 remove open closed screener from batcher. moved it into handler commit 0fa98cb755d0f1413c272122e76cbaca088dff8b Author: AJ Slater Date: Fri Feb 24 23:53:59 2023 -0800 ignore opened and closed events commit a35d58348ab3334025ebbba49f75228dce0950b7 Author: AJ Slater Date: Fri Feb 24 23:24:48 2023 -0800 fix manual manifest deployer commit 95fa5ba06588c24374d0dacafb1a59018ef6af59 Merge: c4597a0b 0df40e5f Author: AJ Slater Date: Fri Feb 24 23:03:44 2023 -0800 Merge branch 'main' into develop commit 0df40e5f03602d89d1e28c1f8801d3dd08836a8f Author: AJ Slater Date: Fri Feb 24 23:03:30 2023 -0800 v1.2.3 (#247) * search engine performance in progress * fix search index status types * fix slow remove records. fix delete all records at end of index * lint * use whoosh multiprocessing not haystack's * clean up cruft * bump version and news * update depts * fixes for deploy * chmod * trap more search update errors. match search index timestamp to db scan time, not index complete time. * trap final commit errors. more explicit indexing error logging. faster return on nothing to do. * fix scroll bars inappropriately on admin tables * fix admin drawer obscuring small screens * fix download buttons * remove errant console.logs * fix appended i to author names in opds * more order for search index * add commas to stats numbers * bump docker base version * update deps * lint * bump version commit c4597a0b0cd6958dad68aa67712b04dae163bef2 Author: AJ Slater Date: Fri Feb 24 22:40:05 2023 -0800 bump version commit e3f662740f86bef199dfc5e26b7823a61560d169 Author: AJ Slater Date: Fri Feb 24 22:39:34 2023 -0800 lint commit b0c70a6b413cae5b2bbd1f9d2098cbe280f47e8b Author: AJ Slater Date: Fri Feb 24 22:37:49 2023 -0800 update deps commit 046a6cc5a418433dc01f75072f5a94dc138002a0 Author: AJ Slater Date: Fri Feb 24 22:36:10 2023 -0800 bump docker base version commit 5d1cbc4314b0bb5a425f040cb49b99e1c334de88 Author: AJ Slater Date: Fri Feb 24 22:30:28 2023 -0800 add commas to stats numbers commit a14e679bd3f5cdfb17d467c875ee42307e4a3182 Author: AJ Slater Date: Fri Feb 24 20:26:30 2023 -0800 more order for search index commit 3234deadb99c742fd27593269905e32a4deeb120 Author: AJ Slater Date: Fri Feb 24 19:30:59 2023 -0800 fix appended i to author names in opds commit f13c748f8b0a47247b761fe20c292e4c5212eea0 Author: AJ Slater Date: Fri Feb 24 18:58:24 2023 -0800 remove errant console.logs commit 3502eeaa813d96db7a91ac1d576c4c00cdbd7a4b Author: AJ Slater Date: Fri Feb 24 18:41:52 2023 -0800 fix download buttons commit a8dbf05ecda4267a7ab3ba8fbe41355000184a39 Author: AJ Slater Date: Fri Feb 24 18:08:58 2023 -0800 fix admin drawer obscuring small screens commit d3a97a2785e3e4b0f3fbe5daa5dcdf0c51e0d947 Author: AJ Slater Date: Fri Feb 24 17:59:32 2023 -0800 fix scroll bars inappropriately on admin tables commit 093c9299194c1b79e0e9d4abb3c9ec9dbcbade48 Author: AJ Slater Date: Fri Feb 24 17:31:37 2023 -0800 trap final commit errors. more explicit indexing error logging. faster return on nothing to do. commit c205b6398f25a1bd4d7fb7950f5643de87babe0d Author: AJ Slater Date: Fri Feb 24 17:12:08 2023 -0800 trap more search update errors. match search index timestamp to db scan time, not index complete time. commit dff2085d187ff2043262bcded414d6e55a38889c Author: AJ Slater Date: Wed Feb 22 15:27:46 2023 -0800 chmod commit 626750fb80aaf0204f8b9b3180de5bb63582f800 Author: AJ Slater Date: Wed Feb 22 15:27:27 2023 -0800 fixes for deploy commit b44f79c7cf5919428764d4fc6a170f7320787077 Merge: 03dc10b0 41f0b6d1 Author: AJ Slater Date: Wed Feb 22 12:40:12 2023 -0800 Merge branch 'main' into develop commit 41f0b6d1791eac73461c72f90033d1311ba075b3 Author: AJ Slater Date: Wed Feb 22 12:36:43 2023 -0800 v1.2.2 (#242) * search engine performance in progress * fix search index status types * fix slow remove records. fix delete all records at end of index * lint * use whoosh multiprocessing not haystack's * clean up cruft * bump version and news * update depts commit 03dc10b0868da2efe4c2f16720302e8f2744697e Author: AJ Slater Date: Wed Feb 22 04:02:23 2023 -0800 update depts commit 8029f7666b92735539d4b460cd291a6907cb56e7 Author: AJ Slater Date: Wed Feb 22 04:00:58 2023 -0800 bump version and news commit 3460c0d71a22cbfd3d37255afaa4c50ba23ce763 Author: AJ Slater Date: Wed Feb 22 03:59:06 2023 -0800 clean up cruft commit e8095572b66a6044adc7c84da56d21b419f7032e Author: AJ Slater Date: Wed Feb 22 03:40:51 2023 -0800 use whoosh multiprocessing not haystack's commit cc5300a3acfaddf33aad3d4df49c75a712845aca Author: AJ Slater Date: Wed Feb 22 03:38:43 2023 -0800 lint commit 9c9c1d7a2885d631cc6d37ccd5b9b919f423fe95 Author: AJ Slater Date: Wed Feb 22 03:37:55 2023 -0800 fix slow remove records. fix delete all records at end of index commit 602ceb1192478d4405e9d88a398d445d78480234 Author: AJ Slater Date: Tue Feb 21 21:28:10 2023 -0800 fix search index status types commit 8e02f9aa65d42bb8ab53cdf503ab4041d8234dc4 Merge: e468c51c 20f06940 Author: AJ Slater Date: Tue Feb 21 21:22:06 2023 -0800 Merge branch 'develop' into search_index_performance commit 20f06940486ee9d8f21107e9a67db1d822023e2c Author: AJ Slater Date: Tue Feb 21 17:44:20 2023 -0800 update deps and version commit e468c51ca550c7e180065da2f6398f817f79babe Author: AJ Slater Date: Tue Feb 21 17:26:33 2023 -0800 search engine performance in progress commit ee447946c5d24acc0ec2287b55d5353e34ebc5e6 Author: AJ Slater Date: Mon Feb 20 17:09:35 2023 -0800 put poll all libraries back iin admin admin menu commit 674bbd207e04fb12e8e007432170ffd9e6cac7ad Author: AJ Slater Date: Mon Feb 20 17:07:24 2023 -0800 fix regen api key stats commit 5c0b887134bdefee0d846fca22a7952badc1fa89 Author: AJ Slater Date: Mon Feb 20 16:50:16 2023 -0800 fix minor status update bug commit 89f3a990c3e0b24bbaebf64b40c662d2fc8df6f5 Author: AJ Slater Date: Mon Feb 20 16:41:58 2023 -0800 batch a jillion documents at a time for the search indexer. unbound memory for the search indexer commit 17fb715523bd1cd431b15f6b54eca2bb495c2f56 Author: AJ Slater Date: Mon Feb 20 16:27:22 2023 -0800 bump news commit b7eb56d09090294af0b53c8c4ec0482535bcc3e6 Author: AJ Slater Date: Mon Feb 20 15:20:24 2023 -0800 fix crash on writing files wait commit f762e47d065355c4d0194f381409bde93fda70a0 Author: AJ Slater Date: Mon Feb 20 12:04:50 2023 -0800 bump news commit 4691f731287aa8315142808d7f59340df5f1f1f2 Author: AJ Slater Date: Mon Feb 20 12:03:40 2023 -0800 Squashed commit of the following: commit edee944ee3c27bbf4a19e3ca739d4c362688e172 Author: AJ Slater Date: Mon Feb 20 12:03:04 2023 -0800 improve poll every hints commit ff825b923277438335e15935914ed14e6ffd7cf9 Author: AJ Slater Date: Mon Feb 20 11:41:09 2023 -0800 fix disabling poll preventing manual polling commit 8549f4b5b3efc964ce1b3b59bfad02c6849a532f Author: AJ Slater Date: Sun Feb 19 22:30:28 2023 -0800 move watchdog event handler to own file commit c78d5584fd5eb4975f13d83d6f7b123903f43495 Author: AJ Slater Date: Sun Feb 19 22:22:42 2023 -0800 fix repo link commit 134225394df1577c43fd3e35b7fb68bcb1839e31 Merge: 5c2ab188 0d4d7d3f Author: AJ Slater Date: Sun Feb 19 20:57:16 2023 -0800 Merge branch 'main' into develop commit 0d4d7d3f55c8161327db1b3b1e4e769df4c5557f Author: AJ Slater Date: Sun Feb 19 20:55:18 2023 -0800 v1.2.0 (#238) * v1.0.4a0 Squashed commit of the following: commit d3a49642ccd8e15e1fa31f7ac7cc1a23c8c6fc41 Author: AJ Slater Date: Mon Jan 16 12:23:59 2023 -0800 bump news commit 9933dcc29848f1673cc7b27c383c195ab37c28e1 Author: AJ Slater Date: Mon Jan 16 12:22:43 2023 -0800 fix image events for regular pages commit 512db0e304dffad92ba52fc2f79c6487e2255aa8 Author: AJ Slater Date: Mon Jan 16 12:17:55 2023 -0800 fix missing import commit 9aef0961c4a0a3031b34ae11f016fe338d421226 Author: AJ Slater Date: Mon Jan 16 12:17:30 2023 -0800 lint commit 4c0fbda570080e0c1756e5cc309ac29e4f2fb7f1 Author: AJ Slater Date: Mon Jan 16 11:59:17 2023 -0800 lint commit c008508120475618f605f459681b9e5511d14050 Author: AJ Slater Date: Mon Jan 16 11:54:54 2023 -0800 update deps commit 2a63873859f12d1582e79c57fff1cba11648430f Author: AJ Slater Date: Mon Jan 16 11:53:47 2023 -0800 update plural names for some models commit a67ad3a5dfdb10fc260fdfba06c0f5518f82c622 Author: AJ Slater Date: Mon Jan 16 11:53:37 2023 -0800 use correct verbose_name_plural reference commit 65ab73aa3b2f1cb32a89b5784ea16679fed75125 Author: AJ Slater Date: Mon Jan 16 02:12:09 2023 -0800 Uatu ignores device changes more betterer commit c503544157715939d6becb851ffe88c637fa8500 Author: AJ Slater Date: Mon Jan 16 02:11:53 2023 -0800 lint commit 80f486ab22b1cfa61dc1bd82b5d455348b81d1d5 Author: AJ Slater Date: Sun Jan 15 23:15:14 2023 -0800 update deps commit 1cf06841ea046abacae8fe1eebcdce00b97ce247 Author: AJ Slater Date: Sun Jan 15 23:13:58 2023 -0800 bump news commit bec213d43ce67ea3e3b0668aa3e2f017ab36f09e Author: AJ Slater Date: Sun Jan 15 23:12:23 2023 -0800 move debug print to warning for routeToPage. extra check for redirectRoute commit 8008ba454236498eeb6d27b2e4e2bc3a2e6e9960 Author: AJ Slater Date: Sun Jan 15 23:07:40 2023 -0800 add debug message for unsub commit c12eac0d6d443815f12c05307190387d75e88f8f Author: AJ Slater Date: Sun Jan 15 23:00:01 2023 -0800 unify unsubscribe for websockets and do it on websocket.disconnect commit 976555326466b764ea1ed789d1fc7150736279fc Author: AJ Slater Date: Sun Jan 15 19:31:50 2023 -0800 separate browser_metadata_view into browser_order_by & browser_annotations commit cb95ffe8c0df41ed39e7e523ef8e502523a8c795 Author: AJ Slater Date: Sun Jan 15 19:31:40 2023 -0800 separate browser_metadata_view into browser_order_by & browser_annotations commit 66572b894ad9cdd781bdb6b5ccccdadf61e0de4b Author: AJ Slater Date: Sun Jan 15 19:04:51 2023 -0800 fix admin library picker bugs commit dd92999ec7d89925d82af4d4dfc85ac73e1159cf Author: AJ Slater Date: Sun Jan 15 19:01:08 2023 -0800 change order of attributes commit 54d4b782427ca2169c74d4852de48cd7f05ae404 Author: AJ Slater Date: Sat Jan 14 18:27:50 2023 -0800 fix admin library folder picker commit ccfb431ce218cdf980e9b0bae84ad43e397a6a9f Author: AJ Slater Date: Sat Jan 14 14:18:53 2023 -0800 Search improvements (#218) * fix xapian search flags. rename most xapian variables to search * break up browser base into filter mixins * lint * lint * <>= range operator * range operator news & docs * fix parsing non fields * update deps * do not get search history from server * remove debug console * remove search tables in favor of a case statement from the search engine * fix search help scrolling * minor order change for caption display * fix search menu opening on type * allow spread operator over Array.from everywhere * fix extra redirect on searches when topGroup == issues * use xapian default flags instead of listing them explicitly * break custom search pre-parser out into it's own class * use explict xapian flags contstuction to avoid import loop * move search stuff into its own directory * fix folder view for new way of searching * lint * remove bookmark from search. modularize preparser * move search field aliases to xapian synonyms * better comments about the customizations to xapian_backend * minor refactor and cleanups for search filter preprocessor * move bookmark filter out of search filter. move preprocessor for search filter into its own file * remove old clean search status hack * bump deps, lint * fix defaults for comicbox * folder mode on searched. fix id scope on searches * speling * deps update * fix array vs set function * no filter on search box commit 96f9f615db978d80a3011d63f34acd3985fd3d8e Author: AJ Slater Date: Fri Jan 6 17:43:28 2023 -0800 linux/armhf note about cryptography commit 8c00ae97270c8928b890db633025dfcd7665d4da Author: AJ Slater Date: Fri Jan 6 16:48:40 2023 -0800 remove extraneous line commit 0805145526f24a801ea8684e90b95bc2a8ff3182 Author: AJ Slater Date: Fri Jan 6 16:43:45 2023 -0800 fix roman.sh for options without path commit e9b4b7a6c28ae25dc0e5a29d9c32f0437021261f Author: AJ Slater Date: Fri Jan 6 16:38:05 2023 -0800 roman script commit 19108e980afa05602306b21b29aece1f768937f0 Author: AJ Slater Date: Fri Jan 6 14:58:46 2023 -0800 update builder requirement script to be >= commit 30b63db8ecc7275eff9d12052c14875c89b6bbdc Author: AJ Slater Date: Fri Jan 6 14:56:18 2023 -0800 bump README dev section commit c53b78b5b21c0da6914cdc0509cae0ac923063d3 Author: AJ Slater Date: Fri Jan 6 14:49:26 2023 -0800 fix frontend dev-server script commit 97d1b32c69391d357fba00c98f89a2668fcc7047 Author: AJ Slater Date: Fri Jan 6 14:48:06 2023 -0800 consolidate frontend scripts in frontend dir commit 9a5b1b4f021c77a137b19ecfa19668b5312a7da3 Author: AJ Slater Date: Fri Jan 6 14:34:38 2023 -0800 greatly diminish safe area inset for codex version commit 3d458d785712be82cc8c6c8ef01ee4c500a84bef Author: AJ Slater Date: Fri Jan 6 13:16:27 2023 -0800 remove unused scripts commit 657a73b60363a3f9ceef243bf105c5e8c4045a00 Author: AJ Slater Date: Fri Jan 6 13:16:18 2023 -0800 simplify pm script commit 94139a9f652e4a931b94567b9758aca92c254bf5 Author: AJ Slater Date: Fri Jan 6 12:19:59 2023 -0800 update deps commit a9b818ce4b72afa7f4cc84e2230d8f57657f8afe Author: AJ Slater Date: Fri Jan 6 12:14:33 2023 -0800 trim readme commit 3a7c8a5c2c387b2e358607e267ccff26e30f875e Author: AJ Slater Date: Fri Jan 6 12:11:42 2023 -0800 use django_timezone.now() commit 4950b77d834bd679fc6605fe840455b033ca046d Merge: 2b5ad145 907637b9 Author: AJ Slater Date: Thu Jan 5 19:41:04 2023 -0800 Merge branch 'main' into develop commit 907637b9ec515e0a334f7144f4d212edc9bf416b Author: AJ Slater Date: Thu Jan 5 18:47:39 2023 -0800 v1.0.3 (#216) commit 2b5ad145840f5399f41577f28132f8eacf0fcebd Author: AJ Slater Date: Thu Jan 5 18:31:18 2023 -0800 bump news' commit ff41fdaf9624c79f197b200ffa181869c735eb36 Author: AJ Slater Date: Thu Jan 5 18:29:52 2023 -0800 update deps commit 123b97ce9fab45f7e772ad761c242a2ef6d43e25 Author: AJ Slater Date: Thu Jan 5 18:24:04 2023 -0800 fix orphan folders bug commit 9f2fcb041537895ed169c9d1abf737c5fe1e44f0 Author: AJ Slater Date: Thu Jan 5 16:07:53 2023 -0800 fix moving folders orphans folders bug commit c29bcebc9562fce5124254f276d218dc8fa2048a Author: AJ Slater Date: Thu Jan 5 15:57:47 2023 -0800 fix item does not exist redirect commit 28ee9597c6217ecb64ebdc1215bc6af6ea2974cb Author: AJ Slater Date: Thu Jan 5 14:38:35 2023 -0800 better cover error handling commit 3e6bb2b12c307f413f11727d002e51c8b50691ad Author: AJ Slater Date: Thu Jan 5 11:52:27 2023 -0800 rename release branch to main commit 4e2118947feaf33e355938b68cd031957e1e71af Author: AJ Slater Date: Wed Jan 4 23:48:26 2023 -0800 bump comicbox commit a3905e21cf2519a2c634771381911810d5dc50e9 Author: AJ Slater Date: Wed Jan 4 15:18:09 2023 -0800 update deps commit 22b08504cc27a74cae2220c809e79e03bfdbef50 Author: AJ Slater Date: Wed Jan 4 15:15:52 2023 -0800 bump version commit 802fa5b1a7a4e294684ad98319a61cf3d660a14d Author: AJ Slater Date: Wed Jan 4 15:15:35 2023 -0800 force update failed imports task commit 64b7ca89372df11ed3a2859ea7025ab45b023500 Author: AJ Slater Date: Wed Jan 4 14:24:46 2023 -0800 do right side as well with title toolbar commit 6cb35c4bd0ac3138ce6911b101ddf8e9e43d4af8 Author: AJ Slater Date: Wed Jan 4 14:23:40 2023 -0800 line up browser title toolbar padding with filter toolbar commit 0e522aa6679dcdd994d37efb8de3bc69d888f47b Author: AJ Slater Date: Wed Jan 4 14:09:25 2023 -0800 slightly safter cover purge commit 21742192f4d2cae92fc2a559c3aec94fca5b654c Author: AJ Slater Date: Tue Jan 3 22:32:13 2023 -0800 hide progress bar unless there's progress commit 68069cf27d39dd6ffd93ad7a38fbd6fc54fd4941 Merge: 48d527d8 44e80076 Author: AJ Slater Date: Tue Jan 3 22:26:24 2023 -0800 Merge branch 'release' into develop commit 44e80076fce65e3d0852e71e3737b2385d1d5d3e Author: AJ Slater Date: Tue Jan 3 22:06:28 2023 -0800 v1.0.2 (#215) * reorder dockerfile * fix zero padding * line up order-by caption on browser tiles to the bottom * update deps * bump version * drawer attribute optimization * package updates * remove pushover dev dependancy * Fixed next book change drawer opening settings drawer. * orphan component from last commit * dependency updates * bump news * remove script & temporary from admin settings menu * update packages * bump version * fix admin title toolbar z-index * fix failed imports not reupdating * trap db update errors and log issue paths * bump news * Discard orphan websocket connections from the connection pool. * make unseenFailedImports icon color red * use CloseButton component for librarystatus and fix positioning * comicbox 0.6.2 commit 48d527d83ca8039863186e2d20890481cca9201c Author: AJ Slater Date: Tue Jan 3 21:20:01 2023 -0800 comicbox 0.6.2 commit 27bbc6b4ec16cfeb216674a1249b25aadbff8ba7 Author: AJ Slater Date: Tue Jan 3 21:17:16 2023 -0800 use CloseButton component for librarystatus and fix positioning commit 080cc94902fad2645ea29f4248ccbd57bfa8e837 Author: AJ Slater Date: Tue Jan 3 21:16:45 2023 -0800 make unseenFailedImports icon color red commit 2b725677c6418d96e555c67017c3dfc9f838a484 Author: AJ Slater Date: Tue Jan 3 20:58:02 2023 -0800 Discard orphan websocket connections from the connection pool. commit 5d9c0453f3d25e9f6d75e78f267b054c50c716d7 Author: AJ Slater Date: Tue Jan 3 20:39:01 2023 -0800 bump news commit 44c00e84e5059284c3d78c51d3f68074ee09ce1d Author: AJ Slater Date: Tue Jan 3 20:37:54 2023 -0800 trap db update errors and log issue paths commit 3b0fc799a20a540c177040b451ef5432d2a261f6 Author: AJ Slater Date: Tue Jan 3 19:33:08 2023 -0800 fix failed imports not reupdating commit cc6f66869f9b4a904534449292e46c4511e62a7d Author: AJ Slater Date: Tue Jan 3 18:06:57 2023 -0800 fix admin title toolbar z-index commit 897c053dc686157416df490c6ca2b0403cf4749c Author: AJ Slater Date: Tue Jan 3 16:21:20 2023 -0800 bump version commit f554bb5aa4ce35c80f8baf1488247eb2f7609d88 Author: AJ Slater Date: Tue Jan 3 16:21:10 2023 -0800 update packages commit f87326d030f6f723c591adddf3bfb9c514f167e8 Author: AJ Slater Date: Tue Jan 3 16:19:53 2023 -0800 remove script & temporary from admin settings menu commit aba5f631b44c951832dd5ad7aea5adb9393e0ef8 Merge: 3ba78743 31f8ea28 Author: AJ Slater Date: Mon Jan 2 13:23:40 2023 -0800 Merge branch 'release' into develop commit 31f8ea2800210a26cce7ee1098011172e01eae9a Author: AJ Slater Date: Mon Jan 2 12:39:54 2023 -0800 v1.0.1 (#214) * reorder dockerfile * fix zero padding * line up order-by caption on browser tiles to the bottom * update deps * bump version * drawer attribute optimization * package updates * remove pushover dev dependancy * Fixed next book change drawer opening settings drawer. * orphan component from last commit * dependency updates * bump news commit 3ba78743eb7c2ff5448a2f757170c737944cbef9 Merge: a7f10f41 10598e34 Author: AJ Slater Date: Mon Jan 2 12:22:54 2023 -0800 Merge branch 'release' into develop commit a7f10f41b67a05a86e45615635bd5e73370a4f2f Author: AJ Slater Date: Mon Jan 2 12:22:39 2023 -0800 bump news commit d7e4b33b52f049f3e699db23989eae258e03b07c Author: AJ Slater Date: Mon Jan 2 12:19:40 2023 -0800 dependency updates commit c4a98d51d8c7c17fb24b8f3896d61de4da2c068b Author: AJ Slater Date: Mon Jan 2 12:16:27 2023 -0800 orphan component from last commit commit 192ba5edc2aff637e3bc27598cf040e2314c2471 Author: AJ Slater Date: Mon Jan 2 12:16:09 2023 -0800 Fixed next book change drawer opening settings drawer. commit 87e88680aae54b453c715d1029f09d058a34d868 Author: AJ Slater Date: Sun Jan 1 17:03:54 2023 -0800 remove pushover dev dependancy commit 4b4723c40149d6875b325426967445b2ead86657 Author: AJ Slater Date: Sun Jan 1 17:01:32 2023 -0800 package updates commit dd9acdc71d61eafe4caacbcc7a32dea511c59c80 Author: AJ Slater Date: Sun Jan 1 16:58:51 2023 -0800 drawer attribute optimization commit a2fe3a70a50330ba026eef2b38ebf450d2a34fcd Author: AJ Slater Date: Sat Dec 31 16:42:34 2022 -0800 bump version commit a0bbcb52c8846c147c352d4918c2244d6eec6819 Author: AJ Slater Date: Sat Dec 31 16:42:24 2022 -0800 update deps commit e9f75151568449ed29e94f2a51908b23b14cdca0 Author: AJ Slater Date: Sat Dec 31 16:40:11 2022 -0800 line up order-by caption on browser tiles to the bottom commit 3fca957b9bfc2d6170c5d9e160ccb0c79b0663c7 Author: AJ Slater Date: Fri Dec 30 16:45:01 2022 -0800 fix zero padding commit f14749a8de68adc4501815ad0daff082cae17974 Author: AJ Slater Date: Fri Dec 30 15:27:13 2022 -0800 reorder dockerfile commit 10598e342fedf3e11152aea02429f7ab18f25843 Merge: b52827f2 a6d429ba Author: AJ Slater Date: Thu Dec 29 12:17:02 2022 -0800 Merge branch 'develop' into release commit a6d429badee6a5a06d68cc04db1d5aa9fdbd8336 Author: AJ Slater Date: Thu Dec 29 12:16:09 2022 -0800 update packages commit b52827f21762ae3c8e376179262a4f5c49f5b40b Author: AJ Slater Date: Thu Dec 29 12:14:42 2022 -0800 v1.0.0 (#210) * bump version * change search help icon * per server start timestamp for frontend common * use dev for docs so it never goes out of date * use a group converter for urls * converter needs comic as well * fix broken icon definition * filter select throbber * now that it works go back to computed dynamicChoiceNames * pdf don't force rendering with key seems to fix it. make placeholder really dissapear * bump news * alphebetize fields * also offer selected choices so we can deselect them * fix deselecting filters by coercing pk types. let sub-filter-menu determine it's own type * use writatablestate * fix returning more filter choices if a filter is already selected * update version and packages * fix version using timestamp in api. lint * lint * remove cruft * remove vestigal api point * remove export of nonextand function * remove admin tools header * v0.13.1a7 (#194) * Squashed commit of the following: commit 1085a1426e6588225f4c7f514c91ee1009430231 Author: AJ Slater Date: Sun Sep 18 19:29:29 2022 -0700 change transitions commit 4f998c8b10522714744b60075dfa555e2ef41b83 Author: AJ Slater Date: Sun Sep 18 19:22:32 2022 -0700 hide all of failed imports in an expansion panel commit b3f1fd40f942b27590aa8191ef096e131810cf1c Author: AJ Slater Date: Sun Sep 18 19:17:48 2022 -0700 cancel button for change password commit 30ca1f8a43693aaf8e787ae6d853a687232824d3 Author: AJ Slater Date: Sun Sep 18 19:15:14 2022 -0700 hopefully set admin drawer open when large commit 12cdfcf52c4c13f5b5c3a5f50ebd5baad8ff98de Author: AJ Slater Date: Sun Sep 18 19:14:50 2022 -0700 language commit 55f2b0c5cd6ea402b989deda34338935dac1f0e7 Author: AJ Slater Date: Sun Sep 18 19:09:02 2022 -0700 lint commit c1aef5704b0784b80464035007f993d8212ae4cf Author: AJ Slater Date: Sun Sep 18 19:06:22 2022 -0700 lint commit af9064723a965b623afc5ef6ce51f9a49f55ccfc Author: AJ Slater Date: Sun Sep 18 18:53:05 2022 -0700 diable broken md parsing in frontend dir commit f27199d00a050752a85de731d36537ab2e28c2cd Author: AJ Slater Date: Sun Sep 18 18:52:35 2022 -0700 disable security warning commit 0a7d2c493c3e54b319ae201f74bd09ed6931f73a Author: AJ Slater Date: Sun Sep 18 18:41:28 2022 -0700 Squashed commit of the following: commit d648acd46b268c726adbf673f0f5986f5020c39c Author: AJ Slater Date: Sun Sep 18 18:41:13 2022 -0700 fix fix script. package moved to root commit c52a1824ca4a4f02b19851cb9286365a1a1ffa90 Author: AJ Slater Date: Sun Sep 18 18:40:55 2022 -0700 use using eslint-plugin-mdx commit d5a989e75ced2121c8c874e82b42afd3e5e3e4a8 Author: AJ Slater Date: Sun Sep 18 18:40:37 2022 -0700 move to using eslint-plugin-mdx commit 6fb5e6421134b5782f3310692acf4bb76276fec1 Author: AJ Slater Date: Sun Sep 18 18:39:43 2022 -0700 lint commit a17465dbcdf5a320b2937be4f6013f3cf14835c1 Author: AJ Slater Date: Sun Sep 18 18:19:20 2022 -0700 eslint md not quite working can't load remark prettier rules commit ecbee17bc90886db035a21b8e77e467460d16342 Author: AJ Slater Date: Sun Sep 18 16:46:33 2022 -0700 lint pwa commit 5025b317557d71d7cd855759b4fd16fab8974595 Author: AJ Slater Date: Sun Sep 18 14:36:40 2022 -0700 lint commit e971bd92a3b20dda712e5d9dda43fc864a7e0998 Author: AJ Slater Date: Sun Sep 18 14:07:59 2022 -0700 use plugin-prettier-vue, move unicorn rule to root eslintrc, user prettier-config rules after other rules. commit 7d87f1c1bbca35b658cb5fe262bfc30249db3358 Author: AJ Slater Date: Sun Sep 18 01:49:34 2022 -0700 lint commit 26e75cf0edcffc43b0d95f3980b50030421f8c1d Author: AJ Slater Date: Sat Sep 17 22:10:40 2022 -0700 lint rules commit b161b11b1584a1be5f5a72c87cbffdaf707c2550 Author: AJ Slater Date: Sat Sep 17 22:10:26 2022 -0700 remove some listsfields in favor of many=True commit 5e8297df56e3e430fe624ac049678435f5aac6fa Author: AJ Slater Date: Sat Sep 17 19:49:43 2022 -0700 remove cruft commit 653f5a188dbf4478ec69641ac3edb2dc15ac818d Author: AJ Slater Date: Sat Sep 17 19:49:15 2022 -0700 remove cruft commit 4fec82bec54e460c4da05c04a0dee0b74da72412 Author: AJ Slater Date: Sat Sep 17 19:30:02 2022 -0700 lint commit 49b9f4db3e0fa3d69a39fc483b7f0499e9158241 Author: AJ Slater Date: Sat Sep 17 19:02:48 2022 -0700 Squashed commit of the following: commit 7ebfcb123b06696bcb76ae4f5de73efb1f2d57a4 Author: AJ Slater Date: Sat Sep 17 19:02:15 2022 -0700 refactor rootlinks into nav links and fold others into toplinks commit 5a28ca2400601af2177d14d9750ed862c04a6eb4 Author: AJ Slater Date: Sat Sep 17 18:16:51 2022 -0700 change breakpoint for close book button commit 8ffa21af56723c079840368b94ccfca0122da0cf Author: AJ Slater Date: Sat Sep 17 18:16:30 2022 -0700 fix touchmap calling this in arrow function. commit 50527ecba67899124087ac07bc7f2b579dad3343 Author: AJ Slater Date: Sat Sep 17 18:13:21 2022 -0700 use content instead of summary commit 90d03e30bef926aa11e70030085bf7cc6d118dce Author: AJ Slater Date: Sat Sep 17 18:11:58 2022 -0700 more durabliblity for pycountry lookups commit 15085a1ea74506203af6f90820e2ebff4d6198e5 Author: AJ Slater Date: Sat Sep 17 18:05:26 2022 -0700 avoid toplink duplication with entries. let top links have summaries commit fb883f997c00db77d4e4542b81de60f4189d3b38 Author: AJ Slater Date: Sat Sep 17 17:33:30 2022 -0700 fix pocketbooks not urldecoding some things commit 86137de4a2ff46022cd1a327275354f0420ec9f0 Author: AJ Slater Date: Sat Sep 17 17:22:03 2022 -0700 clear commit e06a114d35679409fb7d2893042f504378ffaba8 Author: AJ Slater Date: Sat Sep 17 17:20:49 2022 -0700 ignore content negotiation for pages commit 27e9a6243e0984b8ef634c7c867e0f1bd6c691a4 Author: AJ Slater Date: Sat Sep 17 16:49:31 2022 -0700 don't use redirect link for opds commit 236f31d2a85975886e88afe0866e8d2e923dfd88 Author: AJ Slater Date: Sat Sep 17 16:23:10 2022 -0700 bump news for opds commit b4955383ed8aa13338b4842202261c1e4df6d542 Author: AJ Slater Date: Sat Sep 17 16:12:24 2022 -0700 change routes for top links commit 65fb6e5bdb20709830a7e9eb392b2be2942d50b6 Author: AJ Slater Date: Sat Sep 17 16:06:25 2022 -0700 fix lanuage tag for opds commit 0f62798f5a0c3f528ab76f53bf0c1e38ee44e4c3 Author: AJ Slater Date: Sat Sep 17 15:45:42 2022 -0700 featured link commit 746424998e071af3c4a7b963a9a64e5a54dce36e Author: AJ Slater Date: Sat Sep 17 15:18:01 2022 -0700 add language fix for opds folders commit f0b147b89dbb39733238953f683f8506b64beeef Author: AJ Slater Date: Sat Sep 17 15:16:20 2022 -0700 opensearch:totalResults commit 7b1086ca0d2130c2d8313a87578354c40e1f615e Author: AJ Slater Date: Sat Sep 17 15:02:43 2022 -0700 opensearch itemsPerPage for opds commit b39b31096b9476835dd87569f46be0e52f5da939 Author: AJ Slater Date: Sat Sep 17 14:49:34 2022 -0700 add new top link commit 23941c164b46036af8991c5cb7d7de488789b02f Author: AJ Slater Date: Sat Sep 17 14:37:12 2022 -0700 add published to opds commit ad2edc2948d52a55b7fdf39189dc969547b8bc5c Author: AJ Slater Date: Sat Sep 17 14:28:44 2022 -0700 add publisher to opds commit 580a79f9f8e443032fa9b1aed4c4b217b2c46d2d Author: AJ Slater Date: Sat Sep 17 14:15:03 2022 -0700 fix opds folders view value mapping commit 9d18f461eda305be0325bd12b90b39f7783fac3f Author: AJ Slater Date: Sat Sep 17 13:10:13 2022 -0700 fix opds folder view redirect loop commit e008107ea61b57f8f7f1387454d1fbfd0e819fe2 Author: AJ Slater Date: Sat Sep 17 12:32:20 2022 -0700 move django db functions to own folder commit 3c5b3eef0525e6a1f4bd32c552d774ef32008971 Author: AJ Slater Date: Sat Sep 17 03:11:54 2022 -0700 working opds metadata. opds folder view broken. commit 1ea16aaac5dd4869784a834c2436b70999060a4b Author: AJ Slater Date: Sat Sep 17 02:43:25 2022 -0700 consolidate parsing of csv tags commit ff589d838dc6ad03a9ec18aab832eafdc362b13d Author: AJ Slater Date: Sat Sep 17 02:36:50 2022 -0700 fix opds spec for authors and categories and contributors commit fed88b478343c19a468790240b8665061d419419 Author: AJ Slater Date: Fri Sep 16 17:49:12 2022 -0700 fix null cetegories in opds entry commit f3745564436b3db0837d71e4c19fbf6833547f83 Author: AJ Slater Date: Fri Sep 16 16:25:37 2022 -0700 opds with more error catching and templates for metadata commit 6b076d334fcf6ce91d30c07a402c6a400072b5fc Author: AJ Slater Date: Fri Sep 16 16:17:19 2022 -0700 update npm commit e3d64a7797aba31fae260275cd10930bf5cd8143 Author: AJ Slater Date: Fri Sep 16 16:17:11 2022 -0700 lint commit cb14e29a88bbbd217f13f7b5aa745bd2df927f41 Author: AJ Slater Date: Fri Sep 16 14:19:24 2022 -0700 update packages. bring back flake8-eradicate commit bf8a961738a6b5bd02f5ed69b8d02f84cd052b22 Author: AJ Slater Date: Thu Sep 15 23:35:13 2022 -0700 username in change password dialog commit 9643aa03730bd7c908122444d03a0f85e7cf9bb0 Author: AJ Slater Date: Thu Sep 15 23:32:48 2022 -0700 OPDS copy on click commit 72e623f4b6bf0eaebec12eb418ebb57bd7f80356 Author: AJ Slater Date: Thu Sep 15 21:58:25 2022 -0700 start top link commit ed0e6d4ba98e9131ae13f2ed1412d6acad034843 Author: AJ Slater Date: Thu Sep 15 21:35:33 2022 -0700 opds defaults to no facets commit db6b0fc6c060aaeb24c14a3ea529f74b752dd897 Author: AJ Slater Date: Thu Sep 15 18:28:27 2022 -0700 remove link to old search help commit 8e026429f71a1ba6b35686180b05d93feadabe0c Author: AJ Slater Date: Thu Sep 15 18:28:01 2022 -0700 logo in NEWS. remove old SEARCH.md commit 3624b247753e0d5a49d11452f5dd80f9e680c8ee Author: AJ Slater Date: Thu Sep 15 18:26:34 2022 -0700 try html for github markdown commit 390d156ad2480338aa79f7c0b20abeaae59b5fbc Author: AJ Slater Date: Thu Sep 15 18:26:20 2022 -0700 lint commit 333ce4dc628b5e7a198a4c969651096525e44094 Author: AJ Slater Date: Thu Sep 15 18:22:12 2022 -0700 add logo to README commit 517b792f014455aedc1384e2f8a6195746fe09d8 Author: AJ Slater Date: Thu Sep 15 18:13:35 2022 -0700 fix null for dttm column component commit dce2bbd2d9a672e4b15d49207e5e9caef98c186f Author: AJ Slater Date: Thu Sep 15 18:11:38 2022 -0700 admin settings dividers commit ddf586af7a0f9fed89653eea217556bab0124528 Author: AJ Slater Date: Thu Sep 15 17:59:41 2022 -0700 Squashed commit of the following: commit 666fb63b59fc8c9708dbf91f7464b15fbd532f5d Author: AJ Slater Date: Thu Sep 15 17:58:37 2022 -0700 failed imports layout commit 8559262a58b50905c6e97a50717827f4c818a89f Author: AJ Slater Date: Thu Sep 15 17:54:24 2022 -0700 hover effect for old django admin panel commit 83c2c6a5d427e7a22fa92fe02e4c8850fb55b53d Author: AJ Slater Date: Thu Sep 15 17:51:01 2022 -0700 move failed imports to it's own component commit ee0edd1e877d8957f256332116b5e77afa06dea6 Author: AJ Slater Date: Thu Sep 15 17:29:47 2022 -0700 fix initial state of drawer on mobile commit 91d6d6f2fcd5ba17eae9ce5e4edd7a58874149e0 Author: AJ Slater Date: Thu Sep 15 17:26:19 2022 -0700 lint commit 942491f82cafe56f2e20eaa04708ced709052ff5 Author: AJ Slater Date: Thu Sep 15 17:22:06 2022 -0700 use icon buttons commit 8f2debbb899f5ffff103f02c14a5295b5b7f5a30 Author: AJ Slater Date: Thu Sep 15 17:13:19 2022 -0700 datetime column component commit 06348681e4c964eafa5f82012059caaa9281e2da Author: AJ Slater Date: Thu Sep 15 16:12:27 2022 -0700 better dttm columns for admin commit 0320ef9940c9b7cc93d0b1dee59313fa7f77ffd9 Author: AJ Slater Date: Thu Sep 15 15:43:13 2022 -0700 fix groups and such loading for library tab commit 9ce500d94e294010d1f87da48ff3a7e252f8dc31 Author: AJ Slater Date: Thu Sep 15 15:37:15 2022 -0700 fix times checkbox layout commit 4a0d4e996de3c9743c3fc2325b52bc6f35482806 Author: AJ Slater Date: Thu Sep 15 15:37:01 2022 -0700 adjust flag descriptions commit 610a8ef20fb1d09c88dcbe50ab23669f457eb658 Author: AJ Slater Date: Thu Sep 15 15:10:32 2022 -0700 highlight table for admin commit e05cf11c68edc5c66ed7b0116f614f9217238893 Author: AJ Slater Date: Thu Sep 15 15:03:53 2022 -0700 confirm spacing and cancel button commit 75214d2a0d42333ff20ca67858ec24d818f8707b Author: AJ Slater Date: Thu Sep 15 15:00:23 2022 -0700 task tab spacing commit b875200d1c28efca88fb3ac438b88223518493aa Author: AJ Slater Date: Thu Sep 15 14:44:03 2022 -0700 group add fixes. cancel buttons for all admin add dialogs commit 4c940f4b1e8ac090db00cb5b5b23f1ca86ae01d5 Author: AJ Slater Date: Thu Sep 15 14:33:41 2022 -0700 flag tab spacing commit d8e0a5f1aff5f46e1dfadc4c37fcd767297bba63 Author: AJ Slater Date: Thu Sep 15 14:30:56 2022 -0700 library spacing commit 698fe0f9c7ff15e7c3ebc88fff9e8ba57f2c4ec4 Author: AJ Slater Date: Thu Sep 15 14:18:23 2022 -0700 admin tab header spacing commit 9da8e101d7d36680156cc82540dc9cec6e95b171 Author: AJ Slater Date: Thu Sep 15 14:07:11 2022 -0700 spacing for user-tab commit 540b866cc2568d00b23f554bc4306435a624350c Author: AJ Slater Date: Thu Sep 15 14:05:27 2022 -0700 set drawer status on mount commit d369a5d6c47a91686a1f76a28322fa7b080381c0 Author: AJ Slater Date: Thu Sep 15 13:48:45 2022 -0700 fix table height for fixed headers in admin tables commit c4c7c6e5c21b14dc177934a0db98f58c9144a1da Author: AJ Slater Date: Thu Sep 15 13:38:48 2022 -0700 round add buttons commit 4cd66a59c8af30f7fb189af0b4c2f53070ed002d Author: AJ Slater Date: Thu Sep 15 13:18:02 2022 -0700 fix variable names commit 2e3b70645e5c3c90a6fba01409af6046bd8cc894 Author: AJ Slater Date: Thu Sep 15 13:16:24 2022 -0700 fix admin setting drawer to show only on mobile. use setting drawer mobile breakpoint. add version footer to admin settings drawer. commit 870f85a660cb2ae13822a20ba0c9d4764ab28dd1 Author: AJ Slater Date: Thu Sep 15 13:14:46 2022 -0700 move setting drawer outside of main commit 6f89545cdb384d911c3cacadc2fe126cfe212a98 Author: AJ Slater Date: Thu Sep 15 13:14:22 2022 -0700 fix touchMap and use breakpoint.mobile from vuetify commit a0a9dad907749de71652fcb7b80c1967d37492d5 Author: AJ Slater Date: Wed Sep 14 18:05:02 2022 -0700 move admin side stuff into settings drawer commit 96423db58101877358eceaacf989617ac012bb62 Author: AJ Slater Date: Wed Sep 14 17:11:38 2022 -0700 move use authmenu in admin drawer. no tasks running div commit f10388d65cafa35c3ae0ca4562c162d4485608ff Author: AJ Slater Date: Wed Sep 14 16:55:11 2022 -0700 fix statuslist import commit bf3430926a46614fa5f910ed0685e0e23522fdde Author: AJ Slater Date: Fri Apr 5 00:55:57 2024 -0500 bump version commit 2f4ce3ceaff4d461f1b1b183456d438414052509 Author: AJ Slater Date: Fri Apr 5 00:55:52 2024 -0500 get all admin flags on request start. refactor browser querysets to use common queryset. fix page out of bounds for browser crashes and redirect loop. no orphans when searching for future alignment. commit c666369d1bf98401b6cf6a4dfc2d4a3e021c5d41 Author: AJ Slater Date: Fri Apr 5 00:53:51 2024 -0500 parse query param with the rest of query parsing not just for search filter commit 0ba95c797e8ffcdeea49ab2fd7b6277b483a2b05 Author: AJ Slater Date: Fri Apr 5 00:52:34 2024 -0500 fix opds error redirects commit 66d9af43cbe9f2520eb380f04967d74e3ed5003d Author: AJ Slater Date: Fri Apr 5 00:52:16 2024 -0500 fix opds v2 crashes. disable opdsv2 streaming commit da8fd90e1620983a0ce0eaa37868922bafb6b0ce Author: AJ Slater Date: Fri Apr 5 00:51:41 2024 -0500 opds v1 uses new max page commit e51bfd262a20743ca406c914e91b01f8e63a431a Author: AJ Slater Date: Fri Apr 5 00:51:11 2024 -0500 const for browser max page commit 2c4479afc938e5647a1da545b8ed7f789dd35603 Author: AJ Slater Date: Fri Apr 5 00:50:34 2024 -0500 fix browser button not getting correct route commit 8589381657ae412a5394a18100927db4b0d32e3f Author: AJ Slater Date: Fri Apr 5 00:50:08 2024 -0500 minor refactor for metadata-text calculation commit edbce5b4baae0ea836e4a84507621d173f652928 Author: AJ Slater Date: Fri Apr 5 00:49:36 2024 -0500 fix browser throbber not appearing often enough commit ef3326d9ff3dfb124fd05842fd946faad16f0414 Author: AJ Slater Date: Fri Apr 5 00:49:07 2024 -0500 minor refactor browser main page commit 2131ee99bd3f8a831adae21d52b3a4b0dd210543 Author: AJ Slater Date: Fri Apr 5 00:48:36 2024 -0500 reorder search settings in case they change with search optimizations commit b7dfcc681e9f6e4bf3d87d10c21725257df20e23 Author: AJ Slater Date: Fri Apr 5 00:01:31 2024 -0500 simplify bookmark creation commit 6eaa0fc0c4d85c67029d5119c69c328c4f0f95db Author: AJ Slater Date: Thu Apr 4 23:58:58 2024 -0500 slow query middleware for debug" commit f443178bd3d9b533ccfdb02311d88bbc86e1a478 Author: AJ Slater Date: Thu Apr 4 23:56:48 2024 -0500 fix metadata parent folder link commit e8e2a21da3c64b4af557f805c22663ad3cfa8a82 Author: AJ Slater Date: Thu Apr 4 23:55:46 2024 -0500 refactor choices parsing commit fd6cf93f92b29e4b2875c22e136ba8b50a0eb96b Author: AJ Slater Date: Thu Apr 4 23:48:12 2024 -0500 Fix root folder for library sometimes not created on import. commit 248f19bc57d2bcbb96b4a72e6cf89b242ca2129a Author: AJ Slater Date: Thu Apr 4 23:46:20 2024 -0500 only clear cache if something changed on import commit 20449a29e529bf4b8876d2c954269f62936a0b2f Author: AJ Slater Date: Thu Apr 4 23:45:41 2024 -0500 remove workaround for django channels bug commit 2cdbaef0b48733281fc400dfcd307b39907a9bcc Author: AJ Slater Date: Thu Apr 4 23:44:07 2024 -0500 update README * v1.5.13a2 (#368) * Squashed commit of the following: commit 8ce1157ec51358869996612a903c0e949f0faeae Author: AJ Slater Date: Fri Apr 5 01:00:44 2024 -0500 Squashed commit of the following: commit a7f9a4308b8db886dc700f40a3607cab0781fb76 Author: AJ Slater Date: Fri Apr 5 00:55:57 2024 -0500 bump version commit 2f4ce3ceaff4d461f1b1b183456d438414052509 Author: AJ Slater Date: Fri Apr 5 00:55:52 2024 -0500 get all admin flags on request start. refactor browser querysets to use common queryset. fix page out of bounds for browser crashes and redirect loop. no orphans when searching for future alignment. commit c666369d1bf98401b6cf6a4dfc2d4a3e021c5d41 Author: AJ Slater Date: Fri Apr 5 00:53:51 2024 -0500 parse query param with the rest of query parsing not just for search filter commit 0ba95c797e8ffcdeea49ab2fd7b6277b483a2b05 Author: AJ Slater Date: Fri Apr 5 00:52:34 2024 -0500 fix opds error redirects commit 66d9af43cbe9f2520eb380f04967d74e3ed5003d Author: AJ Slater Date: Fri Apr 5 00:52:16 2024 -0500 fix opds v2 crashes. disable opdsv2 streaming commit da8fd90e1620983a0ce0eaa37868922bafb6b0ce Author: AJ Slater Date: Fri Apr 5 00:51:41 2024 -0500 opds v1 uses new max page commit e51bfd262a20743ca406c914e91b01f8e63a431a Author: AJ Slater Date: Fri Apr 5 00:51:11 2024 -0500 const for browser max page commit 2c4479afc938e5647a1da545b8ed7f789dd35603 Author: AJ Slater Date: Fri Apr 5 00:50:34 2024 -0500 fix browser button not getting correct route commit 8589381657ae412a5394a18100927db4b0d32e3f Author: AJ Slater Date: Fri Apr 5 00:50:08 2024 -0500 minor refactor for metadata-text calculation commit edbce5b4baae0ea836e4a84507621d173f652928 Author: AJ Slater Date: Fri Apr 5 00:49:36 2024 -0500 fix browser throbber not appearing often enough commit ef3326d9ff3dfb124fd05842fd946faad16f0414 Author: AJ Slater Date: Fri Apr 5 00:49:07 2024 -0500 minor refactor browser main page commit 2131ee99bd3f8a831adae21d52b3a4b0dd210543 Author: AJ Slater Date: Fri Apr 5 00:48:36 2024 -0500 reorder search settings in case they change with search optimizations commit b7dfcc681e9f6e4bf3d87d10c21725257df20e23 Author: AJ Slater Date: Fri Apr 5 00:01:31 2024 -0500 simplify bookmark creation commit 6eaa0fc0c4d85c67029d5119c69c328c4f0f95db Author: AJ Slater Date: Thu Apr 4 23:58:58 2024 -0500 slow query middleware for debug" commit f443178bd3d9b533ccfdb02311d88bbc86e1a478 Author: AJ Slater Date: Thu Apr 4 23:56:48 2024 -0500 fix metadata parent folder link commit e8e2a21da3c64b4af557f805c22663ad3cfa8a82 Author: AJ Slater Date: Thu Apr 4 23:55:46 2024 -0500 refactor choices parsing commit fd6cf93f92b29e4b2875c22e136ba8b50a0eb96b Author: AJ Slater Date: Thu Apr 4 23:48:12 2024 -0500 Fix root folder for library sometimes not created on import. commit 248f19bc57d2bcbb96b4a72e6cf89b242ca2129a Author: AJ Slater Date: Thu Apr 4 23:46:20 2024 -0500 only clear cache if something changed on import commit 20449a29e529bf4b8876d2c954269f62936a0b2f Author: AJ Slater Date: Thu Apr 4 23:45:41 2024 -0500 remove workaround for django channels bug commit 2cdbaef0b48733281fc400dfcd307b39907a9bcc Author: AJ Slater Date: Thu Apr 4 23:44:07 2024 -0500 update README * update search help button name * bump version to alpha 2 * bump version * fix update builder requirement script * fix build error * update deps bump version' * bump eslint version to highest 8 * make slow query middleware not tied to DEBUG * dont use django-vite when building to avoid warnings. move most settings environment variables to one place * fix null search score blowing up metadata for comics * path searching * check for npm outdated at the end instead of blocking frontend update * update whitenoise immutable test for rollup 4 * lint * django cachalot * update deps * settings * simplify search score annotation for no query * adjust comment * refactor cover and bookmark annotations * update deps * fix opds redirects. update news * fix registration message when logged out * remove print, lint * fix type checking * Change browser order by to something sensible when search cleared. * bump dockerfile version * OPDS streaming broken for some clients (Chunky) without metadata. OPDS uses filename fallback for title if missing metadata. bump version to 1.5.15 * update deps * fix opds missing page_count, broken redirects * update deps * build frontend before backend * fix pyright to specifically activate local venv * update deps * fix updating and createing exclude groups * update news and bump version * update comicbox and bump news * fix lint-backend for ci * fix build by making build-backend not build frontend. new build target does both * try to fix build by versioning makefile too * bump base version * fix css for card controls since vuetify update * minor js refactors * refactor browser-up-button code to be more readable * update deps, bump version add news * fix news version number * update deps * update deps * bump news * bump version * give all watched paths a relative search_path method. fixes metadata crash * bump news * bump version * update eslint * frontend modern eslint.config * lint * update deps * v1.6.0 squash * fix metadata groups for inidividual comics * update deps and version * fix filter crash * fix unable to login bug * use an empty state component * bump news * speling * only group_by on collapsible groups, messes with count otherwise --------- Co-authored-by: Alexandre <44178713+alexbelgium@users.noreply.github.com> --- NEWS.md | 7 ++++- codex/views/browser/annotations.py | 11 ++++--- codex/views/browser/browser.py | 8 ++--- codex/views/browser/cover.py | 2 -- codex/views/browser/metadata.py | 15 ++++----- frontend/package-lock.json | 50 +++++++++++++++--------------- frontend/package.json | 2 +- package-lock.json | 32 +++++++++---------- poetry.lock | 6 ++-- pyproject.toml | 2 +- 10 files changed, 69 insertions(+), 66 deletions(-) diff --git a/NEWS.md b/NEWS.md index 914b7850..8566b85d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,11 @@ width: 128px; border-radius: 128px; " /> +## v1.6.2 + +- Fixes + - Fix pagination with more than 100 comics in the browser. + ## v1.6.1 - Features @@ -15,7 +20,7 @@ border-radius: 128px; - Fixes - Fix unable to login if anonymous users prohibited. - Fix filter crash. - - Metadata was showing incorrect groups for inividual comics + - Metadata was showing incorrect groups for individual comics ## v1.6.0 diff --git a/codex/views/browser/annotations.py b/codex/views/browser/annotations.py index 00037e04..eb048670 100644 --- a/codex/views/browser/annotations.py +++ b/codex/views/browser/annotations.py @@ -27,6 +27,7 @@ Volume, ) from codex.models.functions import JsonGroupArray +from codex.models.groups import Imprint, Publisher, Series from codex.views.browser.order_by import ( BrowserOrderByView, ) @@ -60,8 +61,8 @@ "story_arc_number", } ) -_ALTERNATE_GROUP_BY: MappingProxyType[type[BrowserGroupModel], str] = MappingProxyType( - {Comic: "id", Volume: "name", Folder: "name"} +_GROUP_BY: MappingProxyType[type[BrowserGroupModel], str] = MappingProxyType( + {Publisher: "sort_name", Imprint: "sort_name", Series: "sort_name", Volume: "name"} ) LOG = get_logger(__name__) @@ -77,11 +78,13 @@ def __init__(self, *args, **kwargs): self.comic_sort_names = () self.bm_annotataion_data: dict[BrowserGroupModel, tuple[str, dict]] = {} - def get_group_by(self, model=None): + def add_group_by(self, qs, model=None): """Get the group by for the model.""" if model is None: model = self.model - return _ALTERNATE_GROUP_BY.get(model, "sort_name") # type: ignore + if group_by := _GROUP_BY.get(model): # type: ignore + qs = qs.group_by(group_by) + return qs def _alias_sort_names(self, qs, model): """Annotate sort_name.""" diff --git a/codex/views/browser/browser.py b/codex/views/browser/browser.py index 6a3ea9e3..0b07bbbc 100644 --- a/codex/views/browser/browser.py +++ b/codex/views/browser/browser.py @@ -115,8 +115,9 @@ def get_model_group(self): def _get_common_queryset(self, model): """Create queryset common to group & books.""" qs = self.get_filtered_queryset(model) - count_group_by = self.get_group_by(model) - count = qs.group_by(count_group_by).count() + count_qs = self.add_group_by(qs, model) + count = count_qs.count() + if count: qs = self.annotate_order_aggregates(qs, model) qs = self.add_order_by(qs, model) @@ -137,8 +138,7 @@ def _get_group_queryset(self): count = 0 else: qs, count = self._get_common_queryset(self.model) - group_by = self.get_group_by() - qs = qs.group_by(group_by) + qs = self.add_group_by(qs) return qs, count def _get_book_queryset(self): diff --git a/codex/views/browser/cover.py b/codex/views/browser/cover.py index d0afb95a..e91232eb 100644 --- a/codex/views/browser/cover.py +++ b/codex/views/browser/cover.py @@ -102,8 +102,6 @@ def _get_dynamic_cover(self): comic_qs = self.annotate_order_aggregates(comic_qs, Comic) comic_qs = self.add_order_by(comic_qs, Comic) comic_qs = comic_qs.only("pk") - group_by = self.get_group_by(Comic) - comic_qs.group_by(group_by) comic = comic_qs.first() cover_pk = comic.pk if comic else 0 return cover_pk, False diff --git a/codex/views/browser/metadata.py b/codex/views/browser/metadata.py index 31f53562..8aaccf07 100644 --- a/codex/views/browser/metadata.py +++ b/codex/views/browser/metadata.py @@ -116,13 +116,11 @@ def _intersection_annotate( else: # group_by makes the filter work, but prevents its # use as a subquery in the big query. - group_by = self.get_group_by() - sq = ( - filtered_qs.alias(filter_count=Count(full_field, distinct=True)) - .filter(filter_count=1) - .group_by(group_by) - .values_list(full_field + related_suffix, flat=True) - ) + sq = filtered_qs.alias( + filter_count=Count(full_field, distinct=True) + ).filter(filter_count=1) + sq = self.add_group_by(sq) + sq = sq.values_list(full_field + related_suffix, flat=True) try: val = sq[0] except IndexError: @@ -307,8 +305,7 @@ def get_object(self): qs = self.annotate_order_aggregates(qs, self.model) qs = self.annotate_card_aggregates(qs, self.model) qs = self._annotate_values_and_fks(qs, filtered_qs) - group_by = self.get_group_by() - qs = qs.group_by(group_by) + qs = self.add_group_by(qs) try: obj = qs[0] diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4bef1fb5..e756a41d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex", - "version": "1.6.1", + "version": "1.6.2", "dependencies": { "@unhead/vue": "^1.7.2", "axios": "^1.4.0", @@ -1574,14 +1574,14 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.13.0.tgz", - "integrity": "sha512-ZrMCe1R6a01T94ilV13egvcnvVJ1pxShkE0+NDjDzH4nvG1wXpwsVI5bZCvE7AEDH1mXEx5tJSVR68bLgG7Dng==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.13.1.tgz", + "integrity": "sha512-adbXNVEs6GmbzaCpymHQ0MB6E4TqoiVbC0iqG3uijR8ZYfpAXMGttouQzF4Oat3P2GxDVIrg7bMI/P65LiQZdg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "7.13.0", - "@typescript-eslint/visitor-keys": "7.13.0" + "@typescript-eslint/types": "7.13.1", + "@typescript-eslint/visitor-keys": "7.13.1" }, "engines": { "node": "^18.18.0 || >=20.0.0" @@ -1592,9 +1592,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.13.0.tgz", - "integrity": "sha512-QWuwm9wcGMAuTsxP+qz6LBBd3Uq8I5Nv8xb0mk54jmNoCyDspnMvVsOxI6IsMmway5d1S9Su2+sCKv1st2l6eA==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.13.1.tgz", + "integrity": "sha512-7K7HMcSQIAND6RBL4kDl24sG/xKM13cA85dc7JnmQXw2cBDngg7c19B++JzvJHRG3zG36n9j1i451GBzRuHchw==", "dev": true, "license": "MIT", "engines": { @@ -1606,14 +1606,14 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.13.0.tgz", - "integrity": "sha512-cAvBvUoobaoIcoqox1YatXOnSl3gx92rCZoMRPzMNisDiM12siGilSM4+dJAekuuHTibI2hVC2fYK79iSFvWjw==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.13.1.tgz", + "integrity": "sha512-uxNr51CMV7npU1BxZzYjoVz9iyjckBduFBP0S5sLlh1tXYzHzgZ3BR9SVsNed+LmwKrmnqN3Kdl5t7eZ5TS1Yw==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "@typescript-eslint/types": "7.13.0", - "@typescript-eslint/visitor-keys": "7.13.0", + "@typescript-eslint/types": "7.13.1", + "@typescript-eslint/visitor-keys": "7.13.1", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -1674,16 +1674,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.13.0.tgz", - "integrity": "sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.13.1.tgz", + "integrity": "sha512-h5MzFBD5a/Gh/fvNdp9pTfqJAbuQC4sCN2WzuXme71lqFJsZtLbjxfSk4r3p02WIArOF9N94pdsLiGutpDbrXQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "7.13.0", - "@typescript-eslint/types": "7.13.0", - "@typescript-eslint/typescript-estree": "7.13.0" + "@typescript-eslint/scope-manager": "7.13.1", + "@typescript-eslint/types": "7.13.1", + "@typescript-eslint/typescript-estree": "7.13.1" }, "engines": { "node": "^18.18.0 || >=20.0.0" @@ -1697,13 +1697,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.13.0.tgz", - "integrity": "sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.13.1.tgz", + "integrity": "sha512-k/Bfne7lrP7hcb7m9zSsgcBmo+8eicqqfNAJ7uUY+jkTFpKeH2FSkWpFRtimBxgkyvqfu9jTPRbYOvud6isdXA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "7.13.0", + "@typescript-eslint/types": "7.13.1", "eslint-visitor-keys": "^3.4.3" }, "engines": { diff --git a/frontend/package.json b/frontend/package.json index 452c4fd1..f3b8dd4e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "codex", - "version": "1.6.1", + "version": "1.6.2", "private": true, "description": "ui for codex api", "type": "module", diff --git a/package-lock.json b/package-lock.json index 74ce8748..de2787f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -852,9 +852,9 @@ "license": "MIT" }, "node_modules/@typescript-eslint/types": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.13.0.tgz", - "integrity": "sha512-QWuwm9wcGMAuTsxP+qz6LBBd3Uq8I5Nv8xb0mk54jmNoCyDspnMvVsOxI6IsMmway5d1S9Su2+sCKv1st2l6eA==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.13.1.tgz", + "integrity": "sha512-7K7HMcSQIAND6RBL4kDl24sG/xKM13cA85dc7JnmQXw2cBDngg7c19B++JzvJHRG3zG36n9j1i451GBzRuHchw==", "dev": true, "license": "MIT", "optional": true, @@ -867,15 +867,15 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.13.0.tgz", - "integrity": "sha512-cAvBvUoobaoIcoqox1YatXOnSl3gx92rCZoMRPzMNisDiM12siGilSM4+dJAekuuHTibI2hVC2fYK79iSFvWjw==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.13.1.tgz", + "integrity": "sha512-uxNr51CMV7npU1BxZzYjoVz9iyjckBduFBP0S5sLlh1tXYzHzgZ3BR9SVsNed+LmwKrmnqN3Kdl5t7eZ5TS1Yw==", "dev": true, "license": "BSD-2-Clause", "optional": true, "dependencies": { - "@typescript-eslint/types": "7.13.0", - "@typescript-eslint/visitor-keys": "7.13.0", + "@typescript-eslint/types": "7.13.1", + "@typescript-eslint/visitor-keys": "7.13.1", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -897,14 +897,14 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.13.0.tgz", - "integrity": "sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.13.1.tgz", + "integrity": "sha512-k/Bfne7lrP7hcb7m9zSsgcBmo+8eicqqfNAJ7uUY+jkTFpKeH2FSkWpFRtimBxgkyvqfu9jTPRbYOvud6isdXA==", "dev": true, "license": "MIT", "optional": true, "dependencies": { - "@typescript-eslint/types": "7.13.0", + "@typescript-eslint/types": "7.13.1", "eslint-visitor-keys": "^3.4.3" }, "engines": { @@ -2383,13 +2383,13 @@ } }, "node_modules/espree": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz", - "integrity": "sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", + "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "acorn": "^8.11.3", + "acorn": "^8.12.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^4.0.0" }, diff --git a/poetry.lock b/poetry.lock index 7c6c344f..595c168a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2778,13 +2778,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.1" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"}, - {file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index 30a87e9d..d0de1620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "codex" -version = "1.6.1" +version = "1.6.2" description = "A comic archive web server." license = "GPL-3.0-only" authors = ["AJ Slater "]