Skip to content

Releases: Alinto/sogo

SOGo v4.2.0

18 Dec 00:40
@cgx cgx
SOGo-4.2.0
Compare
Choose a tag to compare

Features

  • core: allow pre/appended Sieve scripts (4475ac6)
  • core: Allow the detection of external Sieve scripts (ac91a30)
  • mail(js): new button to expand recipients that are LDAP groups (46ade76), closes #4902
  • mail(js): new button to expand recipients that are LDAP groups (456a66b)
  • preferences: allow hiding of vacation the vacation period (c2e7f6a)

Bug Fixes

  • addressbook(core): safety check from broken URLs (0ceccdd)
  • calendar: adjust invalid dates when importing a vEvent (3bb40e4), closes #4845
  • calendar: adjust invalid dates when importing a vEvent (15d7c69), closes #4845
  • calendar: allow fetching group members from contacts-only sources (edc01e9)
  • calendar: raise warning when MuiltipleBookings is set to -1 (5923639)
  • calendar(html): don't cache list of week days (9aeecea), closes #4907
  • calendar(js): avoid call to /members when expansion is disabled (14b60cd)
  • calendar(js): avoid exception when adding duplicated attendee (2048fb1)
  • calendar(js): don't escape HTML characters in repeat select menu (699849c), closes #4875
  • calendar(js): fix refresh of attendees freebusy information (fbdabc9), closes #4899
  • core: don't disable the current script if we aren't doing anything (2bc24ec)
  • mail: wrap HTML part with HTML tags to render all content (47075b4)
  • mail(html: expose UIxMailViewRecipientMenu in popup view (5ccc126)
  • mail(js): add missing library to save msg from popup window (7298022), closes #4879
  • mail(js): avoid exception when adding duplicated recipient (a303011)
  • preferences: improve error handling with Sieve server (7180b59)
  • preferences(js): Lower constraints on auto-reply dates range (70984de), closes #4874
  • web: improve contrast of toolbars w/input field (e71afc9)

Localization

  • ca: update Catalan translation (e458a78), closes #4878
  • cs: update Czech translation (cd8f957)
  • de: remove duplicated short date formats (f872dc5)
  • fr: update French translation (bc172c5)
  • nl: update Dutch translation (ae42fd8)
  • sk: update Slovak translation (e65e0f1)

Enhancements

  • preferences: conditionally activate the Sieve script (5b3d84e)
  • replace calls to create GMT NSTimeZone instance (2e46e89)

SOGo v4.1.1

31 Oct 20:48
@cgx cgx
SOGo-4.1.1
Compare
Choose a tag to compare

Bug fixes

  • [web] don't allow RDATE unless already defined
  • [web] don't modify time when computing dates interval (#4861)
  • [web] swap start-end dates when delta is negative
  • [core] use the supplied Sieve creds to fetch the IMAP4 separator (#4846)
  • [core] fixed Apple Calendar creation (#4813)
  • [eas] fixed EAS provisioning support for Outlook/iOS (#4853)

SOGo v4.1.0

24 Oct 18:41
@cgx cgx
SOGo-4.1.0
Compare
Choose a tag to compare

New features

  • [core] Debian 10 (Buster) support for x86_64 (#4775)
  • [core] now possible to specify which domains you can forward your mails to
  • [core] added support for S/MIME opaque signing (#4582)
  • [web] optionally expand LDAP groups in attendees editor (#2506)

Enhancements

  • [web] avoid saving an empty calendar name
  • [web] prohibit duplicate contact categories in Preferences module
  • [web] improve constrat of text in toolbar with input fields
  • [web] improve labels of auto-reply date settings (#4791)
  • [web] updated Angular Material to version 1.1.20
  • [web] updated CKEditor to version 4.13.0
  • [core] now dynamically detect and use the IMAP separator (#1490)
  • [core] default Sieve port is now 4190 (#4826)
  • [core] updated timezones to version 2019c

Bug fixes

  • [web] properly handle Windows-1256 charset (#4781)
  • [web] fixed saving value of receipt action for main IMAP account
  • [web] fixed search results in Calendar module when targeting all events
  • [web] properly encode URL of cards from exteral sources
  • [web] restore cards selection after automatic refresh (#4809)
  • [web] don't mark draft as deleted when SOGoMailKeepDraftsAfterSend is enabled (#4830)
  • [web] allow single-day vacation auto-reply (#4698)
  • [web] allow import to calendar subscriptions with creation rights
  • [web] handle DST change in Date.daysUpTo (#4842)
  • [web] improved handling of start/end times (#4497, #4845)
  • [web] improved handling of vacation auto-reply activation dates (#4844)
  • [web] added missing contact fields for sorting LDAP sources (#4799)
  • [core] honor IMAPLoginFieldName also when setting IMAP ACLs
  • [core] honor groups when setting IMAP ACLs
  • [core] honor "any authenticated user" when setting IMAP ACLs
  • [core] avoid exceptions for RRULE with no DTSTART
  • [core] make sure we handle events occurring after RRULE's UNTIL date
  • [core] avoid changing RRULE's UNTIL date for no reason
  • [core] fixed handling of SENT-BY addresses (#4583)
  • [eas] improve FolderSync operation (#4672)
  • [eas] avoid incorrect truncation leading to exception (#4806)

SOGo v4.0.8

19 Jul 17:40
@cgx cgx
SOGo-4.0.8
Compare
Choose a tag to compare

Enhancements

  • [web] show calendar names of subscriptions in events blocks
  • [web] show hints for mail vacation options (#4462)
  • [web] allow to fetch unseen count of all mailboxes (#522, #2776, #4276)
  • [web] add rel="noopener" to external links (#4764)
  • [web] add Indonesian (id) translation
  • [web] updated Angular Material to version 1.1.19
  • [web] replaced bower packages by npm packages
  • [web] restored mail threads (#3478, #4616, #4735)
  • [web] reflect attendee type with generic icon (person/group/resource)
  • [web] reduce usage of calendar color in dialogs

Bug fixes

  • [web] fixed wrong translation of custom calendar categories
  • [web] fixed wrong colors assigned to default calendar categories
  • [web] lowered size of headings on small screens
  • [web] fixed scrolling in calendars list on Android
  • [web] keep center list of Calendar module visible on small screens
  • [web] check for duplicate name only if address book name is changed
  • [web] improved detection of URLs and email addresses in text mail parts
  • [web] fixed page reload with external IMAP account (#4709)
  • [web] constrained absolute-positioned child elements of HTML mail parts
  • [web] fixed useless scrolling when deleting a message
  • [web] don't hide compose button if messages list is visible
  • [web] fixed next/previous slots with external attendees
  • [web] fixed restoration of sub mailbox when reloading page
  • [web] use matching address of attendee (#4473)
  • [core] allow super users to modify any event (#4216)
  • [core] correctly handle the full cert chain in S/MIME
  • [core] handle multidays events in freebusy data
  • [core] avoid exception on recent GNUstep when attached file has no filename (#4702)
  • [core] avoid generating broken DTSTART for the freebusy.ifb file (#4289)
  • [core] consider DAVx5 like Apple Calendar (#4304)
  • [core] improve handling of signer certificate (#4742)
  • [core] added safety checks in S/MIME (#4745)
  • [core] fixed domain placeholder issue when using sogo-tool (#4723)

SOGo v4.0.7

27 Feb 15:59
@cgx cgx
SOGo-4.0.7
Compare
Choose a tag to compare

Bug fixes

  • [web] date validator now handles non-latin characters
  • [web] show the "reply all" button in more situations
  • [web] fixed CSS when printing message in popup window (#4674)
  • [i18n] added missing subject of appointment mail reminders (#4656)

SOGo v4.0.6

21 Feb 15:08
@cgx cgx
SOGo-4.0.6
Compare
Choose a tag to compare

Enhancements

  • [web] create card from sender or recipient address (#3002, #4610)
  • [web] updated Angular to version 1.7.7
  • [web] restored support for next/previous slot suggestion in attendees editor
  • [web] improved auto-completion display of contacts
  • [web] allow modification of attendees participation role
  • [web] updated Angular Material to version 1.1.13
  • [web] updated CKEditor to version 4.11.2
  • [core] baseDN now accept dynamic domain values (#3685 - sponsored by iRedMail)
  • [core] we now handle optional and non-required attendee states

Bug fixes

  • [web] fixed all-day event dates with different timezone
  • [web] fixed display of Bcc header (#4642)
  • [web] fixed refresh of drafts folder when saving a draft
  • [web] fixed CAS session timeout handling during XHR requests (#4468)
  • [web] reflect active locale in HTML lang attribute (#4660)
  • [web] allow scroll of login page on small screen (#4035)
  • [web] fixed saving of email address for external calendar notifications (#4630)
  • [web] sent messages cannot be replied to their BCC email addresses (#4460)
  • [core] ignore transparent events in time conflict validation (#4539)
  • [core] fixed yearly recurrence calculator when starting from previous year
  • [core] changes to contacts are now propagated to lists (#850, #4301, #4617)
  • [core] fixed bad password login interval (#4664)

SOGo v4.0.5

09 Jan 15:47
@cgx cgx
SOGo-4.0.5
Compare
Choose a tag to compare

4.0.5 (2019-01-09)

New features

  • [web] dynamic stylesheet for printing calendars (#3768)

Enhancements

  • [web] show source addressbook of matching contacts in appointment editor (#4579)
  • [web] improve display of keyboard shortcuts
  • [web] show time for messages of yesterday (#4599)
  • [web] fit month view to window size (#4554)
  • [web] updated CKEditor to version 4.11.1
  • [web] updated Angular Material to version 1.1.12

Bug fixes

  • [sogo-tool] fixed "manage-acl unsubscribe" command (#4591)
  • [web] fixed handling of collapsed/expanded mail accounts (#4541)
  • [web] fixed handling of duplicate recipients (#4597)
  • [web] fixed folder export when XSRF validation is enabled (#4502)
  • [web] don't encode filename extension when exporting folders
  • [web] fixed download of HTML body parts
  • [web] catch possible exception when registering mailto protocol
  • [core] don't always fetch the sorting columns
  • [eas] strip '<>' from bodyId and when forwarding mails
  • [eas] fix search on for Outlook application (#4605 and #4607)
  • [eas] improve search operations and results fetching
  • [eas] better handle bogus DTStart values
  • [eas] support for basic UserInformation queries (#4614)
  • [eas] better handle timezone changes (#4624)

SOGo v4.0.4

23 Oct 19:21
@cgx cgx
SOGo-4.0.4
Compare
Choose a tag to compare

Bug fixes

  • [web] fixed time conflict validation when not the owner
  • [web] fixed freebusy display with default theme (#4578)

SOGo v4.0.3

17 Oct 15:26
@cgx cgx
SOGo-4.0.3
Compare
Choose a tag to compare

Enhancements

  • [web] prohibit subscribing a user with no rights
  • [web] new button to mark a task as completed (#4531)
  • [web] new button to reset Calendar categories to defaults
  • [web] moved the unseen messages count to the beginning of the window's title (#4553)
  • [web] allow export of calendars subscriptions (#4560)
  • [web] hide compose button when reading message on mobile device
  • [web] updated Angular to version 1.7.5
  • [web] updated CKEditor to version 4.10.1

Bug fixes

  • [web] include mail account name in form validation (#4532)
  • [web] calendar properties were not completely reset on cancel
  • [web] check ACLs on address book prior to delete cards
  • [web] fixed condition of copy action on cards
  • [web] fixed display of notification email in calendar properties
  • [web] fixed display of multi-days events when some weekdays are disabled
  • [web] fixed synchronisation of calendar categories
  • [web] fixed popup window detection in message viewer (#4518)
  • [web] fixed behaviour of return receipt actions
  • [web] fixed freebusy information with all-day events
  • [web] fixed support for SOGoMaximumMessageSizeLimit
  • [core] fixed email reminders support for tasks
  • [core] fixed time conflict validation (#4539)

SOGo v4.0.2

24 Aug 13:06
@cgx cgx
SOGo-4.0.2
Compare
Choose a tag to compare

New features

Enhancements

  • [web] prohibit duplicate calendar categories in Preferences module
  • [web] added Romanian (ro) translation - thanks to Vasile Razvan Luca
  • [web] add security flags to cookies (HttpOnly, secure) (#4525)
  • [web] better theming for better customization (#4500)
  • [web] updated Angular to version 1.7.3
  • [web] updated ui-router to version 1.0.20
  • [core] enable Oracle OCI support for CentOS/RHEL v7

Bug fixes

  • [core] handle multi-valued mozillasecondemail attribute mapping
  • [core] avoid displaying empty signed emails when using GNU TLS (#4433)
  • [web] improve popup window detection in message viewer (#4518)
  • [web] enable save button when editing the members of a list
  • [web] restore caret position when replying or forwarding a message (#4517)
  • [web] localized special mailboxes names in filter editor
  • [web] fixed saving task with reminder based on due date