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

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

Автор SHA1 Π‘ΠΎΠΎΠ±Ρ‰Π΅Π½ΠΈΠ΅ Π”Π°Ρ‚Π°
Andy Scherzinger e86d0299cf
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-24 12:22:29 +02:00
Christoph Wurst 66fdc0bbe0
fix(db): Avoid dirty read for collected addresses
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-02-29 07:44:15 +01:00
Richard Steinmetz a1e5a3770a
chore: composer run cs:fix
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-04-19 14:59:20 +02:00
Hugo Renard 1f4ad67c6a
fix: share enumeration constraints on autocomplete
Signed-off-by: Hugo Renard <hugo.renard@protonmail.com>
2022-11-02 18:46:38 +01:00
Christoph Wurst 6483c726b4
Fix collecting addresses in the background
Nextcloud can inject the userId but only for web processes. Now that
messages are sent also in the background and not just from a web request,
the user ID can be null and make the address collection log an
exception.

Following the pattern that user ID should only be injected into a
controller, the user ID is now passed as argument of the collector,
making it suitable for background jobs too.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-31 09:10:42 +02:00
Christoph Wurst 261bab88ab
Use consecutive assertions instead of the deprecated at
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-13 16:51:59 +02:00
Christoph Wurst 81c28d4bc2
Migrate remaining usage of ILogger to the PSR logger interface
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-05 10:57:22 +02:00
Christoph Wurst 7f32cfe657
Update to nextcloud coding standard v0.3.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-14 16:06:46 +02:00
dependabot-preview[bot] 2c76665cf4
Bump christophwurst/nextcloud_testing from 0.7.0 to 0.9.1
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.7.0 to 0.9.1.
- [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/0.7.0...0.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-02 19:18:28 +01:00
Christoph Wurst eb833767e8
Move unit tests to tests/Unit
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-22 16:07:30 +01:00