Commit Graph

353 Commits

Author SHA1 Message Date
tibormichel1 b8baf9a55c Move upload buttons from "Create" button context menu to "Upload" button context menu (#281)
* moved upload file, dir buttons to another menu Signed-Off by: Tibor Michel  <tibor.michel1@gmail.com>
Co-authored-by: Tibor Michel <tibor.michel1@gmail.com>
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
2024-04-02 10:04:22 +02:00
Montassar Ghanmy 90ad26e583 Refactor quota check service implementation (#472) 2024-03-26 14:24:39 +01:00
Montassar Ghanmy cb5a2ad3b7 Handling quota limit error (#437) 2024-03-26 09:04:36 +01:00
Anton SHEPILOV 389d42fe4f ♻️Refactor files uploading test to use public API 2024-03-22 17:22:54 +01:00
Eric Doughty-Papassideris 9ec4e2a079 Add test for upload in case of storage service failure (#418) 2024-03-22 17:22:54 +01:00
Eric Doughty-Papassideris ce77e26cb3 Split e2e testing file upload for raw requests (#418) 2024-03-22 17:22:54 +01:00
Eric Doughty-Papassideris 987da01692 🚨 Fix linter in s3 storage connector 2024-03-22 17:22:54 +01:00
Eric Doughty-Papassideris 1ffb2eb3ea 🚸 #418 do not resolve write result without waiting for s3 putObject 2024-03-22 17:22:54 +01:00
Eric Doughty-Papassideris 7ea7a302ca 💄 #418 Show toaster notification on upload failure 2024-03-22 17:22:54 +01:00
Montassar Ghanmy 01145bbe83 🐛 Fix item version update related notification (#470)
* version notification
* updated version notification e2e test

---------

Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
2024-03-22 17:16:08 +01:00
Eric Doughty-Papassideris 574d6438b2 📝 Frontend README.md with preliminary setup instructions 2024-03-19 17:44:25 +01:00
Eric Doughty-Papassideris 60074360bc 🩹 Frontend internal login - return to retryable state after credentials error 2024-03-19 17:44:25 +01:00
Eric Doughty-Papassideris 0e7bc18cbc 💄 Frontend user name display first letter in caps for both fields 2024-03-19 17:44:25 +01:00
Eric Doughty-Papassideris 560bf0d732 🚸 Internal signup: put focus on top most field at load 2024-03-19 17:44:25 +01:00
Eric Doughty-Papassideris 9793037133 🩹 Internal signin last name field wasn't sent in form 2024-03-19 17:44:25 +01:00
Eric Doughty-Papassideris d41ebe00d7 🩹 Root docker-compose: Commit diff mistake with image entry out of container 2024-03-19 17:39:05 +01:00
Eric Doughty-Papassideris 781f89b93f 🩹 tdrive-frontend Dockerfile: migrate to alpine, typo in entrypoint.sh, accept any host name 2024-03-19 17:39:05 +01:00
Eric Doughty-Papassideris e1958fb224 🩹 tdrive-node Dockerfile: switch to alpine base image (and remove Mac libc thing) 2024-03-19 17:39:05 +01:00
Eric Doughty-Papassideris 7a816f22e3 🩹 Root docker-compose: volume moved out of environment 2024-03-19 17:39:05 +01:00
Eric Doughty-Papassideris 191158295a 🩹 Root docker-compose: fixed container names 2024-03-19 17:39:05 +01:00
Eric Doughty-Papassideris 79f0050ac8 🩹 tdrive-node: Use npm ci instead of yarn and npm install 2024-03-19 17:39:05 +01:00
Eric Doughty-Papassideris 2cc332e3cb 🩹 tdrive-node Dockerfile: switch to alpine base image (and remove Mac libc thing) 2024-03-19 17:39:05 +01:00
Eric Doughty-Papassideris cbc111be7d 🩹 Root docker-compose: use volume for mongo data 2024-03-19 17:39:05 +01:00
Eric Doughty-Papassideris 1ca6b890a6 💄 Frontend - avoid FOUC on load in dark-mode 2024-03-19 17:31:44 +01:00
Eric Doughty-Papassideris 48fdad0519 🚸 Frontend create directory modal focuses text box and accepts enter key 2024-03-19 17:31:44 +01:00
Eric Doughty-Papassideris a054621d2e 💄 #397 Frontend move modal use white text in dark-mode 2024-03-19 17:31:44 +01:00
Montassar Ghanmy 33392abfeb 🐛 Fix navigation for shared link view (#466) 2024-03-18 11:26:08 +01:00
Monta 8494145e9d ref: files e2e test 2024-03-15 17:35:20 +01:00
ericlinagora 728dd3092b 🚸 Make app grid popup menu toggle visibility when clicking on it (#325) (#448)
* 🚸 Make app grid popup menu toggle visibility when clicking on it (#325)
2024-03-15 16:50:11 +01:00
Nguyen Thai 47daa53705 Use Github Actions for Docker build caches (#459) 2024-03-15 16:13:02 +01:00
Montassar Ghanmy f777f55136 🪵 Logging file path and verify s3 test (#461)
* feat: logging file path while verifying ci
* fix: files e2e test

---------
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
2024-03-15 16:12:09 +01:00
Montassar Ghanmy d856cf4e10 🐛 fix: minio home directory (#460)
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
2024-03-15 13:59:42 +01:00
Anton Shepilov 1ddcffdfb1 👷 Workflow to publish dev and feature branches (#457)
The workflow to publish docker images for main branch and for branches with name starting with "feature-"
2024-03-15 11:25:55 +01:00
Montassar Ghanmy 1c90c99214 Object storage backend for e2e tests (#446)
* feat: e2e test run with object storage backend
* ref: one test suit
2024-03-15 09:50:36 +01:00
Anton SHEPILOV 82eadfc14d 🐳Fix destination of the docker hub build 2024-03-14 17:43:05 +01:00
Anton SHEPILOV d350f8ad38 🔖Release Version 1.0.1 2024-03-14 17:43:05 +01:00
Nguyen Thai 1e797942e9 👷 Refactored build and publish workflow (#435) 2024-03-13 09:53:33 +01:00
Anton Shepilov 3b3bb089e8 🐛 Fix downloading zip folder (#434)
* 🐛Fix downloading zip folder
Do not await finalizing of th archive creation
Just run clean-up process after
2024-03-11 17:49:03 +01:00
Anton Shepilov 7281043e8f 🔊 #404 Add logs for errors happening during ZIP file creation (#431) 2024-03-11 14:37:58 +01:00
Yadd faa42c2b22 Replace child_process.exec by child_process.spawnSync (#428)
child_process.exec uses a shell to parse and launch command.

Since here some arguments comes from external, it's unsecured.

This MR uses spawnSync instead.
2024-03-11 12:03:25 +01:00
Yadd 423e7f2c00 [Nextcloud-Migration]: add "dir" param (#427)
This permit one to use an existing directory instead of downloading from Nextcloud
2024-03-11 12:02:53 +01:00
Anton Shepilov bd2d5c2ba6 🐛Fix checking files in S3 storage (#426) 2024-03-10 01:13:31 +01:00
Anton SHEPILOV 2ecf74cdf2 🐛Temporary fix for twake client auth in plugin 2024-03-09 09:48:58 +01:00
Anton SHEPILOV 6d21bc4d8d 🐛Fix checking files in S3 storage 2024-03-09 08:59:15 +01:00
Anton Shepilov 4ea6c3b215 🐛Fix checking files in S3 storage (#425) 2024-03-09 08:37:57 +01:00
Anton Shepilov 301efd6aaa Check files that are missing in storage(add more information) (#424)
* Check files that are missing in storage(add more information)
2024-03-07 20:04:49 +01:00
Anton Shepilov c9ce1fce43 🚑 Restore files from nextcloud (#423)
* 🚑Modify nextcloud migration to be able to back up files from next cloud

Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
2024-03-07 18:33:08 +01:00
Anton Shepilov eacdb29bb2 * 🚑 Check files that are missing in storage (#419)
* 🚑Check files that are missing in storage
2024-03-07 00:07:25 +01:00
Anton Shepilov 56b7676790 🚑 Check files that are missing in storage (#416)
* 🚑Check files that are missing in storage
2024-03-06 18:25:37 +01:00
Montassar Ghanmy d6024c982c 🐛 Fix preview navigation (#417) 2024-03-06 17:13:51 +01:00