Commit Graph

415 Commits

Author SHA1 Message Date
Alain Nussbaumer
c020905f2e [web] #1493 Fix directory modal dialog not showing up 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
911bd59116 [web] Fix French translation parameters 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
f11c66c42d [web] Fix missing translation. Detect user locale 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
c828549b85 [web] Fix page search to show proper translations 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
bfd60a4d30 [web] Fix to search query documentation 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
afb897aa47 [web] Fix translation for genre page. Alignment of logic between artist, composer, and genre pages when navigating to albums or tracks. 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
bb294710e6 [web] Fix of translations in the recently played page. 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
6221f40e96 [web] Fix missing translation in audiobook page. Reorganise some translations to be more coherent. 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
ba7cea01e4 [web] Missing translations in search page 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
76a9339605 [web] Missing translations in track dialog 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
6bdf07307b [web] Fix the artist page not displaying 2022-06-09 10:43:03 +02:00
Alain Nussbaumer
38ad945ec4 [web] Fix broken album dialog 2022-06-09 10:43:03 +02:00
chme
3b283d1690 [htdocs] Rebuild web interface 2022-06-03 07:45:48 +02:00
chme
3788994307 [web] Delay loading of album artwork in lists
Avoids fetching artwork that is only visible for a very short time while fast scrolling through the list.
2022-06-03 07:45:48 +02:00
chme
9b78237f77 [web] Add missing translation for save button 2022-06-03 07:45:48 +02:00
chme
524898538d [web] Remove libspotify integration from web interface 2022-06-03 07:21:26 +02:00
Alain Nussbaumer
b28da1d57b Removed useless libraries. 2022-05-29 18:57:00 +02:00
Alain Nussbaumer
8fb4d8f347 Removed hard coded ip address. 2022-05-29 18:51:23 +02:00
Alain Nussbaumer
b788273e4c Code formatting, translation mistakes, and removal of useless libraries. 2022-05-29 18:49:00 +02:00
Alain Nussbaumer
cfa8db7b3f #1458 Translation of Web UI 2022-05-20 13:45:11 +02:00
Alain Nussbaumer
167ba86211 #1458 Translation of Web UI 2022-05-20 13:44:22 +02:00
chme
42e708fbb4 [web] Fix display of search results for composer and playlist 2022-04-17 10:05:50 +02:00
chme
45b192255a [web] Show stream playlists (rss, radio) only if config option "radio_playlists" is set to true 2022-04-17 10:05:50 +02:00
chme
7fff11ef30 [web] Only include icons in bundle that are used in the web interface 2022-04-17 10:05:50 +02:00
chme
81491367fc [web] Replace date library moments.js with luxon 2022-04-15 20:17:16 +02:00
chme
708765537c [web] Update dependencies 2022-04-15 20:17:16 +02:00
chme
717fc6d512 [web-src] Fix dragging slider in now playing page 2022-04-08 17:53:16 +02:00
chme
3a0203855f [web-src] Increase bottom margin for all pages 2022-04-08 17:53:16 +02:00
chme
dc4367fa3b [web-src] Fix opening dialog for list items in spotify pages 2022-04-08 17:53:16 +02:00
chme
c714592a31 [web] Do not show audiobooks in genre/composer listings for music 2022-04-08 17:53:16 +02:00
chme
0772997e27 [web] Add album/track count to composer pages 2022-04-08 17:53:16 +02:00
chme
01f4f8b137 [web] Add album/track count in genre views 2022-04-08 17:53:16 +02:00
chme
e5a87d0396 [web] Fix hiding singles in artists and albums views 2022-03-20 15:24:23 +01:00
chme
8f934ec690 [web] Fix running dev server with remote owntone server; update docs 2022-03-20 15:24:23 +01:00
chme
02af9f2a23 [web] Update dependencies 2022-03-19 07:04:37 +01:00
Ben Willmore
965d55d67d Fix failure to detect apple-touch-icon.png (#4)
* Fix failure to detect apple-touch-icon.png

* apple-touch-icon: Use ?ver=2.0 not ?ver2.0

Co-authored-by: Ben Willmore <ben@willmore.eu>
2022-03-19 07:04:37 +01:00
Ben Willmore
decea8be66 Use vuex mutation instead of manipulating state directly 2022-03-19 07:04:37 +01:00
Ben Willmore
f484f1194b Search page: remember whether library or spotify is selected 2022-03-19 07:04:37 +01:00
Ben Willmore
a5dd6c4968 Websocket: remove unnecessary notifications 2022-03-19 07:04:37 +01:00
Ben Willmore
9d9bcc51f8 Websocket: reconnect more rapidly when closed 2022-03-19 07:04:37 +01:00
Ben Willmore
f380872540 When window gains focus or document becomes visible, update visible info
It doesn't seem necessary to also reconnect the websocket
2022-03-19 07:04:37 +01:00
chme
27e2274d8a [web] Refactor lists to improve performance
Reduces the number of Vue components that need to be created/managed.
Instead of a Vue component for each item, we now only have one Vue
component for the whole list of items.
2022-03-19 07:04:37 +01:00
Ben Willmore
a24cb11e17 Reconnect websocket when window receives focus 2022-03-19 07:04:37 +01:00
chme
6519b18aa0 [web] Fix linting errors 2022-03-19 07:04:37 +01:00
chme
c78f861f45 [web] Format web sources with prettier and run fix linting errors 2022-03-19 07:04:37 +01:00
chme
d7f1c13585 [web] Configure eslint and prettier dev tools 2022-03-19 07:04:37 +01:00
chme
de097fcf94 [web] Migration to Vue 3 and Vite 2022-03-19 07:04:37 +01:00
chme
bb7d402cef [web-src] Update dependencies 2022-01-22 12:12:41 +01:00
chme
ad96321c24 [web-src] Add option to only update a single library source 2022-01-22 12:12:41 +01:00
chme
73b0f838e6 [htdocs] Rebuild web interface 2022-01-16 12:01:35 +01:00
chme
6284492180 [web-src] Add "follow-redirects" as dependency to fix CVE-2022-0155
"follow-redirects" is a transitive dependency for owntone, e. g. for
axios. Should be removed once, the direct dependencies of owntone
release new versions with a newer version of "follow-redirects".
2022-01-16 12:01:34 +01:00
Alain Nussbaumer
282c05f65b [web-src] Correction of links pointing to old addresses 2022-01-16 11:14:49 +01:00
chme
b0037afa05 [web-src] Fix spotify playlist tracks not showing 2022-01-16 11:14:49 +01:00
chme
c8bfad0a35 [web] Fix url in search page to smart pl query language 2022-01-16 11:14:49 +01:00
whatdoineed2do/Ray
258311951b [web-src] inline with 39b14ff8d - relative paths for proxy'ing 2022-01-02 15:39:25 +00:00
whatdoineed2do/Ray
00461e4f9f [web-src] composer review 2021-12-31 10:40:06 +00:00
whatdoineed2do/Ray
69ed6d1365 [web-src] use ListComposer for index block separation 2021-12-29 13:46:30 +00:00
whatdoineed2do/Ray
269842d30a [web-src] add composer support 2021-12-29 13:46:30 +00:00
chme
05e367a84b [web] Add option to remove spotify (logout) in settings 2021-12-26 20:22:06 +01:00
chme
791d3610fd [web] Display info text if spotify track is not playable
Additionally set market query parameter for albums and tracks. According to the spotify documentation, this should not be necessary, as the market for the user account should be used if not set.
2021-12-26 19:52:00 +01:00
chme
4bc8719aaa [web] Fix http stream button not clickable in mobile view 2021-12-26 19:50:16 +01:00
chme
6d5b43c12c [web] Update dependencies 2021-12-26 19:50:16 +01:00
whatdoineed2do/Ray
af91d99468 [web-src] podcast handling of propogated 'play_count_changed' event 2021-09-30 12:52:53 +01:00
chme
8c24b7b61a [web-src] Only show libspotify login in settings if it is in use 2021-07-04 14:59:05 +02:00
chme
acddb378b9 [web-src] Add "comment" field to track details 2021-07-04 14:59:05 +02:00
chme
d1c9e26c1b [web-src] Update dependencies and set version to 1.1.0 2021-07-04 14:43:05 +02:00
chme
fc6c9e15af [htdocs] Rebuild web interface v1.0.1 2021-05-19 20:38:39 +02:00
Christian Meffert
f93921554e
Merge pull request #1243 from luusl/enhance_websocket
Improve the websocket to send events to clients immediately.
2021-05-19 20:32:08 +02:00
martin
a15edfcae9 Improve the websocket to send events to clients immediately. 2021-05-13 22:54:11 +02:00
chme
55a92e84c2 [web-src] Rename forked-daapd to OwnTone 2021-05-13 16:03:10 +02:00
Chris Lenfert
c8afa27ebf updates logo and index with owntown files 2021-05-13 15:57:47 +02:00
chme
1eb4f61043 [web-src] bump version to 1.0.0 and update dependencies 2021-05-13 15:56:17 +02:00
chme
18c3e6686c [web-src] Update dependencies 2021-01-16 08:13:05 +01:00
chme
ca9f0d8b5e [web-src] Text change to settings, device verification 2021-01-16 08:11:36 +01:00
chme
d5f8129b71 [web-src] Fix for wrong AirPlay output icon 2021-01-11 20:00:06 +01:00
chme
e168918b95 [web-src] Remove now unused ModalDialogAlbums 2021-01-11 19:40:05 +01:00
chme
bda1e096cf squash! [web-src] Update dependencies 2021-01-11 19:40:05 +01:00
chme
1a6c76d990 [web-src] Refactor "recently added" - group in JS instead of doing 3 queries against the back end 2021-01-11 19:40:05 +01:00
chme
cdc7d7a1da [web-src] Fix linting errors 2021-01-11 19:40:05 +01:00
chme
4f5e736b6b [web-src] Update dependencies 2021-01-11 19:40:05 +01:00
whatdoineed2do/Ray
b985634924 [web-src] recently added - optimise fetch of 'older' albums in mounted() when mixin async data known 2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
52d765900c [web-src] recently added - only show up to requested limit on albums 2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
5fa2955bff [web-src] use settings to determine the number of albums to retreive on recently added page 2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
08397058f1 [web-src] recently added - retreive all data in one async go 2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
5eeadd3f1b [settings] add webinterface.recently_added_limit 2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
eacb6a17eb [web-src] Settings int field hanlder 2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
7145db3369 [web-src] recently added - add modal play/add/add next for sections 2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
a9e365eb3e [web-src] modal for multiple albums 2021-01-11 19:40:04 +01:00
whatdoineed2do/Ray
5f9939ebfb [web-src] use smartpl to retrieve recently added albums 2021-01-11 19:40:04 +01:00
dependabot[bot]
56f539a89b
Bump axios from 0.21.0 to 0.21.1 in /web-src
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 03:58:11 +00:00
johnappletree
96c9424575
Update PageBrowseRecentlyAdded.vue
Remove the last 8 weeks as this in my case resulted in an empty list. Furthermore, increase limit to get more entries in the list.
2020-11-24 21:46:56 +01:00
chme
075d8d1c22 [web-src] Update to v0.8.3 2020-11-22 10:19:00 +01:00
chme
b7369afc50 [web-src] Fix switching to Spotify search with empty query 2020-11-22 10:17:37 +01:00
chme
94bdd18648 [web-src] Fix missing cover update for streams 2020-11-21 11:59:28 +01:00
chme
070f5bb8a9 [web-src] Fix Spotify search for single type 2020-11-21 11:08:26 +01:00
chme
cbfea854d2 [web-src] Search tab buttons now trigger search 2020-11-21 11:06:18 +01:00
chme
ee6419041a [web-src] Update dependencies and set version to v0.8.2 2020-11-21 10:01:38 +01:00
whatdoineed2do/Ray
c0ba076e2b [web-src] typo blocking podcast deletion dialog 2020-11-20 19:07:46 +00:00
whatdoineed2do/Ray
2057d8cf0a [web-src] random playlist playlist modal fix
the 'uris' is passed from page/PagePlaylist.vue to handle a dynamic 'random'
smartpl playlist - we cannot add via 'playlist.uri' because when it will ask
the server for that uri it will generate another set of tracks, different to
the ones on display of the playlist page
2020-10-26 11:27:15 +00:00
chme
c5275e4428 [web-src] Hide burger menu on showing "Update library" dialog 2020-10-18 09:58:03 +02:00
chme
60bf4432c2 [web-src] Update dependencies 2020-10-18 09:44:59 +02:00
chme
d6d6e93c3b [web-src] Use kebap-case for events
Otherwise ESLint will report errors
2020-10-18 09:44:59 +02:00
chme
3b5e08331b [web-src] Show release date in music album listings 2020-10-18 09:44:59 +02:00
chme
bdeb4d0838 [web-src] Fix JS error on podcast page enter 2020-10-18 09:44:59 +02:00
chme
bd099dc4be [web-src] Turn "Update library" into an action 2020-10-18 09:44:59 +02:00
chme
1aa401f024 [web-src] Fix cover artwork shadow clipped off 2020-10-18 09:44:59 +02:00
chme
1ff0b36c76 [web-src] Update warning text for top menu setting 2020-10-18 09:44:59 +02:00
chme
d4a5286268 [web-src] Keep the search text when switching to/from Spotify search 2020-10-18 09:44:59 +02:00
chme
758ae1f31a [web-src] Update web interface version to 0.8.1 2020-10-17 12:11:13 +02:00
chme
432c27042b [web-src] Fix javascript exception in music browse page 2020-10-17 12:09:01 +02:00
chme
99437b3ceb [web-src] Add option to artist albums list to sort by release date 2020-10-17 12:07:27 +02:00
chme
f9c184cc75 [web-src] Reduce size of empty search result message 2020-10-17 11:42:50 +02:00
chme
2fe5cc722d [web-src] Fix "Update" dropdown not closing on click-outside 2020-10-17 07:50:37 +02:00
chme
5c3c0be348 [web-src] Rename "About" to "Update Library" 2020-10-17 07:43:40 +02:00
chme
be66b0082c [web-src] Fix wording for albums filter 2020-10-17 07:43:40 +02:00
chme
2cb1a1754b [web-src] Add threshold to observe visibility
Hopefully fixes the "show options button" in list views to always be correctly working after page load.
2020-10-17 07:43:40 +02:00
chme
048b245155 [web-src] Only show Spotify filter if Spotify is enabled 2020-10-11 09:02:54 +02:00
chme
7dccee9407 [web-src] Fix index link for unavailable release year 2020-10-11 08:48:23 +02:00
chme
6fcdab08ee [web-src] Add metadata to artist details 2020-10-11 07:53:52 +02:00
chme
efb647d013 [web-src] Artists/albums list sort + filter 2020-10-11 07:53:52 +02:00
chme
a6061f2a66 [web-src] Add dependency bulma-switch 2020-10-11 07:53:52 +02:00
chme
8bc3fcd109 [web-src] Refine hide/show index lists 2020-10-11 07:53:52 +02:00
chme
8eee018d15 [web-src] Add dependencies for vue-scrollto and vue-observe-visibility 2020-10-11 07:53:52 +02:00
chme
1384aef891 [web-src] Move option "up" button out from IndexButtonList component 2020-10-11 07:53:51 +02:00
chme
ee4ec0c9eb [web-src] Refactor track and playlis listings 2020-10-11 07:53:51 +02:00
chme
43899d198f [web-src] Update dependencies and set version to 0.8.0 2020-09-27 19:24:39 +02:00
chme
886754e6ad [web-src] Audiobooks index list 2020-09-27 19:24:39 +02:00
chme
f4f80f3508 [web-src] Only filter albums/artists if "hide singles" is enabled 2020-09-27 19:13:07 +02:00
chme
91ec155ecd [web-src] Refactor albums lists to use new ListAlbums component 2020-09-27 19:13:07 +02:00
chme
83af581785 [web-src] Allign display of audiobook album with music album 2020-09-27 19:13:07 +02:00
chme
3b8b28c125 [web-src] Rename audiobook pages for consistency 2020-09-27 19:13:07 +02:00
chme
dbcd391331 [web-src] Refactor album+artist lists and add audiobooks artist page 2020-09-27 19:13:07 +02:00
chme
bfa2497dd5 [web-src] Add metadata fields to album dialog 2020-09-27 19:13:07 +02:00
chme
c26606ed37 [web-src] Further improvements of audiobooks authors page 2020-09-27 19:13:07 +02:00
chme
e44d21f6d6 [web-src] Add search for audiobooks and podcasts 2020-09-27 19:13:07 +02:00
whatdoineed2do/Ray
ee49d48fbc [web-src] Apply patch from whatdoineed2do for playlist dialog 2020-09-27 19:13:07 +02:00
chme
111d3675bf [web-src] Only use track uris if playlist has a random track list 2020-09-27 19:13:07 +02:00
whatdoineed2do/Ray
1d80a0fa06 [web] playlist page 'play' uses tracks alreaady retreived instead of playlist_id 2020-09-27 19:13:07 +02:00
Tucker Kern
39b14ff8d4 Use relative paths in web interface to ease reolcation or proxying 2020-09-27 19:13:07 +02:00
chme
f8257a1f55 [web-src] Hide cover artwork in lists if disabled in settings 2020-09-27 19:13:07 +02:00
chme
6f4970545f [web-src] Turn "radio" into top level item and allow customization of
visible menue items
2020-09-27 19:13:07 +02:00
chme
4e353d4c36 [web-src] Lazy creation of generated cover artwork
This should improve the performance in large album listings by only creating the generated image for covers that are displayed.
2020-09-27 19:13:07 +02:00
chme
d0e4153859 [web-src] Show cover artwork in Spotify album listings 2020-09-27 19:13:07 +02:00
chme
48e766e1ae [web-src] Show cover artwork in album listings 2020-09-27 19:13:07 +02:00
chme
9c4c25f507 [web-src] Start implementing audiobooks authors page 2020-09-27 19:13:07 +02:00
chme
1d274a79bb [web-src] Use generic albums api function for all media kinds 2020-07-01 07:32:12 +02:00
chme
93a170690e [web-src] Remove link to "admin" page
All functionality of the admin page has been moved to the "settings" page
2020-07-01 07:32:12 +02:00
chme
66e482d629 [web-src] Add radio page listing all radio streams 2020-07-01 07:32:12 +02:00
chme
b15b5c88fa [web-src] Only show quality informations if they are available 2020-07-01 07:32:12 +02:00
chme
1c65ba1ee2 [web-src] Update Spotify album page spacing
Also make cover artwork clickable to open the album details dialog
2020-07-01 07:32:12 +02:00