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
Klaus Leithoff
8ebbaeed82
* eMail: fix problem for folder preferences did not overrule folders set by getSpecialUseFolders
2013-09-12 13:57:38 +00:00
Ralf Becker
1c815af123
update to 1.8.005
2013-09-11 16:23:52 +00:00
Ralf Becker
dea0e0a81a
use secure and httponly cookies by default, secure cookies can be switched off in Admin >> site configuration, if required for sitemgr
2013-09-11 13:09:45 +00:00
Ralf Becker
8c9f2a768e
need to tell php session to use secure and httponly cookies too
2013-09-11 12:40:07 +00:00
Ralf Becker
869d40277d
fixed language selection got lost
2013-09-11 12:19:17 +00:00
Ralf Becker
af91298482
setup uses now sessions too and password-hashes in header.inc.php use most secure hashing type
2013-09-11 11:42:55 +00:00
Ralf Becker
d87be304cc
change cli detection to use php_sapi_name()
2013-09-10 17:33:27 +00:00
Klaus Leithoff
2445f91483
commit some french lang file stuff; provided by Thomas Chaillot, Spirea
2013-09-09 12:06:36 +00:00
Klaus Leithoff
df6e9076e4
* eMail: fix possible problem when mail-message-body (text or html part) is empty
2013-09-06 12:01:13 +00:00
Ralf Becker
826e7634bb
fix sql error when deleting a user without distribution lists
2013-09-03 16:05:54 +00:00
Ralf Becker
f07e86026a
* EMail/all apps: fixed notifications caused EMail to loose connection to IMAP server
...
- temporary switch of user-enviroment as not fully restored and caused email connection of notified user being tried
- bo_tracking::send_notification does not all switching and is save to used without do_notifications
- references to $GLOBALS[egw_info][user] are now removed, because they also stopped correctly switching user enviroments for notifications
2013-09-02 12:19:19 +00:00
Ralf Becker
242b62fb60
* Addressbook: deleting an account now also takes care of deleting or changing ownership of distribution lists (beside contacts as before)
...
r43694: fixed not working delete-account hook
2013-09-02 11:20:45 +00:00
Ralf Becker
0da37cc8ff
fixed warning reported by Anthony Messina on developers list
2013-09-02 06:49:43 +00:00
Ralf Becker
d23ee9c174
Changelog for 1.8.004.20130831
2013-08-31 08:06:52 +00:00
Ralf Becker
f735134a81
* FckEditor: re-added EGroupware configuration
2013-08-31 08:03:42 +00:00
Klaus Leithoff
abc36ce402
commit some french lang file stuff; provided by Thomas Chaillot, Spirea
2013-08-30 07:12:24 +00:00
Ralf Becker
af2145bea3
* Calendar/EMail: accepting mail invitations sets now external organizer as role CHAIR (externals can not be event-owners), to send replys back to organizer
2013-08-29 14:50:42 +00:00
Ralf Becker
aef984c7fa
* Calendar: automatic cancel alarms from removed or rejected participants
2013-08-29 14:39:01 +00:00
Klaus Leithoff
b94b6dfc15
commit some french lang file stuff; provided by Thomas Chaillot, Spirea
2013-08-27 08:56:50 +00:00
Klaus Leithoff
803d2e1b87
commit some french lang file stuff; provided by Thomas Chaillot, Spirea
2013-08-27 08:56:48 +00:00
Klaus Leithoff
066bd38927
commit some french lang file stuff; provided by Thomas Chaillot, Spirea
2013-08-27 08:56:47 +00:00
Klaus Leithoff
d1ebcef92c
commit some french lang file stuff; provided by Thomas Chaillot, Spirea
2013-08-27 08:56:45 +00:00