Commit Graph

31363 Commits

Author SHA1 Message Date
Hadi Nategh
9cda411c4f Fix mail notification fatal error because of etemplate1 2017-03-16 12:21:34 +01:00
Hadi Nategh
7a6d977b42 Set mail quota warning to less than 50 MB 2017-03-16 12:18:44 +01:00
Ralf Becker
ff57e664d7 use line-breaks in login-message 2017-03-16 12:14:55 +01:00
Hadi Nategh
8be54c47e9 Add translation for quota warning dialog 2017-03-16 12:12:47 +01:00
Hadi Nategh
75b947b6c0 Warn user about mail quota limit if it's 99% full and freespace is less than 50 mb 2017-03-16 12:12:34 +01:00
Hadi Nategh
cc6f81a15e Remove testing quota percent, committed not intentionally from previous commit 2017-03-16 12:12:19 +01:00
Hadi Nategh
a9da4d70bc * Mail: Implement quota limit warning dialog 2017-03-16 12:12:01 +01:00
Hadi Nategh
2507fea4b7 Remove not necessary error_log 2017-03-15 17:59:02 +01:00
nathangray
0b44efc97c Fix some missing Czech phrases 2017-03-15 08:49:03 -06:00
nathangray
e656329499 Mail - Fix cursor did not start at the top of the body for Firefox in plaintext mode 2017-03-15 11:57:53 +01:00
Ralf Becker
707393e985 pending CS and FR changes from our translation server 2017-03-15 11:47:41 +01:00
Ralf Becker
ca4858ebb2 Changelog for 16.1.20170315 2017-03-14 22:07:42 +00:00
Hadi Nategh
cf5dc289f9 Fix mail acl can not deal with digital account id to make the owner rules readonly 2017-03-14 17:53:36 +01:00
nathangray
77f9e084cf If timesheet project changes, update the project title field to match 2017-03-14 09:57:01 -06:00
Hadi Nategh
55fc0094cf Fix height of folder & user selection in mail acl dialog 2017-03-14 16:53:53 +01:00
Hadi Nategh
2e5ca7c546 Fix broken mail acl editor 2017-03-14 16:47:41 +01:00
Hadi Nategh
303587cf25 Fix folder taglist searches the wrong mail account if it gets called from none active profile 2017-03-14 16:47:11 +01:00
Hadi Nategh
4f583344e6 Fix mail acl dialog can't resize properly 2017-03-14 16:46:28 +01:00
Hadi Nategh
488f371534 Do not show input field if taglist is readonly 2017-03-14 16:45:22 +01:00
nathangray
64b44f7103 Fix initial load in planner sitemgr module never happened 2017-03-14 09:33:15 -06:00
nathangray
d0eac9393a Fix participant role is lost when changing another user's status 2017-03-14 08:37:19 -06:00
nathangray
a222ce0ab9 Fix Planner sitemanager module no longer navigated.
Due to missing state variables mostly
2017-03-13 12:14:52 -06:00
Ralf Becker
8700b3a2e1 fix no longer working db-creation after 6dfe752b7f allow to switch whole database readonly 2017-03-13 16:43:01 +01:00
Ralf Becker
8a30ef21e9 our error_handler did not allow to supporess just warnings
eg. by using: error_reporting(error_reporting()&~E_WARNING);
2017-03-13 16:43:01 +01:00
Ralf Becker
f0e9dce8ce fix through proxying not matching webserver_url using X-Forwared-Host header 2017-03-10 22:08:34 +01:00
nathangray
0ccf22fda3 Fix events that end at midnight can cause events from the next day to not be displayed 2017-03-10 08:21:11 -07:00
nathangray
88d9a674d1 High priority events get red title 2017-03-10 08:20:18 -07:00
nathangray
741ec67092 Allow docm and xlsm merge templates 2017-03-10 08:15:25 -07:00
nathangray
4195fdb306 * Addressbook - When viewing a user account's calendar or next/previous dates, use the account calendar over the contact calendar 2017-03-10 08:14:51 -07:00
nathangray
53d0ef7705 Always hide the contacts associated with user accounts from calendar owner options, we just show the accounts. 2017-03-10 08:14:17 -07:00
nathangray
86ff86f643 Calendar - Remove contacts matching accounts user has no access to so nobody selects it thinking they are selecting the user account 2017-03-10 08:14:04 -07:00
Ralf Becker
af5d24a450 missing commit for readonly db stuff 2017-03-09 20:19:16 +01:00
nathangray
f7d4741418 Fix unable to add ACLs 2017-03-09 11:06:44 -07:00
Ralf Becker
0b384f3112 fix regexp to only match beginning of string 2017-03-09 16:48:26 +01:00
Ralf Becker
6dfe752b7f allow to switch whole database readonly, via setting "db_readonly" => true in header.inc.php 2017-03-09 16:48:26 +01:00
nathangray
ffd2d1b5f8 * All apps - Add special search case for #<int> to only match the ID, not search the whole entry 2017-03-08 10:07:01 -07:00
nathangray
b9720d75f2 Fix title & description in calendar events were not escaped 2017-03-08 10:06:11 -07:00
nathangray
855b2d9efc Add summary of participant statuses to event tooltip (when there's 2 or more participants) 2017-03-08 10:05:14 -07:00
Hadi Nategh
3f1b384c0b Make sure the folder status runs last in jsonq 2017-03-08 15:13:49 +01:00
Ralf Becker
c204350173 prefer window over top, which might cause a security exception 2017-03-08 15:03:53 +01:00
Ralf Becker
ecf001fe06 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:26:47 +01:00
Ralf Becker
461b2e3e0a 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:22:27 +01:00
Ralf Becker
28746da776 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:15:30 +01:00
nathangray
e710a6523d * Mail- List mailing lists before contacts when searching for email addresses 2017-03-07 10:19:05 -07:00
nathangray
96e4497a4f * Timesheet - Fix 'Save & new' does not set project correctly 2017-03-07 09:57:15 -07:00
nathangray
15836b10fc Infolog - If delegated user has access to change description, also allow timestamp button 2017-03-07 09:57:02 -07:00
Hadi Nategh
ddf2b7d094 * Mail: Better style for showing emails in print mode, thanks to Michael Scholl 2017-03-07 14:42:05 +01:00
nathangray
19f3f68dec Avoid error caused by calling member method statically 2017-03-07 09:09:08 +01:00
nathangray
0c894d3771 Add tooltip so you can tell which phone number is which in addressbook list 2017-03-06 09:39:17 -07:00
nathangray
359c8350de Fix infolog details / no details filter reloads list instead of changing details 2017-03-06 09:38:03 -07:00