nathan
b44ea1b2b0
Api: Fix doubled link on open and missing link app select
2023-07-25 10:27:05 -06:00
ralf
a89b69528e
aggregate Etemplate\Widget\Url::ajax_contact() requests and search for all of them in a single AJAX request and SQL query
2023-07-25 18:18:29 +02:00
nathan
2a5d0062dd
Api: SearchMixin improvements to work with Et2LinkSearch more efficiently
...
Moving handling of missing options to overridable method so Et2LinkSearch can use its more efficient method
2023-07-25 09:38:11 -06:00
nathan
06af22a46c
Filemanager: Fix anonymous upload directory always reported failure when uploading
...
Now it works first time the file is uploaded
2023-07-25 09:23:06 -06:00
nathan
3aaf0b2b60
Api: More missing changes from SearchMixin.remoteQuery() / static options from json file
2023-07-25 09:14:13 -06:00
nathan
df9ec35704
Api: Fix Et2LinkSearch initialization with value failed, giving blank widget
2023-07-25 08:48:51 -06:00
ralf
a61445c0d0
fix TypeError if field.values is null causing some nextmatch features like search not to render
2023-07-25 16:39:56 +02:00
nathan
ed3e9204ac
Calendar: Fix clicking in dayview with multiple users added them all to the new event
2023-07-25 07:42:33 -06:00
nathan
e28191600d
Calendar: Stop double add for fast clickers
2023-07-25 07:42:09 -06:00
nathan
cdd15139c2
Calendar: More work on drag vs jiggle click
...
Now user must drag into the next time block to start drag to create. Any movement inside the same time block is treated as a click.
2023-07-25 07:41:57 -06:00
ralf
1508de4574
implement missed shareExpiration and sharePassword attributes when sending mail
2023-07-25 14:59:41 +02:00
ralf
fe57e18438
implement missed shareExpiration and sharePassword attributes when sending mail
2023-07-25 14:58:49 +02:00
hadi
6e6138955b
Add some translations
2023-07-25 12:03:51 +02:00
hadi
52a28b40bc
Add some translations
2023-07-25 12:01:48 +02:00
ralf
10f8d54f46
for api.queue close session to NOT block other requests (api.queue should NOT be used for changing something in session)
2023-07-25 11:47:14 +02:00
hadi
0f8a3251c4
Take emailTag preference for addresses used in mail list into account
2023-07-25 11:42:57 +02:00
hadi
a4109439e1
Implement onlyEmail option for UrlEmailReadonly
2023-07-25 11:42:40 +02:00
hadi
29d159ea29
Make sure to show only email when using current value as email (avoids getting duplicate name in fullEmail mode)
2023-07-25 11:42:01 +02:00
hadi
654a8367b6
Add new mail preference in order to be able to select the type info shown on email tags
2023-07-25 11:39:30 +02:00
ralf
7a7c04ccc8
for api.queue close session to NOT block other requests (api.queue should NOT be used for changing something in session)
2023-07-25 11:37:37 +02:00
ralf
f35de819a7
adapt Et2LinkSearch.remoteQuery() to Nathans change not run cleanSelectOptions() in Et2Select.processRemoteResults() any more
...
@Nathan: not sure if this needs to be applied in more places, or your change should detect it needs running ...
2023-07-25 10:39:13 +02:00
ralf
b8e97f9123
small docu update for Calendar REST APi
2023-07-25 10:28:26 +02:00
nathan
92a166825f
Filemanager: Fix anonymous upload directory always reported failure when uploading
2023-07-24 16:28:31 -06:00
nathan
6647381bca
Calendar: Fix clicking in dayview with multiple users added them all to the new event
2023-07-24 15:42:50 -06:00
nathan
edcc260b7b
WIP on caching static option file and searching it client-side
...
Get it working in nextmatch
2023-07-24 15:13:28 -06:00
ralf
b013f75eef
* Calendar: new REST API to read, create, modify and delete events, see https://github.com/EGroupware/egroupware/blob/master/doc/REST-CalDAV-CardDAV/Calendar.md
2023-07-24 17:08:18 +02:00
nathan
f04b25089a
WIP on caching static option file and searching it client-side
...
Avoid type error in CalendarOwner
2023-07-24 08:51:27 -06:00
hadi
df1a099078
Make sure we are not hiding unnecessarily the grid which could lead to grid invisibility in mobile view
2023-07-24 15:14:41 +02:00
hadi
95c2bdb6b4
Fix calendar view no longer works in mobile view
2023-07-24 12:35:17 +02:00
hadi
748673522c
Fix calendar view no longer works in mobile view
2023-07-24 12:34:23 +02:00
nathan
f0be2fcdca
WIP on caching static option file and searching it client-side
...
Still needs file caching & passing correct URL
2023-07-21 16:40:29 -06:00
ralf
7e333ceac9
WIP Calendar REST API
2023-07-21 17:41:37 +02:00
ralf
0bd9ec1cf2
fix docu, spelling and some static vs. non-static calls
2023-07-21 09:00:00 +02:00
ralf
a3bed88d04
fix docu, spelling and some static vs. non-static calls
2023-07-21 08:54:06 +02:00
nathan
609d7b9855
Calendar: Stop double add for fast clickers
2023-07-20 16:56:32 -06:00
nathan
0e011c63e7
Calendar: More work on drag vs jiggle click
...
Now user must drag into the next time block to start drag to create. Any movement inside the same time block is treated as a click.
2023-07-20 16:33:17 -06:00
nathan
676ddd952f
Calendar: Fix ignoring drag for events
...
Clicking inside the time was not ignored, causing a drag to be started
2023-07-20 10:34:59 -06:00
nathan
19d0234567
Calendar: Increase drag timeout to avoid confusion between very short drags and clicks
2023-07-20 10:32:50 -06:00
nathan
9b122f513f
Revert "Revert "Calendar: Fix moving cursor while clicking did not add an event""
...
This reverts commit 3339ab947e
.
2023-07-20 10:32:08 -06:00
nathan
16c9f5ef1d
Calendar: Fix ignoring drag for events
...
Clicking inside the time was not ignored, causing a drag to be started
2023-07-20 10:27:37 -06:00
Milan
c170c44168
Merge remote-tracking branch 'origin/master'
2023-07-20 16:40:50 +02:00
Milan
0dd7616c5e
egw_action copy fixes regarding ticket 84314
2023-07-20 16:40:22 +02:00
ralf
3339ab947e
Revert "Calendar: Fix moving cursor while clicking did not add an event"
...
Causesing 2 wired side-effects:
- participants for adding events are wrong
- clicking on existing event opens a new event
This reverts commit 2c98cdde04
.
2023-07-20 12:08:11 +02:00
nathan
02d25f7014
Mail: Fix missing translations in attachment download button options
2023-07-19 15:50:01 -06:00
nathan
46a78dd179
Mail: When importing from mail, prefer attachement filename when available
...
Fixes missing extensions in link name
2023-07-19 15:49:37 -06:00
nathan
e0e40ac8f2
Calendar: Increase drag timeout to avoid confusion between very short drags and clicks
2023-07-19 15:34:50 -06:00
nathan
5023e8944a
Mail: When importing from mail, prefer attachement filename when available
...
Fixes missing extensions in link name
2023-07-18 14:21:42 -06:00
nathan
b548de666d
Mail: Fix missing translations in attachment download button options
2023-07-18 13:40:04 -06:00
nathan
4f2bef18bc
Importexport: Fix missing select conversion to user friendly value
...
If select still had key=>value options, they were not converted before export. Fixes missing values in merge.
2023-07-18 11:51:54 -06:00
nathan
48063b9059
Calendar: Include all groups in owner/participant when account selection is not primary group
...
(and not none)
2023-07-18 09:32:25 -06:00