| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-13 | 4.3 kB | |
| v2.10.0 source code.tar.gz | 2026-06-13 | 1.5 MB | |
| v2.10.0 source code.zip | 2026-06-13 | 1.7 MB | |
| Totals: 3 Items | 3.2 MB | 0 | |
81 changes from 7 contributors (2 new contributors). 44 files were affected.
What's Changed
- fix(docker): point docker compose to latest Cypht release 2.9.0 by @IrAlfred in https://github.com/cypht-org/cypht/pull/1968
- fix(workflow): fix coverage report failing due to wrong SQLite DSN and phpunit binary by @IrAlfred in https://github.com/cypht-org/cypht/pull/1969
- fix(workflow): remove duplicate --testdox flag causing coverage job exit code 1 by @IrAlfred in https://github.com/cypht-org/cypht/pull/1972
- fix(workflow): validate dependabot PR titles and add deps scopes by @IrAlfred in https://github.com/cypht-org/cypht/pull/1973
- fix(other): uncaught TypeError: array_merge(): Argument [#1] must be of type array, false given by @IrAlfred in https://github.com/cypht-org/cypht/pull/1976
- build(deps): bump idna from 3.7 to 3.15 in /tests/selenium by @dependabot[bot] in https://github.com/cypht-org/cypht/pull/1971
- fix(frontend): improve responsive layout and truncate long labels by @Grandi0z in https://github.com/cypht-org/cypht/pull/1970
- refactor(frontend): fix mobile layout for advanced search results and truncate long list labels by @Grandi0z in https://github.com/cypht-org/cypht/pull/1965
- fix(frontend): remove duplicate DSN badge on SMTP server change with each server when DSN is unsupported by @IrAlfred in https://github.com/cypht-org/cypht/pull/1977
- fix(backend): php fatal error: Uncaught TypeError: array_merge(): Argument [#1] must be of type array, true given by @mercihabam in https://github.com/cypht-org/cypht/pull/1978
- build(deps): update symfony/yaml to 6.4.40 to fix CVE-2026-45304/45305/45133 by @IrAlfred in https://github.com/cypht-org/cypht/pull/1980
- fix(backend): handle undefined array key name by @Baraka24 in https://github.com/cypht-org/cypht/pull/1844
- fix(module/smtp): resolve scheduled message send issues by @IrAlfred in https://github.com/cypht-org/cypht/pull/1984
- fix(module/profiles): fix table responsiveness and improve delete UX by @IrAlfred in https://github.com/cypht-org/cypht/pull/1985
- fix(frontend): init markdown editor on SPA compose navigation by @IrAlfred in https://github.com/cypht-org/cypht/pull/1986
- fix(backend): guard undefined POST keys (update and pop) in privacy_setting_callback by @IrAlfred in https://github.com/cypht-org/cypht/pull/1987
- fix(other): prevent unread total from resetting to zero by @FrizkyTrixter in https://github.com/cypht-org/cypht/pull/1988
- fix(frontend): use attr() over data() to prevent Cash.js hex coercion by @IrAlfred in https://github.com/cypht-org/cypht/pull/1990
- fix(docs): fix IMAP_AUTH_TLS comment behavior by @IrAlfred in https://github.com/cypht-org/cypht/pull/1992
- fix(frontend): reset markdown compose body after scheduled send success by @IrAlfred in https://github.com/cypht-org/cypht/pull/1993
- fix(frontend): pass sidebar search_terms on SPA search icon click by @IrAlfred in https://github.com/cypht-org/cypht/pull/1994
- fix(backend): ews exclude contact items from FindItem results to prevent GetItem crash by @IrAlfred in https://github.com/cypht-org/cypht/pull/1995
- fix(other): fix some GitHub module issues by @IrAlfred in https://github.com/cypht-org/cypht/pull/1739
- fix(module/inline_message): enable inline reading pane in combined, search, tag and feed views by @michaelsmolka in https://github.com/cypht-org/cypht/pull/1997
- fix(frontend): render extra header buttons properly without third-party override by @mercihabam in https://github.com/cypht-org/cypht/pull/1996
- fix(other): show nav menu on change password page after refresh by @IrAlfred in https://github.com/cypht-org/cypht/pull/2000
- fix(backend): "Uncaught Error: Cannot use object of type stdClass as array" thrown when deleting a folder from a mailbox with active Sieve support by @mercihabam in https://github.com/cypht-org/cypht/pull/1999
- fix(other): update version reference to 2.10.0 for upcoming release by @IrAlfred in https://github.com/cypht-org/cypht/pull/2003
New Contributors
- @FrizkyTrixter made their first contribution in https://github.com/cypht-org/cypht/pull/1988
- @michaelsmolka made their first contribution in https://github.com/cypht-org/cypht/pull/1997
Full Changelog: https://github.com/cypht-org/cypht/compare/v2.9.0...v2.10.0