Commit Graph

50 Commits

Author SHA1 Message Date
Montassar Ghanmy 00f819fb6d 🐞 Add antivirus inside Twake Drive (#725)
🐞 Add antivirus inside Twake Drive (#725)
2024-11-19 17:39:18 +01:00
Montassar Ghanmy 9dc23fdb52 ⏱️ Reduce e2e time (#729)
⏱️ Reduce e2e time (#729)
2024-11-13 09:26:29 +01:00
Montassar Ghanmy 9003944bb2 🛠️ Shared with me feature flag (#681)
🛠️ Shared with me feature flag (#681)
2024-10-10 13:28:24 +01:00
Eric Doughty-Papassideris c855c29664 🩹 backend,oo: adding userId override for application updatingEditingSession (#525) 2024-09-19 02:50:36 +02:00
Eric Doughty-Papassideris 1ee4f57e05 backend: mock oo-connector response to fix an e2e test (#525) 2024-09-19 01:28:29 +02:00
Eric Doughty-Papassideris 9db0fddc98 ♻️ backend: fix e2e editing session test, make ApplicationApiService a singleton (#525) 2024-09-18 21:52:40 +02:00
Eric Doughty-Papassideris 15ca46b656 🔀 Merge remote-tracking branch 'origin/main' into 525-515-548-523-onlyoffice-rework 2024-09-18 00:04:57 +02:00
ericlinagora 7929c2d12c 🐛 backend: fix bug with postgres support when uploading files (#646)
* 🐛 backend: fix bug with postgres support when uploading files and e2e fix by @MontaGhanmy (this is a squashed commit)

Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
2024-09-18 00:01:54 +02:00
Eric Doughty-Papassideris 93351d527f 🔀 Merge branch 'postgres-support-fix' into 525-515-548-523-onlyoffice-rework 2024-09-14 22:56:31 +02:00
Montassar Ghanmy f14ec8bd2d 🐛 Fix infinite scroll for shared with me (#641) 2024-09-05 15:30:27 +02:00
Anton SHEPILOV c66123f450 Added support of the session editing key for the OnlyOffice connector 2024-08-25 22:26:29 +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
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
Anton SHEPILOV dff0be8b1b 🐛Fixed bug with zipping all files in the folder 2024-07-12 08:42:34 +02:00
Eric Doughty-Papassideris 16dbf8077b 🐛 backend: adding editing session key (#525) 2024-07-11 18:44:21 +02:00
Eric Doughty-Papassideris 3de9829bf0 Test for Repository.atomicCompareAndSet (#525) 2024-07-11 18:44:21 +02:00
Eric Doughty-Papassideris cebd02a964 check trash deletion by secondary user of shared anonymous file (#433) 2024-05-29 11:34:46 +02:00
Eric Doughty-Papassideris 6fc5d0945d 🎨 cleaning up formatting (#433) 2024-05-29 11:34:46 +02:00
Eric Doughty-Papassideris 71e3240c94 Fix e2e trash tests to check for personal trash folders (#433) 2024-05-29 11:34:46 +02:00
Eric Doughty-Papassideris b9fb180589 Add trash of anonymous file e2e tests (#433) 2024-05-29 11:34:46 +02:00
Anton SHEPILOV 14864ab60c ♻️Added one more testcase 2024-05-29 11:34:46 +02:00
Eric Doughty-Papassideris f228e07373 ♻️⚰️ back: add e2e test for trashing anonymously uploaded files, deleted e2e_deleteDocument (#433) 2024-05-29 11:34:46 +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 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
Montassar Ghanmy cb5a2ad3b7 Handling quota limit error (#437) 2024-03-26 09:04:36 +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
Anton Shepilov ac30657aea 🐛 Do not display deleted items in the shared with me section (#394) 2024-02-29 15:58:20 +01:00
Anton Shepilov cb3dcb13ca 🐛 User is not able to delete or move files that was share with him (#392) 2024-02-29 10:43:39 +01:00
Anton Shepilov b82b78aa7d 🛠️Speed up "shared with me" query (#381) 2024-02-27 15:31:11 +01:00
Montassar Ghanmy ff74104a1b 🐛 Fix files notifications on shared folder (#369) 2024-02-27 10:34:44 +01:00
Anton Shepilov 07fc285721 🐛 Not all the data is shown in the shared with me section (#376)
* 🐛Not all the data is shown in the shared with me section
2024-02-26 18:07:59 +01:00
Anton Shepilov e0aca9dcd5 Test refactoring, make test more stable (#374)
- Move copy-pasted code to User API
- Clean the database after each test
- Refactor documents search test
2024-02-26 00:04:04 +01:00
Anton Shepilov 63f2c281c0 Simple User Quota (#367)
* Simple User Quota
* 👷Fix build with OpenSearch
2024-02-22 10:17:25 +01:00
Montassar Ghanmy fea76974a5 🔔 Implementing notifications (#231) 2023-11-02 12:25:17 +01:00
Montassar Ghanmy edfd765d57 🍄 Separate trash for the personal and shared drive (#189) 2023-10-06 17:05:07 +01:00
Greemty 1eb0df97f1 🐛 Fix download button (#172)
* Fix on context menu for folder

* Make it works for My Drive

* Fix downloading folder in the shared view

---------

Co-authored-by: Anton SHEPILOV <ashepilov@linagora.com>
2023-08-30 15:10:54 +02:00
Montassar Ghanmy 84270a31e2 🕹 Manage root users
🕹 Manage root users
2023-08-28 09:23:52 +01:00
Anton Shepilov 20fb9f3ea3 🐛Sharing files doesn't work for the files and folders from "My Drive" (#143)
🐛small fix on the token expiration also
2023-07-05 18:08:33 +02:00
Anton Shepilov 19b2d7d009 Shared with me browser view (#82)
* shared with me page, move browser view backend
2023-06-20 14:42:47 +02:00
Montassar Ghanmy 441c2b780f 🔢 Shared with me filters (#79)
 feat: shared with me filters
🐛 Fix try to access the service with init
🌐 feat: shared with me i18n
🌐russian translation

---------

Co-authored-by: Anton SHEPILOV <ashepilov@linagora.com>
2023-06-17 16:37:33 +02:00
Anton Shepilov fddd3b4ebd 🌐Translations for the latest features (#78)
* 🌐Translations for the latest features
Also:
  - Rename “Home” to Shared drive
  - Hide banner with suggestion of downloading desktop app
  - Fix Upload button on main screen
  - Add separate buttons for the manage access and share by link
2023-06-16 14:15:48 +02:00
Anton Shepilov d7fa56cb13 Share with me endpoint (#77)
* 🛠️ remove babel from dependencies
* 🛠️ removes some of the redundant dependencies + versions update
*  separate endpoint for "shared with me"
2023-06-13 17:16:13 +02:00
Romaric Mourgues 723b77cb55 🔐 Initial change on the public links using anonymous users (#69)
* Initial change on the public links using anonymous users

Co-authored-by: Anton Shepilov <anton.shepilov@gmail.com>
2023-06-09 16:03:01 +02:00
Anton Shepilov dfd25a234a 🤝 Shared with me (#71)
* 🚧 #46 Shared with me
  - added converter of DriveFile to dto with user information
  - updated version of jest to the latest for better compatibility with typescript and mocking class instances
  - added run configuration for unit tests

Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
2023-06-09 14:37:15 +02:00
Anton Shepilov f1bf507865 🚧 #46 Shared with me (#67)
* 🚧 #46 Shared with me
2023-06-07 10:48:44 +02:00
Romaric Mourgues 5e655996c7 ️ Implement personal drive (#61)
* Implement personal drive

* Fix tests

* Add my-drive tests

* Fixing tests

* Fixing tests

* Fix tests
2023-05-30 11:15:43 +02:00
Romaric Mourgues 4af8e43bb2 🔐 Implement password and expiration date (#53)
* Implemented password and expiration date on conf and backend side

* Implemented password modal on shared side

* Add public link related tests

* Fix tests
2023-05-16 16:39:35 +02:00
Montassar Ghanmy e0615fa867 📁 Changed TDrive root folder (#16)
📁 Changed TDrive root folder
2023-04-11 10:04:29 +01:00