advplyr
2b8ed16616
Update:UI for playlist & rss feed modal to add more padding on top and bottom to prevent iOS cutoff
2023-12-16 15:06:49 -06:00
advplyr
6ae4d72b68
Update:Settings UI cleanup and light theme updates
2023-12-16 14:43:48 -06:00
advplyr
c6bd93ef5c
Light theme updates
2023-12-16 14:37:05 -06:00
advplyr
e1c02ce74c
Update:Show loading indicator on play buttons when starting playback
2023-12-15 17:35:37 -06:00
advplyr
dd66042766
Update:Dont show chapter number infront of chapter title #981
2023-12-14 16:59:47 -06:00
advplyr
dc790d5450
Fix light mode for new podcast page
2023-12-14 16:55:17 -06:00
advplyr
c8064ac7bc
Rename page name from search to add-podcast
2023-12-14 16:25:59 -06:00
advplyr
19d6c84113
Update:Light theme colors for track progress bar and ereader settings #916
2023-12-13 16:57:44 -06:00
advplyr
fdb26b7700
Update:Set device language to match the first server connected to #448
2023-12-12 17:50:04 -06:00
advplyr
9298065934
Add:Theme option setting #916
2023-12-11 18:11:17 -06:00
advplyr
c7678da664
Update:Setup css colors for themes, add light theme colors #916
2023-12-10 17:53:27 -06:00
advplyr
52701048ad
Merge pull request #967 from tonyedwardspz/master
...
Feature - Add a low feedback mode
2023-12-09 15:14:52 -06:00
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
advplyr
ddb1796891
Update serverconfig to remove version before saving
2023-12-07 17:02:50 -06:00
advplyr
76253b7b9d
Merge pull request #969 from Sapd/sso-redirect-ri
...
SSO: Add redirect_uri to oAuth auth request
2023-12-07 16:08:19 -06:00
advplyr
74fef1d2f4
Make backwards compatible with server v2.6.0
2023-12-07 11:07:37 -06:00
advplyr
783f924bb9
Add:Ebook library filters #971
2023-12-05 16:14:20 -06:00
Denis Arnst
044a35aacf
SSO: Removed isRest as requirement
...
Removed in the backend to increase compatibility with possible 3rd party oauth libraries people might use
2023-12-05 09:44:20 +01: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
Denis Arnst
8af3c09458
SSO: Add redirect_uri to oAuth auth request
...
Also:
- Add client_id with the name of the app (for possible future use)
- Add response_type simply to provide all required oauth2 parameters for reference
- For the URL to be opened in Browser: Forward the callback/redirect_uri URL provided by the server
- Use a hardcoded variable for HTTPS enforcement, for easier debugging
2023-12-04 22:43:14 +01: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