Commit Graph

16543 Commits

Author SHA1 Message Date
Alex Vogt
607bc08c92 fix(UI): Make the login page honor the color theme
partial solution by specifying the theme and accent color manually

Fixes #5687 (partially)
2023-01-31 19:43:42 +01:00
smizrahi
ba0d4a51c0 fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639 2023-01-31 17:39:00 +01:00
smizrahi
7e357f1bc9 fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639 2023-01-26 17:12:08 +01:00
smizrahi
f15840217b fix(calendar): Fix duplicate event on Apple Calendar when creating a new reccurent event, inviting attendee and changing an occurence 2023-01-18 17:20:30 +01:00
smizrahi
a5347c70aa fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639 2023-01-17 16:32:53 +01:00
smizrahi
4d7a425428 fix(js): Change grunt-contrib-uglify from 5.0.0 to 5.2.2 2023-01-16 17:23:21 +01:00
smizrahi
04e15b5695 feat(eas): Add SOGoEASDisableUI system parameter to remove EAS options in UI when ActiveSync is not used 2023-01-16 15:31:27 +01:00
WoodySlum
c178963bfc Merge pull request #339 from helsinki-systems/fix/too-many-vars
fix(configure): Prevent pulling in unnecessary vars
2023-01-13 08:56:21 +01:00
Janne Heß
b223fe0b86 fix(configure): Prevent pulling in unnecessary vars 2023-01-11 18:12:12 +01:00
smizrahi
842fa97d37 fix(authentication): Reduce Cookie user key len to avoid exceeding 4096 bytes. Users in chrome <= 75 could not login due to cookie of 4099 bytes 2023-01-05 15:59:14 +01:00
smizrahi
0bd530ab64 feat(preferences): Improve TOTP - add validation code in preferences before saving to ensure user add qr code in totp application 2023-01-04 17:37:46 +01:00
smizrahi
7d72fe1281 fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639 2023-01-03 23:33:28 +01:00
smizrahi
86805369a3 fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639 2023-01-03 15:24:30 +01:00
smizrahi
a7f3daa33f fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639 2022-12-13 12:33:58 +01:00
smizrahi
6ee8f764e9 fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639 2022-12-13 11:08:43 +01:00
smizrahi
435495f007 feat(core): Add SOGoDisableSharing option to disable sharing for mail, contacts and calendar 2022-12-12 12:03:59 +01:00
smizrahi
5d6b40c8cf fix(core(js)): Removed es6 'const' for build issues with grunt 2022-12-12 09:14:23 +01:00
smizrahi
03e6d0012b fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639 2022-12-07 17:57:00 +01:00
smizrahi
fe9ae12e46 fix(security): Security fix for WSTG-INPV-02. Fix NSException where tried to modify NSDictionary. Closes #5651. 2022-12-05 11:45:45 +01:00
smizrahi
ed9d247f3e chore(release): 5.8.0 SOGo-5.8.0 2022-11-30 15:50:43 +01:00
smizrahi
a010f629f0 fix(security): Security fix for WSTG-INPV-02. Fix NSException where mailIdentities is invalid on init. Closes #5651. 2022-11-30 12:40:52 +01:00
smizrahi
6971ebd2d1 fix(security): Security fix for WSTG-INPV-02. Fix assertion on NSRange 2022-11-29 17:34:34 +01:00
smizrahi
b3e43454f9 Update changelog and version 2022-11-29 16:02:54 +01:00
smizrahi
59d4c08950 chore(timezones): Update to version 2022f 2022-11-29 13:37:19 +01:00
smizrahi
0cd7a170a0 i18n(nb_NO): Update Norwegian Bokmål translations 2022-11-29 13:19:39 +01:00
smizrahi
67cf3c0017 chore(npm): Update CKEditor to version 4.20.0 2022-11-29 10:58:38 +01:00
smizrahi
49879efbc6 fix(ui): Change active user name on top left with primary identity 2022-11-23 14:44:07 +01:00
smizrahi
27860648c1 fix(core): Fix NSException when c_content is NULL. Closes #5644. Original fix by @jvdsn. 2022-11-23 14:25:15 +01:00
smizrahi
26b9429396 fix(ui): Change active user name on top left with primary identity 2022-11-23 13:33:59 +01:00
smizrahi
d3634747d5 feat(password-recovery): Change secondary email obfuscation 2022-11-23 10:06:43 +01:00
smizrahi
b1f84891b0 fix(security): Security fix for WSTG-INPV-02. Add unit test. 2022-11-23 09:34:54 +01:00
smizrahi
48c7375544 perf(mail): Improve IMAP fetch sorting using NSDictionary keys instead of indexOfObject. Code refactoring 2022-11-22 17:48:45 +01:00
smizrahi
f5c6fcc350 fix(security): Security fix for WSTG-INPV-02. Fix build issue in ubuntu trusty 2022-11-22 17:37:15 +01:00
smizrahi
58540f15e2 feat(password-recovery): Change when secret question answer is wrong, go back to secret question instead of login 2022-11-22 17:31:59 +01:00
smizrahi
c62b043e26 fix(addressbook): Fix NSException on address book where uppercaseString is called on data 2022-11-22 15:12:58 +01:00
smizrahi
96cd1880da i18n(nb_NO): Update Norwegian Bokmål translations 2022-11-22 14:10:50 +01:00
smizrahi
37291facc7 i18n(da_DK): Update Danish translations 2022-11-22 14:10:50 +01:00
WoodySlum (Le Programmeur)
c378ffdbba Merge pull request #334 from tfux/5330
fix(eas): ensure correct encoding of attachments(fixes #5330)
2022-11-22 12:19:46 +01:00
smizrahi
efac49ae91 fix(security): Security fix for WSTG-INPV-02. Add XSS protection on identity fullName. Fixes #5642. 2022-11-22 10:54:06 +01:00
smizrahi
1e0f5f0089 fix(security): Security fix for WSTG-INPV-02. Add XSS protection on folders and mail title / content 2022-11-22 10:09:41 +01:00
root
dff907a158 fix(eas) ensure correct encoding of attachments(fixes #5330) 2022-11-21 11:05:33 +01:00
smizrahi
dcbfd830d4 fix(security): Security fix for WSTG-INPV-02. Add XSS protection on folders and mail title / content. Fix build issue in ubuntu trusty. 2022-11-18 09:16:40 +01:00
smizrahi
60ec3152e8 perf(mail): Improve IMAP fetch sorting using NSDictionary keys instead of indexOfObject. Code refactoring 2022-11-18 08:58:10 +01:00
smizrahi
38e886a3e0 perf(mail): Improve IMAP fetch sorting using NSDictionary keys instead of indexOfObject. Fix build issue. 2022-11-16 21:59:11 +01:00
smizrahi
40b5c0918a perf(mail): Improve IMAP fetch sorting using NSDictionary keys instead of indexOfObject 2022-11-16 21:08:48 +01:00
smizrahi
714acfc838 fix(security): Security fix for WSTG-INPV-02. Add XSS protection on folders and mail title / content 2022-11-14 14:36:46 +01:00
WoodySlum (Le Programmeur)
967479335c Merge pull request #333 from tfux/5640
fix(eas) improvement for bug #5612 (fixes #5640)
2022-11-14 09:03:46 +01:00
root
e1c7e32f84 fix(eas) improvement for bug #5612 (fixes #5640) 2022-11-12 22:37:15 +01:00
smizrahi
7bfa900ae1 feat(login): Add button to discover password 2022-11-09 15:40:29 +01:00
WoodySlum (Le Programmeur)
8bfc3e4205 Merge pull request #332 from ichdasich/adjust_imap_authenticate_documentation
Adjust imap authenticate documentation
2022-11-08 17:09:47 +01:00