Commit Graph

9254 Commits

Author SHA1 Message Date
Hivert Quentin
8bf1a77efc i18n(he): Update Hebrew translations 2024-08-07 10:50:20 +02:00
Hivert Quentin
37f2b1dc5c i18n(de): Update German translations 2024-08-07 10:50:20 +02:00
Hivert Quentin
ed3e790b47 i18n(fi): Update Finnish translations 2024-08-07 10:50:20 +02:00
Hivert Quentin
85c1cc7fa3 i18n(nl): Update Dutch translations 2024-08-07 10:50:20 +02:00
Hivert Quentin
fa2312470a i18n(hr_HR): Update Croatian translations 2024-08-07 10:50:19 +02:00
Hivert Quentin
1136c18288 i18n(zh_TW): Update ChineseTaiwan translations 2024-08-07 10:50:19 +02:00
Hivert Quentin
0e5657e635 i18n(zh_CN): Update ChineseChina translations 2024-08-07 10:50:18 +02:00
Hivert Quentin
ca0b00107a i18n(ca): Update Catalan translations 2024-08-07 10:50:18 +02:00
Hivert Quentin
be6a69a4d6 i18n(bg_BG): Update Bulgarian translations 2024-08-07 10:50:18 +02:00
Hivert Quentin
0b530f9e36 i18n(bs_BA): Update Bosnian translations 2024-08-07 10:50:18 +02:00
Hivert Quentin
55563d2113 i18n(eu): Update Basque translations 2024-08-07 10:50:18 +02:00
Hivert Quentin
1aa59dcd7e i18n(ar): Update Arabic translations 2024-08-07 10:50:18 +02:00
Hivert Quentin
943e96f459 i18n(nb_NO): Update NorwegianBokmal translations 2024-08-07 10:50:18 +02:00
Hivert Quentin
6b6dc6b3b8 i18n(gl): Update Galician translations 2024-08-07 10:50:18 +02:00
Hivert Quentin
bcb2410b12 i18n(da_DK): Update Danish translations 2024-08-07 10:49:40 +02:00
Hivert Quentin
af630f033d i18n(pt_BR): Update BrazilianPortuguese translations 2024-08-07 10:49:40 +02:00
Hivert Quentin
6e11cdf289 i18n(es_ES): Update SpanishSpain translations 2024-08-07 10:49:40 +02:00
Hivert Quentin
68b17a5c4a i18n(sl_SI): Update Slovenian translations 2024-08-07 10:49:39 +02:00
Hivert Quentin
5ee190468e i18n(cs): Update Czech translations 2024-08-07 10:49:38 +02:00
Hivert Quentin
b8f2e00306 chore(css): update theme-default 2024-08-07 10:48:59 +02:00
smizrahi
990f1e8e8f fix(preferences): Can not save preferences when there is a constraint on mail 2024-08-05 11:09:27 +02:00
smizrahi
980b5e28dd fix(calendar): Fix all day recurring event displayed on 2 days when a DST change occurs at the endDate 2024-07-23 15:21:59 +02:00
smizrahi
eb63e6d047 i18n(calendar): Change Email Attendees to Email Attendees (internal users 2024-07-22 10:12:14 +02:00
Hivert Quentin
59e76d6b26 chore(js/css): update generated files 2024-07-20 01:00:58 -04:00
smizrahi
9d71be9c45 fix(mail): Restore scroll position when refreshing emails 2024-07-19 11:45:05 +02:00
smizrahi
ed951667ec feat(mail): Improve mail search (advanced search) 2024-07-02 11:12:54 +02:00
smizrahi
f621d97289 feat(mail): Improve mail search (advanced search) 2024-07-01 12:56:31 +02:00
Hivert Quentin
1aa7d81a87 chore(js/css): update generated files 2024-06-26 01:00:50 -04:00
smizrahi
0cbcad9d91 feat(mail): Improve mail search (advanced search) 2024-06-25 14:28:27 +02:00
smizrahi
eee160e5bf fix(calendar): Fix issue on template introduced in commit #275617650 2024-06-19 09:37:22 +02:00
smizrahi
2637434436 feat(calendar): Add option to disable email appointmoint notifications when using caldav 2024-06-12 12:00:41 +02:00
smizrahi
591d283425 feat(mail): Add location in email ics representation template 2024-06-10 16:35:49 +02:00
Hivert Quentin
703f0ff1b6 chore(js/css): update generated files 2024-06-05 01:00:53 -04:00
WoodySlum
c5582ba819 Merge pull request #338 from helsinki-systems/escape-css-selectors
fix(calendar(js)): escape CSS selector names (@leonklingele)
2024-06-04 11:15:10 +02:00
WoodySlum
2dd45dfb93 Merge pull request #337 from helsinki-systems/prevent-double-event-creation
fix(calendar(js)): prevent duplicate event creation in case of an event conflict (@leonklingele)
2024-06-04 11:14:26 +02:00
Hivert Quentin
67e1a50c80 chore(js/css): update generated files 2024-06-04 01:00:52 -04:00
WoodySlum
cbb0e85a19 Merge pull request #358 from smortex/fix-disabled-calendar-view-buttons
fix(calendar): Fix disabled change view buttons (@smortex)
2024-06-03 22:45:12 +02:00
smizrahi
2756176503 fix(calendar): Fix empty recurence list when creating event from mail 2024-06-03 22:41:42 +02:00
smizrahi
1a47fdb7d6 fix(mail): Fix advanced search no select/action on results. Fixes #5978 2024-06-03 14:34:04 +02:00
Romain Tartière
910effd664 fix(calendar): fix disabled change view buttons
When viewing a calendar, 4 buttons allow to switch between the day,
week, month and multicolumnday views.  Each of these view show the
button to swith to the day view as disabled, regradless of which view is
in use.

Adjust markup to disable the button of the current view instead of the
one used to switch to the day view.
2024-05-30 11:40:56 -10:00
Hivert Quentin
ebca25ca62 chore(js/css): update generated files 2024-05-23 01:00:53 -04:00
smizrahi
314b39dd1c fix(ui): Fix invalid display when creating new appointment / mail on mobile. Initialize isFullscreen to if screen is in portrait. Fixes #5970. 2024-05-22 10:35:16 +02:00
smizrahi
6ac8525bfe feat(mail): Add 'View raw message' mail contextual option. This option open message in a popup without HTML mail CSS content modification. 2024-05-22 10:15:58 +02:00
smizrahi
9eb8039698 feat(mail): Improve mail search (advanced search) 2024-05-21 09:25:20 +02:00
smizrahi
863280d6ac fix(mail): Remove some css when generating UIxMailPartHTMLViewer. Sometimes, the mail contains SOGo mail template in the content, and broke mail display. 2024-05-10 14:51:09 +02:00
Hivert Quentin
229596da2b chore(js/css): update generated files 2024-04-30 01:00:47 -04:00
smizrahi
c2d9050539 fix(core): Notify sgCkeditor component when clicking the send button to update content. Fixes #5952. 2024-04-29 22:21:33 +02:00
Hivert Quentin
9b5a8cb6fc style(vacation): Modify the tooltip of the mail panel when vacation is enabled 2024-04-29 15:08:57 +02:00
Hivert Quentin
f815848a86 chore(js/css): update generated files 2024-04-11 01:00:50 -04:00
Hivert Quentin
526aa281d9 fix(contacts): can now reset contacts categories more than once 2024-04-10 11:26:06 +02:00