advplyr
776c02828f
Fix latest page to show download indicator, update download button to be responsive right away
2023-12-09 14:57:44 -06:00
advplyr
84e376a7cf
Remove commented out toasts
2023-12-08 17:03:08 -06:00
Tony Edwards
78170d4e10
Potential toasts for removal
2023-12-08 09:59:22 +00:00
Tony Edwards
5067c0f6d7
Removes download confirmation prompt
2023-12-08 07:30:54 +00:00
Tony Edwards
89938ab120
Removes download success toast
2023-12-08 07:25:51 +00:00
Tony Edwards
9a32396daa
Removes low feedback toggle
2023-12-08 07:19:23 +00:00
Tony Edwards
aca348e783
Adds low feedback mode to podcast downloads
2023-12-05 07:31:03 +00:00
Tony Edwards
e6c1874cbb
Adds download success toasts to low feedback mode
2023-12-05 07:31:03 +00:00
advplyr
a26f37aa49
Add more translation strings, clean out unused strings #448
2023-12-04 17:53:36 -06:00
advplyr
6621f8b2ee
Add:Language code setting and translations #448
2023-12-03 17:37:01 -06:00
advplyr
f9dd8188ee
Update:Clicking local podcast from home page will filter by downloaded episodes #958
2023-11-25 13:09:43 -06:00
advplyr
579785d2c6
Add:Downloaded filter for podcast episodes #959
...
Fix:More menu button not working for podcasts with some episodes downloaded
2023-11-25 12:56:29 -06:00
advplyr
5c60cd136c
Fix password login to send empty string instead of null to support passwordless root user login
2023-11-25 11:17:35 -06:00
advplyr
ef4d7ba1bf
Fix openid path that is still expecting a trailing slash
2023-11-19 14:45:35 -06:00
advplyr
2b533524fc
Add:Tags in search results #940
2023-11-15 14:30:57 -06:00
advplyr
a88e404ccf
Update:Trim trailing slash from server address input
2023-11-13 15:22:15 -06:00
advplyr
ad5146e2ee
Update:iOS remove unused logic of opening last active session on app launch
2023-11-12 13:36:23 -06:00
advplyr
ff5a1bb09f
Update:Server connect page shows message informing new users #912
2023-11-12 10:30:39 -06:00
advplyr
93cb319e97
Merge pull request #906 from Sapd/oauth2-support
...
OAuth2 Support
2023-11-11 14:49:49 -06:00
Denis Arnst
a42dfa5649
Don't check version for now
...
- Be more explicit on error 404, to not confuse users
- Error for when there is no authCode
2023-11-11 21:30:10 +01:00
advplyr
6a938b8da1
Update button UI to be full width
2023-11-11 14:00:48 -06:00
advplyr
4f994072ad
Check for duplicate config when authenticating with openid
2023-11-11 13:55:32 -06:00
advplyr
7c0ef179ec
Update:Podcast search page renamed to add #936
2023-11-10 16:36:07 -06:00
Denis Arnst
5fdd0c6672
oauth2: Fix PKCE
...
- Send challenge to the SSO provider itself too
- Fix challenge generation
- Removed semicolons
2023-11-10 22:30:55 +01:00
advplyr
c1b13dcd24
Update:Hide duration on collection items that have no duration
2023-11-06 16:21:52 -06:00
Denis Arnst
0daa043f14
oauth: Customizable OpenID Buttontext and auto-launch
2023-11-05 21:35:42 +01:00
Denis Arnst
1a6b716046
oauth2: Add comments
...
- Move appUrlOpen to represent the correct order of flow
2023-11-05 21:01:51 +01:00
Denis Arnst
945baa24f0
Connect: Check if audiobookshelf and check for version
2023-11-05 20:32:14 +01:00
advplyr
30d4e709f0
Merge branch 'master' into oauth2-support
2023-11-05 10:58:17 -06:00
Denis Arnst
8d8782a5a9
oauth2: Implement PKCE
...
- Also fixed URLs, the / after ${this.serverConfig.address} had to be removed, because during Connection flow the URL is now (re)set correctly uniformly
- Removed now uneccessary callback? parameter from first auth request
2023-11-05 17:27:04 +01:00
advplyr
087e8553c4
Update:Bookmarks modal is not closed on updating/deleting and does not show a toast #882
2023-11-04 16:08:19 -05:00
Denis Arnst
2984398051
ServerConnect: Improve connect flow
...
* Prefer HTTPS if no protocol given
* Retry with HTTP if no protocol given and HTTPS TCP establishment was not successful
* Do validation checks, i.e. control for unexpected redirects. Don't allow for protocol downgrade
* Provide good user messages on failure
* Fix a bug where it would use the wrong protocol after connecting bc. of unchecked redirect
* Reworked getRequest(...) to get information about the resulting URL and detailed errors
2023-11-04 15:25:03 +01:00
advplyr
e9251db647
Add more menu on playlist item row to show library item more menu #914
2023-11-03 15:53:38 -05:00
Denis Arnst
6c88337180
oauth2: Force HTTPS, check state
...
Also improve error handling
2023-11-03 21:29:37 +01:00
advplyr
74b488ad0f
Update playlist table design to include progress bar on items #914
2023-11-03 13:00:45 -05:00
advplyr
fc7af6d1fc
Add:Send ebook to device button #909
2023-11-02 16:10:55 -05:00
advplyr
737d8f19b3
Move appUrlOpen listener to plugin and listen for eventBus event
2023-11-01 10:16:31 -05:00
advplyr
d613d8954d
Fix host path extra port, fix formatting
2023-11-01 09:30:52 -05:00
advplyr
dc8178769b
Fix:Series page sort order by name #925
2023-10-31 16:00:08 -05:00
Denis Arnst
8b631f7860
oauth2 support on Android
2023-10-13 23:14:52 +02:00
Denis Arnst
e521ddfab6
OAuth2 Support
...
Using CapacitorHttp and in-app link
2023-10-08 18:36:28 +02:00
advplyr
6b164bdb27
Fix:Clicking series item in list view when collapsing series #877
2023-10-07 13:39:47 -05:00
advplyr
46f558d6e0
Update axios requests to nativeHttp, add openid connect auth button
2023-09-25 17:30:39 -05:00
advplyr
01178d00bf
Replace existing axios calls with native https calls
2023-09-17 12:43:50 -05:00
advplyr
59480ad114
Update:Add switch server/user button in side drawer and change button text on account page. Update logout to disconnect #628
2023-09-17 10:23:35 -05:00
advplyr
ce7779607f
Update:Bookmarks modal UI #876
2023-09-17 09:28:43 -05:00
advplyr
04bc74babe
Update:Epub ereader show location at bottom of page #766
2023-09-16 15:12:20 -05:00
advplyr
ac2b674ba5
Fix:Epub ereader swiping moving 2 pages #802
2023-09-16 09:38:20 -05:00
advplyr
e53901e7a4
Fix:Incorrect line-height on epub titles #874
2023-09-16 09:30:51 -05:00
advplyr
57d1fbfa83
Disable CapacitorHttp and add plugin to replace axios calls #781
2023-09-15 17:35:44 -05:00