Commit Graph

31648 Commits

Author SHA1 Message Date
Ralf Becker
4a147c74a1 fix no longer working db-creation after 6dfe752b7f allow to switch whole database readonly 2017-03-13 16:41:12 +01:00
Ralf Becker
bb5a845600 our error_handler did not allow to supporess just warnings
eg. by using: error_reporting(error_reporting()&~E_WARNING);
2017-03-13 16:41:12 +01:00
nathangray
8f597194e0 Fix Planner sitemanager module no longer navigated.
Due to missing state variables mostly
2017-03-13 08:39:12 -06:00
Hadi Nategh
c834830df0 Add translation for quota warning dialog 2017-03-13 11:08:41 +01:00
Hadi Nategh
aaf3492588 Warn user about mail quota limit if it's 99% full and freespace is less than 50 mb 2017-03-13 10:49:32 +01:00
Ralf Becker
211e60b45d fix through proxying not matching webserver_url using X-Forwared-Host header 2017-03-10 22:04:15 +01:00
Hadi Nategh
7da5805d80 Remove testing quota percent, committed not intentionally from previous commit 2017-03-10 11:40:28 +01:00
Hadi Nategh
2b6da19330 * Mail: Implement quota limit warning dialog 2017-03-10 11:22:51 +01:00
nathangray
4e88e33e5a High priority events get red title 2017-03-09 13:28:09 -07:00
nathangray
f0b3a50d0f Always hide the contacts associated with user accounts from calendar owner options, we just show the accounts. 2017-03-09 13:16:57 -07:00
nathangray
775e92a89f Fix events that end at midnight can cause events from the next day to not be displayed 2017-03-09 13:02:23 -07:00
Ralf Becker
78880b5238 missing commit for readonly db stuff 2017-03-09 20:17:50 +01:00
Hadi Nategh
92395ea834 WIP SMIME support: Use encyption method in mailer object 2017-03-09 17:42:41 +01:00
Hadi Nategh
66315db75a WIP SMIME suport:
- Integrate smime encryption inti mailer class
2017-03-09 17:33:46 +01:00
nathangray
e34e679733 Fix unable to add ACLs 2017-03-09 08:55:13 -07:00
Ralf Becker
6221e69229 fix regexp to only match beginning of string 2017-03-09 16:42:50 +01:00
Ralf Becker
23ac04df8d allow to switch whole database readonly, via setting "db_readonly" => true in header.inc.php 2017-03-09 12:08:00 +01:00
nathangray
78c5f31ff5 * Addressbook - When viewing a user account's calendar or next/previous dates, use the account calendar over the contact calendar 2017-03-08 09:53:52 -07:00
Hadi Nategh
d2fb5d56be Make sure the folder status runs last in jsonq 2017-03-08 15:11:55 +01:00
Ralf Becker
9361927edf prefer window over top, which might cause a security exception 2017-03-08 15:02:29 +01:00
Ralf Becker
e63cb7c849 same story tutorial popup: ignore security exception if window.top is in a different security context
eg. because SiteMgr contact-form is running in an iframe
2017-03-08 14:25:52 +01:00
Ralf Becker
f0925ef32c same story for framework: ignore security exception if window.top is in a different security context
eg. because SiteMgr contact-form is running in an iframe
2017-03-08 14:21:29 +01:00
Ralf Becker
d1b963c98b ignore security exception if window.top is in a different security context
eg. because SiteMgr contact-form is running in an iframe
2017-03-08 14:14:16 +01:00
Ralf Becker
1c80a22413 added (commented out) code to enable IMAP log for a single user 2017-03-08 10:33:00 +01:00
nathangray
0f83206907 * All apps - Add special search case for #<int> to only match the ID, not search the whole entry 2017-03-07 12:24:42 -07:00
nathangray
5926c5e7be Allow docm and xlsm merge templates 2017-03-07 12:08:01 -07:00
nathangray
2dbe3e785e Calendar - Remove contacts matching accounts user has no access to so nobody selects it thinking they are selecting the user account 2017-03-07 11:08:26 -07:00
nathangray
a14a8681fc * Mail- List mailing lists before contacts when searching for email addresses 2017-03-07 10:18:21 -07:00
Hadi Nategh
eba4ce0549 Fix IDE warnings 2017-03-07 15:20:11 +01:00
Hadi Nategh
c3e19a14e9 * Mail: Better style for showing emails in print mode, thanks to Michael Scholl 2017-03-07 14:37:40 +01:00
Hadi Nategh
c1aa7c16bf Creating folder on not active profile can be handled by changeProfile 2017-03-07 14:05:42 +01:00
Hadi Nategh
104acdde5f Fix mail tree does not get refreshed after folder creation 2017-03-07 12:29:45 +01:00
Hadi Nategh
db13e47fbd * Mail: Fix add folder action does not work properly on top level 2017-03-07 12:21:00 +01:00
Hadi Nategh
3209484d31 Cover more events on XSS regexp and avoid confusion between legitimate words with beginning of "on" and on[Events] 2017-03-06 19:12:56 +01:00
nathangray
7293967215 Infolog - If delegated user has access to change description, also allow timestamp button 2017-03-06 09:59:21 -07:00
nathangray
66f44e0131 Update Gruntfile to include added JS files, should fix bugs with minified JS 2017-03-06 09:36:30 -07:00
nathangray
b8e8658226 Calendar - Toolbar '+' button changed to add event on first day of current view, previously was always 'today' 2017-03-03 10:00:15 -07:00
nathangray
cb0f574e82 Fix grid for few users as well as lots 2017-03-03 09:22:36 -07:00
nathangray
90e537e1fa Calendar - Planner view: Fix time grid lines did not reach all the way to the end 2017-03-03 09:18:47 -07:00
nathangray
855825c088 Calendar - Planner view: Fix time grid lines did not reach all the way to the end 2017-03-03 09:07:16 -07:00
nathangray
e649793aee Add tooltip so you can tell which phone number is which in addressbook list 2017-03-02 10:53:42 -07:00
Hadi Nategh
63a168573a * Preferences: Fix hints are not visible for tabs with scrollbar 2017-03-02 11:55:09 +01:00
nathangray
7429dac075 * Timesheet - Fix 'Save & new' does not set project correctly 2017-03-01 11:39:01 -07:00
nathangray
d0913cb309 Fix title & description in calendar events were not escaped 2017-03-01 10:52:38 -07:00
nathangray
f8c8d1d84c Fix downloading attachments as zip from mail with a colon (:) in the subject failed 2017-03-01 09:58:56 -07:00
Ralf Becker
acfcd24983 fix not updated logout time on new farm 2017-03-01 13:36:42 +01:00
Ralf Becker
832276f969 give quota-limit from SMTP/SQL precedence over (cached) quota from Dovecot 2017-02-28 18:39:55 +01:00
Hadi Nategh
32a5cdb151 Fix error server does not support binary data, due to long references. 2017-02-28 15:53:11 +01:00
Ralf Becker
cac41f297e Merge pull request #7 from filkaris/utf8_bug
Fix multibyte bug on utf-8 import
2017-02-28 14:05:23 +01:00
Ralf Becker
c9822e3023 Merge pull request #8 from filkaris/mail_account_bug
If Mail Account has empty password, it's still regarded as imap
2017-02-28 14:04:19 +01:00