Commit Graph

97 Commits

Author SHA1 Message Date
Eric Doughty-Papassideris b04f64a2b0 🩹 back: logger used to merge AsyncContext for each entry, it should not (#714) 2024-11-20 04:38:32 +01:00
Eric Doughty-Papassideris dcadfa4231 🩹 back: tolerate extraneous /s in env vars 2024-11-20 04:37:56 +01:00
Montassar Ghanmy 00f819fb6d 🐞 Add antivirus inside Twake Drive (#725)
🐞 Add antivirus inside Twake Drive (#725)
2024-11-19 17:39:18 +01:00
Anton SHEPILOV 2c5cf0bb8d Fixed storage e2e test for S3 2024-11-05 15:32:49 +07:00
Anton SHEPILOV f76a04ddbf ♻️Added specific Exception to be monitored to one-of storage strategy 2024-11-05 15:32:49 +07:00
Anton SHEPILOV da9736e23b ♻️Removed console.log from backend node + error serializer 2024-11-05 15:32:49 +07:00
Anton SHEPILOV 01744274eb ♻️Default value for storage home directory doesn't start with '/' 2024-11-05 15:32:49 +07:00
Anton SHEPILOV 6c7dac388f 📝More docs to one-of storage strategy 2024-11-05 15:32:49 +07:00
Anton SHEPILOV d587c13c6b ♻️fix lint 2024-11-05 15:32:49 +07:00
Anton SHEPILOV 6d443e4afd Resilience strategy to read and write only to one storage 2024-11-05 15:32:49 +07:00
Montassar Ghanmy b4e7621761 🐛 Fix size 0 (number) transformed into empty string (#715) 2024-10-30 10:30:06 +01:00
MontaGhanmy be2a02bd00 🔖 Release Version 1.0.4-hf3 2024-10-25 19:20:43 +01:00
MontaGhanmy d3e29da1e4 🔖 Release Version 1.0.4-hf2 2024-10-24 14:43:05 +01:00
MontaGhanmy d3820e4af0 feat: cli/seed db 2024-10-23 14:17:14 +01:00
Montassar Ghanmy b3b80ede84 Added offset pagination to db connector (#648)
* added offset pagination to db connector

* 📝Added more info about Paginable usage

---------

Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
Co-authored-by: Anton SHEPILOV <ashepilov@linagora.com>
2024-10-10 12:18:22 +02:00
Eric Doughty-Papassideris 9018222c23 🔀 Merge remote-tracking branch 'origin/main' into 525-515-548-523-onlyoffice-rework 2024-09-26 15:40:43 +02:00
Montassar Ghanmy ac9700f9b5 🐛 Fix big file (with multiple chunks) download (#653) 2024-09-19 17:39:57 +01:00
Eric Doughty-Papassideris c0182cff51 🩹 oo-connector: respect user picked by OO for callback url in updateSession (#525) 2024-09-19 03:18:29 +02:00
Eric Doughty-Papassideris c23984355d 🩹 backend,oo: fixed begin editing session process (#525) 2024-09-19 01:02:50 +02:00
Eric Doughty-Papassideris 53b34a0962 backend: Adding support for select based on null values and negation (#525) 2024-09-15 00:13:53 +02:00
Montassar Ghanmy f14ec8bd2d 🐛 Fix infinite scroll for shared with me (#641) 2024-09-05 15:30:27 +02:00
Anton SHEPILOV 492b636e93 ♻️Removed cumulative queries to the database
First step to the transactions in PostgreSQL
2024-09-05 15:29:54 +02:00
Montassar Ghanmy 222a6d1059 Translate notifications (#581)
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
Co-authored-by: Eric Doughty-Papassideris <edoughtypapassideris@linagora.com>
2024-07-18 20:16:10 +02:00
Anton Shepilov 8a2651134b 🐛 When we are creating path for the files to store them in S3 (#583)
* 🐛When we are creating path for the files to store them in S3, sometimes it's with trailing "/" and sometimes without
2024-07-18 16:03:29 +02:00
Montassar Ghanmy e76da87916 Sort files chronologically + infinite scroll (#535) 2024-07-15 23:56:34 +02:00
Anton SHEPILOV 585da88b0d 🐛Fixed pagination for PostgreSQL connector 2024-07-12 08:42:34 +02:00
Eric Doughty-Papassideris e5c12a03bd backend: Adding atomicCompareAndSet operation to DB connector (#525) 2024-07-11 18:44:21 +02:00
Anton SHEPILOV 281c9006e4 🐛Show files in folders up to 1k files 2024-06-07 10:36:11 +02:00
Eric Doughty-Papassideris 12251fb617 🐛 Ignore session information for JWTs generated for applications (#515) 2024-06-06 01:53:53 +02:00
Eric Doughty-Papassideris a51316f6a3 🐛 remove fastify multipart fileSize limit 2024-05-29 18:22:12 +02:00
Anton Shepilov 16b39561ae 🐛 Fixed bug with downloading zip folder (#541)
* 🐛Fixed bug with downloading zip folder
* ♻️Removed unused method
2024-05-28 13:41:11 +02:00
Anton SHEPILOV 8f75c04fdd ♻️Remove Cassandra Support 2024-05-28 13:34:57 +02:00
Anton SHEPILOV 8214a5f6d4 Fixed test for back-channel logout 2024-05-24 23:25:10 +02:00
Montassar Ghanmy b4412d3ed3 🔐 OIDC back-channel logout (#521)
* feat: oidc backchannel session storage
* feat: oidc backchannel logout
* ref: e2e test
* 🛠️ Code review
* ♻️ Do not mock internal auth token but call "/login" with oidc_token instead
* ♻️ Refactoring for back-channel logout test
* fix: feedback and e2e tests
* feat: more e2e tests
* ♻️ Added test to test multiple login requests flow
* ref: jwt sid verifier and e2e tests

---------

Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
Co-authored-by: Anton SHEPILOV <ashepilov@linagora.com>
2024-05-24 13:52:58 +02:00
Anton SHEPILOV c8a9145906 ⬆️Fix security warnings in dependencies 2024-05-24 12:06:56 +02:00
Anton SHEPILOV 2884193072 🐛Fix bug with sending files with response stream
Also updated another dependencies and removed old version of the fastify multipart plugin
2024-05-24 11:49:58 +02:00
Anton SHEPILOV 6f0bfbcd09 ♻️Removed unused websockets 2024-05-24 00:19:31 +02:00
Anton Shepilov ac950f0e87 ♻️Removed unused files and move unused encryption algorithm to co configuration (#513) 2024-05-07 17:24:53 +01:00
Montassar Ghanmy 3b20806622 Dependencies upgrade (#510) 2024-05-07 17:01:56 +01:00
Eric Doughty-Papassideris 4869c70bbc 🩹 Add stop to platform and wait for it in CLI (#438) 2024-04-02 12:31:50 +02: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
Monta 8494145e9d ref: files e2e test 2024-03-15 17:35:20 +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
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 b26ffb81fd 🐛 Malformed shared item URL (#410) 2024-03-05 09:18:40 +01:00
Anton Shepilov 58301a4341 Be able to use SMTP transport without TLS (#406) 2024-03-04 18:11:59 +01:00
Anton Shepilov 6041212253 Be able to use SMTP transport without TLS (#401) 2024-03-01 16:10:49 +01:00
Anton Shepilov b82b78aa7d 🛠️Speed up "shared with me" query (#381) 2024-02-27 15:31:11 +01:00