Commit Graph

323 Commits

Author SHA1 Message Date
nathangray
8eca71d461 Calendar - fix a few more missed ajax=true that were causing problems loading 2017-10-05 11:22:11 -06:00
Ralf Becker
0d360c75b1 * Calendar/CalDAV: do not report non-participants as busy or conflict 2017-08-18 10:12:40 +02:00
Nathan Gray
ad81c7553d Merge pull request #10 from WAMozart/master
* added share-link feature to filemanager context menu
2017-08-02 10:23:23 -06:00
nathangray
d74facad60 Calendar - if editing event without popup, cancel loads normal calendar UI instead of doing nothing. 2017-07-27 13:30:58 -06:00
Hadi Nategh
701521bd0b * Calendar: Fix default alarm does not get changed relatively to the selected start time when creating new event 2017-07-21 09:42:42 +02:00
Hadi Nategh
57f9dfacff Revert commit 8340520589 and implement the fix in more sane way 2017-06-20 17:03:20 +02:00
Hadi Nategh
6613a21c7d * Mail: Fix links get removed from description content of calendar appointment email 2017-06-20 17:02:37 +02:00
nathangray
96aac588e4 * Calendar - creating an exception to a recurring event now copies the links over to the exception 2017-05-15 10:33:43 -06:00
Ralf Becker
3148138027 Revert "Thumbnails (and handling) of uploaded files on new entries that have not yet been saved" as it breaks sync
This reverts commit 3e6c733e69.
2017-04-15 17:20:05 +02:00
nathangray
3e6c733e69 Thumbnails (and handling) of uploaded files on new entries that have not yet been saved 2017-04-13 08:11:13 -06:00
Ralf Becker
560f064bc1 * Calendar: fix error in mail all participants on minimal install
Call to undefined method EGroupware\Api\Accounts::get_account_name()
2017-03-28 19:52:18 +02:00
nathangray
d0eac9393a Fix participant role is lost when changing another user's status 2017-03-14 08:37:19 -06:00
nathangray
b3be458ad6 Reduce translation duplication - use a single common message for entry copied 2016-12-14 12:42:28 -07:00
nathangray
8f1a792904 Fix bug where you were unable to change participant status of a recently added user until you save the event 2016-11-01 15:13:26 -06:00
Ralf Becker
1903533564 fix typo and IDE warnings 2016-10-19 15:24:50 +02:00
Ralf Becker
50270c0994 old behavior "selected" should also be used for not set preference, therefore we need to test for !== '0' 2016-10-04 09:56:31 +02:00
nathangray
0b6e3fc1ae Fix clicking inside a single other user's calendar did not invite that user when new event preference was 'Just me' 2016-09-28 10:05:39 -06:00
nathangray
168b5640f6 Fix unwanted extra participants in consolidated views when new event participant preference is 'just me' - month view 2016-09-13 10:11:37 -06:00
nathangray
6bc609c68b Fix unwanted extra participants in consolidated views when new event participant preference is 'just me' 2016-09-13 10:11:28 -06:00
nathangray
4d2fce1d06 Use user accounts when available over addressbook when expanding mailing lists 2016-09-09 08:08:10 -06:00
Hadi Nategh
b11de5b45f Fix drag and drop in calendar does not work if there's resources 2016-09-06 16:20:35 +02:00
nathangray
446a33c82d Fix invalid parameter error when changing the status of a recurring event exception 2016-09-05 19:52:34 +02:00
nathangray
ff4d9e0a8c Allow events created by clicking on 00:00 to actually start at 00:00 instead of workday start time 2016-09-05 10:05:21 -06:00
nathangray
00eacc6791 Fix error when saving copied event if current user does not have add rights to original user's calendar 2016-07-29 09:42:06 -06:00
nathangray
e992ffd19a Keep event owner while copying, if current user has add permissions 2016-07-29 09:41:55 -06:00
nathangray
c7f63a5e0a * Calendar: Create new events by dragging on empty space 2016-07-26 09:13:03 -06:00
nathangray
7181b4eab4 When adding a mailing list as participant, immediately expand it to contacts 2016-07-26 08:38:27 -06:00
Ralf Becker
babaab8278 fix wrong namespace and replaced a couple more CreateObject 2016-07-26 09:05:40 +02:00
nathangray
b3a3ba39e2 Change usage of deprecated CreateObject() to autoloadable class names 2016-07-26 09:03:39 +02:00
nathangray
408726b647 Prevent "Parameter must be scalar" error when creating a calendar event - thanks @sbourget 2016-07-25 15:08:23 -06:00
nathangray
a557ce5ceb Fix deleting a single event of a series deleted correctly, but caused the whole series to disappear from view. 2016-06-21 11:42:44 -06:00
nathangray
fc53782f60 Remove participant restriction on new events to just users or groups, now we add any contacts or resources selected as well 2016-06-21 11:17:06 -06:00
nathangray
8cb1bb19b1 Check event filters when updating status or category through edit dialog to remove the event if it no longer matches. 2016-06-16 11:08:31 -06:00
nathangray
0d77d8e62a Better handling for drag & drop of multi-day events between blocking & non-blocking areas 2016-06-08 10:16:17 -06:00
nathangray
660888c716 Drag and drop move or invite in day view 2016-06-01 13:47:18 -06:00
nathangray
6d10b8d231 Drag and drop to another user's calendar
- Add exception prompt
- Change to -> Move to
2016-06-01 09:30:42 -06:00
nathangray
1756179bb3 Restore export function, turns out it is used by context menu -> export 2016-05-24 16:44:14 -06:00
nathangray
deedf7a808 Handle changing status via ajax for a user in a group invitation 2016-05-24 14:51:16 -06:00
nathangray
8789d8d944 Fix incorrect client update when changing status on a recurring event exception 2016-05-18 11:30:50 -06:00
nathangray
f1b4367181 Fix original event stays when a series exception is created 2016-05-16 15:56:08 -06:00
Nathan Gray
c6e6da63ef Allow drag and drop between calendars, asking to invite or transfer 2016-05-11 17:29:58 +00:00
Ralf Becker
4af0e7cb1c WIP EGroupware without phpgwapi&etemplate 2016-05-04 19:07:54 +00:00
Nathan Gray
cbb2d73b98 Make some old code that returns HTML unused, then remove it 2016-05-02 15:26:56 +00:00
Ralf Becker
dcc003cedf move calendar to new api 2016-05-01 17:47:59 +00:00
Ralf Becker
429177686a make home a regular application, which can eg. disabled, incl. moving all services using "home" as appname to "api" and moved some other forgotten stuff from phpgwapi&etemplate to api 2016-05-01 09:57:48 +00:00
Nathan Gray
40fbf3e2c9 Update for resource selection to re-enable conflict detection
- Remove account & contact options from default resource selection preference
- Edit dialog participant now passes selected start & duration, so conflict detection works again
2016-04-29 18:01:17 +00:00
Nathan Gray
67faad146f Fix extra empty participant in new event for another user from planner by user view 2016-04-27 23:06:51 +00:00
Nathan Gray
ebc14c847c Avoid empty popup & cryptic error from drag and drop series in the past with future conflict 2016-04-27 18:53:15 +00:00
Nathan Gray
61029657f5 Log recurrence end date into history 2016-04-26 16:41:22 +00:00
Nathan Gray
3ecd30fb35 Fix no category showed blank tag in category taglist. 2016-04-04 21:40:45 +00:00