Commit Graph

42 Commits

Author SHA1 Message Date
Anton Shepilov a6ced0d615 🐛 Throw exception on S3 writing error (#358) 2024-02-05 23:53:59 +01:00
Anton SHEPILOV ceee21b5eb remove user online status 2024-02-03 14:26:02 +01:00
Anton Shepilov b35687829c 📝 fix Swagger docs (#355) 2024-02-02 17:37:53 +01:00
Montassar Ghanmy 5621d6b305 🐛 Fix notification duplicate file extension (#356) 2024-02-02 00:22:20 +01:00
Anton Shepilov 8a18a54e1f 🔊 Logging context with user info and request_id (#354) 2024-02-01 10:07:45 +01:00
Anton Shepilov 873ef8c08c 🌟Add an option to not delete files from S3 storage (#321) 2024-01-14 00:40:02 +01:00
Anton Shepilov 70c033aabe 🌟 Support for PostgreSQL (#306) 2024-01-13 21:49:34 +01:00
Anton Shepilov 927d5a62bb 🌟 Support of OpenSearch as a search database (#304)
- Added common search adapter for ES and OpenSearch
-  Open Search integration tests add to the build workflow
 - Stop docker-compose environment before running the next stop
2024-01-04 10:59:05 +01:00
Anton Shepilov 8efe4ec194 🌟 Data migration tool from nextcloud (#299)
- created server configuration
 - implemented downloading files from nextcloud to a local directory
 - build of the docker image added to the GutHub workflow
 - Twake client added
 - Creating user in Twake Drive from ldap
 - Ldap client with ldapsearch(TODO make it work with ldapjs)
 - Jest debug tests
2023-12-14 22:19:15 +01:00
Montassar Ghanmy d879915cb9 🐛 Remove company name from template subject (#297) 2023-12-08 09:59:44 +01:00
Montassar Ghanmy df3b822c7d 🌟 Minor notification template updates (#296) 2023-12-07 13:45:28 +01:00
Montassar Ghanmy cee656d456 🐛 Updated notification sender (#289) 2023-12-04 15:04:03 +01:00
Montassar Ghanmy c3a07dc6c9 🌐 Updated notification template language (#288) 2023-12-04 14:54:00 +01:00
Montassar Ghanmy 2fe9a5786d Updated email notifications templates (#287) 2023-12-01 08:57:14 +01:00
Montassar Ghanmy 255cf07b07 ✉️ Email SMTP Auth and Logs (#278)
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
2023-11-23 15:03:53 +01:00
Montassar Ghanmy c372afd390 🪵 Added logs to check if secure is enable (#276) 2023-11-23 14:33:16 +01:00
Montassar Ghanmy 12a99ba422 🐛 SMTP secure default value (#272)
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
2023-11-23 11:03:15 +01:00
Montassar Ghanmy b075763445 ✉️ SMTP TLS default value (#270) 2023-11-23 10:42:19 +01:00
Montassar Ghanmy 19f0202b4e ✉️ Email pusher logs
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
2023-11-21 12:16:48 +01:00
Montassar Ghanmy 3bc4aa1d05 🪵 Notifications necessary log (#267) 2023-11-21 12:00:32 +01:00
Montassar Ghanmy 43dc3843c4 🛠️ Remove trailing slash from local home directory (#245) 2023-11-07 14:42:41 +01:00
Montassar Ghanmy bddd7e3573 🛠️ Default local storage home directory (#244) 2023-11-07 14:33:04 +01:00
Montassar Ghanmy d51c9bdbd2 🐛 file storage leading slash removed (#243) 2023-11-07 13:45:12 +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
Montassar Ghanmy b020118a6a 🪣 S3 home directory for files 2023-09-28 17:04:41 +01:00
Anton Shepilov a6fa4240b5 S3 configuration for minio (#213)
* 🛠️S3 configuraiton for minio have to have strict types
2023-09-27 09:20:57 +02:00
Anton Shepilov d88feaaba8 🌟 Fix download button (#210)
* Add auth cookie to avoid using auth token in the url
* Fix all download button 
* Refactor some of the places where we download file
2023-09-21 14:08:57 +02:00
Anton Shepilov 79764988b8 * 🌟Synchronization of the user with LDAP (#206)
* Add configuration with LDAP attributes mappings
* Add default company and remove application check since it's not configurable
* Change error handling, now all the requests are independent
2023-09-12 16:20:37 +02:00
Montassar Ghanmy 84270a31e2 🕹 Manage root users
🕹 Manage root users
2023-08-28 09:23:52 +01:00
Montassar Ghanmy 9a495a27d2 🛠 Logs on ES auth 2023-07-12 15:28:03 +01:00
Montassar Ghanmy a11e7bc315 feat: es auth (#156) 2023-07-12 14:59:14 +01: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 f1bf507865 🚧 #46 Shared with me (#67)
* 🚧 #46 Shared with me
2023-06-07 10:48:44 +02:00
Romaric Mourgues 62f3b562c0 🛠 Allow applications to manage the drive (#59)
* Now applications can manage the drive as they wish

* Fix typo

* Fix the access computation

* Test if my code is the issue

* Fix test if app exists

* Fix test if app exists

* Fix test if app exists
2023-05-22 13:16:51 +02:00
Romaric Mourgues a378cd13e1 🧹 Propose to remove channels, notifications, knowledge-graph and phpnode (#55)
* Propose to remove channels and notifications

* Propose to remove knowledge graph too

* Put back tags test

* FIxing tests

* FIx query builder test
2023-05-16 14:36:39 +02:00
Montassar Ghanmy 73163e896f fix: stream var implicit type (#38) 2023-05-02 10:33:58 +01:00
Montassar Ghanmy 3a94d7386e 🔐 Fixing SSO bugs (#36) 2023-05-02 10:03:25 +01:00
Anton Shepilov fd03040d73 🐛 #23 Fix throw error when file doesn't exist
* #23 Fix throw error when file doesn't exist
Run all the tests in once without special runner
Add positive scenario
Move coverage to the backend build workflow
2023-05-01 19:45:28 +02:00
Romaric Mourgues c2ae23137b 🛠 Ability to work without encryption in db (#33)
* Ability to work without encryption in db
2023-04-24 21:37:09 +02:00
Montassar Ghanmy e0615fa867 📁 Changed TDrive root folder (#16)
📁 Changed TDrive root folder
2023-04-11 10:04:29 +01:00