Commit Graph

40357 Commits

Author SHA1 Message Date
d6739afe8b Calendar: Fix group calendar could be missing events under some circumstances
Static account options added to CalendarOwner were blocking the group data needed, fixed by using sent options over account options
2023-07-26 09:06:27 +02:00
0e8e46f44e Api: Fix doubled link on open and missing link app select 2023-07-25 18:53:53 +02:00
8ace683cdb Filemanager: Fix anonymous upload directory always reported failure when uploading 2023-07-25 18:50:16 +02:00
a6b00d5922 Filemanager: Fix anonymous upload directory always reported failure when uploading
Now it works first time the file is uploaded
2023-07-25 18:50:16 +02:00
ad53fa38da small docu update for Calendar REST APi 2023-07-25 18:38:34 +02:00
eef211fdcd * 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-25 18:38:34 +02:00
f60ee71c1c WIP Calendar REST API 2023-07-25 18:38:34 +02:00
2b323f4ceb 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:35:13 +02:00
ed3e9204ac Calendar: Fix clicking in dayview with multiple users added them all to the new event 2023-07-25 07:42:33 -06:00
e28191600d Calendar: Stop double add for fast clickers 2023-07-25 07:42:09 -06:00
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
1508de4574 implement missed shareExpiration and sharePassword attributes when sending mail 2023-07-25 14:59:41 +02:00
6e6138955b Add some translations 2023-07-25 12:03:51 +02:00
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
0f8a3251c4 Take emailTag preference for addresses used in mail list into account 2023-07-25 11:42:57 +02:00
a4109439e1 Implement onlyEmail option for UrlEmailReadonly 2023-07-25 11:42:40 +02:00
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
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
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
95c2bdb6b4 Fix calendar view no longer works in mobile view 2023-07-24 12:35:17 +02:00
0bd9ec1cf2 fix docu, spelling and some static vs. non-static calls 2023-07-21 09:00:00 +02:00
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
19d0234567 Calendar: Increase drag timeout to avoid confusion between very short drags and clicks 2023-07-20 10:32:50 -06:00
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
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
02d25f7014 Mail: Fix missing translations in attachment download button options 2023-07-19 15:50:01 -06:00
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
abc2ca11b8 Importexport: Fix missing special import fields 2023-07-18 09:24:46 -06:00
6286679b0c * Api: Restrict customfield options read from a file to only JSON files. Files should contain an array of options.
ex:
[
  { "value": "Α", "label": "α alpha" },
  { "value": "Β", "label": "β beta" }
]
2023-07-18 08:20:29 -06:00
0632068664 * Api: Customfield selectboxes can read options from a PHP file in the VFS using @[path] ex: @/home/Default/selects.php 2023-07-18 08:20:18 -06:00
43f704f0d5 If customfields has a label and only 1 field, use the label for the widget
This lets us use " " as label to hide the custom field's label
2023-07-18 08:20:12 -06:00
39aa763552 * Adressbook/CardDAV: unconditionally start output-buffering to fix problems with huge multiget reports from TB110 AB 2023-07-17 21:44:16 +02:00
e1be2276c1 More indent for sub-categories 2023-07-17 10:39:09 -06:00
1a20ba504b Filemanager: Adjust Extended ACL template to make better use of space 2023-07-17 10:38:14 -06:00
96621ac3c5 Disable kanban column if user does not have access to kanban 2023-07-17 10:37:21 -06:00
849bdd64eb Calendar: Fix dnd reordering of owners 2023-07-17 10:36:40 -06:00
f85d75ec81 Infolog: Fix incorrect modified date passed back to client after initial save 2023-07-17 10:36:11 -06:00
e914e6df66 Calendar: Stop conflict dialog from refreshing main view 2023-07-14 13:37:34 -06:00
90508896d3 Update calendar.svg
File optimisation, colour corrected
2023-07-14 09:24:07 -06:00
c205be4547 Update delete.svg
Change to new EGw design
2023-07-14 09:24:01 -06:00
ba551a27ef Update MailFolderTrash.svg
Change to new EGw design
2023-07-14 09:23:52 -06:00
61281ac778 fix not translated context menu 2023-07-14 11:30:19 +02:00
5111f66025 clean up translations a bit 2023-07-14 11:29:02 +02:00
cae7ff0c01 add Promise<Et2Dialog> return type to openDialog 2023-07-14 09:08:36 +02:00
76307bd52d WIP Mail REST API: calendar quick-add show title required client-side 2023-07-14 09:08:36 +02:00
38d7a3ca9e Calendar: further adaptations to using openDialog()
Fixes canceling quick add doesn't remove placeholder, invalid event gave no feedback
2023-07-14 09:08:36 +02:00
5b401feb85 Changes for opening etemplate in a dialog
- openDialog() now returns Promise<Et2Dialog>
- fixed etemplate reload
2023-07-14 09:08:35 +02:00
4bb5f9f7b2 WIP Mail REST API: fix reported problems with calendar quick add 2023-07-14 09:08:35 +02:00
1bfdb71654 WIP Mail REST API: fix docu and content-type of response for uploading attachments 2023-07-14 09:08:35 +02:00
e4b128408f Et2Dialog: Fix buttons could not be adopted if dialog contains only arbitrary slotted content 2023-07-14 09:08:35 +02:00