Commit Graph

719 Commits

Author SHA1 Message Date
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
Montassar Ghanmy 34ff3e38f1 🐛 Fix pause/resume for upload modal (#856) 2025-03-14 09:22:07 +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
Montassar Ghanmy b7d3fb73ce 🐛 Fix upload into trash when modal is closed (#850) 2025-03-12 09:37:45 +01:00
Montassar Ghanmy a635d53adf 🐛 Fix upload modal status for pause/resume (#849) 2025-03-12 09:37:15 +01:00
Montassar Ghanmy 2b453f2b0d 🐛 Fix restore unknown format file root (#848) 2025-03-10 13:25:39 +01:00
Montassar Ghanmy c8867d6081 🐛 Fix resetting root on re-upload (#847) 2025-03-10 09:51:24 +01:00
Montassar Ghanmy 08d47ca587 🐛 Fix resetting root on re-upload (#846) 2025-03-10 09:51:06 +01:00
Montassar Ghanmy fe6c13e067 🐛 Unknown file for file roots with no format/extension (#845) 2025-03-10 09:50:43 +01:00
lethemanh 4c0f85469c Update test id in uploads viewer 2025-03-07 16:04:13 +07: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
lethemanh 6f762ecefa 🐛 Fix bug unable to fetch new item when collapsed the upload viewer 2025-03-04 16:09:12 +01:00
Montassar Ghanmy 49c4f10d37 🐛 Delete indexes on item removal (#836) 2025-03-04 10:10:55 +01:00
lethemanh e4b5750df8 🐛 Fix bug unable to recreate document or folder 2025-03-03 15:19:08 +07:00
Montassar Ghanmy e2680d8704 🐛 Fix resuming upload when creating a new document (#832) 2025-02-27 18:39:38 +01:00
Montassar Ghanmy 3181ebdabf Responsive upload modal footer (#831) 2025-02-27 10:49:35 +01:00
Montassar Ghanmy 7d742f1f1b 🐛 Fix size for direct root upload / URL uploads / versions (#830) 2025-02-27 10:47:19 +01:00
Montassar Ghanmy 39a062b942 Refine progress calculation for more granular updates (#827) 2025-02-27 10:45:03 +01:00
Montassar Ghanmy 21d70fdb02 🐛 Fixing duplicate name for root not properly restored (#829) 2025-02-27 10:43:13 +01:00
Montassar Ghanmy 4d4c242e2c 🐛 Fix file icons for root upload (#826) 2025-02-27 10:41:23 +01:00
Montassar Ghanmy 5bd11098ba 🐛 Fix delete root file/folder on upload cancel (#825) 2025-02-27 10:38:21 +01:00
ericlinagora 42ab4ec2bf 🐛 back: print memory use periodically (#798)
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Related Issue
<!--- This project only accepts pull requests related to open issues -->
<!--- If suggesting a new feature or change, please discuss it in an
issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps
to reproduce -->
<!--- Please link to the issue here: -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots (if appropriate):

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have added the Signed-off-by statement at the end of my commit
message.
2025-02-19 11:35:35 +01:00
Montassar Ghanmy f57f48d67c 🐛 Fix restore/refresh after upload (#803) 2025-02-19 09:30:49 +01:00
Eric Doughty-Papassideris 963213b370 🐛 back: print memory use periodically 2025-02-17 13:24:31 +01:00
Montassar Ghanmy fdc3630d21 Add testing identifier to new upload modal (#797) 2025-02-12 11:35:39 +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