Commit graph

  • 6e8f4242e1 Added check for wrong spotify username RemixDev 2020-06-29 13:58:40 +0200
  • f91dcc5c34 [webui] started turning js Vue components files in SFCs Roberto Tonino 2020-06-24 22:54:49 +0200
  • cf8aba16f1 [webui] added global alias for js folders, removed modules folder in js Roberto Tonino 2020-06-24 19:10:34 +0200
  • 5fdfb9e2eb Changed port in README RemixDev 2020-06-23 23:29:17 +0200
  • 9df9ceffce [webui] Fixed style on search input from useragent This fixes #28 RemixDev 2020-06-23 16:22:00 +0200
  • 10647ef094 [webui] corrected buttons scaling when active; started tests with Vue SFCs Roberto Tonino 2020-06-22 22:05:47 +0200
  • 38012457df [webui] finished writing scss declarations with SASS synthax. Now the repo is a bit lighter Roberto Tonino 2020-06-22 21:08:10 +0200
  • 5a6159000b [webui] changed purple sidebar link active color; now app.js is importing all the vue components to make sure they are all mounted Roberto Tonino 2020-06-19 21:53:48 +0200
  • bf391b1741 [webui] improved sidebar smoothness and status feddback Roberto Tonino 2020-06-19 20:57:18 +0200
  • fff3cff29b Implemented changes to work with lib 1.0.23 RemixDev 2020-06-19 11:11:18 +0200
  • c8f05fe0c4 typos Roberto Tonino 2020-06-18 20:35:54 +0200
  • 33028bcf44 [webui] updated README.md; updated COMPILE-UI.md files adding the SASS watcher and instructions to add new files Roberto Tonino 2020-06-18 20:32:22 +0200
  • d16f286139 [webui] added loading placeholder when searching; added loading placeholder when changing tabs in search tab Roberto Tonino 2020-06-18 20:06:40 +0200
  • 735b036c42 [webui] removed id from favorites refresh toast Roberto Tonino 2020-06-18 18:33:20 +0200
  • 35f6de5d95 [webui] updated rollup plugin node-resolve; improved favorites refresh animation Roberto Tonino 2020-06-18 18:30:10 +0200
  • b324f03fd8 Merge branch 'master' of davisv7/deemix-pyweb into master RemixDev 2020-06-18 13:09:44 +0000
  • cd658c1607 added condition = 2020-06-18 08:52:56 -0400
  • 7eb8f60db0 tipo = 2020-06-18 01:31:56 -0400
  • dbbf848055 tipo = 2020-06-18 01:30:28 -0400
  • 4654858baf added dependency and start up file = 2020-06-18 01:27:30 -0400
  • 5945bd3fa6 Fixed FEATURES.md link in README.md RemixDev 2020-06-17 18:53:09 +0200
  • d2636a1a8a Added FEATURES.md RemixDev 2020-06-17 18:52:15 +0200
  • 703748ce40 [webui] fixed css references of --primary-text RemixDev 2020-06-17 13:21:29 +0200
  • a2aa14e54b [webui] Changed searchbar type from text to search This adds a cancel button at the end of the searchbar and closes #23 RemixDev 2020-06-17 11:07:30 +0200
  • 913d72beb5 [webui] updated content tabs' style Roberto Tonino 2020-06-16 21:57:40 +0200
  • 0ed548d5c4 Added a tab to list download errors Click on the error/warning sign to open it RemixDev 2020-06-16 17:27:33 +0200
  • 3f7d346493 Merge branch 'master' of bocki/deemix-pyweb into master RemixDev 2020-06-14 21:09:48 +0000
  • 96c8afe555 Added fix for #2 Henning Bocklage 2020-06-14 23:06:32 +0200
  • 655e40bb6f Fixed download of single tracks from playlists with no track preview RemixDev 2020-06-14 21:18:02 +0200
  • 9eac97d9a4 [webui] Return to correct artist tab category when going back RemixDev 2020-06-13 11:14:26 +0200
  • 52856dbded Reverted commit 9f59794c7d RemixDev 2020-06-13 10:05:29 +0200
  • dd226cfb84 Added exclude_binaries on windows spec file RemixDev 2020-06-12 18:23:33 +0200
  • f6647ef183 Added division between macOS and windows builds RemixDev 2020-06-12 18:22:01 +0200
  • 6017c9e96f Using pyinstaller instead of py2app .spec files now create a single app file as well macOS GUI works without issues with the master version of pywebview, so need to wait for the next release, or change the requirements to the git version RemixDev 2020-06-12 15:39:14 +0200
  • 16cee7977d Continuing working on py2app RemixDev 2020-06-12 13:17:23 +0200
  • ceea9837f6 Started working on macOS build with py2app RemixDev 2020-06-12 12:52:18 +0200
  • 2a2592a74f Code cleanup Also forced the CI to make a new build RemixDev 2020-06-12 11:30:03 +0200
  • abeb1164a8 Changed default port from 9666 to 6595 This fixes #2 RemixDev 2020-06-11 14:44:30 +0200
  • 533f2aede2 Implemented the remove feats from album title as well option RemixDev 2020-06-11 14:42:46 +0200
  • eaf9253aff Implemented the new options: playlistFilenameTemplate removeDuplicateArtists albumVariousArtists RemixDev 2020-06-10 22:14:55 +0200
  • 55f40ae5a4 Added reload button in favorites tab RemixDev 2020-06-10 18:46:08 +0200
  • 7b91525336 webui: fixed buttons being hidden because of the new searchbar Roberto Tonino 2020-06-10 17:32:29 +0200
  • 36e3750e63 webui: changed searchbar style Roberto Tonino 2020-06-09 22:33:17 +0200
  • 133a308a46 webui: started editing styles files using sass synthax Roberto Tonino 2020-06-07 21:42:47 +0200
  • d710417930 webui: installed sass devDependency; installed rimraf devDependency to clean files before builds (no more sourcemaps in builds); updated README.md and corrected typos in it; updated rollupjs devDependency to latest version; updated rollup-plugin-terser devDependency to latest version Roberto Tonino 2020-06-07 21:07:17 +0200
  • ddfba75876 Added credits in about tab RemixDev 2020-06-06 21:01:17 +0200
  • 9f59794c7d File permission is now set to 770 RemixDev 2020-06-05 20:00:49 +0200
  • b5e8f5c8de Updated icon files RemixDev 2020-06-05 11:54:24 +0200
  • 0b2e933178 Updated UI to comply with library change RemixDev 2020-06-05 10:48:27 +0200
  • c403ee720f Replaced 0.0.0.0 with 127.0.0.1 if you want to use 0.0.0.0 use the host argument when starting the server RemixDev 2020-06-05 09:58:59 +0200
  • 9315be7461 Fixed IP display on startup RemixDev 2020-06-05 09:43:16 +0200
  • 1726fce73f Fixed issue with track name position inside tables + new icon No .ico and .icns files for now RemixDev 2020-06-04 19:20:58 +0200
  • 9f43b5a7cf Updated About Tab and Link Analyzer Tab RemixDev 2020-06-04 15:09:19 +0200
  • 6632b1b215 webui: added hover and active style to buttons Roberto Tonino 2020-06-03 22:10:09 +0200
  • 567347942c webui: removed lodash and added lodash-es dependency: now tree shaking on lodash is supported (IMPORTANT: devDependency @rollup/plugin-commonjs need to be at version 11.0.2 to make things work correctly); updated packages Roberto Tonino 2020-06-03 20:49:38 +0200
  • 5b24d2547a Merge branch 'master' of izenburn0r/deemix-pyweb into master RemixDev 2020-06-03 17:36:46 +0000
  • f2dc176f00 Enabled text_select in pywebview main window RemixDev 2020-06-03 19:34:17 +0200
  • 22152d44b7 Merge branch 'master' of https://notabug.org/RemixDev/deemix-pyweb izenburnor 2020-06-03 18:31:21 +0100
  • 27f4faeafc fixed deemix_guy.py izenburnor 2020-06-03 18:30:38 +0100
  • c7d9413dab Added backend support for link analyzer link not recognized RemixDev 2020-06-03 19:03:37 +0200
  • a028efbcdd webui: added rollup-plugin-analyzer to retrieve useful information when building Roberto Tonino 2020-06-03 18:32:00 +0200
  • f1f82d921f Merge remote-tracking branch 'origin/master' Roberto Tonino 2020-06-03 18:11:37 +0200
  • a6454a10ac add host option izenburnor 2020-06-03 11:59:43 +0100
  • 4e544ab257 Added workaround for window positioning in Windows RemixDev 2020-06-03 11:45:31 +0200
  • f2dfafbc6e webui: finished using destructuring synthax when useful Roberto Tonino 2020-06-02 16:40:47 +0200
  • dd6e4945fd webui changes Roberto Tonino 2020-06-02 15:46:28 +0200
  • 704daa1d7c Added accessibility to chart tab country selection RemixDev 2020-06-01 20:53:01 +0200
  • 34e865723c Updated README.md RemixDev 2020-05-31 23:06:44 +0200
  • 0f48d4280d Updated README.md and requirements.txt RemixDev 2020-05-31 22:20:06 +0200
  • 856096e99e Updated requirements.txt RemixDev 2020-05-31 14:42:32 +0200
  • 6b8a1b4176 Forgot to build the JS RemixDev 2020-05-31 14:32:34 +0200
  • 9139d91713 Fixed logging in not working on first launch RemixDev 2020-05-31 14:26:31 +0200
  • ba09b7d8a8 Update user favorites only if user is logged in RemixDev 2020-05-31 12:27:33 +0200
  • bccca4e91f Replaced trim with strip RemixDev 2020-05-31 12:12:45 +0200
  • 964ae1aa9e Automatically trim arl for spaces and newlines RemixDev 2020-05-31 10:59:57 +0200
  • 6d706123f6 Fixed issue with multiaccount selection RemixDev 2020-05-30 21:16:34 +0200
  • 0f82207ef2 Fixed issues with family accounts RemixDev 2020-05-30 21:01:26 +0200
  • fed6909167 Added support for family accounts in the backend RemixDev 2020-05-30 19:32:05 +0200
  • df4f93fb94 Added .desktop file for use in AUR RemixDev 2020-05-29 20:30:07 +0200
  • 10f3d17724 Merge branch 'master' of nomis6432/deemix-pyweb into master RemixDev 2020-05-29 17:16:44 +0000
  • d3d0271fd7
    fix typo in shebang of deemix_gui.py Simon Tas 2020-05-29 19:13:23 +0200
  • 50aa3700e2
    fix base_path not following symbolic links Simon Tas 2020-05-29 18:55:22 +0200
  • 7460230fc5
    fix typo in shebang of server.py Simon Tas 2020-05-29 18:54:35 +0200
  • 5ba4ac2bb1 excluding unneeded tkinter module in spec files uh_wot 2020-05-26 12:49:48 +0200
  • d189e72c20 Merge branch 'master' of https://notabug.org/RemixDev/deemix-pyweb RemixDev 2020-05-26 12:23:05 +0200
  • accabdf4dc Implemented --portable option RemixDev 2020-05-26 12:22:32 +0200
  • d493ec0b9e removed pythonnet from README since it gets installed anyways uh_wot 2020-05-25 22:40:35 +0200
  • 063a016ec7 added gitignore on webui submodule Roberto Tonino 2020-05-25 22:22:12 +0200
  • d15edac6c4 webui changes Roberto Tonino 2020-05-25 22:14:49 +0200
  • 5ee60068f1 changed cefpython to cefpython3 in README.md Roberto Tonino 2020-05-25 22:08:34 +0200
  • 737ce74a63 fixed public folder path in spec files uh_wot 2020-05-25 19:15:06 +0200
  • dc07808be6 added build dir to gitignore uh_wot 2020-05-25 17:03:02 +0200
  • 23c406bc17 Merge branch 'master' of notabug.org:RemixDev/deemix-pyweb uh_wot 2020-05-25 16:57:07 +0200
  • 52c17f0170 fixed spec files uh_wot 2020-05-25 16:56:58 +0200
  • 38cd03ca29 Added more specific instructions for the new structure RemixDev 2020-05-25 15:46:12 +0200
  • 1e8fc89fad Updated README.md RemixDev 2020-05-25 14:32:29 +0200
  • a51310cd75 Updated repo to use submodules RemixDev 2020-05-25 12:58:41 +0200
  • c588fe20ef Fixed ValueError when URL list in addToQueue request is too long uh_wot 2020-05-21 22:57:48 +0200
  • 47c6fe50a2 Specified threading mode in server.py uh_wot 2020-05-19 21:14:46 +0200
  • 3903874552 Added "open downloads folder" button on GUI RemixDev 2020-05-19 18:30:18 +0200