Commit Graph

16047 Commits (29bbaae1ddb5b23fd85675c555d4ae13ae932eab)

Author SHA1 Message Date
InverseBot 8b4b55927e chore(js/css): update generated files 2020-10-06 00:36:53 -04:00
Francis Lachapelle a594bf84a3 i18n(hu): update Hungarian translation 2020-10-01 15:59:00 -04:00
Francis Lachapelle 7af092f849 i18n(cs): update Czech translation 2020-10-01 15:58:03 -04:00
Francis Lachapelle 0fdeee8490 fix(mail): add missing elements to Czech reply template
Fixes #5179
2020-10-01 15:42:00 -04:00
InverseBot f1d02df7a8 chore(js/css): update generated files 2020-10-01 00:33:51 -04:00
Francis Lachapelle 712d0f4ef1 fix(preferences(js)): sanitize content of toast
Sanitize subject and sender of message when using $mdToast to alert user
of new messages.

Fixes #5178
2020-09-30 14:14:24 -04:00
Francis Lachapelle ec1a01e316 fix(mail): remove duplicate recipients in draft 2020-09-30 09:38:22 -04:00
Francis Lachapelle 9150bdd768 fix(calendar(dav)): check if group member is empty 2020-09-24 14:19:04 -04:00
Francis Lachapelle 1bec216ce6 fix(calendar): restore UIxOccurenceDialog
Renamed as action class UIxOccurenceEditor.

Fixes #5141
Fixes #5160
2020-09-16 17:18:18 -04:00
Francis Lachapelle 728a006e6e fix(mail): add SMTP error to Exception returned by SOGOMailer 2020-09-14 14:43:05 -04:00
InverseBot 24b0408c38 chore(js/css): update generated files 2020-09-11 00:32:58 -04:00
Francis Lachapelle aa706796c2 fix(preferences(js)): sanitize mail identities when saving 2020-09-10 12:23:54 -04:00
Francis Lachapelle 64a8ce4048 fix(mail): fallback to the default identity when replying/forwarding 2020-09-10 12:23:54 -04:00
InverseBot f4f15f1c91 chore(js/css): update generated files 2020-09-10 01:23:08 -04:00
Francis Lachapelle 9af697ae83 fix(calendar): restore UIxOccurenceDialog
Renamed as action class UIxOccurenceEditor.

Fixes #5141
2020-09-09 16:27:54 -04:00
Francis Lachapelle ac8a7ecc6e chore(npm): update grunt 2020-09-09 08:45:33 -04:00
Francis Lachapelle 5f550ae448 chore(npm): update lodash 2020-09-09 08:45:03 -04:00
Francis Lachapelle d9fe3a67e1 chore(npm): update angular-file-upload 2020-09-09 08:44:43 -04:00
Francis Lachapelle 3ee702e637 chore(npm): update md to v1.1.26
Fixes #5082
Fixes #5152
2020-09-08 12:26:14 -04:00
InverseBot 7e0a753242 chore(js/css): update generated files 2020-08-21 00:36:31 -04:00
Nicolas Höft 8507204e0d
fix(core): fix GCC 10 compatibility
With GCC 10, SOGoAptFormatter.m FTBS with the following error:

    SOGoAptFormatter.m: In function ‘-[SOGoAptFormatter setPrivateTitleOnly]’:
    SOGoAptFormatter.m:104:56: error: expected ‘)’ before ‘::’ token
      104 |   self->formatAction = @selector(titleOnlyForPrivateApt::);

Simply name the second argument, so gcc is happy.

Also add the `external` keyword to a header declared variable.

Fixes #5029
2020-08-19 12:28:30 -04:00
InverseBot 72053a5801 chore(js/css): update generated files 2020-08-19 00:36:53 -04:00
Francis Lachapelle 7163900d24 fix(mail(js)): keep CKEditor toolbar visible 2020-08-18 16:04:21 -04:00
Francis Lachapelle 6aca61d8ae fix(core): decompose LDAP nested groups 2020-08-17 16:03:29 -04:00
InverseBot 21cb0cb985 chore(js/css): update generated files 2020-08-14 00:37:03 -04:00
Francis Lachapelle af452eb1a7 fix(mail(js)): handle subfolders of Sent mailbox
Fixes #4980
2020-08-13 12:20:36 -04:00
Francis Lachapelle 7b9e750806 fix(web(js)): avoid throwing an error when disconnected 2020-08-13 10:06:47 -04:00
Francis Lachapelle 9ece688bd1 docs: update list of supported operating systems 2020-08-12 16:13:29 -04:00
InverseBot 066e20c5d2 chore(js/css): update generated files 2020-08-11 00:36:40 -04:00
Francis Lachapelle 9a24f2ace3 chore(release): 5.0.0 2020-08-10 10:57:32 -04:00
Francis Lachapelle ec02147281 chore(js/css): update generated files 2020-08-10 10:57:11 -04:00
Francis Lachapelle d72ab79496 chore(npm): update angular-ui-router 2020-08-10 10:56:08 -04:00
Francis Lachapelle 4fc99ab7bc docs: improve syntax, add upgrading instruction 2020-08-07 10:28:54 -04:00
Francis Lachapelle ad7ce55d80 chore(release): 5.0.0 2020-08-07 09:11:16 -04:00
Francis Lachapelle 497594dfc8 i18n(ca): update Catalan translation 2020-08-05 18:34:19 -04:00
Francis Lachapelle 559afb0b71 chore(npm): update autoprefixer 2020-08-05 15:01:36 -04:00
Francis Lachapelle 5faf279fec chore(npm): update grunt and grunt-contrib-uglify 2020-08-05 15:01:04 -04:00
Francis Lachapelle 8bf83acabf chore(npm): update angular-ui-router 2020-08-05 14:59:49 -04:00
Francis Lachapelle d1caed9c25 chore(npm): update lodash 2020-08-05 14:59:22 -04:00
Francis Lachapelle 6e0e678627 fix(core): improve error log when parsing PKCS12 certificate 2020-08-05 14:54:55 -04:00
Nicolas Höft 1f9888254a
feat(core): Allow disabling tls validation for localhost (#286) 2020-08-05 13:52:18 -04:00
InverseBot 223b27b89b chore(js/css): update generated files 2020-08-05 00:37:56 -04:00
Francis Lachapelle 37d3cb7782 fix(web(css)): improve mailbox expand button in sidenav 2020-08-04 16:36:15 -04:00
Francis Lachapelle 7eac9c3893 fix(calendar(css)): decrease height of calendars entries in lists
md-switch instances are now taking less vertical space.
2020-08-04 16:17:10 -04:00
Francis Lachapelle 1cb9a83f6f fix(web(js)): remove calls to deprecated functions in ng-material 2020-08-04 16:16:09 -04:00
Francis Lachapelle cd95649f08 fix(web(js)): remove calls to deprecated functions in ng-material 2020-08-04 16:12:52 -04:00
Dmitriy Alekseev 8642ff9d00
fix(mail): change default search scope to "subject or from" (#287) 2020-08-04 08:37:17 -04:00
Francis Lachapelle d930821d6b feat(mail): handle multiple mail identities
Fixes #5117
2020-08-03 22:48:45 -04:00
Francis Lachapelle d26bc181fd i18n(de): update German translation 2020-08-03 22:45:15 -04:00
Francis Lachapelle b5f9861e16 i18n(pl): update Polish translation 2020-08-03 22:44:43 -04:00