Commit Graph

5493 Commits

Author SHA1 Message Date
nathan
c3ea140b5a Home: WIP home now shows stuff again 2023-03-10 14:52:33 -07:00
Hadi Nategh
2c9fb69f3b Fix links in infolog description getting into a new line 2023-03-10 13:40:11 +01:00
ralf
bf0de6de96 * Admin/Setup: logging all DB backup operations to a text file db_backup.log in backup-directory 2023-03-10 08:35:17 +01:00
nathan
72d601b393 Et2Colorpicker: Let popup panel auto-position
Fixes color picker goes offscreen in kanban board edit
2023-03-09 09:08:37 -07:00
Hadi Nategh
ab8aba49a5 Fix tree's actions no longer available after refreshing the root node 2023-03-09 12:57:17 +01:00
ralf
3e3f5b0216 fix wrong import path stalling Babel transpiling 2023-03-09 08:48:41 +01:00
nathan
39d26ddca7 Et2InputWidget: Split label around widget if it has %s in it 2023-03-08 13:54:44 -07:00
ralf
19ebd1c38f do NOT show absolute path of error, but the one relative to our root 2023-03-08 14:30:25 +01:00
Hadi Nategh
ac4bd98385 Fix error Cannot read properties of undefined (reading 'implements') 2023-03-07 16:18:09 +01:00
nathan
7d75c902d5 Revert "Et2LinkList: Fire change event when link is removed" committed to wrong branch
This reverts commit a35d3d8778.
2023-03-03 15:10:16 -07:00
nathan
b2c4b09b4a Revert "Home: WIP home now shows stuff again" committed to wrong branch
This reverts commit 33058c4744.
2023-03-03 15:09:53 -07:00
nathan
a35d3d8778 Et2LinkList: Fire change event when link is removed
Avoid error if instance manager is missing
2023-03-03 14:06:11 -07:00
nathan
33058c4744 Home: WIP home now shows stuff again 2023-03-03 13:36:50 -07:00
nathan
a491983694 Et2DropdownButton: If readonly, display / render nothing
does not affect disabled, which still displays as disabled
2023-02-28 13:04:09 -07:00
nathan
fe2f36d52f Fix double-bound file drop handler
Fixes double-submit after dropping a second file.  Noticed in mail compose, but probably affects everywhere file widget was used to upload
2023-02-28 13:03:11 -07:00
nathan
8d0b1b0234 Fix gantt chart couldn't load data
broken by 2066523.
Loading caused 'Exception "t is undefined" while handling JSON response from ....' deep inside dhtmlx-gantt
2023-02-28 13:02:56 -07:00
ralf
28f9f15d0d fix not generally not working display multiple groups in status and also not displayed avatar pictures in that case 2023-02-28 15:50:10 +01:00
Hadi Nategh
f313f07cdb Some styling fixes for mobile view:
- fix broken Addressbook's avatar in view and edit mode
- fix buttons with icon not getting white filter
2023-02-28 15:46:55 +01:00
ralf
6b397a9ede Changelog for 23.1.20230228 2023-02-28 09:43:20 +01:00
Ralf Becker
70128aa7d6 pending translations from our translation server 2023-02-28 09:28:33 +01:00
ralf
81d044d2a5 bump version to 23.1 2023-02-28 08:50:48 +01:00
nathan
86b883951a Add isReady flag to etemplate. onchange functions set as attributes in .xet files will not be called until the etemplate is finished loading. 2023-02-27 15:31:07 -07:00
nathan
0117c4bde3 Move client-side holidays cache to MODULE_GLOBAL egw.holidays(year) 2023-02-27 15:15:36 -07:00
nathan
635780d7d4 Et2LinkTo: Fix linking to existing file in VFS did not do anything
Onchange was not being set
2023-02-27 13:25:47 -07:00
StefanU
f402c27b0f
Update 7_day_view.svg
New design
2023-02-27 19:47:31 +01:00
StefanU
6d2dcf3eba
Update 5_day_view.svg
New design
2023-02-27 19:46:35 +01:00
StefanU
75e24be132
Add move.svg
As replacement for png
2023-02-27 19:27:39 +01:00
StefanU
d084618fd3
Add agt_action_fail.svg
As replacement for png
2023-02-27 19:25:26 +01:00
StefanU
542f8175dc
Add agt_action_success.svg
As replacement for png
2023-02-27 19:24:08 +01:00
StefanU
f086a3b3ee
Add agt_reload.svg
As replacement for png
2023-02-27 19:21:08 +01:00
nathan
ce141fa152 Disable file drag and drop so normal drag and drop in filemanager works properly 2023-02-27 11:17:23 -07:00
StefanU
da557d0249
Update portrait.svg
New version
2023-02-27 18:12:46 +01:00
StefanU
114a391c23
Update landscape.svg
New version
2023-02-27 18:11:55 +01:00
ralf
a8dd625a61 register old-hbox client-side and all old-*box on server-side 2023-02-27 09:57:21 +01:00
Hadi Nategh
2dc78de2c1 Support deprecated get values method for ET2Select_ro 2023-02-27 09:56:39 +01:00
nathan
be3e5fbe8d Fix public addressbook categories with were not visible with grant on personal addressbook 2023-02-24 14:40:51 -07:00
nathan
04bedf30be Make sure we use the right app when cleaning select-cat value 2023-02-24 14:23:11 -07:00
nathan
bbd41b4255 Group grant in addressbook does not give access to personal categories, public or private 2023-02-24 13:54:41 -07:00
ralf
fe0af6a487 also register "old-button" so smallPART can still use it, fixes [0 Start] button not working in tests 2023-02-24 19:59:39 +01:00
nathan
206652307b Et2Date fixes
- Fix mobile get / set value was not actually setting value properly
- Set a minimum input width
2023-02-24 11:58:16 -07:00
ralf
4099066a59 fake "Domain Users" group to now show "#-513" in case it's excluded by a filter 2023-02-24 09:59:25 +01:00
ralf
190c785388 * AD/LDAP: account import supports now (keeping) local groups and their memberships, if configured to do so 2023-02-24 09:47:42 +01:00
ralf
ce555f7f0e * ActiveDirectory: fix making extra AD attributes available via custom fields with "ldap_" prefix 2023-02-23 19:56:07 +01:00
nathan
ab812c8dec Just the timer dialog gets timesheet color, leave others alone 2023-02-23 10:12:21 -07:00
ralf
a48a3eb3c1 add ES2020 check to login page and move it outside egw_ready (no longer allowing to translate the message) 2023-02-23 14:00:37 +01:00
ralf
94c9051460 * AD/LDAP: fix SQL error "duplicate entry 'X' on egw_accounts.account_lid" when updating an existing account
also fixed TypeError deleting no longer existing groups
2023-02-23 11:47:15 +01:00
ralf
b680509a21 next, hopefully final, version of 23.1 login logo 2023-02-23 08:16:45 +01:00
nathan
41cbb68de0 Et2Select: Fix extra scrollbar with rows=1, multiple, hover lots (> 8 or so) of rows 2023-02-22 16:23:56 -07:00
nathan
46389e72f7 Do not try to validate empty strings as email. If it's required but empty, give the required validation message. 2023-02-22 15:17:17 -07:00
nathan
4311eebdc9 Et2Dialog: Fix missing button alignment 2023-02-22 14:51:21 -07:00