summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add Create Folder functionality with dialog interfacediogo4642025-08-132-0/+137
* Fix URL encoding for paths with special charactersdiogo4642025-08-122-7/+12
* Implement authenticated file/directory deletiondiogo4642025-08-123-36/+99
* Replace complex /api/fs with simple /api/upload endpointdiogo4642025-08-123-219/+74
* Clean up old UI code and rename V2 to Drivediogo4642025-08-1212-1129/+27
* Convert V2 UI to server-side data loadingdiogo4642025-08-124-685/+641
* Implement /v2 prototype UI with page-based navigationdiogo4642025-08-129-0/+990
* cli: removed create-file commanddiogo4642025-08-121-51/+0
* cli: added type filter to ls commanddiogo4642025-08-121-8/+46
* Implement working upload functionalitydiogo4642025-08-122-49/+202
* Make entire directory rows clickable for togglediogo4642025-08-121-5/+9
* Enable clickable file downloads in file treediogo4642025-08-121-1/+12
* Add pagination and improve history table layoutdiogo4642025-08-121-7/+86
* Implement history page with real data from Drive_log APIdiogo4642025-08-112-147/+98
* Add Drive_log function and /api/log endpointdiogo4642025-08-113-1/+56
* cli: added log subcommanddiogo4642025-08-111-0/+15
* Calculate directory sizes as sum of all contentsdiogo4642025-08-111-10/+18
* Add time with seconds to info dialog modified fielddiogo4642025-08-111-1/+14
* Remove select all checkbox from table headerdiogo4642025-08-111-45/+1
* Add sorted tree structure to Drive_tree functiondiogo4642025-08-111-1/+22
* Simplify frontend by removing FileItem conversion layerdiogo4642025-08-117-430/+230
* update CLI command from create-dir to mkdirdiogo4642025-08-111-11/+11
* implement RESTful API and remove legacy endpointsdiogo4642025-08-116-176/+264
* add delete api endpoint with authenticationdiogo4642025-08-114-1/+80
* add api route for recursive file listingdiogo4642025-08-112-1/+14
* basic v0 ui workingdiogo4642025-08-1126-617/+3384
* snapshotdiogo4642025-08-119-202/+233
* basic file uploaddiogo4642025-08-116-16/+474
* snapshotdiogo4642025-08-1131-17/+7082
* reorganized repodiogo4642025-08-108-151/+11
* added blob subcommanddiogo4642025-08-081-0/+24
* added blob sizediogo4642025-08-081-7/+26
* updated hex dependencydiogo4642025-08-082-3/+3
* added common flags and refactored some codediogo4642025-08-081-33/+77
* renamed View to Lsdiogo4642025-08-081-4/+4
* improved view subcommanddiogo4642025-08-081-8/+35
* perf: exit(0) on view command to avoid destructorsdiogo4642025-08-081-0/+1
* perf: use stdout buf writerdiogo4642025-08-081-18/+32
* update gitignorediogo4642025-08-081-0/+3
* rust cli initdiogo4642025-08-0814-459/+1398
* initdiogo4642025-08-0710-0/+606