ericlinagora cc53cd9a94 🔖 Merging back v1.0.5-rc1 (#696)
## **[1.0.5-rc1] - 2024-10-18**

Added:

- Updated the navigation bar/app grid (#688)
- Added FileVersion.filename and FileVersion.file_metadata.name to
output to backend cli
- Added Shared with me feature flag (#681)
- Added offset pagination to db connector (#648)
- Added healthchecks to the docker compose services used in CI testing
removed scylladb, add - env vars that are always set, removed unused
dependencies (#682)
- Sorted all locales json keys, as per jq --sort-keys (#680)

Fixed:

- Fix translation of disk usage to plural tolerant (#692)
- Fix Vietnamese code to correct ISO of "vi", added to selector in
account settings (#364)
- Fix onlyoffice filename corrupted after editing (#686)
- Fix UI bugs related to borders in lists (#687)
- Fix set rights modal had similar border issues as browser (#645)
- Fix file browser vertical borders (and fix react warning) (#645)
- Fix only office filename getting overwritten at session end (#683)
2024-11-18 16:23:50 +01:00
2023-04-11 10:04:29 +01:00
2023-03-23 11:03:16 +01:00
2023-03-23 11:03:16 +01:00
2023-12-11 16:08:12 +01:00
2024-07-26 10:28:26 +02:00
2023-03-23 11:03:16 +01:00
2023-03-23 11:03:16 +01:00
2024-07-04 16:18:34 +02:00
2024-07-08 11:02:54 +02:00

Twake Drive

Logo

The open-source alternative to Google Drive.
Learn more »

Telegram | Website | Issues | Roadmap

About

booking-screen

Getting Started

To get a local copy up and running, please follow these simple steps.

  1. Clone the repo
    git clone https://github.com/linagora/twake-drive
    
  2. Run it with Docker
    docker-compose up -d
    

Development

Prerequisites

  • Node.js (Version: >=18.x)
  • MongoDB
  • Yarn (recommended)

Setup

  1. Launch MongoDB using

    docker run -p 27017:27017 -d mongo
    
  2. Launch frontend with

    cd tdrive/frontend/; yarn dev:start
    
  3. Launch backend with

    cd tdrive/backend/node/; SEARCH_DRIVER=mongodb DB_DRIVER=mongodb PUBSUB_TYPE=local \
    DB_MONGO_URI=mongodb://localhost:27017 STORAGE_LOCAL_PATH=/[full-path-to-store-documents]/documents \
    NODE_ENV=development yarn dev
    

    If you need more parameters, create/edit tdrive/backend/node/config/development.json file

  4. The app will be running on port 3000

License

Twake Drive is licensed under Affero GPL v3

S
Description
Workavia fork of linagora/tdrive — branding + multi-tenant Company per email domain
Readme AGPL-3.0 175 MiB
Languages
TypeScript 59.1%
JavaScript 32.5%
SCSS 3.7%
CSS 2.2%
HTML 1.3%
Other 1.1%