Eric Doughty-Papassideris
ed7c836889
♻️ prettier and refactor page siwe ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
93353d32af
✨ Add basic document re-indexing to CLI ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
d562d1ad5f
✨ Tweak yarg argument parsing ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
7ff1faa0f3
✨ Accept array of repositories to process in order of arguments ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
8a46780d3f
📝 ✨ Add completion and handling of decorated imports ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
b872d64ab3
📝 Updating README.md with CLI example ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
ac4ed0c109
♻️ Factored out paging repository iteration ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
380e20c205
♻️ Factor out platform startup/shutdown, make reindexable more obviously extensible ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
bde7e50779
🩹 Load services from configuration rather than hard code in CLI ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
4869c70bbc
🩹 Add stop to platform and wait for it in CLI ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
7c31550339
🚸 Improve CLI output messages ( #438 )
2024-04-02 12:31:50 +02:00
Eric Doughty-Papassideris
38c320e965
🐛 Fix CLI app startup ( #438 )
2024-04-02 12:31:50 +02:00
Montassar Ghanmy
90ad26e583
✨ Refactor quota check service implementation ( #472 )
2024-03-26 14:24:39 +01:00
Montassar Ghanmy
cb5a2ad3b7
✨ Handling quota limit error ( #437 )
2024-03-26 09:04:36 +01:00
Anton SHEPILOV
389d42fe4f
♻️ Refactor files uploading test to use public API
2024-03-22 17:22:54 +01:00
Eric Doughty-Papassideris
9ec4e2a079
✅ Add test for upload in case of storage service failure ( #418 )
2024-03-22 17:22:54 +01:00
Eric Doughty-Papassideris
ce77e26cb3
✨ Split e2e testing file upload for raw requests ( #418 )
2024-03-22 17:22:54 +01:00
Eric Doughty-Papassideris
987da01692
🚨 Fix linter in s3 storage connector
2024-03-22 17:22:54 +01:00
Eric Doughty-Papassideris
1ffb2eb3ea
🚸 #418 do not resolve write result without waiting for s3 putObject
2024-03-22 17:22:54 +01:00
Montassar Ghanmy
01145bbe83
🐛 Fix item version update related notification ( #470 )
...
* version notification
* updated version notification e2e test
---------
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain >
2024-03-22 17:16:08 +01:00
Monta
8494145e9d
ref: files e2e test
2024-03-15 17:35:20 +01:00
Montassar Ghanmy
f777f55136
🪵 Logging file path and verify s3 test ( #461 )
...
* feat: logging file path while verifying ci
* fix: files e2e test
---------
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain >
2024-03-15 16:12:09 +01:00
Anton Shepilov
1ddcffdfb1
👷 Workflow to publish dev and feature branches ( #457 )
...
The workflow to publish docker images for main branch and for branches with name starting with "feature-"
2024-03-15 11:25:55 +01:00
Anton SHEPILOV
d350f8ad38
🔖 Release Version 1.0.1
2024-03-14 17:43:05 +01:00
Anton Shepilov
3b3bb089e8
🐛 Fix downloading zip folder ( #434 )
...
* 🐛 Fix downloading zip folder
Do not await finalizing of th archive creation
Just run clean-up process after
2024-03-11 17:49:03 +01:00
Anton Shepilov
7281043e8f
🔊 #404 Add logs for errors happening during ZIP file creation ( #431 )
2024-03-11 14:37:58 +01:00
Yadd
faa42c2b22
Replace child_process.exec by child_process.spawnSync ( #428 )
...
child_process.exec uses a shell to parse and launch command.
Since here some arguments comes from external, it's unsecured.
This MR uses spawnSync instead.
2024-03-11 12:03:25 +01:00
Yadd
423e7f2c00
[Nextcloud-Migration]: add "dir" param ( #427 )
...
This permit one to use an existing directory instead of downloading from Nextcloud
2024-03-11 12:02:53 +01:00
Anton Shepilov
bd2d5c2ba6
🐛 Fix checking files in S3 storage ( #426 )
2024-03-10 01:13:31 +01:00
Anton SHEPILOV
2ecf74cdf2
🐛 Temporary fix for twake client auth in plugin
2024-03-09 09:48:58 +01:00
Anton SHEPILOV
6d21bc4d8d
🐛 Fix checking files in S3 storage
2024-03-09 08:59:15 +01:00
Anton Shepilov
4ea6c3b215
🐛 Fix checking files in S3 storage ( #425 )
2024-03-09 08:37:57 +01:00
Anton Shepilov
301efd6aaa
Check files that are missing in storage(add more information) ( #424 )
...
* Check files that are missing in storage(add more information)
2024-03-07 20:04:49 +01:00
Anton Shepilov
c9ce1fce43
🚑 Restore files from nextcloud ( #423 )
...
* 🚑 Modify nextcloud migration to be able to back up files from next cloud
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain >
2024-03-07 18:33:08 +01:00
Anton Shepilov
eacdb29bb2
* 🚑 Check files that are missing in storage ( #419 )
...
* 🚑 Check files that are missing in storage
2024-03-07 00:07:25 +01:00
Anton Shepilov
56b7676790
🚑 Check files that are missing in storage ( #416 )
...
* 🚑 Check files that are missing in storage
2024-03-06 18:25:37 +01:00
Montassar Ghanmy
b26ffb81fd
🐛 Malformed shared item URL ( #410 )
2024-03-05 09:18:40 +01:00
Anton Shepilov
58301a4341
✨ Be able to use SMTP transport without TLS ( #406 )
2024-03-04 18:11:59 +01:00
Anton Shepilov
6041212253
✨ Be able to use SMTP transport without TLS ( #401 )
2024-03-01 16:10:49 +01:00
Anton Shepilov
ac30657aea
🐛 Do not display deleted items in the shared with me section ( #394 )
2024-02-29 15:58:20 +01:00
Anton Shepilov
cb3dcb13ca
🐛 User is not able to delete or move files that was share with him ( #392 )
2024-02-29 10:43:39 +01:00
Anton Shepilov
b82b78aa7d
🛠️ Speed up "shared with me" query ( #381 )
2024-02-27 15:31:11 +01:00
Anton Shepilov
ad52acec53
🐛 fix only office integration ( #379 )
...
🔒 Do not expose application API into (#372 )"
🐛 Fix only office integration
2024-02-27 14:37:12 +01:00
Montassar Ghanmy
ff74104a1b
🐛 Fix files notifications on shared folder ( #369 )
2024-02-27 10:34:44 +01:00
Anton Shepilov
a49ee3fddf
🐛 Fix paging in search ( #377 )
2024-02-26 19:22:44 +01:00
Anton SHEPILOV
2cf553e4c0
🐛 Fix file downloading
2024-02-26 18:56:27 +01:00
Anton Shepilov
07fc285721
🐛 Not all the data is shown in the shared with me section ( #376 )
...
* 🐛 Not all the data is shown in the shared with me section
2024-02-26 18:07:59 +01:00
Anton Shepilov
62845798b9
🔒 Do not expose application api into ( #372 )
2024-02-26 16:55:27 +01:00
Anton Shepilov
e0aca9dcd5
✅ Test refactoring, make test more stable ( #374 )
...
- Move copy-pasted code to User API
- Clean the database after each test
- Refactor documents search test
2024-02-26 00:04:04 +01:00
Anton SHEPILOV
488aafe284
🐛 home directory fix
2024-02-23 11:51:06 +01:00