Commit Graph

  • 127db529ef [web] Remove unused property Alain Nussbaumer 2024-02-28 13:12:36 +0100
  • b24e025b43 [web] Add default value for properties Alain Nussbaumer 2024-02-28 13:10:08 +0100
  • ff8b8a0399 [web] Add types to properties Alain Nussbaumer 2024-02-27 17:18:58 +0100
  • c94b905d72 [web] Rename indexList to indices Alain Nussbaumer 2024-02-27 16:27:37 +0100
  • 062a98b2a8 [web] Rebuild web interface github-actions[bot] 2024-02-27 12:03:40 +0000
  • 085f7a68b6 [web] Fix color of text in the files page Alain Nussbaumer 2024-02-27 13:02:50 +0100
  • 1fa2380a79 [web] Rebuild web interface github-actions[bot] 2024-02-26 20:15:15 +0000
  • 9385f20cc0 [web] Add dark mode to UI #1470 Alain Nussbaumer 2024-02-26 21:14:36 +0100
  • b2cadaa4d4 [web] Update libraries to newer versions Alain Nussbaumer 2024-02-26 21:13:29 +0100
  • 50697200c4 [web] Remove useless CSS style Alain Nussbaumer 2024-02-26 20:33:41 +0100
  • 5b46df45ba [web] Streamline CSS styles and remove useless classes Alain Nussbaumer 2024-02-26 20:23:30 +0100
  • 8b634ea4ff [web] Change HTML elements to simplify styling Alain Nussbaumer 2024-02-26 15:10:48 +0100
  • 5a6474b10f [web] Simplify classes Alain Nussbaumer 2024-02-26 14:51:23 +0100
  • 1ad3cc1730 [web] Remove redundant css classes Alain Nussbaumer 2024-02-26 14:39:05 +0100
  • 7f13d7ea95 [web] Remove useless title Alain Nussbaumer 2024-02-25 20:31:39 +0100
  • a5a97fe5d5 [web] Rebuild web interface github-actions[bot] 2024-02-24 10:55:40 +0000
  • 4d916810b2 [web] Simplify code for maintainability Alain Nussbaumer 2024-02-24 11:54:04 +0100
  • d0e701e140 [web] Format source code Alain Nussbaumer 2024-02-24 11:46:24 +0100
  • fa5b467922 [web] Remove unused getter Alain Nussbaumer 2024-02-24 11:15:49 +0100
  • 2501994707 [web] Format source code Alain Nussbaumer 2024-02-24 11:12:39 +0100
  • 49d75de8e3 [web] Rebuild web interface github-actions[bot] 2024-02-22 18:32:55 +0000
  • 4af4dd74bd [web] Rename grouped list Alain Nussbaumer 2024-02-22 19:32:11 +0100
  • 151af295eb [web] Update versions of libraries Alain Nussbaumer 2024-02-22 17:26:43 +0100
  • b6d9b61764 [web] Reorganise audio library Alain Nussbaumer 2024-02-22 17:26:12 +0100
  • 579c636d50 [web] Reorganise i18n Alain Nussbaumer 2024-02-22 17:25:46 +0100
  • 5c2845784f [web] Prepare for the switch to Pinia Alain Nussbaumer 2024-02-21 14:02:47 +0100
  • 95521c8a48 [web] Rebuild web interface github-actions[bot] 2024-02-21 11:31:44 +0000
  • 6329798154 [web] Update to newer versions of libraries Alain Nussbaumer 2024-02-21 12:30:40 +0100
  • 3cadee1d48 [web] Remove useless getters of the store Alain Nussbaumer 2024-02-21 12:29:16 +0100
  • bb43de465f [web] Replace component with plain HTML component Alain Nussbaumer 2024-01-28 20:27:56 +0100
  • 9eb391be8b [web] Rebuild web interface github-actions[bot] 2024-01-28 18:02:45 +0000
  • 4bab3a448b [web] Replace hard-coded loading text in Spotify artist and playlist pages with loading icon Alain Nussbaumer 2024-01-28 19:02:18 +0100
  • 4030dfbad7 [web] Rebuild web interface github-actions[bot] 2024-01-28 17:47:56 +0000
  • 4d475678d3 [web] Replace hard-coded loading text in Spotify search page with loading icon Alain Nussbaumer 2024-01-28 18:47:26 +0100
  • 65e95d79e5 [web] Rebuild web interface github-actions[bot] 2024-01-28 16:37:50 +0000
  • 1b6db6e370 [web] Add new versions of libraries Alain Nussbaumer 2024-01-28 17:37:20 +0100
  • 2dc448fa30
    [scan/library] Media rating sync (#1681) whatdoineed2do 2024-01-24 22:30:02 +0000
  • ffa29866d7 [scan] Remove disabling of inotify on rating update ejurgensen 2024-01-23 23:33:53 +0100
  • 8dc87f2bed [scan] Write rating update directly to source file ejurgensen 2023-12-28 23:27:18 +0100
  • a9b952724e [library] Hook write_metadata by adding library_item_attrib_save() ejurgensen 2023-12-19 20:25:00 +0100
  • 51b2550a88 [db/scan] Fixup media rating implementation ejurgensen 2023-12-17 22:45:27 +0100
  • f329b5091d [library] Revert rating update hook plus simplify arguments to function - WIP ejurgensen 2023-12-17 22:42:56 +0100
  • f73097c81b [conf] Add config options read_rating and max_rating ejurgensen 2023-12-17 22:33:19 +0100
  • 4bc499c2e3 [scan] cleanup consistencies on write_metadata log messages whatdoineed2do/Ray 2023-12-12 13:09:11 +0000
  • 2f1f2ca9a6 [library,scan] library api to automatically write metadata upon to media update changes (at this time 'rating') Implemented for filescanner via ffmpeg whatdoineed2do/Ray 2023-11-09 20:52:42 +0000
  • 1644e4699f [conf] library.write_rating whatdoineed2do/Ray 2023-11-09 21:12:03 +0000
  • 40fee96ec8 [db] request library source to sync rating if supported whatdoineed2do/Ray 2023-11-09 21:07:46 +0000
  • 182c7813fd [db] downgrade WARN/INFO to DEBUG if watch not found/watch enum end whatdoineed2do/Ray 2023-11-04 14:53:37 +0000
  • 99f49cbb8f [scan] pull 'rating' into db on scan whatdoineed2do/Ray 2023-09-12 18:30:33 +0100
  • 9491a3b980 [web] Rebuild web interface github-actions[bot] 2024-01-23 10:01:07 +0000
  • e3832a052a [web] Update to newer versions of libraries for security reasons (CVE-2024-23331) Alain Nussbaumer 2024-01-23 11:00:38 +0100
  • fbc556ed67 Bump version to 28.9 28.9 ejurgensen 2024-01-18 18:22:47 +0100
  • de3a00e950 ChangeLog for OwnTone 28.9 ejurgensen 2024-01-18 18:20:59 +0100
  • b4e4583e61 [raop] Remove unused function ejurgensen 2024-01-18 18:18:33 +0100
  • 74c82141d4 [artwork] Remove errors in log saying "Source 'stream' returned an error..." ejurgensen 2024-01-12 23:04:59 +0100
  • f5c6a1c770 [docs] Update README.md ejurgensen 2024-01-09 17:21:49 +0100
  • b6ad73e1fa [xcode] Go back to wav as default format for RSP/DAAP transcoding ejurgensen 2024-01-01 23:13:15 +0100
  • 2871a03aa8 [spotify] Fixup commit 182255c ejurgensen 2024-01-01 17:34:07 +0100
  • 61bae6367d [spotify/rtp] Remove some unused functions ejurgensen 2024-01-01 16:37:15 +0100
  • 182255cac8 [spotify] Fix double free on logout or exit ejurgensen 2024-01-01 16:33:12 +0100
  • 0b46ac53ed [web] Rebuild web interface github-actions[bot] 2023-12-31 13:16:45 +0000
  • ac2adac8ab [web] Correct Chinese punctuation Alain Nussbaumer 2023-12-31 14:16:17 +0100
  • d6f6508638 [web] Rebuild web interface github-actions[bot] 2023-12-31 12:32:57 +0000
  • 7119d95713 [web] Bring more consistency in the settings page Alain Nussbaumer 2023-12-31 13:32:17 +0100
  • 1e5af30519 [web] Rebuild web interface github-actions[bot] 2023-12-31 12:26:18 +0000
  • 864f28de9a [web] Use OwnTone colours Alain Nussbaumer 2023-12-31 13:25:44 +0100
  • ec289a8b1d [web] Remove unused translations Alain Nussbaumer 2023-12-31 13:24:24 +0100
  • 69f4af5df6 [web] Remove unused API method Alain Nussbaumer 2023-12-31 12:56:26 +0100
  • 1c7a4b2a4d [web] Update to newer versions of libraries Alain Nussbaumer 2023-12-31 12:54:57 +0100
  • e03120c944 [web] Fix possible invalid read during shutdown ejurgensen 2023-12-29 17:34:48 +0100
  • c28d108b96 [raop] Fix crash when keys of incorrect length are used for legacy pairing ejurgensen 2023-12-28 13:54:52 +0100
  • 3fe4c9f289 [web] Rebuild web interface github-actions[bot] 2023-12-27 16:26:33 +0000
  • 54ad586941 [web] Remove useless i18n configuration Alain Nussbaumer 2023-12-27 17:14:10 +0100
  • c5628adb55 [web] Upgrade libraries Alain Nussbaumer 2023-12-27 17:10:09 +0100
  • 2fa80b2fd9 [spotify] Remove logging of "No spotify refresh token found" ejurgensen 2023-12-22 23:27:27 +0100
  • 045edf7c55 [httpd] Replace syscall with gettid, syscall deprecated on MacOS ejurgensen 2023-12-19 22:56:58 +0100
  • 186b1418dc [misc] Move endianess utils from rtp_common.h to misc.h ejurgensen 2023-12-19 22:46:25 +0100
  • d618e83c1a [xcode] Do without _GNU_SOURCE, MacOS doesn't like it ejurgensen 2023-12-19 22:36:45 +0100
  • 7203c4a3d1 [xcode] Support for ALAC encoded RSP/DAAP streaming ejurgensen 2023-12-05 21:47:44 +0100
  • a7f44dc3e8 [jsonapi] Fix mistaken call to library_media_save ejurgensen 2023-12-17 22:32:04 +0100
  • f430b71645 [jsonapi] Include info about tracks added to queue (closes issue #1564) ejurgensen 2023-12-03 22:13:03 +0100
  • 5ea49c94de [library/db/jsonapi] Refactor adding items to queue via JSON API v2 ejurgensen 2023-12-03 20:55:37 +0100
  • 1ea90b9445 [library/db/jsonapi] Refactor adding items to queue via JSON API ejurgensen 2023-12-03 09:31:36 +0100
  • cbfce63f4d [db] Use songalbumid's that are distinct for data_kind ejurgensen 2023-12-17 21:12:31 +0100
  • 37c10cbb10 [web] Rebuild web interface github-actions[bot] 2023-12-17 17:39:59 +0000
  • 9dc3918914 [web] Use newer versions of libraries Alain Nussbaumer 2023-12-17 18:38:55 +0100
  • 04feda45c9 [web] Add filter for Spotify content on "Artist Tracks" and "Artist Album" pages. Partially answer #1650 Alain Nussbaumer 2023-12-17 18:37:35 +0100
  • f657780a42 [scan] Fix issue where albums get split ejurgensen 2023-12-16 00:11:54 +0100
  • 2d33dea6d3 [web] Use newer versions of libraries Alain Nussbaumer 2023-12-15 17:53:42 +0100
  • 955b9658e9 [web] Fix the example command to run the local server instance Alain Nussbaumer 2023-12-15 17:53:17 +0100
  • abbd02e925 [web] Revert back to having one chunk of JavaScript for the web interface Alain Nussbaumer 2023-12-15 17:28:33 +0100
  • a076a6d47f [web] Add the web interface files to the makefile Alain Nussbaumer 2023-12-14 22:34:54 +0100
  • c5f11e1c14 [web] Rebuild web interface github-actions[bot] 2023-12-14 20:00:28 +0000
  • 67f716ff43 [web] Reorder properties and methods Alain Nussbaumer 2023-12-14 20:47:27 +0100
  • 1b666fe936 [web] Remove the need to set the layer index for the bottom menu Alain Nussbaumer 2023-12-14 20:36:47 +0100
  • 1daf625618 [web] Allows the top menu to be over the tabs Alain Nussbaumer 2023-12-14 20:30:34 +0100
  • 5b26bc47fa [web] Reorder methods and properties Alain Nussbaumer 2023-12-14 10:48:44 +0100
  • ba3f656b3a [web] Reorder methods Alain Nussbaumer 2023-12-14 10:43:22 +0100
  • e26055cb76 [web] Use newer versions of libraries Alain Nussbaumer 2023-12-14 10:42:43 +0100
  • 8085d0344a [web] Remove unused states Alain Nussbaumer 2023-12-14 09:32:46 +0100