mdecimus
d9999a61fe
JMAP protocol layer refactoring (part 5)
2025-09-27 20:02:16 +02:00
mdecimus
8c67abcd3c
JMAP protocol layer refactoring (part 4) ( fixes #1507 )
2025-09-26 17:01:26 +02:00
mdecimus
efa83c2255
JMAP protocol layer refactoring (part 3)
2025-09-25 19:42:12 +02:00
mdecimus
a95010c42e
JMAP protocol layer refactoring (part 2)
2025-09-24 18:14:44 +02:00
mdecimus
6c612f7e1c
JMAP protocol layer refactoring (part 1)
2025-09-23 20:30:10 +02:00
dependabot[bot]
ecd7ff85e9
Bump ossf/scorecard-action from 2.4.1 to 2.4.2 ( #2186 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](f49aabe0b5...05b42c6244 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-22 14:46:19 +02:00
dependabot[bot]
db848e2c0b
Bump actions/checkout from 4.2.2 to 5.0.0 ( #2185 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-22 14:46:00 +02:00
Maurus Decimus
1b4a5a5b31
Add Scorecard workflow for supply-chain security
2025-09-22 11:11:27 +02:00
mdecimus
71cc30c7be
Moved shared data types to 'types' subcrate
2025-09-22 10:01:31 +02:00
mdecimus
b49202a2b3
Fix calculateMetrics housekeeper task ( closes #2155 )
2025-09-18 20:46:32 +02:00
mdecimus
9cc906c235
Updated bug report template
2025-09-14 12:02:42 +02:00
mdecimus
7b48d9022f
Bump to smtp-proto 0.2
2025-09-14 11:32:14 +02:00
mdecimus
dde4663efc
OIDC: Do not set username field if it is the same as the email field
2025-09-14 09:48:20 +02:00
mdecimus
5d0b51bcca
iTIP: Include date properties in REPLY ( #2102 )
2025-09-14 08:55:17 +02:00
mdecimus
a8e631e881
IMAP: Check buf size before pushing escape sequences within quoted literals
2025-09-13 20:13:25 +02:00
Codekloeppler
058208992a
Do not panick on healthcheck connection error ( #2145 )
...
* Handle unhappy flow
Fix the healthcheck to handle not only the happy flow, but also errors like "connection refused" or "host unreachable".
* Fix Typo in variable
2025-09-11 12:21:08 +02:00
mdecimus
15762fba2b
CalDAV: Limit recurrence expansions in calendar reports
2025-09-09 21:27:15 +02:00
mdecimus
480fb59a09
v0.13.3
2025-09-09 19:28:53 +02:00
Aleks
167e53da58
Fix copy & paste issue in ovh error message in tls.rs ( #2130 )
...
Use the right Provider in the OVH Error message
2025-09-09 19:05:44 +02:00
dependabot[bot]
975affecfe
Bump actions/attest-build-provenance from 2 to 3 ( #2134 )
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 2 to 3.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 19:05:03 +02:00
mdecimus
7653e1a4c3
OIDC: Do not overwrite local aliases ( fixes #2065 )
2025-09-08 10:27:52 +02:00
mdecimus
751cb16a8b
iTIP: Do not send a REPLY when deleting an event that was not accepted
2025-09-08 10:13:00 +02:00
mdecimus
68d02a6df7
iTIP: Include event details in REPLY messages ( fixes #2102 )
2025-09-08 09:41:28 +02:00
mdecimus
e13916663d
Updated issue template v2
2025-09-08 08:37:01 +02:00
mdecimus
7e59566cab
Updated issue template
2025-09-08 08:30:51 +02:00
mdecimus
6c70872b4d
HTTP: Skip scanner fail2ban checks when the proxy client IP can't be parsed
2025-09-08 08:15:50 +02:00
mdecimus
cd2b958001
WebDAV: Assisted discovery v2
2025-09-07 19:20:39 +02:00
mdecimus
f64a098fae
Revert forwarded-for fixes
2025-09-07 14:25:32 +02:00
mdecimus
d5de5d0e79
HTTP: Use forwarded-for IP for scan fail2ban ( fixes #2121 )
2025-09-07 12:06:44 +02:00
mdecimus
868b4749d2
JMAP WS: Fix panic when not using https
2025-09-07 10:14:26 +02:00
mdecimus
a3bb88fd0f
Tracing: Updated management error message
2025-09-04 19:01:42 +02:00
mdecimus
358d382ca2
Deploying to main from @ stalwartlabs/stalwart@e20bdb71af 🚀
2025-09-04 15:35:30 +00:00
mdecimus
e20bdb71af
WebDAV: Do not return shared calendars in home-set responses ( #1796 )
2025-08-26 12:01:21 +02:00
mdecimus
80633c3441
ITIP: Add organizer to iMIP replies if missing to deal with MS Exchange 2010 bug
2025-08-26 10:46:37 +02:00
mdecimus
7395f76bba
SMTP: Do no send EHLO twice when STARTTLS is unavailable ( fixes #2050 )
2025-08-23 20:31:57 +02:00
mdecimus
ac33b79bdc
IMAP/ManageSieve: Increase maximum quoted argument size ( fixes #2039 )
2025-08-23 19:57:52 +02:00
mdecimus
0529645790
HTTP: Scan ban should only be triggered by HTTP parse errors
2025-08-23 19:49:58 +02:00
mdecimus
062863eb4c
Bump dependencies
2025-08-19 09:06:18 +01:00
mdecimus
cae49be574
IMAP: Include administer in ACL responses
2025-08-18 11:47:52 +01:00
mdecimus
e10aa551eb
Clippy fixes
2025-08-18 11:44:58 +01:00
mdecimus
d6531be012
Do not fix percent encoding on WebDAV FS ( closes #2036 )
2025-08-18 08:19:25 +01:00
mdecimus
b8a86552c4
IMAP: Allow ENABLE UTF8 in IMAPrev1
2025-08-17 22:30:02 +01:00
mdecimus
2060f287ae
IMAP: Add owner rights to ACL get responses
2025-08-17 21:52:23 +01:00
mdecimus
5c30196f3e
Do not auto-train Bayes when moving messages from Junk to Trash
2025-08-17 21:43:10 +01:00
dependabot[bot]
0fc561b3f3
Bump actions/checkout from 4 to 5 ( #2001 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11 19:54:07 +02:00
Codekloeppler
cc46f73720
Add healthcheck w/o credentials to stalwart-cli ( #1880 )
...
* Add healthcheck w/o credentials to stalwart-cli
* Rename enum Response<T> variant
The HealthcheckStatus identifier is not as generic, as it should be.
The Response data format, generated by the function `into_http_response()`
for `JsonProblemResponse`
* Aktualisieren von database.rs
* Healthcheck with direct call
2025-08-09 22:13:26 +02:00
mdecimus
98dce5d9ea
Limit principal object size
2025-08-08 17:07:35 +02:00
mdecimus
f9f5fa4463
Merge branch 'main' of github.com:stalwartlabs/stalwart
2025-08-06 09:40:24 +02:00
mdecimus
d3b7c80a62
JMAP: Do not allow roles to be removed from system mailboxes (fixes 1977)
2025-08-06 09:40:15 +02:00
mdecimus
1276253c5e
Deploying to main from @ stalwartlabs/stalwart@9403ef0748 🚀
2025-08-03 15:37:22 +00:00