Commit Graph

  • 8683fc9fe4 Fix:Show series name when collapsing sub-series #2140 advplyr 2023-09-23 14:38:30 -0500
  • 2b3c3cd088
    Add infra to handle with feed healthy mfcar 2023-09-23 20:38:03 +0100
  • fd0920c808 Fix:Updating RSS feeds with new episodes #2139 advplyr 2023-09-23 14:27:13 -0500
  • 9922294507 Fix setting tokenSecret on init advplyr 2023-09-23 13:42:28 -0500
  • f42ab45e1b Update passwordless root user check to user user.type instead of user.id advplyr 2023-09-23 13:30:28 -0500
  • 7a131880e5 show/hide of login buttons lukeIam 2023-09-23 17:00:14 +0100
  • a446fc0f20
    Merge pull request #2138 from husjon/add-norwegian_translation advplyr 2023-09-23 09:37:55 -0500
  • 202c26acf5 translation progress Jon Erling Hustadnes 2023-09-22 12:40:09 +0200
  • f0b2acb4c7 added 'no' to languageCodeMap i18n.js Jon Erling Hustadnes 2023-09-23 16:18:48 +0200
  • 102c90c4e8
    Merge pull request #2133 from mfcar/mf/backup advplyr 2023-09-22 16:56:12 -0500
  • 7c484d8e96 Remove commented out backup location advplyr 2023-09-22 16:53:59 -0500
  • e9f0f7d1bc Add LabelBackupLocation translation strings advplyr 2023-09-22 16:51:35 -0500
  • f37ab53eff Update get all backups api endpoint to return backupLocation, display location above backup settings advplyr 2023-09-22 16:49:01 -0500
  • 97b0b98605
    Merge pull request #2102 from selfhost-alt/sqlite-query-logging advplyr 2023-09-22 16:17:32 -0500
  • 1ab34fa77f
    Update server/Database.js advplyr 2023-09-22 16:14:12 -0500
  • b64ecc7c6f
    Update server/Database.js advplyr 2023-09-22 16:14:00 -0500
  • a11fc214e9
    Merge pull request #2099 from mikiher/Fuzzy-Matching advplyr 2023-09-22 16:07:17 -0500
  • 61c48602e8 Add jsdocs to BookFinder search functions advplyr 2023-09-22 16:03:41 -0500
  • 452d59dcf6 copy of en-us.json to no.json Jon Erling Hustadnes 2023-09-22 12:31:38 +0200
  • 5e976c08af Update cover API endpoint to only load necessary data from DB #2073 advplyr 2023-09-21 16:57:48 -0500
  • f1cce76e2c
    Merge pull request #2121 from Hallo951/master advplyr 2023-09-20 17:32:03 -0500
  • 872fba1103
    Merge pull request #2129 from mikiher/URI-encoding-2 advplyr 2023-09-20 16:49:18 -0500
  • 944f5950ca
    File missing mfcar 2023-09-20 22:36:30 +0100
  • bfa87a2131
    Add a way to see the backup location mfcar 2023-09-20 22:33:58 +0100
  • 0e75c80627 prepare show/hide of login buttons lukeIam 2023-09-20 19:45:32 +0100
  • 2c25f64652 Add /auth_methods route lukeIam 2023-09-20 19:16:08 +0100
  • 45cf00bd04 fix openid + jwt auth lukeIam 2023-09-20 19:06:16 +0100
  • f6113e85c7 cookie lifetime lukeIam 2023-09-20 18:48:57 +0100
  • 2c90bba774 small refactorings lukeIam 2023-09-20 18:37:55 +0100
  • 51b0750a3f Merge remote-tracking branch 'origin/master' into auth_passportjs lukeIam 2023-09-20 17:34:29 +0100
  • 6eab985b1e Use encodeURIComponent for text inputs mikiher 2023-09-20 11:25:21 +0000
  • 81a9b8d158
    Merge branch 'advplyr:master' into Fuzzy-Matching mikiher 2023-09-20 13:12:18 +0300
  • 9519f6418d
    Now, whenever someone requests a backup file, it will automatically suggest a default file name for the downloaded file. mfcar 2023-09-19 22:37:57 +0100
  • 9967a5dc66 Fix:Set ebookFormat on scans #2126 advplyr 2023-09-19 15:42:38 -0500
  • 9382055bf2
    Update de.json Hallo951 2023-09-19 09:39:46 +0200
  • 604f52762b
    Merge pull request #2120 from itzexor/x-accel-encode advplyr 2023-09-18 17:51:53 -0500
  • ae88a4d20a Fix:Matching a library with no items not removing library scan #2118 advplyr 2023-09-18 17:38:45 -0500
  • b5a27226cc Fix:Misleading log on cover manager advplyr 2023-09-18 16:45:30 -0500
  • 2c71324381 Fix:Book re-scan properly checking if existing coverPath exists #2110 advplyr 2023-09-18 16:43:43 -0500
  • 207ba7ec8e x-accel: encode all paths to URIs updates util function encodeUriPath to use node:url with a file:// path prefix, and updates all instances x-accel redirection to use this helper util instead of sending unencoded paths into the header. James Ross 2023-09-18 13:08:19 -0700
  • e56b8edc0a Version bump 2.4.3 v2.4.3 advplyr 2023-09-17 16:13:19 -0500
  • 8ab0a0a14d Update personalized shelves logs to dev logs advplyr 2023-09-17 16:09:21 -0500
  • 4e01722ba6
    Merge pull request #2103 from selfhost-alt/faster-scan-for-empty-series advplyr 2023-09-17 15:54:33 -0500
  • 87eaacea22 Fix empty podcast and empty book queries when cleaning db on init advplyr 2023-09-17 15:53:25 -0500
  • 3ad4f05449 Merge branch 'master' into faster-scan-for-empty-series advplyr 2023-09-17 15:47:06 -0500
  • 817be40959
    Merge pull request #2101 from selfhost-alt/fix-parse-full-name-typo advplyr 2023-09-17 15:43:25 -0500
  • d18592eaeb Fix:Duplicate series and authors being added on matches and scans #2106 advplyr 2023-09-17 15:29:39 -0500
  • 0aae672e19 Fix:Scanner purge cover cache when extracting from audio file advplyr 2023-09-17 14:53:25 -0500
  • 0a6cd89090 Allow rest mode login (?isRest=true) lukeIam 2023-09-17 18:42:42 +0100
  • cfd9a01da7 Fix:Server crash when removing item from playlist #2115 advplyr 2023-09-17 12:40:13 -0500
  • 942aa93f57 Fix: local login not possible lukeIam 2023-09-16 19:45:04 +0000
  • 763c0f4a3d add missing await lukeIam 2023-09-16 18:51:29 +0000
  • 7af3033f8d Fix: ci error - no token sercret lukeIam 2023-09-16 18:42:48 +0000
  • 91d8451ab3 Remove log messages lukeIam 2023-09-16 18:22:23 +0000
  • 6aaf3f0f02 Fix bug with undefined property lukeIam 2023-09-16 18:22:11 +0000
  • 226a774ab9 Merge remote-tracking branch 'origin/master' into auth_passportjs lukeIam 2023-09-16 18:02:51 +0000
  • 19cf3bfb9f Fix query to actually return empty series Selfhost Alt 2023-09-15 13:32:21 -0700
  • 67bbe21513 Make quick-match more conservative mikiher 2023-09-15 09:24:19 +0000
  • b668c6e37a Remove stray quote Selfhost Alt 2023-09-14 23:04:47 -0700
  • 71762ef837 Newline before printing query Selfhost Alt 2023-09-14 23:01:40 -0700
  • b1524d245e Add ability to enable DEV logs of Sqlite queries Selfhost Alt 2023-09-14 22:52:43 -0700
  • 8b39b01269 Scan for empty book series more efficiently Selfhost Alt 2023-09-14 22:35:33 -0700
  • f7849d2956 Fix typo in fixParsedNameCase Selfhost Alt 2023-09-14 22:12:22 -0700
  • ac746f199b Fuzzy Matching V1 mikiher 2023-09-14 21:32:20 +0000
  • af4c35069b Use a short-time cookie to remember where to callback to lukeIam 2023-09-14 18:49:19 +0100
  • 2bb3f6265f Idea how to set host tz in the container lukeIam 2023-09-14 18:25:12 +0100
  • fea28351f9 Version bump 2.4.2 v2.4.2 advplyr 2023-09-13 16:48:28 -0500
  • bb124d3274
    Merge pull request #2089 from Lionfox2/patch-2 advplyr 2023-09-13 16:46:39 -0500
  • 6cd1b82ada
    Merge pull request #2083 from Machou/patch-1 advplyr 2023-09-13 16:46:23 -0500
  • c701617fbb
    Merge pull request #2079 from Nab0y/master advplyr 2023-09-13 16:46:02 -0500
  • 405c954b65 Updated + first rough implementation lukeIam 2023-09-13 16:35:39 +0000
  • 5d84c426fe
    Update de.json Lionfox2 2023-09-12 23:30:58 +0200
  • 083ba2fe19 Fix:Podcast download queue page available on refresh #2088 advplyr 2023-09-12 15:35:14 -0500
  • 1024bc5a75 Fix:Podcast library stat for total size #2072 advplyr 2023-09-12 13:43:28 -0500
  • 9553c19b33 Fix:Authors dropdown to use filter data instead of API endpoint #2077 advplyr 2023-09-12 12:33:41 -0500
  • 2cbc9a07cb
    Update fr.json Machou 2023-09-12 18:11:38 +0200
  • ab97a9d613 Fix:Crash when updating book author or series that includes an apostrophe #2070 advplyr 2023-09-12 10:41:39 -0500
  • f1a7fd0d50 Fix:Podcast library include number of incomplete episodes in home page shelf api request #2081 advplyr 2023-09-11 17:51:39 -0500
  • e9d7efbc5c Update russian localization Dmitry Naboychenko 2023-09-11 21:35:36 +0300
  • f0f03efe17 Merge remote-tracking branch 'origin/master' into auth_passportjs lukeIam 2023-09-10 13:11:35 +0000
  • 6e5d334874 Version bump 2.4.1 v2.4.1 advplyr 2023-09-09 15:47:17 -0500
  • 6822628994 Fix:Missing narrators library filter advplyr 2023-09-09 15:46:33 -0500
  • 98d9fd8c32 Fix:Get all items api endpoint support providing no limit #2067 advplyr 2023-09-09 15:01:58 -0500
  • e2cca60853 Fix:Crash on podcast library page sort by title #2069 advplyr 2023-09-09 14:56:36 -0500
  • e80b313a7b Fix:Server crash when quick match with find covers setting enabled #2068 advplyr 2023-09-09 08:57:59 -0500
  • b09b95ef24 Fix:Browse folders when adding new library folder crashing server #2065 advplyr 2023-09-09 07:47:17 -0500
  • aec45d04f7 Version bump 2.4.0 v2.4.0 advplyr 2023-09-08 17:26:21 -0500
  • 87d037cb0a Fix clean database method and version bump 2.3.5 advplyr 2023-09-08 17:20:39 -0500
  • f6baf06164 Version bump 2.3.4 v2.3.5 v2.3.4 advplyr 2023-09-08 16:20:03 -0500
  • 7e75845851 Ignore podcast directory from watcher for additional 5s after downloading new episode advplyr 2023-09-08 15:12:39 -0500
  • 2a11932822 Scanner ignore .part files #2063 advplyr 2023-09-08 14:50:59 -0500
  • 80fee92037 Update "disable watcher" server setting to display as "enable watcher" #2055 advplyr 2023-09-08 14:28:21 -0500
  • d0c02a801a Update open rss feed prevent indexing - dont include block tags when not preventing indexing advplyr 2023-09-08 14:03:12 -0500
  • 9e13c64408 Handle sorting when collapsing by series and filtering by series on library page advplyr 2023-09-08 13:42:19 -0500
  • 826963bf00 Add api route for changing sorting prefixes, update default sorting prefixes to include a advplyr 2023-09-08 12:32:30 -0500
  • 39b6ede1e9 Add support for hide from continue listening advplyr 2023-09-08 11:20:22 -0500
  • 066d853156 Add support for hide from continue listening on new home page shelves route advplyr 2023-09-07 17:49:35 -0500
  • efae529fac Add cover finder to new book scanner advplyr 2023-09-06 17:48:50 -0500
  • 934c0b9093 Fix watcher scanner detecting existing items advplyr 2023-09-06 15:43:59 -0500
  • f02992dd4d Remove the setting of file permissions #2057 advplyr 2023-09-06 07:12:11 -0500