35 Commits
Author SHA1 Message Date
ericlinagora 6d3aea3624 🩹 front: do not share global input object between folder and file uploads (#861) 2025-03-24 23:53:15 +01:00
ericlinagora 2d3b6e9179 ️ faster listing trash (#851) 2025-03-12 21:06:05 +01:00
ericlinagora 42ab4ec2bf 🐛 back: print memory use periodically (#798)
<!--- 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.
2025-02-19 11:35:35 +01:00
ericlinagora 51910fea58 🔖 Release/v1.0.6 (#795) 2025-02-03 14:43:21 +01:00
ericlinagora 5bace9c97e 🐛 Check permission for API update user (#781) 2025-01-26 05:49:14 +01:00
ericlinagora 68b62b2306 🐛 (S3 sync) Fixed cases on storage exception are thrown and preview generation turned off (#782) 2025-01-26 05:33:50 +01:00
ericlinagora a1cb74e469 🐛 [in brackets] back: immediately start streaming downloading of zip #783 (#788)
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
2025-01-24 16:23:01 +01:00
ericlinagora f04e5f0535 Experimental/minimal compose (#776)
simple minimalistic way to get started running twake drive locally
2025-01-03 03:34:19 +01:00
ericlinagora f4ed433e6a 🔖 Release/v1.0.5 (#757) 2024-11-29 13:24:58 +01:00
ericlinagora 1481a0c596 🔊 oo-connector: output JSON logs in production (#740)
if NODE_ENV=production, then log in JSON format
2024-11-25 10:59:25 +01:00
ericlinagora c1856ca634 🐛 Fix av should not attempt to scan folders when created (#737) 2024-11-20 15:35:41 +01:00
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
ericlinagora e07ddf5197 Remove hardcoded segment and minor UI (#698 #388) 2024-10-30 10:42:34 +01:00
ericlinagora 2776cd1271 Release/v1.0.4 hotfixes (#716) 2024-10-28 18:33:15 +01:00
ericlinagora 414e0e1a54 💄 front: add clear button to header search <input> (#705) (#712)
Provisional for #705

Actually unifying the input into one presents layout complexities
2024-10-25 19:14:30 +02:00
ericlinagora 1af277ddad 💄 front: remove move context menu entry for shared link pages (and skip a separator when appropriate) (#484) (#709)
fix #484
2024-10-25 15:08:08 +02:00
ericlinagora 88eac6ba69 🌐 fixed some typos in labels of front (#710) 2024-10-25 15:00:25 +02:00
ericlinagora 061aacf1b3 Release/v1.0.4-hf1 back into main (#693) 2024-10-16 10:55:01 +02:00
ericlinagora 03435a3d74 Merge branch 'main' into release/v1.0.4 2024-10-15 21:48:02 +02:00
ericlinagora f4e3efad8c 🌐 front: fix translation of disk usage to plural tolerant (#692) 2024-10-15 19:29:12 +02:00
ericlinagora e2ac054d8e onlyoffice filename corrupted after editing (#686)
Fix #683 

Filename handling is going to be worth a major refactor
2024-10-11 14:55:22 +02:00
ericlinagora 4ccd193390 UI bugs related to borders in lists (#687)
Fix #645
2024-10-11 11:32:03 +02:00
ericlinagora a669e81113 💚 add healthchecks to the docker compose services used in CI testing removed scylladb, add env vars that are always set, removed unused dependencies (#682) 2024-10-08 22:50:45 +02:00
ericlinagora fec56119a9 🔖 Release Version 1.0.4 (#679) 2024-10-04 09:21:34 +02:00
ericlinagora 0483818daa 🐛 oo-connector: do not crash if getting a health request before onlyoffice awake (#678)
because of my bug in the health endpoint, requesting it before
onlyoffice is functioning caused the connector to crash
2024-10-03 15:36:35 +02:00
ericlinagora 7daac6cb8b 💄 frontend: remove "Move" and "Download" options from trash (#662) (#668) 2024-10-03 11:03:02 +02:00
ericlinagora 3ee4fb560b 💄 front: remove arrow keys from preview if a single file available #661 (#669) 2024-10-03 11:01:45 +02:00
ericlinagora b43ef3fed8 onlyoffice rework (#650)
#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
2024-10-02 17:59:52 +02:00
ericlinagora 5bc7219421 💚 fixing docker environment variables, and rebuild conditions (#674)
`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
2024-09-30 15:55:05 +02:00
ericlinagora d21adc743e front: access level drop down background colour and left padding (#672)
Fixes #657
2024-09-30 15:02:27 +02:00
ericlinagora d9fb671261 💄 front: trim names and prevent spaces only (#656) (#671) 2024-09-30 15:01:53 +02:00
ericlinagoraandMonta 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
ericlinagora a471920ca6 🔀 Closing release/v1.0.3-rc2 (#640)
Merge hotfixes back into main
2024-08-20 10:08:45 +02:00
ericlinagora f4a25e7680 frontend: pending files view minor fixes (#634)
Fixes #598 #599
2024-07-25 17:39:13 +02:00
ericlinagora 728dd3092b 🚸 Make app grid popup menu toggle visibility when clicking on it (#325) (#448)
* 🚸 Make app grid popup menu toggle visibility when clicking on it (#325)
2024-03-15 16:50:11 +01:00