nathan
|
bc045bf0da
|
Add SearchMixin
A little clunky and still missing server-side
|
2022-05-30 17:05:38 -06:00 |
|
Hadi Nategh
|
ae75801033
|
Fix error TypeError: Cannot read properties of null (reading '0')
|
2022-05-30 17:19:23 +02:00 |
|
Hadi Nategh
|
017901a317
|
Add allowScrolling for action popup and do not popup context menu when more than one touch is used
|
2022-05-30 16:07:26 +02:00 |
|
Hadi Nategh
|
23eaef96b2
|
Implements allowScrolling for tapandswipe
|
2022-05-30 16:04:59 +02:00 |
|
Hadi Nategh
|
742f2a5cb0
|
Add fingercount into tapandswipe
|
2022-05-30 11:02:58 +02:00 |
|
ralf
|
0b547c921d
|
fix error for typeof this.value !== 'string', eg. number, undefined, ...
|
2022-05-29 09:53:41 +02:00 |
|
nathan
|
7f1cd117a7
|
Fix select change event not firing, initial value not showing
|
2022-05-27 15:39:51 -06:00 |
|
nathan
|
45327d559a
|
Hoist to escape container
|
2022-05-27 14:22:15 -06:00 |
|
nathan
|
57e1845c16
|
Avoid errors if src changes before first render & img is not there
|
2022-05-27 14:20:35 -06:00 |
|
nathan
|
c212734618
|
Switch Et2Select to be based on Shoelace select instead of LionSelect
|
2022-05-27 14:12:31 -06:00 |
|
nathan
|
0963f7d548
|
Fix src could not be changed after being set
|
2022-05-27 14:11:35 -06:00 |
|
nathan
|
ac52723ce7
|
Get Et2Taglist to show initial value when that value is not in select_options
(only if allowFreeEntries is on)
|
2022-05-27 14:11:35 -06:00 |
|
nathan
|
aa20af559a
|
LinkApp selection
|
2022-05-27 14:11:35 -06:00 |
|
ralf
|
c174e29238
|
remove again removing of empty description and label widgets as they are needed in tables to place widgets in the correct column
also add (currently) commented out conversation for taglist
|
2022-05-27 16:25:12 +02:00 |
|
ralf
|
89615cf9de
|
* CalDAV/CardDAV/TbSync: fix wrong/minimal privileges on sub-collections causing TbSync not to display this calendars or addressbooks
|
2022-05-27 12:03:37 +02:00 |
|
ralf
|
ad98fb299b
|
disabling DND in toolbar for now
|
2022-05-26 17:28:58 +02:00 |
|
ralf
|
b33c13824f
|
drop jquery-ui, jquery-ui-touch-punch-fix and temp. comment out last usages in framework classes
|
2022-05-25 21:01:26 +02:00 |
|
Hadi Nategh
|
b8d348d30c
|
Replace jquery-ui swipe with tapandswipe library
|
2022-05-25 17:40:54 +02:00 |
|
nathan
|
a5fe6d938b
|
Don't need this, we can remove it
|
2022-05-25 08:45:22 -06:00 |
|
Hadi Nategh
|
b3c2dcc90b
|
Cleanup draggable dom after drop/dragend events
|
2022-05-25 11:16:33 +02:00 |
|
nathan
|
ece3813459
|
Remove jQueryUI for moving events in timegrid view
|
2022-05-24 14:53:49 -06:00 |
|
ralf
|
50b9a15436
|
add calendar-proxy-(read|write)-for properties on principal as requested by TbSync
|
2022-05-24 20:22:33 +02:00 |
|
ralf
|
26c64c0838
|
* Mail: explicitly apply default font and -size before sending mail
|
2022-05-23 19:36:04 +02:00 |
|
Hadi Nategh
|
1afcc3ebce
|
Replace all jquery-ui sortable used in fw
|
2022-05-23 17:45:56 +02:00 |
|
Hadi Nategh
|
0ac617eb15
|
Add DRAG_ENTER event
|
2022-05-23 17:22:03 +02:00 |
|
Hadi Nategh
|
98e959346c
|
Reduce time complexity of alarms calculation
|
2022-05-23 15:46:45 +02:00 |
|
ralf
|
7a55eef6c8
|
fix typo in preference name rt(e)_font*
|
2022-05-23 12:48:30 +02:00 |
|
Hadi Nategh
|
9f363ad51c
|
Fix importing interactjs library
|
2022-05-23 11:35:14 +02:00 |
|
ralf
|
55a13aa99d
|
refactor VLV and server-side sorting into a trait, so it can be used in Accounts\Ldap too
|
2022-05-20 21:49:08 +02:00 |
|
ralf
|
ab427562b7
|
* LDAP: implement optional group-filter
also some code cleanups and fixes
|
2022-05-20 21:47:02 +02:00 |
|
nathan
|
5ed00cc435
|
Make dialogs resizable again
|
2022-05-20 11:41:09 -06:00 |
|
ralf
|
c57ae62d1c
|
fix not working installation under PHP 8.1 due to mysqli throwing errors now by default
|
2022-05-20 18:00:54 +02:00 |
|
Hadi Nategh
|
3dd247f1df
|
Another unintentional import statement
|
2022-05-20 16:11:05 +02:00 |
|
Hadi Nategh
|
e8378bd742
|
Revert unintentional changes from previous commit
|
2022-05-20 16:05:22 +02:00 |
|
Hadi Nategh
|
ef6cf29ce1
|
WIP DND:
- fix drag-hover not working smoothly
- fix drop zone events being triggered by other draggable items (none et2action draggable)
|
2022-05-20 16:02:20 +02:00 |
|
ralf
|
d7beb18470
|
adding favorites widget to fix calendar.toolbar showing a placeholder
|
2022-05-20 14:29:58 +02:00 |
|
nathan
|
f7fc569018
|
Fix expose CSS & a couple of bugs
|
2022-05-18 17:33:40 -06:00 |
|
nathan
|
c46f9c5440
|
Fix up dropdown in toolbar
|
2022-05-18 14:39:25 -06:00 |
|
nathan
|
7300250dfb
|
Use webcomponent for favorites widget
|
2022-05-18 11:30:44 -06:00 |
|
nathan
|
776ce7202a
|
Et2Favorites
|
2022-05-18 11:01:27 -06:00 |
|
nathan
|
5edd7dc782
|
Do a better extending Et2WidgetWithSelectMixin and using what it provides
|
2022-05-17 10:04:39 -06:00 |
|
nathan
|
5528261050
|
Fix dropdown took over nextmatch header
|
2022-05-17 09:40:34 -06:00 |
|
nathan
|
3658d4e7f2
|
Avoid errors from webcomponent children who haven't had a chance to fully set up yet.
|
2022-05-17 09:36:56 -06:00 |
|
Hadi Nategh
|
b956f1f28d
|
WIP replace jQuery-ui dnd with HTML5 dnd
|
2022-05-17 15:01:11 +02:00 |
|
nathan
|
17d2e2cb5c
|
Change style of parameter type declaration to make sure it transformAttributes handles it correctly. Objects were still parsed as string, resulting in "[Object object]"
|
2022-05-13 14:22:44 -06:00 |
|
nathan
|
56def486f0
|
Switch toolbar to use Et2DropdownButton
NB: This doesn't actually work properly yet, there's something that closes the dropdown immediately that I haven't found the source of yet.
|
2022-05-13 14:19:21 -06:00 |
|
nathan
|
079ebf00b6
|
Et2DropdownButton: force different handling to escape any container
|
2022-05-13 14:12:42 -06:00 |
|
nathan
|
9e78e35fd3
|
Et2DropdownButton now working & looking like it belongs
|
2022-05-13 11:51:29 -06:00 |
|
nathan
|
ce922c8816
|
Fix Et2Widget.createElementFromNode() used the wrong variable to determine widget class, and missed out on modifications
|
2022-05-13 09:39:07 -06:00 |
|
ralf
|
6f2a93ef0a
|
fix sometimes not working click handler in buttons
eg. admin.index or admin.acl
|
2022-05-13 17:18:15 +02:00 |
|