advplyr
ff27c0b58b
Auto formatting
2024-04-29 16:30:30 -05:00
mikiher
2bd532eb9a
Put book_placholder.jpg in browser cache
2024-04-29 11:16:49 +03:00
mikiher
e5fe31fe26
replace id attribute (which has to be unique across a document) with cy-id (which doesn't)
2024-04-29 08:30:14 +03:00
mikiher
ec83eb0a27
Add support for cy.get("&id") (translates to [cy-id="id"])
2024-04-29 08:03:10 +03:00
mikiher
6236f53b4f
Change a couple of element ids to camelCase
2024-04-29 07:59:38 +03:00
mikiher
8dbe35e5aa
Use absolute positioning for the card element
2024-04-23 19:14:47 +03:00
mikiher
0498d8cb83
Get book placeholder image from fixture rather than from server
2024-04-19 09:49:19 +03:00
mikiher
129da51f76
Add tailwind.compiled.css to .gitignore
2024-04-18 07:47:10 +03:00
mikiher
e5bababeae
Add tests for LazySeriesCard.vue
2024-04-17 23:27:31 +03:00
mikiher
9b332f0e66
make $constants, $strings, and utility functions avaiable to Cypress mounted componenets
2024-04-17 23:25:44 +03:00
mikiher
a49c5afa46
Fix a couple of stub assertions in AuthorCard.cy.js
2024-04-17 23:22:21 +03:00
mikiher
9e1c907591
Add NarratorCard and AuthorCard component tests
2024-04-16 00:00:35 +03:00
mikiher
d638a328d8
Add cypress npm scripts
2024-04-15 23:58:13 +03:00
mikiher
f597798839
Add Cypress config and support files
2024-04-15 23:57:21 +03:00
mikiher
303ef6b7c5
Add Cypress to dev dependencies
2024-04-15 23:54:56 +03:00
advplyr
e60d2a9858
Add:Podcast library filter for languages and show language on podcast item page
2024-04-08 15:48:41 -05:00
advplyr
04993dd63d
Update:Show language on book item page w/ link to filter #2834
2024-04-08 15:38:34 -05:00
advplyr
41af913280
Update:Edit item cover tab UI for small screen sizes #2832
2024-04-07 16:24:23 -05:00
advplyr
8dc0f2c67c
Fix:Duplicate keys error when the same library item is shown twice in continue series
2024-04-06 17:48:40 -05:00
advplyr
fc196180b3
Merge pull request #2805 from rasmuslos/master
...
Add client name to possible device info lines
2024-04-05 16:50:26 -05:00
advplyr
4a127d35b9
Update:Add client name and version to sessions table and session modal
2024-04-05 16:50:15 -05:00
advplyr
1525fdf4f6
Merge pull request #2821 from lkiesow/series-separator
...
Separator between multiple series
2024-04-04 17:55:53 -05:00
advplyr
8a29c998da
Update item page series comma separated list to not include comma in link
2024-04-04 17:54:43 -05:00
Lars Kiesow
f56d9f128f
Separator between multiple series
...
If a book is part of multiple series, this patch adds a separator
between the series on the library item details page. With no separator,
it is not immediately clear that they are separate series.
2024-04-04 21:55:52 +02:00
advplyr
c5785e9c20
Update:Increase breakpoint for player to change buttons to two lines #2799
2024-04-03 18:41:41 -05:00
advplyr
0ca91ecfff
Merge pull request #2817 from springsunx/patch-2
...
Update zh-cn.json
2024-04-03 18:15:29 -05:00
SunX
116a7fb994
Update zh-cn.json
2024-04-03 09:55:33 +08:00
advplyr
8e46181ba0
Update:Adding tooltips to player controls forward/backward and next/prev #2800
2024-04-02 18:05:44 -05:00
advplyr
a336686e42
Merge pull request #2802 from pmangro/master
...
[PT-BR] OpenID permission strings
2024-04-01 17:14:16 -05:00
Rasmus Krämer
c8957fe373
Add client name to possible device info lines
2024-04-01 16:20:09 +02:00
pmangro
3264359771
[PT-BR] OpenID permission strings
2024-03-31 19:44:53 -03:00
advplyr
c7cc994532
Fix:Handle enabling/disabling library watchers #2775
2024-03-31 14:57:55 -05:00
advplyr
a9c9c447f1
Merge pull request #2769 from Sapd/openid-permissions
...
OpenID: Integrate permissions (Fixes #2523 )
2024-03-30 14:38:32 -05:00
advplyr
aa1aeacc09
Map new translation strings
2024-03-30 14:26:55 -05:00
advplyr
fc595bd799
Updates to authentication page for mobile screen sizes
2024-03-30 14:25:38 -05:00
advplyr
a5d7a81519
Clean up formatting of advanced group/permission claims on authentication page
2024-03-30 14:17:34 -05:00
advplyr
7e8fd91fc5
Update OIDC advanced permissions check to only perform an update on changes
...
- Update permissions example to use UUIDv4 strings for allowedLibraries
- More validation on advanced permission JSON to ensure arrays are array of strings
- Only set allowedTags and allowedLibraries if the corresponding access all permission is false
2024-03-30 14:04:02 -05:00
advplyr
c2ed0b7d3d
Merge branch 'master' of https://github.com/advplyr/audiobookshelf
2024-03-30 11:40:43 -05:00
advplyr
aefda8bd51
Fix:Local sessions set date and dayOfWeek using the updatedAt timestamp passed in from the client #2795
2024-03-30 11:40:35 -05:00
advplyr
93bec282d2
Merge pull request #1888 from jorgectf/jorgectf/add-codeql-workflow
...
Add CodeQL workflow
2024-03-29 16:47:07 -05:00
advplyr
1396a432a4
Merge pull request #2797 from mikiher/rtl-fixes
...
Add dir="auto" attribute where RTL display is needed
2024-03-29 16:08:50 -05:00
Denis Arnst
90e1283058
OpenID: Allow email_verified null and also check username
...
Only disallow when email_verified explicitly false
Also check username besides preferred_username, even when its not included in OIDC checks (synology uses username)
2024-03-29 15:11:56 +01:00
Denis Arnst
8cd50d5684
OpenID: Don't downgrade root
2024-03-29 14:51:34 +01:00
advplyr
50bd2648aa
Fix:Server crash on matching book with an author name ending in comma #2796
2024-03-28 17:00:07 -05:00
mikiher
33254654d5
Add dir="auto" attribute where it makes sense
2024-03-28 23:56:59 +02:00
Denis Arnst
617b8f4487
OpenID: Rename tags switch
2024-03-28 16:16:26 +01:00
advplyr
f9b95bb003
Merge branch 'master' of https://github.com/advplyr/audiobookshelf
2024-03-27 16:11:57 -05:00
advplyr
740640884f
Update:Support for comic files with webp images #2792
2024-03-27 16:11:47 -05:00
advplyr
86fea5c667
Merge pull request #2791 from mikiher/abs-windows-dispatch
...
Workflow to dispatch an ABS windows event on server release
2024-03-27 15:37:52 -05:00
mikiher
33e4b51aee
Revert "add dummy pull_request event for the workflow to appear in the list"
...
This reverts commit 1cf0bd0f01
.
2024-03-27 13:38:17 +02:00