This website requires JavaScript.
21173d6480
Fix for byRating function
Alain Nussbaumer
2023-04-04 08:42:46 +0200
41d80c4f1a
#1473 Fix the listing of files
Alain Nussbaumer
2023-03-24 04:17:17 +0100
c6b4f565a5
#1473 Add sort by rating for composer, genre, and artist tracks.
Alain Nussbaumer
2023-03-23 23:19:55 +0100
88425fc38d
[web] Wrong label for play button in audiobook page
Alain Nussbaumer
2023-04-05 20:23:19 +0200
95f0b9a780
[web] Generate htdocs
Alain Nussbaumer
2023-04-05 20:02:51 +0200
79f6b26cf1
Fix for byRating function
Alain Nussbaumer
2023-04-04 08:42:46 +0200
8013bac725
[artwork] Change search order for pipe artwork ("own" as fallback)
ejurgensen
2023-03-28 22:56:26 +0200
5abb7c9d57
Merge pull request #1597 from hacketiwack/fixed-translations
ejurgensen
2023-04-02 21:27:59 +0200
9e93e130db
[raop] Make txt record comparison case insensitive
ejurgensen
2023-03-28 23:09:08 +0200
9df15c1f58
Minor translation errors
Alain Nussbaumer
2023-03-26 17:11:43 +0200
0a91ad8cec
#1473 Fix the listing of files
Alain Nussbaumer
2023-03-24 04:17:17 +0100
a55c6ed941
#1473 Add sort by rating for composer, genre, and artist tracks.
Alain Nussbaumer
2023-03-23 23:19:55 +0100
90e0be07e2
Merge pull request #1593 from hacketiwack/error-message
ejurgensen
2023-03-17 13:53:53 +0100
57c91118c2
Merge pull request #1592 from hacketiwack/translations
ejurgensen
2023-03-17 13:53:06 +0100
c9c6094e5b
Error message not displayed
Alain Nussbaumer
2023-03-17 00:19:14 +0100
6069fd07e3
I18n: Correction of translations in French, German, and English
Alain Nussbaumer
2023-03-16 23:47:04 +0100
a4ae747b15
[web] Optionally Show FilePath on Now playing-Page
lordmyschkin
2023-02-05 12:49:16 +0100
3415fe65bb
Merge d913d3f6b7
into c645d570ea
Christian Meffert
2023-03-15 22:24:52 +0100
c645d570ea
[artwork] Also look for "own" artwork for pipes
ejurgensen
2023-03-14 17:30:35 +0100
dde64823b3
Merge 9df97d3771
into 6930fcbfb8
Alain Nussbaumer
2023-03-14 06:41:27 +0900
6930fcbfb8
Merge pull request #1589 from owntone/dependabot/npm_and_yarn/web-src/vite-2.9.13
ejurgensen
2023-03-10 19:28:29 +0100
88b89053d4
Bump vite from 2.9.12 to 2.9.13 in /web-src
dependabot[bot]
2023-03-10 15:51:14 +0000
3c72c009ab
Merge pull request #1588 from owntone/dependabot/npm_and_yarn/web-src/luxon-2.5.2
ejurgensen
2023-03-10 16:50:13 +0100
376f41c464
Bump luxon from 2.4.0 to 2.5.2 in /web-src
dependabot[bot]
2023-03-10 14:56:49 +0000
98ee49dca5
Merge pull request #1576 from owntone/thread_httpd4
ejurgensen
2023-03-09 00:08:15 +0100
e94838925e
[httpd] Change prototype for the close connection callback
ejurgensen
2023-02-08 18:29:48 +0100
18a80f15dd
[httpd] Multithread solution using worker threads instead of httpd threads
ejurgensen
2023-01-27 23:13:46 +0100
81922e147e
[streaming] Fix BSD name collision (pipe)
ejurgensen
2023-01-26 22:33:23 +0100
a2c63a5bac
[httpd] Check for syscall() presence and fix small memleak
ejurgensen
2023-01-26 21:00:40 +0100
7841e336b3
[main] Make libevent_pthreads non-optional
ejurgensen
2023-01-19 23:58:21 +0100
e77cb3f94e
[streaming] ICY handling using output metadata events/callbacks
ejurgensen
2023-01-22 17:23:32 +0100
4d0c297901
[evhtr] Consolidate pool threading in evthr.c
ejurgensen
2023-01-22 00:33:54 +0100
bd6f38282c
[httpd] Main commit that adds multithreading to httpd
ejurgensen
2023-01-17 17:14:04 +0100
50a319df2b
[httpd] Try doing request handling in worker thread
ejurgensen
2023-01-09 23:15:08 +0100
4736e10d11
[worker] Remove some unused includes
ejurgensen
2023-01-10 23:36:09 +0100
3377faffb8
[worker] Switch worker to use evthr threadpool
ejurgensen
2023-01-10 16:22:06 +0100
68d66c3229
[httpd] Drop libevhtp backend
ejurgensen
2023-01-09 22:02:53 +0100
74f1b93b42
[httpd] Make http modules agnostic to evhttp
ejurgensen
2022-12-21 19:11:03 +0100
4ae73fa9b4
[httpd] Move internal declarations to httpd_internal.h
ejurgensen
2022-12-21 18:09:09 +0100
2778088c52
[httpd] Refactor to use modules for daap, dacp, json api etc.
ejurgensen
2022-12-20 22:59:36 +0100
83b8a4eb3f
[http] Use curl for URL parsing instead of depending on httpd
ejurgensen
2022-12-19 23:53:37 +0100
2e31a3d4f3
[misc] 'unsigned short' instead of 'short unsigned' as arg to net_evhttp_bind()
ejurgensen
2022-12-22 15:02:17 +0100
316d932d99
[dmap] Move dmap_send_error() to dacp_send_error()
ejurgensen
2022-12-19 23:26:50 +0100
631996f133
[mpd] Decouple mpd and httpd
ejurgensen
2022-12-19 23:09:22 +0100
23979d223c
[httpd] Refactor http handlers so they are initialized centrally
ejurgensen
2022-12-18 13:08:29 +0100
5f342ea60b
[httpd/artwork] Drop support for libevent <2.1.4
ejurgensen
2022-12-18 10:24:43 +0100
c8e4121d67
rebuilt UI
lordmyschkin
2023-03-06 20:38:48 +0100
316898d689
Requested whitespace fixups
lordmyschkin
2023-03-06 20:31:19 +0100
d38b07bbad
Stop ignoring changes to debian dir
Diederik de Haas
2023-03-05 00:03:11 +0100
f9c50b80fc
Bump version to 28.6
28.6
ejurgensen
2023-03-02 23:25:23 +0100
e02d891130
ChangeLog for OwnTone 28.6
ejurgensen
2023-03-02 23:23:26 +0100
6ade24c935
[xcode] Support for user-configured ffmpeg filters
ejurgensen
2023-02-21 22:53:38 +0100
2272f99599
[artwork] Fix for --disable-spotify broken in commit c8e46aa
ejurgensen
2023-02-06 22:59:27 +0100
070cf6a5fc
[spotify] Some cleanup of webapi client
ejurgensen
2023-02-06 22:17:47 +0100
eee011180f
[spotify] Make web api client thread safe
ejurgensen
2023-02-06 21:43:10 +0100
c8e46aad42
[artwork] Make Spotify online artwork getter thread safe
ejurgensen
2023-02-05 23:27:54 +0100
cc3cceaa99
[web-src] remove absolute paths in index.html and force vite generation to allow reverse proxy from an subpath
whatdoineed2do/Ray
2022-07-19 15:51:43 +0100
8b6336b91d
[xcode] Protect against memleak if future ffmpeg doesn't free options
ejurgensen
2023-02-05 17:11:01 +0100
2b2caba272
Optionally Show FilePath on Now playing-Page
lordmyschkin
2023-02-05 13:35:28 +0100
011c08e96b
Optionally Show FilePath on Now playing-Page
lordmyschkin
2023-02-05 12:49:16 +0100
aa2512837e
Merge pull request #1574 from LordMyschkin/german
ejurgensen
2023-01-24 13:31:23 -0800
6ac88d677b
minor improvments to german translation
lordmyschkin
2023-01-23 18:58:42 +0100
879feab518
[web] Fix for error messages not displaying #1500
Alain Nussbaumer
2022-06-19 16:32:46 +0200
40ac39b6df
Merge pull request #1572 from whatdoineed2do/web-directory-fix
ejurgensen
2023-01-23 04:35:00 -0800
a366afb853
Removed now useless function
lordmyschkin
2023-01-22 13:14:24 +0100
b23449d281
including compiled files
lordmyschkin
2023-01-22 13:08:31 +0100
f4d8526a28
Full WebUi Fix
lordmyschkin
2023-01-22 13:00:00 +0100
dd1b39b347
[web] directory modal handling fix
whatdoineed2do/Ray
2023-01-21 21:37:34 +0000
4f848948e7
[web] German translation
LordMyschkin
2023-01-21 16:50:06 +0100
0c9c89e55e
und noch einmal ein typo
lordmyschkin
2023-01-21 16:16:25 +0100
6a5bddb8e0
Corrections in german Translation
lordmyschkin
2023-01-21 16:09:22 +0100
9ea1c93edf
German translation
lordmyschkin
2023-01-20 23:54:24 +0100
0d15e2a34d
[docs] Fix typo in json-api.md
ejurgensen
2023-01-10 16:55:18 +0100
dbbe0a519d
[docs] Update installation.md, new OpenWrt instructions
ejurgensen
2023-01-06 11:42:07 -0800
3a9f880516
[httpd] Make libevhttp compilable again
libevhtp2
ejurgensen
2023-01-03 23:53:33 +0100
22838516aa
[httpd] Wip fixing up
ejurgensen
2023-01-03 23:49:51 +0100
e6033be8f4
[httpd] Fixups
ejurgensen
2023-01-03 00:09:36 +0100
e18ef0edd9
[docs] Update installation.md, OwnTone broken in OpenWrt 22.03.2
ejurgensen
2023-01-01 19:02:30 +0100
eee1d02603
[httpd] livehtp - not working, but compiles and runs
ejurgensen
2022-12-29 21:49:12 +0100
af07f9eeb4
[scan] Changes to commit 9a3cb3b7
ejurgensen
2022-12-29 20:04:43 +0100
0c43de9735
[scan] option to use first genre on multi token genres
whatdoineed2do/Ray
2022-12-27 13:42:07 +0000
9a3cb3b79c
[scan] option to use first genre on multi token genres
whatdoineed2do/Ray
2022-12-27 13:42:07 +0000
46f87720fb
[docs] Add JSON API documentation of api/library/add
ejurgensen
2022-12-28 12:30:25 +0100
8bdf4c778a
[httpd] Start adding libevhtp backend
ejurgensen
2022-12-27 11:54:24 +0100
c23c2fdc45
[httpd] Addendum to commit 017e09d: More fixing up of libevent warnings
ejurgensen
2022-12-26 17:16:58 +0100
fc83d807e0
[docs] Note in installation.md about login requirement to get GH artifacts
ejurgensen
2022-12-26 10:09:11 +0100
b9b5f8b113
[cfg] Set AM_SILENT_RULES to yes
ejurgensen
2022-12-26 10:04:07 +0100
96ce7c52c8
[httpd] Abstract parsing of URIs
ejurgensen
2022-12-25 21:20:27 +0100
017e09d7c3
[httpd] Fix evhttp_connection_get_peer() const char warning for newer libevent
ejurgensen
2022-12-25 20:09:38 +0100
816f2c09b5
[httpd] Changes to httpd_send_reply_chunk et al
ejurgensen
2022-12-22 23:25:23 +0100
8826ea13f2
[httpd] More fixing up and consolidation
ejurgensen
2022-12-22 16:37:07 +0100
573a628b37
[httpd] More abstraction of evhttp from httpd.c and modules
ejurgensen
2022-12-22 15:03:26 +0100
9d290f3870
[misc] 'unsigned short' instead of 'short unsigned' as arg to net_evhttp_bind()
ejurgensen
2022-12-22 15:02:17 +0100
2ec0b27468
[httpd] Start abstracting evhttp out of httpd.c
ejurgensen
2022-12-22 10:35:34 +0100
db25a714bd
[httpd] Remove all traces of evhttp from httpd modules
ejurgensen
2022-12-21 22:56:34 +0100
b70188f4b8
[spotify] Fix commit 5e7bf182
to avoid picking too large images
ejurgensen
2022-12-21 23:29:44 +0100
2b4ff98652
[httpd] Start making http modules agnostic to evhttp
ejurgensen
2022-12-21 19:11:03 +0100
3e9482e9a5
[httpd] Move internal declarations to httpd_internal.h
ejurgensen
2022-12-21 18:09:09 +0100
5e7bf1826c
[spotify] Fix poor artwork resolution on playback from playlist start
ejurgensen
2022-12-21 17:39:41 +0100
cec21022d7
[httpd] Refactor to use modules for daap, dacp, json api etc.
ejurgensen
2022-12-20 22:59:36 +0100