Commit Graph

439 Commits

Author SHA1 Message Date
Montassar Ghanmy 7595a6d856 feat: config for cozy offer (#894) 2025-05-19 11:13:16 +02:00
Montassar Ghanmy a272d66dcd 🛠️ Cozy migration CLI tools and client (#876)
* feat: migration cli tools and client

* feat: creating folder tree / ref cli cmds / Dockerfile

* feat: refresh app auth token for requests

* feat: skip already migrated files

* ref: auth token refresh and download request

* ref: using cloudery to create user instace and generate token

* ref: using config for cloudery

* fix: docker for backend

* fix: docker for backend

* fix: docker for backend

* fix: docker for backend

* fix: lint/Dockerfile

* fix: docker for backend

* fix: docker for backend

* ref: delete client

* fix: user default company

* feat: stream file upload and progress

* feat: use default company

* ref: file upload

* ref: removed migration endpoints for external client
2025-05-16 14:41:33 +02:00
lethemanh 70f3298f01 🐛 Fix sessions could not remove after delete account success 2025-05-15 17:48:54 +02:00
lethemanh b3ead45ab8 🐛 Fix bug cannot update email with account remote 2025-05-14 11:06:44 +02:00
lethemanh 0989d2f3c3 Debug API delete user 2025-04-28 09:31:19 +02:00
shepilov 7580b37671 New endpoint that is marking user for deletion 2025-04-22 11:26:52 +02:00
lethemanh 8789b91a7a Adjust antivirus feature 2025-04-21 10:40:10 +07:00
Anton SHEPILOV 373a28ecc8 🩹Added configuration from env variables for cli
Fixed cli tolls lib for node 22
2025-04-08 09:35:47 +02:00
Anton Shepilov 22e30d20fb Support tool, zips folder and puts it to users home directory (#870)
* Support tool, zips folder and puts it in users home directory
2025-04-07 14:25:04 +02:00
lethemanh 755c4f05e2 Add admin endpoint for API update user 2025-04-06 11:31:47 +02:00
lethemanh 76e2be3597 Implement e2e test for checking update user permission 2025-04-02 09:21:26 +07:00
lethemanh eb46da342c Get user id by email; Revert changes of API delete user 2025-03-27 14:23:53 +01:00
lethemanh 5e60517c16 Implement API get user id by username 2025-03-27 14:23:53 +01:00
lethemanh bebf337d28 🐛 Accept username in request of API delete user 2025-03-27 14:23:53 +01:00
Eric Doughty-Papassideris 0f63b7aca2 🚨 chore: backend linting 2025-03-14 12:18:23 +01:00
Eric Doughty-Papassideris a38c9e6675 🔊 back: Improve fastify error handler logging 2025-03-14 12:18:23 +01:00
Eric Doughty-Papassideris 29c52e276b 🩹 back: when deleting user, only update non revoked sessions 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris d2f4411112 🩹 back e2e: bug fix for local storage to emulate S3 semantics 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris cb61d4d8d1 back: delete user data administrative endpoint (#799) 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris 9d35fbe0d7 🚧 back: wip delete user wrong call 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris 658e8de6d4 🚧 back: user deletion wip 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris 99d78ad5ac 🩹 back cli: minor fixes for output flush 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris 5e94c91c01 🩹 back cli: users subcommands argument capitalisation made consistent 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris 7856bf5096 🚧 back: user FS deletion service updated 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris c4d45412fd ♻️ back: repository remove returns success now and file path alternative 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris 8efcb2546c back cli: add user dump and list commands 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris eec23b230b back cli: correct version output 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris 16c68f25fd 🚧 backend: wip initial setup for admin route to delete user (#799) 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris 185ec5ac5c back: e2e userapi random file destination name option 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris 193f2ee3fe back: add enumeratePathsForFile to storage api (#799) 2025-03-14 12:16:31 +01:00
Eric Doughty-Papassideris 71bccff378 ️ back: add index to ensure query planner picks an index when listing trash 2025-03-12 20:40:33 +01:00
MontaGhanmy c1bc0c34f7 fix: loop through all search results pages 2025-03-05 10:27:56 +01:00
MontaGhanmy e1d48daba5 fix: handle empty search results with page loop 2025-03-05 10:27:56 +01:00
Montassar Ghanmy 49c4f10d37 🐛 Delete indexes on item removal (#836) 2025-03-04 10:10:55 +01:00
Eric Doughty-Papassideris 963213b370 🐛 back: print memory use periodically 2025-02-17 13:24:31 +01:00
Anton SHEPILOV 4c10de7c47 ♻️Rollup final script file to add dependencies after 2025-02-11 17:20:42 +01:00
Anton SHEPILOV 0f9e3fb8b4 Added root folder for all uploads, document creation, and cleanup after 2025-02-11 17:20:42 +01:00
Anton SHEPILOV 47106a8459 ♻️Made performance test runnable 2025-02-11 17:20:42 +01:00
Montassar Ghanmy 6002974306 Big folder upload (#780) 2025-02-04 15:56:07 +01:00
Eric Doughty-Papassideris ac1aa887f9 🔖 Release Version 1.0.6 2025-02-03 11:09:45 +01:00
Eric Doughty-Papassideris 931853232e 🔖 Release Version 1.0.6-rc6 2025-01-31 23:29:51 +01:00
Eric Doughty-Papassideris 4444e73bd1 🐛 back: zip file creation throttling 2025-01-31 23:22:34 +01:00
Anton SHEPILOV 988907e7c3 ⬆️Upgraded archiver lib version 2025-01-30 22:22:25 +01:00
Anton SHEPILOV ff92387499 ⚒️Added debug gc information 2025-01-30 22:20:35 +01:00
Anton SHEPILOV 14d42d85c6 🔖 Release Version 1.0.6-rc5 2025-01-30 19:02:52 +01:00
Anton SHEPILOV d90869c8b6 🔖 Release Version 1.0.6-rc4 2025-01-30 17:58:45 +01:00
Anton SHEPILOV 48e7e8ba38 🔀 Merge remote-tracking branch 'origin/main' into release/v1.0.6 2025-01-30 17:56:40 +01:00
Anton SHEPILOV b985f0357e 🐛Fixed problem with zero size heapdump when running inside docker
⬆️Upgraded node-types to the current version on nodejs
2025-01-30 17:35:23 +01:00
Eric Doughty-Papassideris b574d4c216 🔖 Release Version 1.0.6-rc3 2025-01-27 18:29:38 +01:00
Eric Doughty-Papassideris cc5727d360 🔀 Merge remote-tracking branch 'origin/main' into release/v1.0.6 2025-01-27 18:28:28 +01:00