Commit Graph

664 Commits

Author SHA1 Message Date
Eric Doughty-Papassideris d0609f7fc7 🩹 back,front: when moving an item, check for a new available name (#706) 2024-10-30 10:44:13 +01:00
ericlinagora e07ddf5197 Remove hardcoded segment and minor UI (#698 #388) 2024-10-30 10:42:34 +01:00
Eric Doughty-Papassideris c61139076f 💄 front: remove segment with hard coded snippet as well as headway 2024-10-30 10:41:35 +01:00
Eric Doughty-Papassideris 1a5620a3fc 💄 front: remove "account parameters" header in body (#388) 2024-10-30 10:41:35 +01:00
Montassar Ghanmy b4e7621761 🐛 Fix size 0 (number) transformed into empty string (#715) 2024-10-30 10:30:06 +01:00
ericlinagora 2776cd1271 Release/v1.0.4 hotfixes (#716) 2024-10-28 18:33:15 +01:00
Eric Doughty-Papassideris c8a54a1b66 🚨 back: fixing linter 2024-10-28 16:23:44 +01:00
MontaGhanmy be2a02bd00 🔖 Release Version 1.0.4-hf3 2024-10-25 19:20:43 +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
Eric Doughty-Papassideris a4d2f1cb2c 💄 front: add clear button to header search <input> (#705) 2024-10-25 15:57:51 +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
Eric Doughty-Papassideris a7d2b488c8 🌐 front: Tdrive -> Twake drive in the less updated languages 2024-10-25 13:42:42 +02:00
Eric Doughty-Papassideris 17d5f031c2 🌐 front: deleting some unused and misspelt labels (acess) 2024-10-25 13:40:42 +02:00
Eric Doughty-Papassideris 259223f51f 🚨 front: sorted labels 2024-10-25 13:36:03 +02:00
Eric Doughty-Papassideris 65939b944d 🌐 front: fix labels TDrive -> Twake Drive, and tdriveapp.com -> drive.twake.app 2024-10-25 13:29:08 +02:00
Eric Doughty-Papassideris bcea12d295 🌐 front: labels, fixed unusual 'importations' 2024-10-25 13:22:18 +02:00
Eric Doughty-Papassideris 482ff4ec99 🌐 front: renamed misspelt "compenents" labels 2024-10-25 11:00:23 +02:00
Eric Doughty-Papassideris 8493c09028 🌐 front: cleanup unused and misspelt "cannal" keys 2024-10-25 10:59:59 +02:00
Eric Doughty-Papassideris 870a0b4410 💄 front: remove move context menu entry for shared link pages (and skip a separator when appropriate) (#484) 2024-10-24 19:54:44 +02:00
MontaGhanmy d3e29da1e4 🔖 Release Version 1.0.4-hf2 2024-10-24 14:43:05 +01:00
MontaGhanmy d3820e4af0 feat: cli/seed db 2024-10-23 14:17:14 +01:00
Montassar Ghanmy 094d68ac17 💄 Update the navigation bar/app grid (#688)
💄 Update the navigation bar/app grid (#688)
2024-10-17 14:04:56 +01: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
Eric Doughty-Papassideris c4ea3f70a5 🔖 Release Version 1.0.4-hf1 2024-10-15 20:25:29 +02:00
ericlinagora f4e3efad8c 🌐 front: fix translation of disk usage to plural tolerant (#692) 2024-10-15 19:29:12 +02:00
Eric Doughty-Papassideris fbf42cff5e 🌐 front: fix translation of disk usage to plural tolerant 2024-10-15 19:21:17 +02:00
Eric Doughty-Papassideris 359a537ed8 🌐 back,front: Rename Vietnamese code to correct ISO of "vi", added to selector in account settings (#364) 2024-10-14 16:55:18 +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
Eric Doughty-Papassideris d6934c4d06 💄 front: User rights modal had similar border issues as browser (#645) 2024-10-10 23:06:20 +02:00
Eric Doughty-Papassideris e91aa652e7 💄 front: fix file browser vertical borders (and fix react warning) (#645) 2024-10-10 22:56:22 +02:00
Eric Doughty-Papassideris ed110a7b38 backend-cli: adding FileVersion.filename and FileVersion.file_metadata.name to output 2024-10-10 19:53:55 +02:00
Eric Doughty-Papassideris 001c417ae2 🐛 back: Fix only office filename getting overwritten at session end (#683) 2024-10-10 19:46:40 +02:00
Montassar Ghanmy 9003944bb2 🛠️ Shared with me feature flag (#681)
🛠️ Shared with me feature flag (#681)
2024-10-10 13:28:24 +01:00
Montassar Ghanmy b3b80ede84 Added offset pagination to db connector (#648)
* added offset pagination to db connector

* 📝Added more info about Paginable usage

---------

Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
Co-authored-by: Anton SHEPILOV <ashepilov@linagora.com>
2024-10-10 12:18:22 +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
Eric Doughty-Papassideris b65ddbb436 💚 add healthchecks to the docker compose services used in CI testing, removed scylladb, add env vars that are always set, removed unused dependencies 2024-10-08 19:28:33 +02:00
Anton Shepilov c7ec3646d8 ♻️🌐 front,back: sorted all locales json keys, as per jq --sort-keys (#680)
Sorted all locales, the following script can be used to reproduce:
2024-10-07 15:11:11 +02:00
MontaGhanmy d9e39cb52c ref: random comment trigger 2024-10-07 13:54:25 +01:00
MontaGhanmy 8c81a7a292 Montassar halo energy to fix CI 2024-10-07 12:19:11 +01:00
Eric Doughty-Papassideris 27c0d26b1b ♻️🌐 front,back: sorted all locales json keys, as per jq --sort-keys 2024-10-05 21:31:17 +02:00
ericlinagora fec56119a9 🔖 Release Version 1.0.4 (#679) 2024-10-04 09:21:34 +02:00
Eric Doughty-Papassideris 435824f022 🔖 Release Version 1.0.4 2024-10-03 18:11:31 +02:00
Eric Doughty-Papassideris 0e516fa1b4 🐛 oo-connector: do not crash if getting a health request before onlyoffice awake 2024-10-03 18:07:37 +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
Montassar Ghanmy 32276edb5d 🐛 Fix URL encoded filename on download (#675)
* fix: #665 url encoded filename on download
* ♻️ back: refactor content-disposition attachment filename encoding (#665)

---------

Co-authored-by: Eric Doughty-Papassideris <edoughtypapassideris@linagora.com>
2024-10-03 14:43:33 +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