Robert McRackan
2b4cde62e2
Document portable master-key export for Docker and CLI
2026-08-01 12:14:22 -04:00
Robert McRackan
636b85f8e4
UI: add Settings export for the portable encryption master key
2026-08-01 12:09:13 -04:00
Robert McRackan
7d9882c500
Add LibationCli export-master-key for portable encryption keys
2026-08-01 11:43:29 -04:00
Robert McRackan
785ec7bf96
Resolve portable master key from file or env before OS store
2026-08-01 11:39:51 -04:00
Robert McRackan
5f4a75aade
Detect identity decrypt failures by exception type
2026-08-01 11:25:56 -04:00
Robert McRackan
79b6521a4e
surfaced encrypted-token decrypt failure for Docker and CLI
2026-08-01 09:38:50 -04:00
Robert McRackan
1c5119e24d
Share Audiobookshelf connect orchestration across Classic and Chardonnay
2026-07-31 14:08:57 -04:00
Robert McRackan
a6d637c718
Harden Audiobookshelf Server URL handling and connection errors
2026-07-31 14:05:36 -04:00
Robert McRackan
abea874db8
Add Important settings UI for encrypted token storage
2026-07-25 21:32:42 -04:00
Robert McRackan
bb18e9adc4
Add TokenStorageMethod preference and AudibleApi token-storage wiring
2026-07-25 21:17:11 -04:00
Robert McRackan
936b307d3e
Add characterization tests for legacy plaintext AccountsSettings tokens
2026-07-25 18:14:19 -04:00
rmcrackan
d30086e53a
bugfix
2026-06-17 10:38:24 -04:00
rmcrackan
82d4001f0a
#1878 : Detect incomplete in-app upgrades, roll back install files, and show clear recovery messages
2026-06-17 10:18:52 -04:00
rmcrackan
4bd7796f70
#1872 : Suggest Widevine when ADRM licenserequest fails with Sable acr:null
2026-06-16 11:12:58 -04:00
rmcrackan
4345971e81
escape string to avoid accidental json injection
2026-06-10 14:29:57 -04:00
rmcrackan
9ed98cbfff
unit test fix: this is always going be a weird test. it's trying to balance machine speed vs long running process -- and test 'unreasonable' response time
2026-05-25 10:58:57 -04:00
rmcrackan
3cf5d0b3fa
unit test bug fix: culture info
2026-05-25 10:46:34 -04:00
rmcrackan
6bd1ea7ca4
fix unit tests for windows-only logic
2026-05-25 10:41:20 -04:00
rmcrackan
f8c5f0da68
#1836 - Fix misleading "Not enough disk space" warnings when Books and In progress are on different drives
2026-05-25 10:25:46 -04:00
rmcrackan
b9490966bb
* Multi-step backup: PDF and later steps now run in the same awaited chain, so disk full on PDF stops the queue instead of counting as success.
...
* Detection: Quota / NAS “out of space” messages are treated like disk full, not generic retries.
2026-05-18 10:00:32 -04:00
rmcrackan
77f518f8d3
#1823 - Address full disk better. Fail clearly and early when possible, fail safely when space cannot be queried, and do not take down the UI or spam the user when the disk is full.
2026-05-18 09:20:51 -04:00
AK Clark and Claude Opus 4.7
ebce0c073b
Fix Tag_culture_test platform dependency on de-CH NumberGroupSeparator
...
The de-CH row hard-coded U+2019 as the expected thousands separator,
which only matches certain .NET/ICU/CLDR data versions. Linux .NET hosts
return U+0027 (ASCII apostrophe) for the same culture, so every Linux CI
run failed this test regardless of the actual change under test.
Resolve U+2019 in DataRow expectations to the runtime culture's
NumberGroupSeparator before comparison so the test stays stable across
hosts while still verifying the engine respects culture-specific
formatting.
- Added DataRows for de-DE (period) and ja-JP (comma)
- Added Samplerate_template_uses_culture_NumberGroupSeparator as an
explicit regression guard that asserts the engine uses whatever the
runtime CultureInfo reports
Fixes #1813 .
Verified locally: 584 tests pass, 0 failed (565 succeeded, 19 skipped
Windows-only).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-15 01:10:57 -05:00
rmcrackan
0499bbae7e
Merge pull request #1803 from Jo-Be-Co/1762_filter
...
1762 add filter() to list properties
2026-05-14 11:29:26 -04:00
Jo-Be-Co
4be0361e42
fixing typos and naming of test method
2026-05-14 16:51:51 +02:00
Jo-Be-Co
f194032139
#1762 add filter() to list properties
2026-05-14 02:10:38 +02:00
rmcrackan
50fde66a4c
#1804 - Fix Windows folder picker crash on custom paths. Normalize stored paths before opening the OS folder dialog (\\?\ / UNC handling, existence check) in shared FolderPickerInitialPath, use it from WinForms and Avalonia folder pickers, and retry once if the dialog still throws. Adds small FileManager tests.
2026-05-12 08:55:12 -04:00
Jo-Be-Co
6996fb1b81
When formatting ContributorDto, retain the IFormatProvider even if the format is empty
2026-05-10 00:36:49 +02:00
Jo-Be-Co
7ef10b1e7d
#1762 add unique() and count() to list properties
2026-05-09 21:15:24 +02:00
rmcrackan
0cc2ef773d
* Default Scan library to on for new accounts from Upsert / Mkb79 import (matches GUI)
...
* CLI liberate: print short license-denial reasons to stderr
* GUI: message when stoplight can’t queue (e.g. absent from last scan)
2026-05-05 13:32:28 -04:00
MBucari
505c614210
Code Cleanup
...
Remove unused parameters
Remove unnecessary casts
Make fields readonly
Order modifiers
Format document
Sort usings
Remove unnecessary nullable directive
Apply namespace preferences (file-level)
2026-05-04 21:10:28 -06:00
Michael Bucari-Tovo
df531de255
Update Avalonia to v12
...
Avalonia 12 uses compiled bindings by default. Converted all remaining reflection bindings into compiled bindings,
Fixed binding errors
2026-05-04 21:08:26 -06:00
rmcrackan
13bdebbe9d
#1776 . better messages to users. improve all exception display
2026-04-30 11:04:50 -04:00
Jo-Be-Co
417e654799
#1754 Conditional output on format templates
2026-04-20 23:15:54 +02:00
Jo-Be-Co
30809fb38d
fixed quoting errors in format-strings
2026-04-20 21:38:45 +02:00
Jo-Be-Co
ea33d8933a
test added with colons in tag comparison
2026-04-20 19:24:21 +02:00
Jo-Be-Co
962a5055b2
Fixed PR comments
2026-04-20 18:07:17 +02:00
Jo-Be-Co
dc353aa7e5
Merge branch 'master' into bifunctions
2026-04-17 08:50:53 +02:00
Jo-Be-Co
475f20b3cb
unit tests added for new list operations
2026-04-17 08:35:43 +02:00
Jo-Be-Co
a4bc39ee6b
switched from RegionInfo to AudibleApi.Locale
2026-04-15 00:45:55 +02:00
Jo-Be-Co
c72e5a3568
fixed matching of first property
2026-04-14 02:48:03 +02:00
Jo-Be-Co
56c15d3108
add checks on lists
2026-04-14 00:38:41 +02:00
Jo-Be-Co
810ea90770
introduce cmp tag as check with two operands
2026-04-14 00:30:34 +02:00
Jo-Be-Co
a010da5251
#1714 Convert the evaluation of the 'is' tag into two-parameter logic
2026-04-13 01:39:16 +02:00
Jo-Be-Co
f4e61d0445
hardend an commented unit tests for region output
2026-04-10 11:44:28 +02:00
Jo-Be-Co
54765fc181
Fixed cross-platform problems on region tests
2026-04-10 10:14:19 +02:00
Jo-Be-Co
b4f48cb54c
Extend <language> and <locale> tags to allow different outputs like ISO-codes or names in different languages
2026-04-10 09:43:11 +02:00
Jo-Be-Co
3e3da2298e
Add <first tag[...]>
2026-04-03 03:48:09 +02:00
rmcrackan
ad2101ab8c
fix bug with importing mkb79 auth with website_cookies: null vs empty
2026-03-30 15:10:55 -04:00
Jo-Be-Co
2daf2da30a
Test fixes
2026-03-27 09:11:00 +01:00
Jo-Be-Co
1d1936734b
Test hardening.
...
Ensure tests check error and warning output to confirm assertions are correctly formulated.
2026-03-27 00:06:17 +01:00