1258 Commits

Author SHA1 Message Date
mdecimus
90917608e9 ElasticSearch: Implement pagination (#2551) 2025-12-20 19:42:16 +01:00
mdecimus
62941c968c PostgreSQL: Truncate ts_vector to 1MB 2025-12-20 10:21:40 +01:00
mdecimus
3573b38a08 PostreSQL: Truncate large sort fields 2025-12-19 14:52:03 +01:00
mdecimus
d187defb0b Return unsorted search results when the index is not ready (closes #2544) 2025-12-19 12:27:37 +01:00
mdecimus
fd5b11ae34 mySQL: Use MEDIUMTEXT field type for email body and attachments (#2544) 2025-12-19 12:26:50 +01:00
mdecimus
d2f2e5eae8 IMAP spam test fixes 2025-12-18 16:07:22 +01:00
mdecimus
c5d357ca28 IMAP: Fix shared folder double nesting (test suite credits to @ochnygosch) (fixes #2358 closes #2525) 2025-12-18 16:04:06 +01:00
mdecimus
c59cc8c9d3 Lowercase LDAP attribute comparison - credits to @pdf (fixes #2363 closes #2378) 2025-12-18 15:12:41 +01:00
imlonghao
a5dbfd5e6d OAuth: add device authorization endpoint (#2225) 2025-12-18 14:53:56 +01:00
Renato Caldas
c28766bd38 Fix same-host JMAP redirection on non-standard ports (#2271)
Fixes #2221
2025-12-18 14:47:59 +01:00
mdecimus
c06e88cf7d Use latest received header in JMAP Email/import - credits to @apexskier (closes #2374) 2025-12-18 14:44:58 +01:00
mdecimus
9237e76661 Updated v0.15 post-upgrade instructions 2025-12-18 11:34:12 +01:00
Franz Dietrich
659fd9436a Fix typo in search settings upgrade instructions (#2531) 2025-12-18 10:53:08 +01:00
mdecimus
80af300540 Fix NO_SPACE_IN_FROM spam tag detection logic (fixes #2372) 2025-12-18 09:36:00 +01:00
mdecimus
43efa37c6a Update spam autolearn behaviour 2025-12-18 09:24:22 +01:00
mdecimus
8c016b4907 v0.15.1 v0.15.1 2025-12-17 16:30:05 +01:00
mdecimus
85a5da0563 Sanitize search index values (fixes #2533) 2025-12-17 16:07:26 +01:00
mdecimus
5ff05c6f3e Elasticsearch: Ignore resource_already_exists_exception errors when creating indexes (closes #2535) 2025-12-17 15:00:15 +01:00
mdecimus
7cccd66d16 Migrate 0.13.x data (fixes #2534) 2025-12-17 14:29:06 +01:00
mdecimus
089b180fb4 Fix OSS compilation (closes #2528) 2025-12-16 18:21:03 +01:00
mdecimus
4d4d7e4519 v0.15.0 v0.15.0 2025-12-16 15:21:39 +01:00
mdecimus
45cc66934d CI: List FDB package details 2025-12-16 10:03:24 +01:00
mdecimus
7794196da7 Deprecate x86_64-apple-darwin 2025-12-16 09:55:22 +01:00
dependabot[bot]
ab2d8f9a3c Bump actions/download-artifact from 4 to 7 (#2521)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  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-12-16 09:43:14 +01:00
dependabot[bot]
9932acb4cc Bump actions/upload-artifact from 4 to 6 (#2520)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  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-12-16 09:42:52 +01:00
dependabot[bot]
0b5fedb76a Bump actions/cache from 4 to 5 (#2519)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  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-12-16 09:42:43 +01:00
dependabot[bot]
e547538793 Bump actions/checkout from 5.0.0 to 6.0.1 (#2499)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5...v6.0.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  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-12-16 09:42:27 +01:00
mdecimus
472bddf733 Spam filter and index configuration updates 2025-12-15 16:30:27 +01:00
mdecimus
fd3736252d Enterprise: remove tenant admin permissions when license is invalid 2025-12-15 16:30:12 +01:00
mdecimus
4675b18491 Updated IMAP autolearn behaviour to deal with Apple Mail's shenanigans 2025-12-14 16:17:39 +01:00
mdecimus
e1c1e9a6d4 Updated spam filter autolearn settings 2025-12-14 15:57:03 +01:00
mdecimus
89f0229191 Meilisearch FTS backend implementation (closes #1482) 2025-12-14 15:21:27 +01:00
mdecimus
8e85a616ff ES code reorganization 2025-12-13 15:51:57 +01:00
mdecimus
afdb764097 Always return special use flags in IMAP responses 2025-12-12 18:54:53 +01:00
mdecimus
c313ddaa61 Return error when using blobId in JSContact and JSCalendar (closes #2431) 2025-12-12 18:40:36 +01:00
mdecimus
74cf0dae1e Bump to calcard v0.3.2 2025-12-12 18:14:04 +01:00
mdecimus
4e25f7ddf1 FileNode/set fails to delete files (fixes #2485) 2025-12-12 16:12:04 +01:00
mdecimus
e944316312 All tests passing 2025-12-12 15:34:38 +01:00
mdecimus
3df5327ac8 Migration implementation (part 2) 2025-12-11 18:43:53 +01:00
mdecimus
f1fe0345ef Migration implementation (part 1) 2025-12-10 19:13:04 +01:00
mdecimus
efd1d86ff3 Spam filter performance and accuracy improvements (part 8) 2025-12-09 22:46:12 +01:00
mdecimus
6c4d28a877 Spam filter performance and accuracy improvements (part 7) 2025-12-06 16:59:43 +01:00
mdecimus
84edb5e6db Spam filter performance and accuracy improvements (part 6) 2025-12-05 18:31:33 +01:00
mdecimus
c467ce07f1 Spam filter performance and accuracy improvements (part 5) 2025-12-04 17:46:38 +01:00
mdecimus
50dce48a85 Spam filter performance and accuracy improvements (part 4) 2025-12-03 19:26:28 +01:00
mdecimus
e127ac0067 Spam filter performance and accuracy improvements (part 3) 2025-12-02 18:11:01 +01:00
mdecimus
72a175a434 Autodiscover endpoint should be case insensitive (fixes #2440) 2025-11-30 19:22:05 +01:00
mdecimus
53a04ce069 Spam filter performance and accuracy improvements (part 2) 2025-11-30 18:28:27 +01:00
mdecimus
05ef5a7c10 Spam filter performance and accuracy improvements (part 1) 2025-11-28 19:00:04 +01:00
mdecimus
2b614aa536 Database schema optimization - part 13 (fixes #1882 fixes #2415) 2025-11-25 12:14:51 +01:00