Π·Π΅Ρ€ΠΊΠ°Π»ΠΎ ΠΈΠ·
1
0
Π€ΠΎΡ€ΠΊΠ½ΡƒΡ‚ΡŒ 0
Π“Ρ€Π°Ρ„ ΠΊΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

9 ΠšΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

Автор SHA1 Π‘ΠΎΠΎΠ±Ρ‰Π΅Π½ΠΈΠ΅ Π”Π°Ρ‚Π°
Anna Larch 3955d514f5 fix: declare all properties in unit tests
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-06-26 19:33:34 +02:00
Andy Scherzinger e86d0299cf
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-24 12:22:29 +02:00
Anna Larch 7c59040785 fix(outbox): add status for messages
and try resending failed messages at POF

Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-04-09 13:42:39 +02:00
hamza221 1d607fdc2e Fix Lost update between last draft and sending a message
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
2023-08-17 17:40:57 +02:00
Anna Larch 7d453a3331
Remove unneccesary client call from outbox
The  login is slow. In case we don't have to handle
attachments, we should skip calling the client factory entirely to speed up
the processing of outbox messages

This is a mini performance optimisation.

Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-08 16:13:23 +02:00
Daniel Kesselberg 93b7c72b25
Update codestyle
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-03 15:37:58 +02:00
Daniel Kesselberg 6dd2527be8
Update phpdoc for local attachment and outbox
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-31 12:02:34 +02:00
Christoph Wurst 9063c6e36e
Add a background worker job that flushes the outbox
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-04-07 18:34:32 +02:00
Anna Larch 49470b9530
Add outbox backend implementation
Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-04-07 09:20:00 +02:00