Commit Graph

  • 3fe5903e21
    Update Dockerfile Cloufish 2023-11-09 14:42:03 +0100
  • 8f4c75ff2b Update:Author card books translation string #2284 advplyr 2023-11-08 16:28:05 -0600
  • ee75d672e6 Matching user by openid sub, email or username based on server settings. Auto register user. Persist sub on User records advplyr 2023-11-08 16:14:57 -0600
  • e140897313 Add match existing user by and auto register settings and UI advplyr 2023-11-08 14:45:29 -0600
  • d1671f0ddc Cleanup commented out tests mikiher 2023-11-08 16:37:12 +0000
  • 2730486ba5 Add tests for AuthorCandidates and search() in BookFinder mikiher 2023-11-08 16:24:08 +0000
  • 49e4515785 Add stripRedudantSpaces mikiher 2023-11-08 16:21:20 +0000
  • 819c524f51 Pass audnexus to AuthorCandidates constructor directly mikiher 2023-11-08 16:19:24 +0000
  • 6d968f9044
    Update gu.json Dr-Blank 2023-11-06 18:16:03 -0500
  • 23fa9e8d7f
    Update gu.json Dr-Blank 2023-11-06 18:15:18 -0500
  • 59a428d549
    more gu translations Dr-Blank 2023-11-06 18:10:57 -0500
  • 70c213ad22
    Merge pull request #2291 from brianjaustin/fix/collection-duration advplyr 2023-11-06 16:21:25 -0600
  • aad6402fdb
    Update client/components/tables/collection/BookTableRow.vue advplyr 2023-11-06 16:18:35 -0600
  • 5ce1cda2d0
    Merge pull request #2283 from mikiher/watcher-single-file-update advplyr 2023-11-06 16:08:23 -0600
  • ba60fc7581 Add tests for TitleCanidates mikiher 2023-11-06 05:33:06 +0000
  • 0344e8cf1b Hide collection duration if 0 Brian Austin 2023-11-05 19:13:26 -0500
  • f840aa80f8 Add button to populate openid URLs using the issuer URL advplyr 2023-11-05 14:11:37 -0600
  • c17540e191 Add app and serverVersion properties to response from /status advplyr 2023-11-05 12:43:34 -0600
  • 309ef807ab Update /auth/openid endpoint to work with PKCE from mobile advplyr 2023-11-05 12:37:05 -0600
  • 61e05e92a8 Add Swedish language option advplyr 2023-11-05 10:16:40 -0600
  • 1e5d6a5d52 Added swedish translation of strings Gustav Almstrom 2023-11-05 16:51:45 +0100
  • ff831678e8
    Merge pull request #2288 from ScuttleSE/master advplyr 2023-11-05 10:18:45 -0600
  • 910be21e93 Add Swedish language option advplyr 2023-11-05 10:16:40 -0600
  • 89055f8655 Remove unnecessary includesAuthorDiff from sorting mikiher 2023-11-05 16:14:26 +0000
  • b9ccc28baa Added swedish translation of strings Gustav Almstrom 2023-11-05 16:51:45 +0100
  • 5a3d450482 Refactor diff declarations in title candidate sorting mikiher 2023-11-05 15:13:42 +0000
  • 047e7a72f2 Make position an internal property of titleCandidates mikiher 2023-11-05 14:56:20 +0000
  • 3a9d09ea63 Add jest to dev dependencies mikiher 2023-11-05 14:33:56 +0000
  • ee3d3808ef Refactor removing author from title candidate mikiher 2023-11-05 14:31:36 +0000
  • 8f5a6b7c95 Move utility functions to module scope mikiher 2023-11-05 06:41:23 +0000
  • 840811b464 Replace passport openidconnect plugin with openid-client, add JWKS and logout URL server settings, use email and email_verified instead of username advplyr 2023-11-04 15:36:43 -0500
  • 567e1c46db Fix handling of single mefia file updates mikiher 2023-11-04 11:06:54 +0000
  • cfe0c2a986 Merge branch 'master' into auth_passportjs advplyr 2023-11-03 08:29:05 -0500
  • 68546acf2a Merge branch 'master' of https://github.com/advplyr/audiobookshelf advplyr 2023-11-03 07:08:04 -0500
  • 5220361151 Fix:Podcast episode cron not adding/removing library items correctly #2277 advplyr 2023-11-03 07:07:58 -0500
  • 076e01dbfe
    Merge pull request #2276 from Plazec/patch-1 advplyr 2023-11-02 14:19:45 -0500
  • f15ed08b6a Merge branch 'master' into auth_passportjs advplyr 2023-11-02 13:55:16 -0500
  • 828b96b2d9 Add server settings for changing openid button text and auto launching openid advplyr 2023-11-02 13:55:01 -0500
  • 3100437651
    Update cs.json Plazec 2023-11-02 19:44:32 +0100
  • 20880a6bf6
    Merge pull request #2274 from radekmuhlfeit2/patch-1 advplyr 2023-11-01 15:48:05 -0500
  • 2eff69fe9f Add czech translation to dropdown advplyr 2023-11-01 15:42:54 -0500
  • 5f035db0a9
    Rename cs-CZ.json to cs.json advplyr 2023-11-01 15:29:58 -0500
  • e4a7e9d6b5
    Create cs-CZ.json radekmuhlfeit2 2023-11-01 20:21:45 +0100
  • ab14b561f5 Merge master advplyr 2023-11-01 08:58:48 -0500
  • 5ce4734a70
    Merge pull request #2272 from clement-dufour/master advplyr 2023-11-01 07:43:48 -0500
  • 1ae2089253 Update:Add cover file extension in RSS feeds clement.dufour 2023-11-01 12:11:24 +0100
  • 3c21e9d413 Update:Simpler content URL in RSS feeds clement.dufour 2023-11-01 11:51:39 +0100
  • 9616d99640 Fix:Crash when matching with author names ending in ??? by escaping regex strings #2265 advplyr 2023-10-30 16:35:41 -0500
  • 2ef11e5ad0 Version bump v2.5.0 v2.5.0 advplyr 2023-10-29 12:58:00 -0500
  • 27497451d9 Add:Ereader device setting to set users that have access #1982 advplyr 2023-10-29 11:28:34 -0500
  • 94fd3841aa Update:Notification widget shows green dot indicating unseen completed tasks advplyr 2023-10-29 09:20:50 -0500
  • 225dcdeafd Fix:RSS feed parser for episode metadata tags that have attributes #1996 advplyr 2023-10-28 16:11:15 -0500
  • 2c9f2e0d68 Fix podcast episode rss feed search showing all episodes are downloaded advplyr 2023-10-28 15:54:19 -0500
  • a9f74ace5a
    Merge pull request #2255 from MxMarx/added-search-epubs advplyr 2023-10-28 14:35:40 -0500
  • 6dc5b58d8e Update TOC to not close when clicking on it advplyr 2023-10-28 14:32:11 -0500
  • 88c794e710 Fix:Open RSS feed for series & collections respect prevent indexing option #2047 advplyr 2023-10-28 13:45:06 -0500
  • 61f2fb28e0 Add:Help icon buttons for libraries, rss feeds and users config pages, table add new buttons updated advplyr 2023-10-28 13:27:53 -0500
  • 1df4dca4bb
    Merge pull request #2246 from MxMarx/expand-cover-images advplyr 2023-10-27 16:55:53 -0500
  • 6278bb8665 Move raw cover preview to a separate global component, fix item page cover overlay show on hover advplyr 2023-10-27 16:51:44 -0500
  • 4229cb7fb6 Added a method to unwrap the chapter list MxMarx 2023-10-27 00:35:28 -0700
  • 5778200c8f Make epubs searchable MxMarx 2023-10-27 00:14:46 -0700
  • 5c1c511718
    Merge pull request #2249 from mikiher/watcher-update-api advplyr 2023-10-26 16:45:26 -0500
  • f9c4dd2457 Update watcher function calls, add js docs advplyr 2023-10-26 16:41:54 -0500
  • 3bccd52196 Merge branch 'master' into watcher-update-api advplyr 2023-10-26 16:33:48 -0500
  • 0c23da7b02 Add missing translations advplyr 2023-10-26 16:31:47 -0500
  • d577cae393
    Merge pull request #2253 from MxMarx/add-epub-font-selector advplyr 2023-10-26 16:30:29 -0500
  • 24228b4424 Option to change the font family in epub viewer MxMarx 2023-10-26 02:01:40 -0700
  • 8dc4490169 Fix:Watcher waits for files to finish transferring before scanning #1362 #2248 advplyr 2023-10-25 16:53:53 -0500
  • ef1cdf6ad2 Fix:Only show authors with books for users #2250 advplyr 2023-10-24 17:04:54 -0500
  • e054b9a54c Add API to update a path on a watched library folder mikiher 2023-10-24 13:35:43 +0000
  • 32616aa441 show a modal with cover images when clicked MxMarx 2023-10-23 20:37:51 -0700
  • 0ee6336b02
    Merge pull request #2245 from mikiher/watcher-fixes advplyr 2023-10-23 17:28:44 -0500
  • 9a477a9270 Add jsdocs advplyr 2023-10-23 17:28:59 -0500
  • 976ae502bb Fix incorrect subpath checks mikiher 2023-10-23 21:48:34 +0000
  • e8432d9a0d add cypress tests MxMarx 2023-10-21 21:47:04 -0700
  • c4c12836a4 Fix:Version in bottom left of siderail overlapping buttons #2195 advplyr 2023-10-22 17:04:45 -0500
  • 5a70c0d7be Fix:Authors page books hide radio button on hover advplyr 2023-10-22 16:40:12 -0500
  • 60a80a2996 Update:Remove support for metadata.abs, added script to create metadata.json files if they dont exist advplyr 2023-10-22 15:53:05 -0500
  • ce88c6ccc3 Scanner metadata order of precedence description label, link to guide, add translations advplyr 2023-10-22 12:58:05 -0500
  • b42edfe7a7 Book duration shown on match page compares minutes #1803 advplyr 2023-10-22 07:10:52 -0500
  • 0cbcfbd273
    Merge pull request #2233 from Hallo951/master advplyr 2023-10-21 17:04:04 -0500
  • 8ecec93e67
    Update de.json Hallo951 2023-10-21 22:33:31 +0200
  • 49403771c9 Update:Quick match all for library to use task instead of toast, remove scan socket events advplyr 2023-10-21 13:53:00 -0500
  • 50215dab9a Hide library modal tools tab for new libraries advplyr 2023-10-21 13:00:41 -0500
  • 58b9a42c84 Add:Scan button on libraries table advplyr 2023-10-21 12:56:35 -0500
  • d7264f8c22 Update watcher scanner to show task notification advplyr 2023-10-21 12:25:45 -0500
  • bef6549805 Update:Replace library scan toast with task manager #1279 advplyr 2023-10-20 17:46:18 -0500
  • 6f65350269 Update:JSDocs for task manager advplyr 2023-10-20 16:39:32 -0500
  • 5644a40a03 Update:Add missing tranlations #2217 advplyr 2023-10-20 16:08:57 -0500
  • 920ddf43d7 Remove unused old model functions advplyr 2023-10-19 17:20:12 -0500
  • 4a5f534a65 Update:Description width of item page to match width of tables advplyr 2023-10-19 16:30:33 -0500
  • 24031f12db
    Merge pull request #2229 from JBlond/master advplyr 2023-10-19 16:17:09 -0500
  • 22361d785d Translate new string for DE language. JBlond 2023-10-19 15:22:00 +0200
  • 6c6b13790c
    Merge fcfc657777 into 8c5ce6149f Ruby Marx 2023-10-18 17:36:41 -0700
  • 8c5ce6149f Fix:Aspect ratio of authors image on authors landing page #2227 advplyr 2023-10-18 17:10:53 -0500
  • 516b0b4464 Fix:Book scanner set item as missing if no media files are found #2226 advplyr 2023-10-18 17:02:15 -0500
  • d22052c612 Update UI for library tools tab advplyr 2023-10-18 16:47:56 -0500
  • b4ce5342c0 Add:Tools tab on library modal, api endpoint to remove all metadata files from library item folders advplyr 2023-10-17 17:46:43 -0500
  • 0d5792405f Fix:Podcast episodes store RSS feed guid so they can be matched if the RSS feed changes the episode URL #2207 advplyr 2023-10-16 17:47:44 -0500
  • 48a590df4a Fix:Authors page description shows line breaks #2218 advplyr 2023-10-16 17:08:50 -0500