Commit Graph

39986 Commits

Author SHA1 Message Date
nathan
5efb7a85c3 Et2DateDuration: Fix widget did not fire change event when value changed 2023-03-31 10:31:25 -06:00
nathan
824ebe514c Et2SelectDayOfWeek: Fix missing all days, weekday, weekend options 2023-03-31 10:30:43 -06:00
nathan
e185831c4a Import/Export: Fix filter option did not get selected when changing filters 2023-03-31 10:21:03 -06:00
nathan
f05cfbbd49 Fix DateRange UI did not fill in start date properly 2023-03-31 10:20:50 -06:00
nathan
368fe85bc1 Et2TabsMobile: Fix double values when submitting.
Render was making multiple copies of the sub-template
2023-03-31 16:47:09 +02:00
nathan
e814413a9e Et2Date: Fix incorrect validation error for empty dates on mobile 2023-03-31 16:47:09 +02:00
hadi
1bcaf3da43 Set a max height for select tags 2023-03-31 14:08:55 +02:00
hadi
c329181d20 Fix broken vfsPath widget 2023-03-30 16:05:31 +02:00
ralf
52c4567a2f check version is in changelog (pushed and current tree updated) before proceeding 2023-03-30 09:04:38 +02:00
ralf
29b2615f36 fix PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated 2023-03-29 22:32:43 +02:00
nathan
3afdb399f5 Et2DateReadonly: Fix readonly date did not re-render when value changed 2023-03-28 14:48:48 -06:00
ralf
2ca62c31f7 Changelog for 23.1.20230328 2023-03-28 13:27:12 +02:00
hadi
3ca0a9f547 Keep lavatar images out of filtering in darkmode 2023-03-28 12:40:14 +02:00
Ralf Becker
8318ef4e64 pending translations from our translation server 2023-03-28 10:11:35 +02:00
nathan
19af4f7d20 Second try to keep select icons their original color 2023-03-28 08:48:27 +02:00
nathan
c67e080c2a Keep select tag icons their original color 2023-03-28 08:45:18 +02:00
nathan
5872b77606 Et2SelectEmail: Fix keyboard navigation in search results 2023-03-27 11:39:39 -06:00
nathan
6cea4bae6d Fix mis-positioned dropdowns in sidebox with darkmode 2023-03-27 08:29:13 -06:00
hadi
2cd90a84ba Fix broken share file as download link into an open compose dialog 2023-03-27 12:10:54 +02:00
ralf
2cde60c266 * LDAP/Univention: periodic account-import for Univention (mailPrimaryAddress), use LDAP account-filter for reading accounts too
also set chunk-size for reading to 500 was somehow 5, probably from debugging
2023-03-25 21:37:21 +01:00
ralf
7a2a750432 automatic create chunks dir, before running RollupJS 2023-03-25 08:09:41 +01:00
nathan
84c14710db Calendar: Fix group invitations were left out of "not rejected" filter 2023-03-24 13:53:48 -06:00
nathan
a034a1407e * Infolog: Remove height restriction on start/due/completed dates in list 2023-03-24 08:28:43 -06:00
hadi
c0ed247511 Fix mail mark as read eventhough it's not running in pane preview mode 2023-03-24 14:44:58 +01:00
hadi
fc54b588c0 * Mail: fix mail preview don't get set correctly when running in expand pane view 2023-03-24 13:55:54 +01:00
ralf
d14bdc0fd3 set date-column-width for 3-pane-view / vertical splitter to 140 to display the time too 2023-03-24 13:52:25 +01:00
nathan
ee758d3069 Et2Select: Fix keyboard navigation in search results & sidebox category closes 2023-03-23 17:24:08 -06:00
nathan
6b3acd3af8 Et2Select: Always close the dropdown after an option is selected, even if multiple=true. Now for keypresses too.
see 62402f39ae
2023-03-23 16:15:41 -06:00
nathan
bab0a769d1 Et2Select: Always close the dropdown after an option is selected, even if multiple=true 2023-03-23 16:15:31 -06:00
nathan
dbea35d835 Calendar: Fix events from group invitations did not always show up when viewing planner view of a group member
see 1f61ff6cca
2023-03-23 16:15:19 -06:00
ralf
37930b414c nicer than window.setTimeout() 2023-03-23 21:53:35 +01:00
ralf
0944f79cbc * NewsAdmin: fix creating of new categories
deferring setting the label, if parentNode is not yet there
2023-03-23 21:53:35 +01:00
ralf
6c2d2478bd do NOT stall for somehow invalid date(time) values: log it and return empty 2023-03-23 21:32:17 +01:00
Ralf Becker
088d20484e pending translations from our translation server 2023-03-23 21:19:20 +01:00
nathan
38f804ebdd Notifications: Update [human] chain list to use correct option format 2023-03-23 13:37:14 -06:00
nathan
7128736bbd Calendar: Fix events from group invitations did not always show up when viewing calendar of a group member
Fixed by pre-fetching the group members before trying to display events so they're there when we check
2023-03-23 13:29:46 -06:00
hadi
86067045c9 * Mail: fix mail preview can not show attachments for smime encrypted messages 2023-03-23 12:09:58 +01:00
ralf
5051d2b240 * WebAuthN: fix not working registration of new authentication devices or browsers
generally prefer app.min.js over old, pre RollupJS app.js
2023-03-23 11:56:04 +01:00
nathan
3b8b902194 Calendar: Fix drag and drop across weeks
Couldn't drop an event from one week to another
2023-03-22 14:23:28 -06:00
nathan
25207003df Home: Fix single entry did not save correctly 2023-03-22 14:19:10 -06:00
nathan
e497e31ed5 Et2Checkbox: Use normal color even when required
Preveiously check was white, which was hard to see on yellow required background
2023-03-22 11:21:38 -06:00
ralf
db66cb9af6 * Safari/iOS: support Safari/iOS 12.x via transpiling of JavaScript 2023-03-21 20:01:49 +01:00
nathan
434710ecb8 Home: Avoid "Illegal offset type" with default favorites from 21.1 2023-03-21 09:58:10 +01:00
nathan
aa38a5f8a7 Only wait for nm header widgets, not all the rows that just get removed.
see 0b8c108279
2023-03-20 13:29:20 -06:00
ralf
dd43a3dc7a same for _linkCallback (give method and attribute a different name to fix transpiling) 2023-03-20 20:26:51 +01:00
nathan
53984a270f Get nm rows showing 2023-03-20 13:11:00 -06:00
nathan
9c77f34c42 Mail: Fix email to group when group had no email did not email group members 2023-03-20 12:52:40 -06:00
ralf
df9e0ef9a2 extra NPM packages for transpiling 2023-03-20 14:27:51 +01:00
ralf
2eaa4bb038 fix Resumable import for transpiling 2023-03-20 13:48:35 +01:00
ralf
05a8882681 using ESM module from SortableJS (link in two other places already)
could probably go to master and work with old RollupJS config
2023-03-20 13:47:36 +01:00