Commit Graph

54 Commits

Author SHA1 Message Date
E44 7f6891ecff chore(control): change create_folder api to create_path 2026-01-18 11:55:51 +01:00
E44 12f4ec7d6c refactor(control): improve structure in api_handler 2026-01-17 16:34:49 +01:00
E44 5533696aad fix(control): rename function remove_file_from_display_recusively 2026-01-17 15:12:59 +01:00
E44 ce28a1f771 fix(control): delete files now recursively 2026-01-17 13:10:44 +01:00
E44 7632229704 fix(control): add path creation before uploading 2026-01-17 13:10:12 +01:00
E44 6c654e295c refactor(control): remove unnecessary comments and logs 2026-01-14 22:48:57 +01:00
E44 a2bbf19fee fix(control): Drag and Drop in DisplayView is now better 2026-01-14 22:48:02 +01:00
E44 246549acdf fix(control): folders could only be created in path '/' 2026-01-14 19:25:21 +01:00
E44 80cee15576 fix(control): handle_enter wasn't connected to valid_state 2026-01-14 19:06:38 +01:00
E44 548f8ccba8 refactor(control): better indentation in ui_behavior 2026-01-14 18:48:57 +01:00
E44 5b93250e22 fix(control): Drag and Drop in DisplayView was completely buggy, now its just a little bit buggy 2026-01-14 18:48:10 +01:00
E44 ea2f063991 fix(control): uploaded files never finished animation 2026-01-12 19:56:51 +01:00
2mal3 2b58c8bc69 fix(control): could not shutdown 2026-01-10 18:23:40 +01:00
2mal3 f9c3161cf6 fix(control): hide dev display when not in dev mode 2026-01-10 00:52:52 +01:00
E44 45e8e87b35 chore(control): improve logging in file_transfer_handler 2026-01-08 19:41:20 +01:00
E44 e308d6a42a chore(control): add sync functionality [untested] 2026-01-08 19:36:37 +01:00
E44 bfcc109c80 fix(control): fix missing refactoring of loading_data 2026-01-08 18:56:20 +01:00
E44 f9f6d84381 refactor(control): remove unnecessary comments 2026-01-08 18:40:13 +01:00
E44 1e42f390f5 refactor(control): remove downloads from tasks 2026-01-08 18:31:44 +01:00
E44 754f466d73 chore(control): change to new keyboard_input api 2026-01-08 18:05:58 +01:00
2mal3 46e59d35bf chore(control/run_on_all_selected_displays): parallel processing 2026-01-06 19:58:24 +01:00
2mal3 0614746d95 chore(control): return request result in power apis 2026-01-06 19:43:13 +01:00
2mal3 f76337efc7 feat(control): startup button 2026-01-06 19:41:15 +01:00
2mal3 f7b0c9978d chore(control/un_on_all_selected_displays): allow ignoring of offline check 2026-01-06 19:39:44 +01:00
2mal3 427209e518 refactor(control): make run_on_all_selected_displays more generic 2026-01-06 19:18:18 +01:00
2mal3 4325ffc4aa refactor(control): rename file_display.db to database 2026-01-06 19:04:23 +01:00
2mal3 c4d7f8e0e4 fix(control): toggle select all 2026-01-05 23:14:25 +01:00
2mal3 58e56ffae3 feat(control): shutdown 2026-01-05 23:00:13 +01:00
E44 cc958581bf chore(control): add download function 2026-01-05 22:45:00 +01:00
2mal3 aa0f88b258 chore(control): run only on all online selected displays 2026-01-05 21:42:26 +01:00
E44 6f0cb7298a refactor(control): improve file transfer backend data structures 2026-01-05 21:40:11 +01:00
E44 6f0b05ca67 chore(control): added upload finished animation 2026-01-05 19:09:53 +01:00
E44 b6be6bd9c4 fix(control): only one upload was possible 2026-01-05 18:37:41 +01:00
E44 12e500e988 refactor(control): improve db update of upload percentage 2026-01-05 18:29:05 +01:00
E44 b775fae9c0 refactor(control): remove unnecessary logging 2026-01-04 23:27:54 +01:00
E44 2367dc0c9e chore(control): add progress_bar in InodeElement 2026-01-04 23:25:19 +01:00
E44 fa42feb808 chore(control): increase z-level of PopUp 2026-01-04 23:24:28 +01:00
E44 fa16bb699c fix(control): uploaded_percentage was normally set to 0 2026-01-04 23:23:49 +01:00
E44 44290f46fe chore(control + display): improve api urls, paths and file_names 2026-01-04 23:22:59 +01:00
E44 a2c1f385c1 refactor(control): undo last commit 2026-01-04 23:01:10 +01:00
2mal3 8b41711df8 refactor: clearer log messages 2026-01-04 21:31:23 +01:00
2mal3 bdfc648f51 chore(control): only try getting description if json response 2026-01-04 21:29:38 +01:00
2mal3 a49d10521e fix(control): blackout broken 2026-01-04 21:13:35 +01:00
2mal3 c8920df9b3 chore: better logging
log some things only in dev mode
2026-01-04 21:02:14 +01:00
E44 9843565c7b chore(control): add basic upload logic 2026-01-04 18:27:54 +01:00
E44 628e7cb5c6 fix(control): fixed date_created display strings 2026-01-03 16:09:16 +01:00
E44 56ddddf919 fix(control): removed date_created completly from Inode and fixed the displayed created date in InodeElement 2026-01-03 15:55:17 +01:00
E44 3f7fc30ce2 fix(control): remove empty menu object on every button 2026-01-03 15:15:05 +01:00
E44 5531ff0ffa refactor(control): move components from /routes to /components and /svgs 2026-01-03 15:04:59 +01:00
E44 a7b38d88de fix(control): run run_for_selected_files_on_selected_displays only for selected files, not for all files 2026-01-03 14:54:15 +01:00