Ralf Becker
230c5f1eac
update to 1.8.006
2014-02-11 09:33:35 +00:00
Ralf Becker
5c2533c88c
* CalDAV/Calendar: fixed invalid ics file for alarm exactly at the event
2014-02-10 08:53:50 +00:00
Ralf Becker
32b4f370fe
using capital REQUEST in method parameter
2014-02-05 15:16:39 +00:00
Klaus Leithoff
a89b3877d4
re-add missing account status (active/created/changed)
2014-02-05 13:31:14 +00:00
Ralf Becker
7082a10338
* API: support for mbstring.func_overload=0 (previously we required mbstring.func_overload=7 to correctly support utf-8)
2014-02-04 16:15:52 +00:00
Klaus Leithoff
4cce17070f
* eMail: completely remove the ui/bo/sofilter classes as they are not effectively used anymore
2014-02-04 14:36:37 +00:00
Ralf Becker
1c98d4f5ac
fixed problem reported by Pedro Ribeiro
2014-02-04 13:45:01 +00:00
Ralf Becker
d65dd435e7
missing quoting in editing and listing of users and groups
2014-02-04 09:13:51 +00:00
Ralf Becker
bfc4ea5eb8
merged eTemplate widget type hidden from Trunk
2014-01-29 17:17:17 +00:00
Ralf Becker
ba863d8e6f
* CalDAV/Resources: fixed only first N resources were available in CalDAV (N = common preference how many entries to show)
2014-01-28 14:45:21 +00:00
Ralf Becker
a2c2655ef0
* Adressbook/CardDAV: changed (down-)scaling of images to width of 240px (was 60px) to cater for higher screen resolutions
2014-01-28 11:25:36 +00:00
Ralf Becker
0fcae564f2
* 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:37:44 +00:00
Ralf Becker
87d2363235
fixed typo causing not being able to log in with header-admin-user/password into setup
2014-01-18 10:07:21 +00:00
Ralf Becker
439c25d3c9
fixed typo causing svn-help to only work for merge and up commands
2014-01-15 18:06:33 +00:00
Ralf Becker
57e124f03a
fixed typo causing preferences not to be deleted, when users or groups get deleted
2014-01-14 11:54:51 +00:00
Ralf Becker
58b56fd630
* 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:33:01 +00:00
Ralf Becker
d18b89de00
* API/Admin: fixed SQL error on repairing filesystem, if one of required directories has wrong permissions
2014-01-07 10:31:19 +00:00
Ralf Becker
0d4b66fb79
enhance svn-helper to "understand" ./svn-helper up means update everything, it is a more efficient then svn up . *
2013-11-29 00:18:47 +00:00
Jörg Lehrke
a01efd81c8
Fix X-MICROSOFT-CDO-ALLDAYEVENT calendar issue for CalDAV clients
2013-11-23 08:12:48 +00:00
Ralf Becker
8cf762ea2d
* CalDAV/CardDAV: do NOT use Content-Length header, if zlib.output_compression is enabled, fixes problems with iOS7 eg. eTask app
...
Content-Length is size AFTER applying transfer encoding which compression is, as compression is done in PHP outside our control, we only set wrong (to big) size
2013-11-20 14:14:19 +00:00
Ralf Becker
0bec203626
fixed sometimes failed package updates because generated password contained { and removed unnecessary PEAR upgrade of included HTTP_WebDAV_Server
2013-11-07 10:05:44 +00:00
Ralf Becker
4de197fd8a
* CalDAV: fixed wrong http-status for delete in inbox
2013-10-31 11:30:41 +00:00
Ralf Becker
ac315dafe2
fixed wrongly disabled tabs
2013-10-25 12:26:55 +00:00
Ralf Becker
d687a30e6f
need to compare short names, as long name generated by prefixing with template-name is not found, because different template name
2013-10-25 11:38:50 +00:00
Ralf Becker
3c5c33dba8
disable tabs independent of using short or full name, eg. $readonlys["tabs"]["test"] = true works as well as $readonlys["tabs"]["app.something.test"] = true
2013-10-25 07:31:15 +00:00
Ralf Becker
acf0d0fc3f
* PostgreSQL/Addressbook: fixed SQL error when sorting by a custom field
2013-10-24 14:57:56 +00:00
Klaus Leithoff
04981e9eea
enable multiple file upload on attach to mail
2013-10-22 12:05:02 +00:00
Ralf Becker
a908477fe7
silenced permanent error_log and fixed a typo
2013-10-18 14:32:29 +00:00
Ralf Becker
767069a54c
make sure to load all cfs, if "customfield" in in selected columns
2013-10-17 14:09:04 +00:00
Ralf Becker
9397280688
for new or changed group-invitations, remove previously deleted members, so they show up again
2013-10-17 12:02:36 +00:00
Ralf Becker
c281300cbf
* eMail: preference to show external image was only shown to admins
2013-10-17 10:07:50 +00:00
Ralf Becker
d66d506e58
fixed broken install under PostgreSQL caused by PHP Fatal error: Call to a member function fetch() on a non-object
2013-10-15 11:42:49 +00:00
Ralf Becker
989c2be768
* SiteMgr: fixed not working anonymous user and using now a random password
2013-10-15 09:24:46 +00:00
Ralf Becker
bbacfbf046
* PostgreSQL/ProjectManager: fixed SQL error "pm_id is ambigues" when accessing /apps/projectmanager via filemanager
...
instead of aliased primary key, we have to use original column incl. table-name as alias is ambigues
2013-10-14 07:54:05 +00:00
Ralf Becker
46adb61924
implemented deleteAccount hook to clean up table
2013-10-10 14:48:26 +00:00
Ralf Becker
43cfc6b6bb
fixed sometimes not working save, as whole content is used for so_sql::read()
2013-10-07 12:18:05 +00:00
Ralf Becker
b9ddee4e6a
Changelog for 1.8.005.20131007
2013-10-07 07:34:39 +00:00
Ralf Becker
cd46241449
full implementation of draft-murchison-webdav-prefer-05, incl. return=representation for 412 conflicts
2013-10-07 07:32:34 +00:00
Ralf Becker
c5cad73f90
* API: fixed not working session encryption, by switch back to previous MCrypt algorithm and mode
2013-10-07 07:21:56 +00:00
Ralf Becker
61a9cfa844
fixed not shown day-sum (caused by 0 == "ts_id")
2013-10-04 07:13:57 +00:00
Ralf Becker
61003cccca
* Timesheet/PostgreSQL: fix SQL error when selecting a timerange
2013-10-04 07:13:07 +00:00
Ralf Becker
8d26cc89ab
fix wrong version number
2013-10-01 15:44:35 +00:00
Ralf Becker
e27dc30c76
Changelog for 1.8.004.20131001
2013-10-01 15:15:08 +00:00
Ralf Becker
c6d2a0c6ce
to mitigate html download with CSP: no blacklisting just IE, only whitelist tested browsers and versions
2013-10-01 09:51:06 +00:00
Klaus Leithoff
06c7265cea
on async job write, make sure that possible next attribute in data is in sync with job[next]
2013-09-24 10:21:18 +00:00
Klaus Leithoff
b4fb293dce
on deleteUsers hook: we need an admin connection, but we have to check general connected status as well, in case we are not
2013-09-20 07:42:15 +00:00
Klaus Leithoff
a6538a5662
* eMail/IMAP: fix for failed connection for subsequent connects when using STARTTLS in certain enviroments
...
the buffering of capabilities triggers connections that STARTTLS to use these capabilities at the wrong time; thus we reset the capability buffered by icServer object
2013-09-17 07:58:27 +00:00
Klaus Leithoff
8a2ba83ee2
* eMail/Sieve: improved capability parsing
2013-09-13 09:23:46 +00:00
Ralf Becker
1a6e873c7e
mitigate risk of html downloads by using Content-Security-Policy header or Content-Disposition: attachment for IE
2013-09-12 18:51:13 +00:00
Ralf Becker
ff651e4394
share cookie with regular EGroupware (required for Stylite hosting)
2013-09-12 15:24:25 +00:00