audiobookshelf/server/objects
Denis Arnst 80fd2a1a18 SSO/OpenID: Use a mobile-redirect route (Fixes #2379 and #2381)
- Implement /auth/openid/mobile-redirect this will redirect to an app-link like audiobookshelf://oauth
- An app must provide an `redirect_uri` parameter with the app-link in the authorization request to /auth/openid
- The user will have to whitelist possible URLs, or explicitly allow all
- Also modified MultiSelect to allow to hide the menu/popup
2023-12-04 22:36:34 +01:00
..
entities Remove unused old model functions 2023-10-19 17:20:12 -05:00
files Fix:Set ebookFormat on scans #2126 2023-09-19 15:42:38 -05:00
mediaTypes Update:Remove support for metadata.abs, added script to create metadata.json files if they dont exist 2023-10-22 15:53:05 -05:00
metadata Remove unused old model functions 2023-10-19 17:20:12 -05:00
settings SSO/OpenID: Use a mobile-redirect route (Fixes #2379 and #2381) 2023-12-04 22:36:34 +01:00
user Matching user by openid sub, email or username based on server settings. Auto register user. Persist sub on User records 2023-11-08 16:14:57 -06:00
Backup.js Update Backup to use key to check for old backups no longer supported 2023-07-14 14:20:35 -05:00
Collection.js Init sqlite take 2 2023-07-04 18:14:44 -05:00
DailyLog.js Remove dependency date-and-time 2022-07-06 19:18:27 -05:00
DeviceInfo.js Update Dockerfile for sqlite3, update models for cascade delete, fix backup schedule 2023-07-09 11:39:15 -05:00
Feed.js Update:Add cover file extension in RSS feeds 2023-11-01 12:11:24 +01:00
FeedEpisode.js Update:Simpler content URL in RSS feeds 2023-11-01 12:10:44 +01:00
FeedMeta.js Update open rss feed prevent indexing - dont include block tags when not preventing indexing 2023-09-08 14:03:12 -05:00
Folder.js Init sqlite take 2 2023-07-04 18:14:44 -05:00
Library.js Library scanner saves last scan info including metadata precedence. Remove force re-scan 2023-10-09 17:48:21 -05:00
LibraryItem.js Update:Remove support for metadata.abs, added script to create metadata.json files if they dont exist 2023-10-22 15:53:05 -05:00
Notification.js Init sqlite take 2 2023-07-04 18:14:44 -05:00
PlaybackSession.js Fix:Set date properly on local playback sessions #2168 2023-10-01 12:44:52 -05:00
Playlist.js Init sqlite take 2 2023-07-04 18:14:44 -05:00
PodcastEpisodeDownload.js Init sqlite take 2 2023-07-04 18:14:44 -05:00
Stream.js Update:HLS router request validation, smooth out transcode reset logic 2023-10-14 12:50:48 -05:00
Task.js Update:JSDocs for task manager 2023-10-20 16:39:32 -05:00