Commit Graph

124 Commits

Author SHA1 Message Date
4ea24f07d1 Refactor file routes and update API endpoints for consistency 2025-07-12 12:34:17 +02:00
f4d8a354c4 Add parameters for source and destination paths in moveFile endpoint 2025-07-12 11:58:50 +02:00
3ac657486c Implement MoveFile functionality 2025-07-12 11:52:51 +02:00
9bb95f603c Implement MoveFile functionality in FileManager and corresponding tests 2025-07-11 19:49:08 +02:00
5a6895ecdc Enhance integration tests with file upload functionality and support for multipart requests 2025-07-10 22:02:03 +02:00
ae4e9c8db2 Add upload and move file functionalities to API with appropriate routes 2025-07-10 21:07:20 +02:00
48d42a92c9 Refactor API routes to include "_op" prefix for last workspace and file operations 2025-07-08 20:16:46 +02:00
f3f2deea35 Update default DBURL to use sqlite:// format in DefaultConfig 2025-05-25 15:39:47 +02:00
fe2a466a4f Add URL decoding for workspace and file paths in handlers 2025-05-25 15:33:07 +02:00
ab3cb56aa1 Add IF NOT EXISTS clause to index creation for sessions and workspaces tables 2025-05-24 14:05:58 +02:00
0769aa2bac Fix default database URL and type in Config 2025-04-18 19:21:06 +02:00
d97f5a0178 Use time since 2025-03-07 19:53:19 +01:00
94ea2d0d78 Fix time since 2025-03-07 19:53:03 +01:00
3eb4424e86 Implement time since query 2025-03-07 19:48:36 +01:00
f7825e5a67 Use search path in connection string 2025-03-07 19:48:17 +01:00
f55d2644c3 Run integration tests with both dbs 2025-03-06 21:39:56 +01:00
629baa9952 Add test postgres db connection 2025-03-06 19:23:24 +01:00
4766a166df Add struct_query tests 2025-03-05 22:36:27 +01:00
7e9aab01cb Fix ommit empty db tag 2025-03-05 22:03:32 +01:00
52aa406c6d Add docs comments to struct query 2025-03-05 21:30:40 +01:00
3aa8c838e8 Use struct queries in users 2025-03-05 21:20:57 +01:00
976425d660 Use ScanStruct in sessions 2025-03-05 21:07:05 +01:00
0f97927219 Rework UpdateStruct 2025-03-03 22:04:38 +01:00
829b359e82 Implement select struct and scan struct 2025-03-03 21:36:04 +01:00
5fd9755f12 Implement scan struct 2025-03-02 21:54:10 +01:00
ccac439465 Implement update struct 2025-03-02 18:40:12 +01:00
204dacd15e Encrypt field in query 2025-03-01 22:26:50 +01:00
3ce92322f4 Encrypt git token in insertstruct 2025-03-01 21:59:04 +01:00
e89b4a0e14 Use InsertStruct 2025-02-27 21:44:32 +01:00
c0de3538dc Implement insert struct 2025-02-27 21:16:43 +01:00
a80b48956a Add returning tests 2025-02-25 22:36:22 +01:00
96fc490c1d Update migrations for postgres 2025-02-25 22:29:06 +01:00
3b7deaa107 Update workspaces to query builder 2025-02-25 22:11:59 +01:00
9da51aeb5e Update users to query builder 2025-02-25 21:37:06 +01:00
802f192dc0 Implement returning clause 2025-02-25 21:36:55 +01:00
7d05c8aacc Update system to query builder 2025-02-25 21:36:42 +01:00
27b81ef433 Update sessions to query builder 2025-02-25 21:36:26 +01:00
d3ffcfbb53 Replace interface{} with any 2025-02-24 21:42:39 +01:00
96284c3dbd Add query and scanner tests 2025-02-24 21:38:52 +01:00
7cbe6fd272 Add postgres init 2025-02-23 15:19:34 +01:00
a946b8ae76 Implement db struct scanner 2025-02-23 14:59:00 +01:00
c76057d605 Implement sql query builder 2025-02-23 14:58:30 +01:00
25defa5b65 Fix tests for db type 2025-02-22 22:32:38 +01:00
d47f7d7fb0 Use golang migrate for migrations 2025-02-22 21:53:12 +01:00
5079f3c96d Update README config section 2024-12-27 16:55:56 +01:00
28d2c053a8 Rename missed files 2024-12-20 00:05:23 +01:00
b6b4c01f0e Rename app to Lemma 2024-12-19 23:59:27 +01:00
f0b6aa0d6e Setup test logging 2024-12-19 23:42:19 +01:00
cf2e1809a4 Delete more debug logs 2024-12-19 22:26:29 +01:00
b065938211 Remove too many debug messages 2024-12-19 22:00:42 +01:00