<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Related Issue
<!--- This project only accepts pull requests related to open issues -->
<!--- If suggesting a new feature or change, please discuss it in an
issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps
to reproduce -->
<!--- Please link to the issue here: -->
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
## Screenshots (if appropriate):
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have added the Signed-off-by statement at the end of my commit
message.
When downloading a folder with a great many entries below, time to first
byte can cause a tcp disconnection for timeout by a reverse proxy, this
starts the download asap, and ignores unreadable entries because of AV
or rights. It tries to generate a valid zip even if some entries are
missing for those reasons
## **[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)
#525#515#548#523
This is a rewrite to have a more robust connexion with only office,
recovering forgotten files, handling editing sessions as global locks,
that kind
`RUN export env=val` in docker doesn't persist the environment variable
for following `RUN` commands.
Also the `publish_feature.yml` didn't trigger when modifying the
relevant `Dockerfile`s