Commit Graph

34130 Commits

Author SHA1 Message Date
01a54413a2 Unbind events after widget gets cleared from DOM to avoid calling events like onchange for second time (eg. infolog projectmanager selection) 2018-10-12 11:29:21 +02:00
747e0ecda1 - Last / next event date for accounts too
- Fix bug showing deleted events
- Fix bug showing wrong next date if recurring
2018-10-11 17:09:12 -06:00
0f016bcd7b Change missing owner label lookup to deal with async request 2018-10-11 12:54:17 -06:00
117b559a5e Entry share changes
- Writable share is now a checkbox
- Add Sharing -> Merge entry into email template, share gets selected options
- Add {{share}} placeholder which creates (by default) read only share
2018-10-11 12:54:17 -06:00
970fb80675 Respect async flag with set false value 2018-10-11 14:14:21 +02:00
91a72c0120 use CSS to break long lines and keep links intact 2018-10-11 09:37:59 +02:00
5b14dc2f1a Show category name instead of ID in link title 2018-10-10 10:35:31 -06:00
233832b889 Remove unused title, use Api\DateTime for time conversion 2018-10-10 10:28:28 -06:00
16ddefcecf Use custom query for last/next event instead of search 2018-10-09 15:05:35 -06:00
522b30c62e Add type and comment columns to command log 2018-10-09 11:54:50 -06:00
9f6a7e3187 fixing no grant required for inviting contacts 2018-10-09 18:59:56 +02:00
cb902a3219 Fix complex name finding to handle select options with label & value set, not just simple key => values 2018-10-09 10:20:51 -06:00
2dd71574b4 Add disable attribute so I can turn off 'Change all organisation members' 2018-10-09 10:20:51 -06:00
8808f15934 No grant required for inviting a contact 2018-10-09 18:09:34 +02:00
d8e6c3b919 fix storing and retrieval of urls containing % or %25
- PUT with url containing an encoded % (%25) was stored as is, due to minimal encoding in HTTP_WebDAV_Server class, now this is changed back to store just %
- PROPFIND/REPORT was urldecoding the caldav_name/path, so % as well as %25 were reported as %25
- multiget REPORT was not finding a caldav_name containing %25 reported in PROPFIND as %2525
--> all above is working now and caldav_name with %25 or %2525 can not read via multiget
2018-10-09 18:04:34 +02:00
c3c887da98 Fix set_account_data turns into an infinite loop because of async ajax call 2018-10-09 17:41:38 +02:00
364305ed64 fix PHP Warning: Illegal string offset 'owner' 2018-10-09 13:57:15 +02:00
109117316c fix PHP Fatal error: Declaration of EGroupware\Api\CalDAV\Principals::delete(&$options, $id) must be compatible with EGroupware\Api\CalDAV\Handler::delete(&$options, $id, $user) 2018-10-09 13:43:25 +02:00
cc22e89242 * CalDAV: CalDAVSynchronizer: only allow owner/organizer to update or delete an event (not users with edit/delete rights) 2018-10-09 13:15:11 +02:00
985879b56c remove long decrecated use of <app>/inc/(functions|header).inc.php, giving a PHP Warning because of undefined EGW_APP_INC constant 2018-10-08 12:50:34 +02:00
d152738321 fix PHP Warning: Invalid argument supplied for foreach() 2018-10-08 12:48:46 +02:00
2987e9e053 do no close the session before sending, if we have to store the send text for infolog or other integration in the session 2018-10-08 11:37:40 +02:00
c197d15a28 Explicitly set async to false for user list 2018-10-04 16:09:42 -06:00
20956c4966 Explicitly set async to false for user list 2018-10-04 16:01:44 -06:00
590446a701 Use framework tooltips for toolbar button tooltips instead of browser titles
Avoids Firefox actually changing the title text sometimes
2018-10-04 15:21:03 -06:00
d5cf6a600f * Infolog, Timesheet - Fix link title placeholders not working 2018-10-04 11:17:30 -06:00
cceba01f87 Change default value for async json_request to true 2018-10-04 17:48:13 +02:00
246abdbb1c Add missing parts from previous commit 2018-10-04 17:25:09 +02:00
49f3000719 Fix loading_prompt spinner alignments 2018-10-04 17:23:30 +02:00
577850cfd0 * Api: change default submit to async call and try to block user interfering with submitted popup until the response 2018-10-04 17:23:30 +02:00
13598f5342 Prefer most specific select options, if available 2018-10-02 14:19:12 -06:00
c950d7b0c1 check if we have a valid template and/or theme on 17.1 update 2018-10-02 12:43:29 +02:00
d022e555d5 Fix xhr url in Offline options 2018-10-02 10:12:40 +02:00
f2cfd94391 Add a keep emails flag (default true), set to false to skip saving merged emails to sent folder 2018-10-01 11:16:17 -06:00
20629e2a16 Mail merge - Accept false as folder to skip saving to mail folder 2018-10-01 11:15:31 -06:00
eb7ea6bfab Fix resource invite permission was checked for every resource type 2018-10-01 10:26:06 -06:00
b7f72bf7c4 Fix wrong href 2018-10-01 16:02:49 +02:00
54cafd15d7 Implement Online/Offline connection indicator 2018-10-01 15:54:42 +02:00
3daa25ca1a Only set taglist empty label for editable widgets 2018-09-28 10:49:12 -06:00
0d5eba3d7d log exception, if (periodic) run throws one / fails 2018-09-28 12:59:01 +02:00
0354a00aa2 Some missed translations reported by Stefan Unverricht 2018-09-27 11:46:29 -06:00
92e818f429 Explicitly set taglist empty label 'Select some options' when missing so it can be translated 2018-09-27 11:46:29 -06:00
f7ff5e6c26 No outline for select and input in mobile theme 2018-09-27 17:37:15 +02:00
dd8fc59d6a * Addressbook - fix birthday cache was not cleared when birthday edited 2018-09-26 11:27:50 -06:00
cf28dbecbe Display command result in list 2018-09-25 15:08:25 -06:00
d7c5dc71cf Admin - add filter for periodic runs
- Store & display exec results for periodic runs
2018-09-25 13:17:52 -06:00
b7c359a6f1 * Mail: implement new preference to configure mail identity label shown as mail folder header 2018-09-25 15:00:01 +02:00
c96f4ff5c2 Merge pull request #49 from tompsonx/master
* Resources: correct the field name from res_owner to res_creator.
2018-09-25 11:40:22 +02:00
13f3cc5260 Fix some issues with select-country widget:
- Country selection in preferences does not respect selected value
- Fix missing empty labels in country selection in preferences
- Remove flag image from empty labels
2018-09-25 11:24:22 +02:00
d30a71e042 Merge remote-tracking branch 'origin/patch-4' 2018-09-25 02:33:16 +02:00