918013ccb3
Add:Option on podcast page to mark all episodes as finished/unfinished #1862
2023-07-15 11:27:06 -05:00
c5a4f63670
Update Backup to use key to check for old backups no longer supported
2023-07-14 14:20:35 -05:00
d838ff2f2e
Merge branch 'master' into sqlite_2
2023-07-10 17:37:47 -05:00
f2f07ff534
Update:Show num episodes on podcast item page #1891
2023-07-10 17:37:35 -05:00
254ba1f089
Migrate backups manager
2023-07-08 14:40:49 -05:00
7e377297d7
Update:Remove toast notifications for marking items as finished #1900
2023-07-07 17:22:38 -05:00
bb9013541b
Update:Get all users api endpoint to include latest session, display device info on users table #724
2023-06-28 17:57:46 -05:00
aeba7674f8
Add new api route for downloading backup, remove static metadata route
2023-06-27 16:41:32 -05:00
d0bce2949e
Add:FFProbe api endpoint
2023-06-25 16:16:11 -05:00
b8ca6671fc
Minor cleanup
2023-06-11 13:22:58 -05:00
014fc45c15
Add:Audiobooks only library settings, supplementary ebooks #1664
2023-06-10 12:46:57 -05:00
4b4fb33d8f
Fix:Pressing edit on a podcast episode from a playlist #1833
2023-06-09 17:12:38 -05:00
2f04d34bce
Fix:Submenu overflowing page #1828
2023-06-07 15:48:23 -05:00
05ce9c6eda
Add:Email smtp config & send ebooks to devices #1474
2023-05-29 17:38:38 -05:00
15aaf2863c
Add:OPML Export #1260
2023-05-28 15:10:34 -05:00
019063e6f4
Update:New API routes for library files and downloads
2023-05-28 12:34:22 -05:00
4dba95c000
Update:Show series on collection items #1449
2023-05-24 17:37:51 -05:00
b8b3d05f5e
Fix:Authors page includes library id in url #1767
2023-05-13 16:47:38 -05:00
688531f0a7
Update:Podcast episodes fallback to description when subtitle is null #1752
2023-05-10 20:18:29 -04:00
58ebde2982
Update:Podcast episode audio files More Info option
2023-04-30 09:45:28 -05:00
8542d433a2
Add:Audio file info modal #1667
2023-04-15 18:09:49 -05:00
03984f96d4
Remove experimental tone probe
2023-04-15 16:21:16 -05:00
5a21e63d0b
Add:Delete library files, condense item options in more menu #1439
2023-04-13 18:03:39 -05:00
77cc0934be
Update:Episodes table sort by pub date treats episodes with no pub date as the oldest #1454
2023-04-09 17:20:56 -05:00
418adcf891
Update:Only admin users can see full file path #1411
2023-04-09 16:10:03 -05:00
3dc9416da6
Add:Chapters to podcast episodes #1646
2023-04-09 14:32:51 -05:00
c49010b4e1
Merge master
2023-03-18 17:26:11 -05:00
aef2c52630
Merge pull request #1581 from mfcar/improvePodcastEditing
...
Improve podcast editing
2023-03-05 12:28:12 -06:00
c629923a80
Merge pull request #1562 from mfcar/addNextScheduleInfo
...
Improve dates, times and schedule backup info
2023-03-05 11:44:59 -06:00
022bf9d0ef
Show current episode download on init and download queue page updates
2023-03-05 10:35:34 -06:00
72396c5a98
Add Prev/Next buttons on podcast editing
2023-03-04 19:04:55 +00:00
071444a9e7
Improve dates, times and schedule backup info
2023-02-27 18:04:26 +00:00
34ac972130
Add download queue
2023-02-27 02:56:07 +00:00
eeb7c80518
Add translation strings and change the input type to search
2023-02-21 19:30:42 +00:00
f650ae7f18
Add episode filter on the episodes list
2023-02-19 20:48:39 +00:00
a8f6202302
Remove Gentium Book font, reduce appbar icon and title font size
2023-02-11 15:02:56 -06:00
59ad1e5e36
Toggle switch shouldn't submit form
...
This patch fixes the problem that toggling one of the options in the
user account dialog will automatically submit the form.
The problem got introduced as a combination of the recent accessibility
fixes where some elements got turned into HTML button elements to make
them keyboard accessible. Doing that, I did not realize that the default
type of a button is `submit` [1]. This causes no problems at most places,
but will cause problem within a form (e.g. the user account settings)
where toggling an option is now identical to clicking submit.
This patch fixes the issue by setting the `type` attribute to `button`.
Not only for the toggle switch, but also for a few other elements which
have been recently converted to buttons.
[1] https://www.w3.org/TR/2011/WD-html5-20110525/the-button-element.html#attr-button-type
2023-01-10 22:58:20 +01:00
5255bf13cc
Update:Libraries table using context menu instead of hover buttons. Cleanup mobile view #1342
2023-01-07 17:14:55 -06:00
49c581ed35
Add:Podcast option to quick match all unmatched episodes
2023-01-04 18:13:46 -06:00
4e61185136
Fix keyboard navigation in user settings
...
This patch makes sure that the option in the user settings are
accessible via keyboard navigation and that the labels, if users use a
screen reader, actually make sense.
This patch introduces new strings which need to be translated. Although
I did already provide a German translation.
2022-12-29 21:36:42 +01:00
4d93e39fa9
Add:Item metadata utils config page for managing tags #1163
2022-12-18 14:17:52 -06:00
ea42ab7624
Update get all users route
2022-12-12 17:48:57 -06:00
3c0fdff7b4
Update libraries reorder and get all authors routes
2022-12-12 17:33:59 -06:00
1332147c4a
Update playlist icons
2022-11-27 13:34:50 -06:00
53dbdd115f
Update:Playlists for podcasts
2022-11-27 12:33:38 -06:00
a217ed5574
Update:Handle edit playlist item
2022-11-27 12:17:58 -06:00
531f947754
Update:Remove playlist if all items are removed
2022-11-27 12:04:49 -06:00
c957e9483e
Update:Playlist edit modal
2022-11-27 11:53:48 -06:00
623a706555
Update:Create playlist items table
2022-11-26 17:58:52 -06:00
5de6ee136a
Convert Users settings page to use new component
...
This commit moves the Users settings page to use the new Settings
Content component. Similar to the Libraries page, this one is already a
component. I mimiced the behavior of the existing libraries component to
get the same functionality needed here
2022-11-25 21:10:05 -08:00