Commit Graph

15640 Commits

Author SHA1 Message Date
Francis Lachapelle
f7e7612e05 fix(mail(js)): pick proper "from" address when replying/forwarding
Fixes #5072
2020-07-07 14:53:11 -04:00
Francis Lachapelle
96c22b6b96 fix(addressbook): handle vCard with multiple title values 2020-07-07 14:14:08 -04:00
InverseBot
747ba75503 chore(js/css): update generated files 2020-07-07 00:38:53 -04:00
Francis Lachapelle
c2d937746f fix(calendar): ensure valid identity when sending invitations 2020-07-06 12:43:56 -04:00
Francis Lachapelle
c99170b9bc fix(mail): pick proper "from" address when replying/forwarding
Fixes #5056
2020-07-06 12:43:55 -04:00
Francis Lachapelle
089935297c fix(mail(js)): respect signature placement when switching identity 2020-07-06 12:43:55 -04:00
InverseBot
5db000aa26 chore(js/css): update generated files 2020-07-04 01:34:29 -04:00
Extra Fu
2f75c389f7 Merge pull request #275 from the-nic/feat/4895-argon2
feat(core): Support ARGON2I/ARGON2ID password hashes
2020-07-03 14:44:20 -04:00
Francis Lachapelle
f1ff8bfe1c fix(preferences(js)): automatically expand newly created mail account 2020-07-03 12:32:47 -04:00
Francis Lachapelle
443a41b770 i18n(preferences): rename "Current Time Zone" to "Time Zone" 2020-07-03 12:32:47 -04:00
Francis Lachapelle
76cbe7854c feat(preferences): button to reset contacts categories to defaults 2020-07-03 12:32:46 -04:00
Ludovic Marcotte
9c49fae7f4 feat(core): add groups support to sogo-tool manage-acl 2020-07-03 12:02:52 -04:00
InverseBot
9a94e00cf3 chore(js/css): update generated files 2020-07-03 01:40:50 -04:00
Francis Lachapelle
2545caf2e5 fix(mail(css)): add explicit expanded/collapsed mailbox status 2020-07-02 17:24:51 -04:00
InverseBot
6ab3633a61 chore(js/css): update generated files 2020-07-02 00:41:16 -04:00
Francis Lachapelle
b8595d7ae6 fix(calendar): return SOGoUser instances when expanding LDAP groups
Fixes #5043
2020-07-01 16:58:16 -04:00
Francis Lachapelle
62fc80de20 chore(npm): update autoprefixer 2020-07-01 15:47:22 -04:00
Francis Lachapelle
4ff0791faf fix(calendar(js)): avoid exception when adding invalid email as attendee 2020-07-01 15:45:02 -04:00
Francis Lachapelle
5087582b75 fix(calendar(js)): remove unused injected module in PrintController 2020-07-01 15:22:33 -04:00
Francis Lachapelle
0c314a33e6 chore(npm): update md to v1.1.24 2020-07-01 15:20:12 -04:00
InverseBot
d33ea134dc chore(js/css): update generated files 2020-07-01 08:12:44 -04:00
Francis Lachapelle
7d36702034 Revert "chore(npm): update md to v1.1.23" 2020-07-01 08:10:58 -04:00
Nicolas Höft
4c27826fb5 feat(core): Support ARGON2I/ARGON2ID password hashes
Requires libsodium ≥ 1.0.9 to be present at compile time.

Thus, the following distributions will have support for at least
ARGON2i:

* rhel ≥ 7 (with EPEL enabled)
* Debian ≥ 9 (stretch)
* Ubuntu ≥ Bionic (18.04)

Fixes #4895
2020-07-01 11:20:31 +02:00
Ludovic Marcotte
2be7bab3ed fix(core): avoid fetching quick records for non-existant users 2020-06-30 13:22:17 -04:00
Francis Lachapelle
98d12ba17a Revert "chore(npm): update md to v1.1.23"
This reverts commit ed6a5a20ce.

Rolling back to v1.1.22 until v1.1.24 is out (related to #5055 and #5061).
2020-06-29 14:20:41 -04:00
Francis Lachapelle
f60a30c520 fix(preferences(js)): initialize Forward defaults
Make sure 'Forward' is defined prior to visit the Preferences module.
2020-06-27 11:31:08 -04:00
Francis Lachapelle
11bbdee143 feat(mail): handle multiple mail identities
If no custom identity exists, initialize the mail identities of the user
with all the user's email addresses (extracted from MailFieldNames).

For this code path to be executed, the user must not have any of the
following defaults keys:

  SOGoMailIdentities
  SOGoMailCustomFullName
  SOGoMailCustomEmail
  SOGoMailReplyTo
  SOGoMailSignature

Fixes #768, fixes #4602
2020-06-26 15:28:33 -04:00
InverseBot
03545151bb chore(js/css): update generated files 2020-06-26 00:38:54 -04:00
Francis Lachapelle
8933fae461 fix(calendar(js)): improve debugging in Component factory 2020-06-25 15:58:40 -04:00
Francis Lachapelle
7972257692 feat(mail): handle multiple mail identities
Fixes #768, fixes #4602, fixes #5062
2020-06-25 12:12:33 -04:00
InverseBot
901df24363 chore(js/css): update generated files 2020-06-24 01:34:15 -04:00
Ludovic Marcotte
e469f52dd1 fix(eas): gcc v10 compat fixes (fixes #5029) 2020-06-23 13:02:49 -04:00
Extra Fu
b3dd794515 Merge pull request #282 from jkanefendt/libzip-compat
Use zip_error_strerror and zip_discard if available
2020-06-23 12:24:12 -04:00
Johannes Kanefendt
5da8f1872b Use zip_error_strerror and zip_discard if available 2020-06-23 18:06:10 +02:00
Francis Lachapelle
3d3b17adb8 fix(calendar(js)): improve attendees editor when adding new attendees
Fixes #5049
2020-06-23 12:02:31 -04:00
InverseBot
4d517e992f chore(js/css): update generated files 2020-06-23 00:39:02 -04:00
Francis Lachapelle
ee904ac616 fix(preferences(js)): handle cancellation of IMAP account edition 2020-06-22 17:31:54 -04:00
Francis Lachapelle
7494bb3ae6 fix(preferences): improve handling of forward addresses
Fixes #5053
2020-06-22 17:12:05 -04:00
Francis Lachapelle
2730a91b54 fix(preferences(html)): improve placeholders 2020-06-22 15:06:40 -04:00
Francis Lachapelle
1712a7e7e5 fix(preferences(html)): add placeholders to forward addresses field
Fixes #5053
2020-06-22 09:58:11 -04:00
Extra Fu
bf4c083de8 fix(packaging): Ubuntu Focal changes 2020-06-21 15:33:20 -04:00
Extra Fu
7a6681826c fix(packaging): Ubuntu Focal changes 2020-06-21 15:32:56 -04:00
Extra Fu
b4b9e62d09 fix(packaging): fixed typo 2020-06-20 06:12:40 -04:00
Francis Lachapelle
1b603262e9 chore(npm): update CKEditor to version 4.14.1 2020-06-19 14:47:22 -04:00
Ludovic Marcotte
3b46281dde fix(packaging): control files adjustments for old distro wrt libzip 2020-06-19 13:48:46 -04:00
Ludovic Marcotte
f6a4dfcd04 fix(core): never use zip_error_init_with_code 2020-06-19 12:28:50 -04:00
InverseBot
b4181ef894 chore(js/css): update generated files 2020-06-19 12:02:48 -04:00
Francis Lachapelle
ed6a5a20ce chore(npm): update md to v1.1.23 2020-06-19 11:58:21 -04:00
Francis Lachapelle
523340c1b6 chore(npm): update AngularJS to version 1.8.0 2020-06-19 11:56:30 -04:00
Francis Lachapelle
3f308e0689 chore(npm): update CKEditor to version 4.14.1
Move from the minimalist skin to NT1 because the minimalist skin was
buggy.
2020-06-19 11:53:33 -04:00