Commit Graph

23827 Commits

Author SHA1 Message Date
1f9922d6b3 * CalDAV/CardDAV: entries with urls containing url-encoded chars, eg. from Google calendar, were not send to clients (missing urldecoding in multiget report) 2014-02-20 15:11:50 +00:00
383779419e * CalDAV/Calendar: sending now iMip response to external organizer when initialy accepting invitation via CalDAV client (before only status changes where sent) 2014-02-20 15:05:05 +00:00
d8ce9fcb87 * CardDAV/Addressbook: add "None" to forced preferences of addressbooks to sync in addition to personal one 2014-02-20 13:53:22 +00:00
d7d02c919f * eTemplate/all apps: limit displayed history to 500 entries 2014-02-20 12:47:40 +00:00
7eb729ebc8 silence error log on compose 2014-02-20 11:58:27 +00:00
9c9dc59df7 * All apps: run link notifications after processing and returning control to user to speed up saving of entries with links to (big) projects 2014-02-20 11:30:22 +00:00
dbb22b6f79 restoring value at end of etemplate::show_cell() as it is a reference into content and some widgets (IP-address cf) rely on being able so set content while using multiple widgets with same name relys on it being unchanged 2014-02-20 09:34:36 +00:00
035d5a934a fix problem with not displayed inline-images (as part of href) 2014-02-18 12:25:28 +00:00
e95d46b7bc disable transaction for mysql for restore, as a failure during restore may lead to an empty database, as drop table is not transactional for mysql 2014-02-17 16:18:26 +00:00
9f6d14690e force re-import of etemplates if app-version changes 2014-02-17 14:27:04 +00:00
d4f02a8bd5 Changelog for 11.1.20140212 2014-02-12 14:35:19 +00:00
ed5ff6fd1a Fix calendar ignore conflict when the conflict is not from resources 2014-02-12 13:06:31 +00:00
506f232723 fix bug regarding actions on all selected mails (selected via checkbox) reported by zorg 2014-02-12 12:40:38 +00:00
2283421e2c using now a branch for eSyncPro, as we need et2 for trunk 2014-02-12 08:30:24 +00:00
acacc038dd update from 1.8.006 2014-02-11 09:32:54 +00:00
35b725b7e2 do not use / in random password and let preg_quote know we use / as delimiter (also fixing ide warnings) 2014-02-11 09:19:42 +00:00
ae678ed9cc Changelog for 11.1.20140210 2014-02-10 13:15:46 +00:00
99ca6a592b * CalDAV/Calendar: fixed invalid ics file for alarm exactly at the event 2014-02-10 08:53:40 +00:00
98135e4087 using capital REQUEST in method parameter 2014-02-05 15:15:21 +00:00
7aacef369a re-add missing account status (active/created/changed) 2014-02-05 13:18:31 +00:00
dbdb54abb5 * API: support for mbstring.func_overload=0 (previously we required mbstring.func_overload=7 to correctly support utf-8) 2014-02-04 16:14:46 +00:00
e822ed2f02 fix typo 2014-02-04 14:59:56 +00:00
a4ff6334b6 * eMail: completely remove the ui/bo/sofilter classes as they are not effectively used anymore 2014-02-04 14:58:28 +00:00
215cc95315 fixed problem reported by Pedro Ribeiro 2014-02-04 13:48:03 +00:00
e577e09835 same for list users or groups 2014-02-04 09:14:08 +00:00
4d52a577e5 missing quoting in editing users and groups 2014-02-04 08:41:04 +00:00
aac5309c8f Add "Allow ignore conflicts" feature for resources 2014-01-29 13:46:30 +00:00
8d0cdd068d reduce the use of the session as cache/storage for notified mails; use INSTANCE cache instead 2014-01-29 09:40:45 +00:00
13af04b202 * Calendar/eSync: fixed caching causing new events on EGroupware side not to appear on device (withing time of a running ping-request) 2014-01-28 16:26:31 +00:00
8cca1e3536 * InfoLog: query custom-fields for notifications
and remove static $ignore_acl parameter, as it is only used in no longer necessary read
2014-01-28 15:18:56 +00:00
8156367b57 * CalDAV/Resources: fixed only first N resources were available in CalDAV (N = common preference how many entries to show) 2014-01-28 14:45:10 +00:00
27f254afb6 * Calendar,EventMgr: fixed locking of events to work with current browser versions 2014-01-28 13:31:49 +00:00
f2ae2ef6b8 Fix not being able to select other groups in categories but always User all 2014-01-28 11:47:08 +00:00
b84c150202 * Adressbook/CardDAV: changed (down-)scaling of images to width of 240px (was 60px) to cater for higher screen resolutions 2014-01-28 11:25:10 +00:00
8c13d3e6cb * API/Preferences: fixed can NOT unset last (forced) preference of an app, also fixed not working deleting of prefs when deleting a user or group 2014-01-23 12:34:45 +00:00
2f91f0e1de fixed typo causing not being able to log in with header-admin-user/password into setup 2014-01-18 10:07:09 +00:00
4d19cbc577 fixed typo causing svn-help to only work for merge and up commands 2014-01-15 18:06:22 +00:00
18c702dc5a fixed typo causing preferences not to be deleted, when users or groups get deleted 2014-01-14 11:54:24 +00:00
b7d0515cc2 * Tracker: dropping unique index(es) on escalations to not limit creating same escalations eg. on different queues
Was previously done by modifying index to contain more columns in update, but not new installations.
Now droping all existing unique indexes completly.
2014-01-14 11:11:36 +00:00
01051fd136 fix typo: was only causing trouble when replying from draft folder from your activesync device 2014-01-10 14:39:51 +00:00
9316a880ab Make sure the edit_series javascript function is loaded after getrows in calendar list view 2014-01-09 11:14:52 +00:00
3e5701b92a return $arr argument itself, but no reference to it, in all error cases 2014-01-08 09:46:53 +00:00
e9d249af5a Changelog for 11.1.20140108 2014-01-08 09:02:49 +00:00
2b9d56c7f0 can NOT use empty($idx) as it is true for 0 too! 2014-01-08 08:58:32 +00:00
c3fc9d9c2a Changelog for 11.1.20140107 2014-01-07 18:27:36 +00:00
b8e4818452 * CalDAV/calendar: fixed permanent auth request in iCal, if accountselection is set to "selectbox with groupmembers" and rights granted from group without being a member
expand-property report now ignores the url instead of throwing an exception
2014-01-07 17:31:51 +00:00
4fd32f2470 * eMail/Mailhandling: introduce option >mail text only< for better control of import of mails to other apps 2014-01-07 12:46:04 +00:00
3c2041c0ae * CalDAV/CardDAV: only advertice sync-collection report, if we track deleted entries (history-logging enabled, not working otherwise) 2014-01-07 11:11:21 +00:00
d5e12ae79e * API/Admin: fixed SQL error on repairing filesystem, if one of required directories has wrong permissions 2014-01-07 09:56:43 +00:00
b914cd356d allow to prefix alternative name with a minus to substract instead of adding its value 2014-01-06 13:03:39 +00:00