- 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
* 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>
✨ 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>
* 🌐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
* 🚧#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>
* Implemented password and expiration date on conf and backend side
* Implemented password modal on shared side
* Add public link related tests
* Fix tests
* #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