Commit Graph

623 Commits

Author SHA1 Message Date
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
Eric Doughty-Papassideris 0aadcc1a5f 🐛 oo-connector: do not crash if getting a health request before onlyoffice awake 2024-10-03 09:53:06 +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
Montassar Ghanmy 8d172b51f3 🐛 Bug fixes (#673) 2024-10-01 09:19:00 +01: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
Eric Doughty-Papassideris 65939725a1 💚 backend docker environment variable set fo 2024-09-30 12:46:59 +02:00
Eric Doughty-Papassideris 25f6485e0f 💄 front: access level drop down background colour fix and left padding for chrome and light mode (#657) 2024-09-29 19:18:14 +02:00
Eric Doughty-Papassideris 6dddf1e29c 💄 front: trim names and prevent spaces only (#656) 2024-09-27 12:49:31 +02:00
Eric Doughty-Papassideris 630d2667d3 💄 front: trim filename before rename operation (fixes #660) 2024-09-27 12:44:06 +02:00
Monta d24f0160c3 🔖 Release Version 1.0.4-rc2 2024-09-26 16:17:47 +01:00
Eric Doughty-Papassideris c2f67c119f 💄 front: remove arrow keys from preview if a single file available (#661) 2024-09-26 16:25:26 +02:00
Eric Doughty-Papassideris 467016e4bf 💄 frontend: remove "Move" and "Download" options from trash (#662) 2024-09-26 16:08:39 +02:00
Eric Doughty-Papassideris f453ebc1ac 🔀 Merge branch '525-515-548-523-onlyoffice-rework' into release/v1.0.4-rc2 2024-09-26 15:41:21 +02:00
Eric Doughty-Papassideris 9018222c23 🔀 Merge remote-tracking branch 'origin/main' into 525-515-548-523-onlyoffice-rework 2024-09-26 15:40:43 +02:00
Eric Doughty-Papassideris e7e4db6dc9 📝 documentation: describing editing_session_key in more detail (#525) 2024-09-26 12:41:19 +02:00
Eric Doughty-Papassideris d86165d680 cli: add editing_session parse to output key information (#525) 2024-09-25 00:08:57 +02:00
Eric Doughty-Papassideris 1a43a75479 💄 frontend: remove exit from trash context menu entry (#525)
didn't work, and no real point
2024-09-23 03:02:56 +02:00
Eric Doughty-Papassideris 528d8830fb oo-connector: rename from OO (#525) 2024-09-23 02:59:34 +02:00
Eric Doughty-Papassideris ebe8a78c7f ♻️ oo-connector: use drive_file_id as much as possible in OO flow (#525) 2024-09-23 02:57:40 +02:00
Eric Doughty-Papassideris 77d58d067d 💄 front: fix rename dialog for keyboard use 2024-09-23 00:04:44 +02:00
Eric Doughty-Papassideris 5616ff1112 🌐 frontend: fixed typo in rename modal 2024-09-22 23:34:15 +02:00
Monta 966173cbc6 ref: removed coverage from build 2024-09-20 14:21:02 +01:00
Monta 4dd22e1313 Merge branch '525-515-548-523-onlyoffice-rework' into release/v1.0.4-rc1 2024-09-20 14:19:40 +01:00
Monta bf65b35ed3 🔖 Release Version 1.0.4-rc1 2024-09-20 12:58:39 +01:00
Eric Doughty-Papassideris a40cb7eae6 🩹 backend,oo: minor fixes for file renames (#525) 2024-09-19 21:55:35 +02:00
Montassar Ghanmy ac9700f9b5 🐛 Fix big file (with multiple chunks) download (#653) 2024-09-19 17:39:57 +01:00
Eric Doughty-Papassideris 5285de4abf ♻️🩹 backend,oo: fixing instances of controllers, and wip rename from drive -> oo (#525) 2024-09-19 15:25:37 +02:00
Anton Shepilov 9adc0ec646 🌐 Added translation for context menu (#649)
* 🌐Added translation for context menu
2024-09-19 10:24:56 +02:00
Eric Doughty-Papassideris ea18aafde9 ⚰️ backend: deleting rather quite boring file (#525) 2024-09-19 03:25:13 +02:00
Eric Doughty-Papassideris c0182cff51 🩹 oo-connector: respect user picked by OO for callback url in updateSession (#525) 2024-09-19 03:18:29 +02:00
Eric Doughty-Papassideris b6d66d62b5 🚨 oo-connector: minor linter cleanup (#525) 2024-09-19 02:51:58 +02:00
Eric Doughty-Papassideris c855c29664 🩹 backend,oo: adding userId override for application updatingEditingSession (#525) 2024-09-19 02:50:36 +02:00
Eric Doughty-Papassideris 5ae1782490 🐛 backend: when adding a FileVersion, update DriveFile.last_modified (#525) 2024-09-19 02:45:27 +02:00
Eric Doughty-Papassideris d353ec8088 🩹 cli: fix details of editing_session list command (#525) 2024-09-19 02:06:21 +02:00
Eric Doughty-Papassideris 021d82ced0 📝 doc: bit of documentation about the editing session key system for plugins (#525) 2024-09-19 01:41:55 +02:00
Eric Doughty-Papassideris 1ee4f57e05 backend: mock oo-connector response to fix an e2e test (#525) 2024-09-19 01:28:29 +02:00
Eric Doughty-Papassideris c23984355d 🩹 backend,oo: fixed begin editing session process (#525) 2024-09-19 01:02:50 +02:00
Eric Doughty-Papassideris 9db0fddc98 ♻️ backend: fix e2e editing session test, make ApplicationApiService a singleton (#525) 2024-09-18 21:52:40 +02:00
Eric Doughty-Papassideris be10393435 ♻️ oo-connector: refactored health (#525) 2024-09-18 19:04:04 +02:00
Eric Doughty-Papassideris 488d5a5936 ♻️ oo-connector: single request endediting, refactor URLs, bit of logging (#525) 2024-09-18 17:47:55 +02:00