Commit Graph

23 Commits

Author SHA1 Message Date
41d526af4c Remove redundant CSRF token tests and clean up related assertions in apiCall tests 2025-07-12 14:34:04 +02:00
ff4d1de2b7 Refactor uploadFile to support multiple file uploads and update related types and handlers 2025-07-12 14:25:03 +02:00
51c6f62c44 Enhance uploadFile to support multiple files and update handleMove to process file paths for moving files 2025-07-12 13:59:30 +02:00
1a7c97fb08 Refactor file API endpoints for consistency and add moveFile functionality 2025-07-12 12:39:51 +02:00
4b8ad359a4 Refactor API endpoints to include "_op" prefix for file and workspace operations 2025-07-08 20:28:44 +02:00
2211f85193 Add tests for apiCall function 2025-05-29 11:57:50 +02:00
5ed3e96350 Refactor admin API types and add validation functions for WorkspaceStats and FileCountStats 2025-05-29 11:15:53 +02:00
9cefe12872 Improve tests and add useGitOps hook test 2025-05-27 21:33:02 +02:00
d2c4a84c32 Refactor API call to include CSRF token handling for non-GET requests 2025-05-25 12:46:51 +02:00
6cf118280a Update Workspace interface for optional properties 2025-05-24 20:43:10 +02:00
34ac76b87d Fix async handling for API response in updateProfile and workspace functions 2025-05-24 14:10:35 +02:00
32218e5595 Refactor types 2025-05-22 21:24:39 +02:00
2f181d0f7f Run npm lint:fix 2025-05-18 16:57:48 +02:00
3619cf4ed4 Update ts configuration 2025-05-18 15:51:44 +02:00
c6d46df7a0 Migrate useLastOpenedFile hook 2025-05-11 15:09:11 +02:00
14b1a46508 Migrate ModalContext and WorkspaceContext 2025-05-08 21:42:13 +02:00
1a06c31705 Migrate AuthContext 2025-05-08 21:01:20 +02:00
1e350bb0cf Migrate git api to ts 2025-05-06 21:02:09 +02:00
02c8100f0b Migrate workspace api to ts 2025-05-06 20:42:12 +02:00
66fe5e485b Migrate user api to ts 2025-05-06 20:16:22 +02:00
905df9f6dd Migrate file api ops to ts 2025-05-05 22:20:11 +02:00
8849deec21 Migrate admin API to typescript 2025-05-05 21:28:29 +02:00
043eab423f Migrating from services to dedicated API files 2025-05-03 21:28:41 +02:00