Commit Graph

4002 Commits

Author SHA1 Message Date
24da859975 Update de.json 2024-01-28 16:06:07 +01:00
0b6a8a9641 Update:Remove 64x64 app icon from PWA manifest so that only the SVG is available #2520 2024-01-27 10:50:44 -06:00
e43c4f082e Fix:Rich text editor labels and add translations 2024-01-26 17:22:37 -06:00
0b334cf957 Add:Authentication setting to show a custom message on login #2552 2024-01-26 17:08:23 -06:00
ae387ab397 Merge pull request #2559 from bloodscript/master
German localization optimization
2024-01-26 16:28:02 -06:00
056e62dce8 added plural to metadata order hint 2024-01-26 23:15:27 +01:00
47999214bd corrected misspelling of adress 2024-01-26 23:13:11 +01:00
68473ee345 added missing metadata translation 2024-01-26 23:11:38 +01:00
455f27d443 mainly changed usage formular wording for you to the more commonly used, also corrected some misspellings 2024-01-26 23:09:54 +01:00
ba996c3b55 translation wasnt accurate verschluesselung means encryption 2024-01-26 20:12:37 +01:00
d43a1109c8 Modify BinaryManager to download version 6.1 and remove old dowloaded versions 2024-01-25 17:51:06 +02:00
c3ba7daa16 Auth: Remove is_rest cookie 2024-01-25 16:05:41 +01:00
82048cd4f3 SSO: Also save openid_id_token longer 2024-01-25 15:13:56 +01:00
71b0a5cc81 SSO Settings: Fix Redirect URL Regex
Forgot to include subpaths
2024-01-25 11:49:10 +01:00
edb5ff1e33 SSO: Remove pick function 2024-01-25 11:44:20 +01:00
d4ed6348ee Auth: Store auth_method longer
Its not unrealistic that someone keeps being logged into the app for more than a year
if not stored longer logout process might not work anymore
2024-01-25 11:20:44 +01:00
f12ac685e8 /auth/openid: Restructure
- Distingush more explictly between mobile and web flow and simplify logic
- Allow state parameter to be passed in mobile flow
- Additional checks for correct parameters
- Remove unused id_token code
- Enforce S256 and don't allow plain PKCE
2024-01-25 11:13:34 +01:00
b9ec4068ee Merge pull request #2510 from Torstein-Eide/patch-1
README, add HAproxy example
2024-01-24 16:55:32 -06:00
02aabb8f97 Update readme.md 2024-01-24 16:55:21 -06:00
dcec2154c0 Update readme.md 2024-01-24 16:55:17 -06:00
bbc1d20396 Update readme.md 2024-01-24 16:55:12 -06:00
e682213681 Update readme.md 2024-01-24 16:55:06 -06:00
0153c0faae Update readme.md 2024-01-24 16:54:54 -06:00
87ebf4722b OpenID/SSO: Implement Logout functionality 2024-01-24 22:47:50 +01:00
3906dca04e Update:RSS feeds only use chapter titles for episode titles if all audio tracks match chapter times #2543 2024-01-23 17:51:34 -06:00
399ba314a3 Update github issue template to include Windows Tray App 2024-01-23 15:48:58 -06:00
70827727aa feat(429): retry 429 request errors 2024-01-22 22:19:05 -08:00
73c21242b4 feat: utilize p-throttle instad of limiter 2024-01-22 20:36:20 -08:00
19e1803633 Remove unused import 2024-01-22 17:56:41 -06:00
06391b9b37 chore: merge master 2024-01-21 19:15:52 -08:00
71048c7ff0 Remove support for Docker armv7 builds 2024-01-20 16:39:43 -06:00
7f350279fa Update to node20
- updates many dependencies
- removes @nuxtjs/tailwindcss and postcss8
- pkg targets are using node18 until node20 targets are available
2024-01-19 17:54:41 -06:00
4c9b2ad08b chore: merge master 2024-01-16 18:31:29 -08:00
90f4833c9e Version bump v2.7.2 v2.7.2 2024-01-16 17:26:50 -06:00
c0cb3a176f Update:Hide audiobook tools for windows install, remove debian folder picker alert 2024-01-16 17:19:45 -06:00
7b0fa48e2e Update jsdocs for expanded library items 2024-01-16 16:31:16 -06:00
b51853b3df Update:Use raw cover art for media session #2514 2024-01-15 08:34:12 -06:00
f5545cd3f4 Add:Scanner extracts cover from comic files #1837 and ComicInfo.xml parser 2024-01-14 17:51:26 -06:00
e76af3bfc2 Fix comic page menu dropdown highlight correct page 2024-01-13 16:41:13 -06:00
79c34d0638 chore: merge master 2024-01-13 11:46:38 -08:00
6ef4944d89 Merge branch 'advplyr:master' into dewyer/add-custom-metadata-provider 2024-01-13 01:08:23 +01:00
850397e4c1 Add:Playlist button to podcast episodes on latest page #2455 2024-01-12 17:58:07 -06:00
3b531144cf implemented suggestions, extended CMPs with series 2024-01-12 21:45:03 +01:00
6ca684603c Fix typos 2024-01-12 14:35:30 +01:00
cf85d66b2f Add example for HAproxy 2024-01-12 14:26:32 +01:00
e8fa029df7 Fix:Specific podcast rss feed cannot be fetched due to accept header #2446 2024-01-10 08:12:26 -06:00
1a361c91f1 Merge pull request #2506 from FreedomBen/remove-dev-logs
Change `Logger.dev` calls to `Logger.debug`
2024-01-09 16:47:21 -06:00
4a76059608 Change Logger.dev calls to Logger.debug
Logger.dev is kind of in a weird spot where it doesn't fit into the
standard log level.  It is called directly by some code and it only
checks whether a property is set (which comes from an env var) before
deciding to print out.

This standardizes on `debug` by changing the dev calls to debug. Also
removes the now unused code.
2024-01-09 15:24:23 -07:00
da25eff5c1 Fix:Parse series sequence from OPF in cases where series_index is not directly underneath series meta #2505 2024-01-08 18:21:15 -06:00
69e23ef9f2 Add:Epub metadata parser and cover extractor #1479 2024-01-07 17:51:07 -06:00