Commits on Source
187
e73632e5
Implement basic file-size view to file panel.
Aug 31, 2025
f8fcd796
Pre-format file size data on backend.
Sep 01, 2025
61798871
Mockup of new frontend
Oct 26, 2025
5ad5059b
Add modified time and mimetypes to return data
Oct 26, 2025
49a44e38
Check for regular files when opening item for editing
Oct 26, 2025
88b1fe73
Add helper for mimetype checking
Oct 26, 2025
5bc70918
Add mimetypes and modified to frontend
Oct 26, 2025
75615549
Refactor loading to make it modular for use elsewhere
Oct 26, 2025
460c2f2e
Set spinner back to the way it was
Oct 26, 2025
53c97961
Add table nav in table header
Oct 26, 2025
e283ef97
Add CSS for files tab
Oct 26, 2025
7e29301f
Add JS file for files tab
Oct 26, 2025
5cafb423
Fix animation
Oct 26, 2025
29c40268
Adjust column sizes
Oct 26, 2025
49d582ae
Set question mark if file type is unknown
Oct 26, 2025
f072ef92
Merge branch 'feature/add-file-panel-file-sizes' into 'feature/add-file-panel-file-sizes'
Oct 27, 2025
d2f3f528
Add file edit to panel_handler
Oct 26, 2025
851c4b68
Use relative path in file get
Oct 26, 2025
9c8d1c5e
Add editor page/css
Oct 26, 2025
78c68016
Update ace
Oct 26, 2025
17538fe2
Add basic functionality to blank_base
Oct 26, 2025
626a3e12
Use blank_base for editor
Oct 26, 2025
8e60e4fb
Add style to editor
Oct 26, 2025
3a62f8e1
Do not allow files with "can_open" false to be opened
Oct 26, 2025
3e67df8a
Set editor title
Oct 26, 2025
6b53b1c5
Allow loading toml files
Oct 26, 2025
d29a16b0
Add mimetypes for common files
Oct 26, 2025
b0acfbb8
Fix batch file in editor
Oct 26, 2025
1d6d19a2
Add context menu
Oct 27, 2025
fcbd6c63
Allow editor text size adjustment
Oct 27, 2025
25b6545b
Change function name for clarity
Oct 27, 2025
b4737e54
Set user selected keybinds on page start
Oct 27, 2025
43225475
remove extra .show
Oct 27, 2025
9e9d1e50
Edit context menu close area
Oct 27, 2025
b0168bfe
Refactor for regular icon
Oct 27, 2025
852c5c7a
Rename complete
Oct 27, 2025
c1d89a1e
Fix gear icon on edit page
Oct 27, 2025
a583552b
Simplify rename using bootbox
Oct 27, 2025
f3a8e4f5
Add delete function
Oct 27, 2025
77f6437f
Remove prints
Oct 27, 2025
bfbc563e
Fix save logic
Oct 27, 2025
9340427e
Condense conditionals for sonar
Oct 27, 2025
51a8ba30
Adjust light theme for files
Oct 29, 2025
d65a49b5
Port downloads over. Adjust download API handler to make it more clear
Oct 29, 2025
75d1e09d
Allow relative paths in upload
Oct 30, 2025
8d1c71c3
Comment path checks
Oct 30, 2025
3a389c6a
Add create file + upload logic
Oct 30, 2025
09e84707
Add unzip. Feature parity
Oct 30, 2025
0e2d09fd
Add dropzone
Oct 30, 2025
a2f9505e
Fix shimmer causing issues with clicking nav
Oct 30, 2025
b3698a75
Use relative address for server files
Oct 30, 2025
edb20666
Fix upload
Oct 30, 2025
180fcd15
Fix file creation now we're using relative paths
Oct 30, 2025
8bb3db3b
Remove old server_files
Oct 30, 2025
f0bb89a5
Remove unused path
Oct 30, 2025
d53ab36c
remove console logs
Oct 30, 2025
bf379718
Add helper method for getting abs path
Oct 30, 2025
ec73351d
Fix files page navigation styles
Oct 30, 2025
82845af0
Fix title creation logic
Oct 30, 2025
95bfbda9
Remove extraneous tr
Oct 30, 2025
95031fc1
Remove for each for forof
Oct 30, 2025
753593af
Set plaintext variable
Oct 30, 2025
266a8bb7
Use globalThis
Oct 30, 2025
cc47f7b0
Use for of. Fix server path
Oct 30, 2025
06c43be6
remove useless tag
Oct 30, 2025
48b7cd98
Use dataset
Oct 30, 2025
fc7528fe
use for of
Oct 30, 2025
e1cad375
Use proper declaration
Oct 30, 2025
253409e9
Declare handler name...use dataset
Oct 30, 2025
2306e561
Use globalThis.alert
Oct 30, 2025
99ce674c
Add translations to editor
Oct 30, 2025
90d37536
Declare variables with let
Oct 30, 2025
8ccf81f6
Use let. Replace match with exec
Oct 30, 2025
d0cedded
Use for of
Oct 30, 2025
4f16a710
Use for each fixed negated first
Oct 30, 2025
c278846f
Add .log as accepted file type
Oct 30, 2025
3488d1da
Fix rename logic
Oct 30, 2025
82254063
Fix sonar in files.js
Oct 30, 2025
453b172f
Fix path type in download functions
Oct 30, 2025
0e3cecf3
Appease Sonar. Changed base.html as well so they match
Oct 30, 2025
77e7de18
Appease Sonar
Oct 30, 2025
1880076b
Place standard import ahead of jsonschema
Oct 30, 2025
d7743476
reduce cognitive complexity
Oct 30, 2025
6a849f8e
Remove unused path import
Oct 30, 2025
8e714100
Set themes for editor
Oct 31, 2025
89b9014f
Add comments to files.js
Oct 31, 2025
e215bc03
Basic frontend config for copy/move functionality
Oct 31, 2025
68a0a843
Add re-pull button
Oct 31, 2025
3251b0dc
Basic up down hard coded operation status menu
Nov 07, 2025
228f26be
Barebones copy/move API. Need handler and validity checking
Nov 07, 2025
1dd0e55b
Move file/move logic to own function
Nov 08, 2025
89921b48
Add handler for move/copy
Nov 10, 2025
29916d8f
File moves working
Nov 12, 2025
7c42e38f
Add audit log messaging to file operations
Nov 12, 2025
e35d72a6
Remove unnecessary return
Nov 12, 2025
6e0621d5
Upload progress bar working for single files
Nov 12, 2025
60371513
Fix progress bar issue when uploading non-concurrent files
Nov 12, 2025
a1e1e272
Merge branch 'dev' into refactor/server-files
Nov 12, 2025
92c7ff48
Add outline to file status
Nov 12, 2025
509b850b
Add unzip status to files manager
Nov 13, 2025
87 additional commits have been omitted to prevent performance issues.
Loading
Loading