Commit Graph

1069 Commits

Author SHA1 Message Date
Ralf Becker
d88b9a8cea * InfoLog/CalDAV: fixed wrong timezone used for iCal generation
times where read in server-time, but infolog_ical was told it is user-time, now set to server-time in infolog_groupdav::get_handler()
2012-03-08 18:46:43 +00:00
Ralf Becker
43e8d418b4 * CalDAV/GroupDAV: return empty collection, as iCal under iOS 5 had problems with returning "404 Not found" status 2011-09-30 12:54:48 +00:00
Ralf Becker
7b63f1945e fixed since r29490 not working private attribute 2011-06-26 13:21:26 +00:00
Ralf Becker
bd76d95a20 fixed warning 2011-06-26 12:27:38 +00:00
Jörg Lehrke
6269714dc8 fix for egroupware.org bug #2824: SyncML ingnored multiline descriptions in infolog 2011-06-02 18:17:52 +00:00
Ralf Becker
e9b14d12f0 as php 5.2+ assigns objects by reference, internal data would change 2011-04-12 06:13:58 +00:00
Ralf Becker
3a15383d0e fixed empty CREATED and LAST-MODIFIED dates 2011-04-11 09:33:03 +00:00
Klaus Leithoff
963542c912 * infolog: when breaking overlong words into fitting pieces, do not break lines that are tested positive to contain links. (reported as Helpdesk issue #1324 in Stylite tracker) 2011-03-21 16:15:02 +00:00
Ralf Becker
4eb506b01b * CalDAV/Lightning: fixed under some conditions infinit poping up alarms and user not able to add alarms
- Lightning pops up alarm, until Sequence/etag get updated: if user has no edit rights on an other users calendar, etag never got updated, now we update it
- fixed user was not able to add alarms via CalDAV, if he had no edit rights for event (was always possible in web UI)
- alarms from other users calendars are not included any more, as they make no sense but a lot of trouble
- fixed wrong condition on adding alarms, causing some alarms no being saved
2011-03-05 10:26:17 +00:00
Ralf Becker
8893a9b602 * correctly parsing of "time-range" REPORT filter, giving a SQL error before because it requires comparing as unix timestamp not strings 2011-02-23 10:59:51 +00:00
Nathan Gray
9578edb5ca Provide proper history widget for Last changed, and stop any more from being logged 2011-02-17 16:10:00 +00:00
Klaus Leithoff
ce1a9f2516 * eMail: fix stripping too much text, extended: apply solution of r33526 to infolog and tracker, when mail is converted while/after sending 2011-01-20 12:26:21 +00:00
Nathan Gray
b6e61ce94f Implode arrays when not exporting human-friendly values so they don't say 'Array' 2010-12-15 23:11:02 +00:00
Klaus Leithoff
03efa78a8e * Calendar: dayview allow edit popup for task pane by clicking on icon/status icon of particular infolog line. Backport of N.Grays implementation 2010-12-14 15:32:52 +00:00
Klaus Leithoff
ac415a2385 dont use the global template object anymore; do our own now 2010-11-29 11:45:31 +00:00
Nathan Gray
633e28e1e9 Respect convert to human friendly values option 2010-11-22 23:48:03 +00:00
Nathan Gray
3535f0286a Remove options tab from the export dialog 2010-11-19 19:08:47 +00:00
Nathan Gray
cb637d195b Shuffle order of fields (used for CSV export) 2010-11-19 19:05:57 +00:00
Ralf Becker
470edb4da0 fixed wrong parameter for egw_link::get_links() $only_app, causing extra_links, eg. projectmanager link not to work, if links are not already supplied, like in infolog view mode 2010-11-17 13:08:33 +00:00
Nathan Gray
ac83f67993 Add exporting via importexport 2010-11-08 17:20:20 +00:00
Nathan Gray
e92cbb870e Add exporting via importexport 2010-11-08 17:19:22 +00:00
Ralf Becker
9c2b7a8d2f fixed 5px higher tab for history in infolog.edit 2010-11-02 14:15:45 +00:00
Ralf Becker
c2cb25aeb1 fixed 5px higher tab for history in infolog.edit 2010-11-02 14:14:47 +00:00
Klaus Leithoff
1e82a48e37 * Infolog: Fix problem Delegated user was not able to edit infolog entrys owned by Groups, if he was not member of that group, and had no grouprights. Implicit rights where not applied; reported in Stylite Tracker#8255; 2010-10-27 08:44:45 +00:00
Klaus Leithoff
27d22befe0 * Infolog: Fix problem Delegated user was not able to edit infolog entrys owned by Groups, if he was not member of that group, and had no grouprights. Implicit rights where not applied; reported in Stylite Tracker#8255; 2010-10-27 08:42:52 +00:00
Ralf Becker
7da1d851fc * InfoLog/*DAV: do NOT set current user for PUT in /infolog/ and do not allow to change owner of existing entries 2010-10-26 09:23:51 +00:00
Ralf Becker
3dccac6ce4 * InfoLog/*DAV: do NOT set current user for PUT in /infolog/ and do not allow to change owner of existing entries 2010-10-26 09:21:52 +00:00
Nathan Gray
d15eed3598 Backport 32498 - Add span to bottom left hbox so 'Do not notify ...' doesn't get squished 2010-10-12 14:47:42 +00:00
Nathan Gray
4fb9b91b15 Add span to bottom left hbox so 'Do not notify ...' doesn't get squished 2010-10-12 14:45:13 +00:00
Ralf Becker
f46e031933 removed (anyway unnecessary) deprecated posix regular expression, giving a warning in php5.3 2010-10-12 07:38:35 +00:00
Nathan Gray
f64f49deac Backport 32466 - Add a 'No notifications' checkbox to infolog edit dialog to avoid sending notifications 2010-10-08 17:51:39 +00:00
Nathan Gray
d00b629269 Add a 'No notifications' checkbox to infolog edit dialog to avoid sending notifications 2010-10-08 17:48:36 +00:00
Klaus Leithoff
e677274dce finnish/suomi translations provided by mkk 2010-10-07 11:32:38 +00:00
Klaus Leithoff
eee4165762 finnish/suomi translations provided by mkk 2010-10-07 11:31:57 +00:00
Nathan Gray
76d2792308 Get infolog working with import/export 2010-10-06 22:18:09 +00:00
Klaus Leithoff
b518045cd3 *eMail: feature to be able to import an email recieved or while sending as a tracker item; (that includes the move of some functions from infolog to bofelamimail, to make it available to more than one app); better charset detection on message body parts that do not carry a charset information (e.g.: base64 and quoted-printable messages, seem not to carry that info) 2010-10-06 12:56:54 +00:00
Klaus Leithoff
2072920aae *eMail: feature to be able to import an email recieved or while sending as a tracker item; (that includes the move of some functions from infolog to bofelamimail, to make it available to more than one app); better charset detection on message body parts that do not carry a charset information (e.g.: base64 and quoted-printable messages, seem not to carry that info) 2010-10-06 12:45:58 +00:00
Klaus Leithoff
a192da2334 *infolog: fix startdate filter for infolog, if you select a single day for start and enddate, and if your infologs start at 00:00 of that day (no time specified) 2010-10-05 09:30:09 +00:00
Klaus Leithoff
b1721146d1 *infolog: fix startdate filter for infolog, if you select a single day for start and enddate, and if your infologs start at 00:00 of that day (no time specified) 2010-10-05 09:29:16 +00:00
Klaus Leithoff
15808d3bc8 *infolog, notification: allow the values of select fields to show, actually everything that has an array as value-range and the key saved is found in that range will be shown, else the saved key will be displayed 2010-10-04 14:47:52 +00:00
Klaus Leithoff
792027ab82 *infolog, notification: allow the values of select fields to show, actually everything that has an array as value-range and the key saved is found in that range will be shown, else the saved key will be displayed 2010-10-04 14:46:52 +00:00
Klaus Leithoff
c4e46dc172 typo in comment, while debugging ACLFilter 2010-09-28 14:58:30 +00:00
Nathan Gray
8be41b7976 When deleting but keeping infolog entries, hold on to links as well so they can be restored if contact is restored 2010-09-27 19:18:21 +00:00
Ralf Becker
dc94d60c4b * iPhone and Mac Addressbook support aka Apple CalDAV/CardDAV autodetection
Addressbook does NOT allow to specify the URL, unlike iCal which allows it after autodetection fails.
This, some XML specifics set now for Apple addressbook user-agents and etags for addressbook collection itself
allow now to use EGroupware with iPhone or Mac addressbook. The later was working before, if you edited the URL
into a decompiled plist file, but failed now because of a new REPORT it tries on the principal, to find out shared
addessbooks, which we not yet support, but failed to tell in the correct way (501 Not Implemented).
Addressbook sync now the personal addressbook, because that is what we tell it as addressbook-home-set.
We should add some configuration so user can choose what addressbook to set as addressbook-home-set, or to set
the "all" addressbook (/addressbook). For the later we could add some prefs like SyncML to specify filters or
eg. a distribution list.
2010-09-25 09:14:28 +00:00
Ralf Becker
809b7fc04c PHP5.3 deprecated function fix 2010-09-25 09:14:22 +00:00
Ralf Becker
ed733eef42 * iPhone and Mac Addressbook support aka Apple CalDAV/CardDAV autodetection
Addressbook does NOT allow to specify the URL, unlike iCal which allows it after autodetection fails.
This, some XML specifics set now for Apple addressbook user-agents and etags for addressbook collection itself
allow now to use EGroupware with iPhone or Mac addressbook. The later was working before, if you edited the URL
into a decompiled plist file, but failed now because of a new REPORT it tries on the principal, to find out shared
addessbooks, which we not yet support, but failed to tell in the correct way (501 Not Implemented).
Addressbook sync now the personal addressbook, because that is what we tell it as addressbook-home-set.
We should add some configuration so user can choose what addressbook to set as addressbook-home-set, or to set
the "all" addressbook (/addressbook). For the later we could add some prefs like SyncML to specify filters or
eg. a distribution list.
2010-09-25 09:08:37 +00:00
Nathan Gray
fca08d7b62 Backport 32267 - Changes to be able to create an infolog entry from a tracker ticket. Tracker subject, description and any matching custom fields are copied over. 2010-09-23 22:57:41 +00:00
Nathan Gray
6da84c0dcd Changes to be able to create an infolog entry from a tracker ticket. Tracker subject, description and any matching custom fields are copied over. 2010-09-23 22:51:17 +00:00
Klaus Leithoff
9d176490bf Feature: to allow admins a) to set an allowed password age, to require all users to change their password regularily; b) force password change for a given user on the users next login; c) better control about the password strength required; Funded by Cricket 2010-09-22 10:16:32 +00:00
Klaus Leithoff
3843c0b59b Feature: to allow admins a) to set an allowed password age, to require all users to change their password regularily; b) force password change for a given user on the users next login; c) better control about the password strength required; Funded by Cricket 2010-09-22 09:48:27 +00:00