advplyr
7a49681dd2
Fix includes
2024-11-02 13:02:40 -05:00
advplyr
7a1623e6a1
Move cover path func to LibraryItem model
2024-11-02 12:56:40 -05:00
Austin Spencer
ecc30b85bc
Allow users to create ereaders ( #3531 )
...
* add create eReader permission toggle
* add english label for create EReader permission
* add ereader table to account with user specific modal
* add createEreader permission
* create api endpoint and logic for updating user eReader devices
* add translated label for createEreader permission
* handle name duplicates and remove helper func
* toast for duplicate name error caught on server
* restrict user ereader updates to devices with sole ownership
* remove label
* fix other devices logic and client socket emitter
* fix for deleting ereaders
* User create ereader endpoint validate accessibility
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-10-26 15:34:34 -05:00
advplyr
0782146682
Update:Pass mark as finished library settings to media progress update #837
2024-10-25 17:27:50 -05:00
advplyr
91aea4f754
Add:Library settings for mark as finished when time remaining or percent complete #837
2024-10-24 17:19:51 -05:00
advplyr
9896e4381b
Update:Setup variables to control when a media item is marked as finished. By time remaining or progress percentage #837
2024-10-21 17:48:02 -05:00
Nicholas Wallace
84012d9090
Fix: podcast episode index name
2024-10-19 11:38:34 -07:00
Nicholas Wallace
1fa80e31d1
Add: migrations for authors, series, and podcast episodes
2024-10-19 10:40:17 -07:00
advplyr
e58d7db03b
Merge pull request #3417 from nichwall/series_cleanup_2
...
Add: series migration to be unique
2024-10-12 15:48:04 -05:00
Oleg Ivasenko
e6db1495ab
retire unicode handling workaround for Author and Series title
2024-10-08 19:52:26 +00:00
mikiher
942bd0859f
Change PlaybackSession createFromOld to use upsert instead of create
2024-09-18 18:01:36 +03:00
advplyr
22ad16e11b
Fix:Server crash on scan for library with no metadataPrecedence set #3434
2024-09-17 16:10:32 -05:00
advplyr
bedba39af9
Merge branch 'master' into series_cleanup_2
2024-09-14 10:11:16 -05:00
Nicholas Wallace
2711b989e1
Add: series migration to be unique
2024-09-13 16:55:48 -07:00
advplyr
5c49a8ce6a
Merge pull request #3407 from agraubert/patch-1
...
Default deny explicit content to users
2024-09-13 13:24:12 -05:00
Oleg Ivasenko
0af29a378a
use asciiOnlyToLowerCase to match lower function behaviour of SQLite
2024-09-13 17:09:32 +00:00
Oleg Ivasenko
def34a860b
when checking if series/author is alread in DB, use case insensitive match only for ASCII names
2024-09-13 16:23:25 +00:00
advplyr
01fbea02f1
Clean out old unused functions, Device updates for replacing DeviceInfo
2024-09-12 16:36:39 -05:00
Aaron Graubert
2df3277dcd
Server side change to enable default explicit acces for admins
2024-09-11 23:09:04 -06:00
Aaron Graubert
61bd029303
Default deny explicit content to users
2024-09-11 22:42:21 -06:00
advplyr
a338097514
Update:Cleanup logging on library item update #3362
2024-09-06 16:58:40 -05:00
advplyr
84b67abb03
Fix:Get all collections API endpoint crashing server #3372
2024-09-05 17:15:38 -05:00
advplyr
5ec8406653
Cleanup Collection model to remove oldCollection references
2024-09-04 18:00:59 -05:00
Nicholas Wallace
9cca731acc
Add: missing default user permission property
2024-09-02 10:08:17 -07:00
advplyr
9f60017cfe
Update:Remove oldSeries model
2024-09-01 15:26:43 -05:00
advplyr
db86bfd63d
Fix:New authors not setting lastFirst column, updates for new Series model
2024-09-01 15:08:56 -05:00
advplyr
ba742563c2
Remove old Author object & fix issue deleting empty authors
2024-08-31 13:27:48 -05:00
advplyr
c45c82306e
Remove old library, folder and librarysettings model
2024-08-28 17:26:23 -05:00
advplyr
159ccd807f
Updates to migrate off of old library model
2024-08-24 16:09:54 -05:00
advplyr
5d13faef33
Updates to LibraryController to use new Library model
...
- Additional validation on API endpoints
- Removed success toast when reorder libraries
2024-08-24 15:38:15 -05:00
advplyr
38edcdca4b
Updates to use new Library model
2024-08-23 16:59:51 -05:00
advplyr
8774e6be71
Update:Create library endpoint to create using new model, adding additional validation
2024-08-22 17:39:28 -05:00
advplyr
bae39e3a2d
Remove oldUser object require
2024-08-19 17:31:29 -05:00
advplyr
bb1a72269a
Remove old User object with old MediaProgress & AudioBookmark
2024-08-19 17:26:17 -05:00
advplyr
5308fd8b46
Update:Create & update API endpoints to create with new data model
2024-08-17 17:18:40 -05:00
advplyr
bbf214fa4c
Update LibraryItem debug logs to show objects and display libraryFiles changes differently
2024-08-15 17:05:18 -05:00
advplyr
e53ac6566b
Update API JS docs
2024-08-11 17:01:25 -05:00
advplyr
2472b86284
Update:Express middleware sets req.user to new data model, openid permissions functions moved to new data model
2024-08-11 16:07:29 -05:00
advplyr
afc16358ca
Update more API endpoints to use new user model
2024-08-11 15:15:34 -05:00
advplyr
9facf77ff1
Update remove old sync local sessions endpoint & update MeController routes to use new user model
2024-08-11 13:09:53 -05:00
advplyr
1923854202
Update bookmarks API endpoints to use new user model
2024-08-11 12:16:45 -05:00
advplyr
9cd92c7b7f
Update API media progress endpoints to use new user model. Merge book & episode endpoints
2024-08-11 11:53:30 -05:00
advplyr
68ef3a07a7
Update controllers to use new user model
2024-08-10 17:15:21 -05:00
advplyr
202ceb02b5
Update:Auth to use new user model
...
- Express requests include userNew to start migrating API controllers to new user model
2024-08-10 15:46:04 -05:00
advplyr
eca51457b7
Update jsdocs and auto-formatting
2024-08-04 16:13:40 -05:00
advplyr
a55c167dde
Fix:Cleanup media progress when deleting podcasts, remove usage of old user model
2024-08-03 17:09:17 -05:00
advplyr
37ad1cced2
Fix:Large OPML import timeouts #3118
...
- Added OPML Api endpoints for /parse and /create, removed old
- Show task for OPML import and create failed tasks for failed feeds
2024-07-16 17:05:52 -05:00
advplyr
2f2ec2ec1f
Add book item more menu item for Share, restrict share to admin or up, add admin socket events for open/close shares
2024-07-07 15:51:50 -05:00
advplyr
43217657d7
Update media item shares to close when changing shares on same device
2024-07-04 11:19:29 -05:00
advplyr
d5e00c8bbd
Update:Get personalized home page shelves and get library items endpoint optional includes for media item shares, show public icon on shared book items
2024-07-01 17:26:13 -05:00