Commit Graph

  • 9fbbf821f0 Rework project and also include checking monitoring master Michael Reber 2025-05-09 22:00:00 +02:00
  • d51b815b92 Remove unused block Michael Reber 2025-05-07 18:45:36 +02:00
  • ab721b9a7a fix minor stuff Michael Reber 2025-05-07 08:51:07 +02:00
  • bc37b903b3 When mounts or remotes are empty hide them on UI Michael Reber 2025-05-06 19:10:35 +02:00
  • f49ff032d4 Remove the non-working filebrowser Michael Reber 2025-05-06 18:44:44 +02:00
  • 7477319a68 fix bug that makes the dashboard blank Michael Reber 2025-05-06 18:12:30 +02:00
  • ecd56b9ced prepare Upgrade Michael Reber 2025-05-06 17:54:28 +02:00
  • f393c767d3
    forgot the html selector badges Luc Appelman 2021-11-22 13:31:35 +01:00
  • 6facf41dba
    load colorscheme initially from css Luc Appelman 2021-11-22 13:29:46 +01:00
  • 8d0361cd80 loader should always be the top element v1.0.0 controlol 2021-11-05 00:14:00 +01:00
  • b72efdeeda show loading during file action controlol 2021-11-05 00:13:37 +01:00
  • c8a52981e6 button needs onclick as it's actually a div controlol 2021-11-05 00:08:22 +01:00
  • c16b64bbf7 improve filemenu styling add confirm popups controlol 2021-11-05 00:01:41 +01:00
  • e0c3d48b01 move filemenu to filebrowsermenu class create functions to execute after a action has been confirmed controlol 2021-11-05 00:01:23 +01:00
  • 60943ca082 create FileMenu class controlol 2021-11-05 00:00:18 +01:00
  • 431be1bf5a Merge branch 'master' of https://github.com/controlol/rclone-webui controlol 2021-11-04 00:56:54 +01:00
  • 1e8416046e fix open browser button controlol 2021-11-04 00:56:49 +01:00
  • 09684200e4 fix open browser button controlol 2021-11-04 00:50:34 +01:00
  • f5c40d54ff show total speed of the job controlol 2021-11-04 00:50:19 +01:00
  • 41f15ae295 add file browser navigation button controlol 2021-11-04 00:32:05 +01:00
  • 243967259c Closes #15 added file action menu not all buttons implemented yet controlol 2021-11-04 00:31:52 +01:00
  • 81e0d5fbdc highlight active remote controlol 2021-11-03 22:49:37 +01:00
  • 8d7375af4f get info after api recovers controlol 2021-11-03 22:32:05 +01:00
  • e15f23b535 log message only and reject with message controlol 2021-11-03 22:27:20 +01:00
  • ebbd030e84 Closes #11 Secondary browser is not function for mobile clients controlol 2021-11-03 21:59:04 +01:00
  • 54b9dbea79 Merge branch 'master' of https://github.com/controlol/rclone-webui controlol 2021-11-03 21:17:36 +01:00
  • b7f609ecbb updatePath can only be called by a dir now controlol 2021-11-03 21:01:12 +01:00
  • f9b91cc7ca disable clicks when a menu is opened controlol 2021-11-03 20:40:14 +01:00
  • c7a4d3413f Closes #21 move filesettings one class up fix issues with the path when opening second browser controlol 2021-11-03 20:39:43 +01:00
  • c38d37e0c8 updatePath can only be called by a dir now controlol 2021-11-03 21:01:12 +01:00
  • cb65ed446f disable clicks when a menu is opened controlol 2021-11-03 20:40:14 +01:00
  • db429cf51f move filesettings one class up fix issues with the path when opening second browser controlol 2021-11-03 20:39:43 +01:00
  • 18b20c2c60 clicking on a remote now changes the remote of the active browser controlol 2021-11-03 19:34:57 +01:00
  • 714381d24c improve icons add some styling to visualize the active browser clicking on the browser will set the active browser controlol 2021-11-03 19:31:09 +01:00
  • a070bcf32c add dual browser functionality controlol 2021-11-03 19:30:07 +01:00
  • cba4a29f36 add tertiary rclone color controlol 2021-11-03 19:27:14 +01:00
  • 17e4bee903 improve column settings popup styling actually show date now instead of datetime controlol 2021-11-02 23:44:43 +01:00
  • 250ca3d1f8 correct filebrowser height for mobile view controlol 2021-11-02 23:37:44 +01:00
  • 0e0129acb5 Closes #18 with much better mobile experience improves #20 by removing some scrolling/optimistic row bugs controlol 2021-11-02 23:34:11 +01:00
  • d70cf64e68 Closes #20 add filebrowser settings menu this removes old media queries to automatically show and hide columns controlol 2021-11-02 22:49:51 +01:00
  • 70492274df do not show tooltip on a click controlol 2021-11-02 22:46:41 +01:00
  • b5f42a7a28 add modtime column controlol 2021-11-02 21:07:49 +01:00
  • 322af54ec6
    add milestone badge Luc Appelman 2021-11-02 08:05:28 +01:00
  • 429982bb9b add comments remove logging controlol 2021-11-01 23:56:22 +01:00
  • a1b92f5587 Closes #19 only render visable gridrows Doing this greatly improves render speed and bypasses the webbrowsers grid limitation of 1000 files With a padding for a better user experience controlol 2021-11-01 23:46:03 +01:00
  • dbd7956491 fix filebrowser hight and improve search speed Used settimeout to prevent searching on every keystroke controlol 2021-11-01 22:26:31 +01:00
  • dfc83360e5 loop and improve animations controlol 2021-11-01 21:28:27 +01:00
  • 320d2666ec fix clicking the from the path bar controlol 2021-11-01 21:28:18 +01:00
  • 613817fc46 add scrollbar styling controlol 2021-11-01 21:27:57 +01:00
  • 9f2264b1f4 fix filebrowser height controlol 2021-11-01 21:27:47 +01:00
  • 116ecdfb72 add loading state controlol 2021-11-01 20:30:41 +01:00
  • 1b032ec4c7 eventlistener should be created and deleted onMount and willUnmount how to fuck up performance; componentDidUpdate especially terrible during development when the component will be updated even more often controlol 2021-11-01 20:29:58 +01:00
  • b50a91b6b5 add loading animation controlol 2021-11-01 20:28:30 +01:00
  • c61fb12463 add mkv filetype and use switch controlol 2021-11-01 19:18:15 +01:00
  • 2e55399f53 no spaces around filename Luc 2021-11-01 14:30:33 +01:00
  • 0cdd5d2c79 rename action member and arguments Luc 2021-11-01 12:07:05 +01:00
  • 8f0442876c add action menu Luc 2021-11-01 11:09:35 +01:00
  • a3ece750f3 display 0 if undefined Luc 2021-11-01 09:52:09 +01:00
  • 4b9e09673e add style for choosing remotefs add wrapping to prepare for dual browser Luc 2021-11-01 09:43:20 +01:00
  • 41c4536d40 add assert Luc 2021-11-01 09:42:18 +01:00
  • a15bb2bcc8 improve popup style Luc 2021-11-01 09:41:26 +01:00
  • 7f6216f032 add choose remotefs rename browser variable to brIndex add assert Luc 2021-11-01 09:41:09 +01:00
  • 423df7cfb1 filebrowser works with theme color Luc 2021-11-01 09:29:01 +01:00
  • 475b8d0845 show 0 instead of undefined add remotes as prop to FileBrowserMenu Luc 2021-11-01 09:20:36 +01:00
  • b9b69f349e Merge branch 'master' of https://github.com/controlol/rclone-webui controlol 2021-10-31 21:51:17 +01:00
  • 1fa2a994b7 add basic filebrowser functionality controlol 2021-10-31 21:49:25 +01:00
  • ce81c77c88 errorCountString is not a function controlol 2021-10-31 21:48:53 +01:00
  • 9d1dbc35f6 improve popup styling controlol 2021-10-31 21:48:26 +01:00
  • 9024466e6b allow line wrapping for pre style controlol 2021-10-31 21:48:08 +01:00
  • 289d33c28a add filebrowser menu and fix .map key error controlol 2021-10-31 21:47:34 +01:00
  • 704648bbc0 add file images controlol 2021-10-31 21:46:06 +01:00
  • 959516283f
    Do not allow short tags Luc Appelman 2021-10-31 10:10:41 +01:00
  • 2540aeae34 Merge branch 'master' of https://github.com/controlol/rclone-webui v1 controlol 2021-10-30 22:48:52 +02:00
  • 584a154d28 improve detection when the api is not working controlol 2021-10-30 22:48:48 +02:00
  • f9fd3f9bcf add TB format controlol 2021-10-30 22:48:15 +02:00
  • 1998325265 create navigation bar component controlol 2021-10-30 22:47:57 +02:00
  • 4a1e72a871 create error information component controlol 2021-10-30 22:47:47 +02:00
  • fe63f5b81c button color should be different than background color controlol 2021-10-30 22:46:28 +02:00
  • a6c071bde1 add navigation bar and remote size controlol 2021-10-30 22:46:12 +02:00
  • 21db107073 install react-tooltip controlol 2021-10-30 22:44:14 +02:00
  • c7d864edb4
    better version tagging Luc Appelman 2021-10-30 22:42:25 +02:00
  • 51400c8184
    Delete node.js.yml Luc Appelman 2021-10-30 22:39:52 +02:00
  • 81b9a04ec2 Merge branch 'master' of https://github.com/controlol/rclone-webui controlol 2021-10-30 19:45:22 +02:00
  • 13b9dd5838 Add error/check icons controlol 2021-10-30 19:45:19 +02:00
  • 84d5d7d791
    Update build badge Luc Appelman 2021-10-30 18:27:31 +02:00
  • c8b650e699
    Update and rename update-release-v1.yml to semantic-release.yml Luc Appelman 2021-10-30 18:26:49 +02:00
  • c41e768729
    Update README.md Luc Appelman 2021-10-30 18:24:30 +02:00
  • 2ee45905e9
    add cache for node_modules Luc Appelman 2021-10-30 17:26:36 +02:00
  • 775e6d909f
    no prerelease Luc Appelman 2021-10-30 17:17:49 +02:00
  • 21393240e1
    this should fix all Luc Appelman 2021-10-30 17:13:47 +02:00
  • e05d97ad31
    Update update-release-v1.yml Luc Appelman 2021-10-30 17:05:55 +02:00
  • 61e64ec937
    Update update-release-v1.yml Luc Appelman 2021-10-30 17:02:13 +02:00
  • 9feb1a4ccb
    Update update-release-v1.yml Luc Appelman 2021-10-30 16:57:29 +02:00
  • d090a1f04e
    was using unmaintained action Luc Appelman 2021-10-30 16:55:53 +02:00
  • 7f668b2f3d
    should create a new version Luc Appelman 2021-10-30 16:40:57 +02:00
  • cf2eb6752f
    (MAJOR) sort imports Luc Appelman 2021-10-30 16:36:36 +02:00
  • 183f13dba4
    MAJOR Luc Appelman 2021-10-30 16:33:36 +02:00
  • c6b028d563
    Update update-release-v1.yml Luc Appelman 2021-10-30 16:29:57 +02:00
  • 7df2e3f449
    Update update-release-v1.yml Luc Appelman 2021-10-30 16:22:21 +02:00
  • a89ca1c6e3
    Update update-release-v1.yml Luc Appelman 2021-10-30 16:20:46 +02:00