Commit Graph

31170 Commits

Author SHA1 Message Date
Hadi Nategh
3905891e7b Implement google recaptcha for sitemanager forms 2016-12-09 14:09:06 +01:00
Ralf Becker
9be947e49b suppress PHP Parse errors in PHP < 7.0 in dependency of phpunit: phpspec/prophecy 2016-12-08 16:38:58 +01:00
Ralf Becker
9fe73b20b3 fix PHP 5.4 Fatal error: Can't use function return value in write context 2016-12-08 16:23:58 +01:00
Ralf Becker
91ef4dadcd disable MariaDB install as it fails after some changes in Travis environment 2016-12-08 15:36:15 +01:00
Ralf Becker
0ff03304c6 Changelog for 16.1.20161208 2016-12-08 14:02:50 +00:00
Hadi Nategh
05b526c665 Fix not working notification in addressbook contactform 2016-12-08 12:37:04 +01:00
Hadi Nategh
4d1cdc2344 Fix preferences hint gets scrollbar if there's only one setting on a tab 2016-12-07 14:23:38 +01:00
Ralf Becker
b6c29a054b fix PHP Warning (Invalid argument supplied for foreach() in calendar/inc/class.calendar_boupdate.inc.php on line 1915), if moved event has no alarms 2016-12-07 14:19:00 +01:00
Hadi Nategh
8d59f4ee40 Fix preferences hint not getting fullheight in FF 2016-12-07 11:32:44 +01:00
Hadi Nategh
b9621f0323 WIP of new hint presentation for preferences:
- Fix misalignment of middle field
- Fix some of the tabs getting horizental scrollbar
2016-12-07 11:28:27 +01:00
Hadi Nategh
d9d701ae8f WIP of new hint presentation for preferences:
- Remove extra prefHelp styles of calendar which disturbs the default behavior
2016-12-07 11:28:08 +01:00
Hadi Nategh
132d69b9f3 WIP of new hint presentation for preferences 2016-12-07 11:26:50 +01:00
nathangray
5d05c2fac3 Avoid some errors about wrong type if old entry was not loaded 2016-12-06 10:09:27 -07:00
nathangray
0a4207258b - Fix a bug in print dialog, clicking header was also toggling first checkbox
- Missing translations from Stefan Unverricht
2016-12-06 09:47:55 -07:00
nathangray
0d8c098602 Fix new events do not show up immediately after saving in 4 day view 2016-12-02 14:46:24 -07:00
Ralf Becker
ae2e51fba3 allow to preset variables via get parameters 2016-12-02 11:07:07 +01:00
nathangray
7c9f15c842 Attempt to fix redirects to invalid /index.php 2016-12-01 09:34:51 -07:00
Ralf Becker
eddf805a60 fix SQL error when Db->Type is not "mysql", as it should be, but eg. "mysqli" and therefore PostgesSQL SIMILAR is used with MySQL/MariaDB 2016-12-01 13:02:34 +01:00
Klaus Leithoff
e3c993cfc4 make sure changeFolder (and delete) actions are not cached either in class-var or in cache-object by explizitly calling getFolderObjects reinitializing cache 2016-11-30 15:14:05 +00:00
Klaus Leithoff
d98aac5381 backport of changeFolder and deleteFolder 2016-11-30 11:58:39 +00:00
nathangray
b39e15f6e7 Fix missing translation of 'add timesheet' context menu action 2016-11-25 10:37:25 -07:00
nathangray
00be70e179 * Infolog: Add a context menu action to view a list of linked timesheets 2016-11-23 09:25:56 -07:00
Hadi Nategh
28fb0cdc06 Fix inline forward an email from draft folder does not include attachments 2016-11-23 12:28:24 +01:00
nathangray
7b05b9fdc6 Use POST submit to make sure all js files for plugin template get loaded. 2016-11-22 10:11:35 -07:00
nathangray
f39f85ed38 Add some missing translations, supplied by Stefan Unverricht 2016-11-22 10:11:12 -07:00
Ralf Becker
f15daa5735 allow to use Api\Contacts::search() without Acl check 2016-11-21 11:26:47 +01:00
Ralf Becker
06fc787a18 ignore empty signatures and email, identity_name needs mail-account data to 2016-11-18 14:49:00 +01:00
Ralf Becker
c051615c9c script returning all signatures of authenticated user for eM Client 2016-11-18 14:02:29 +01:00
Ralf Becker
a135f7615d use openssl_random_pseudo_bytes, if available, to generate etemplate_exec_id, as it is used for CSRF protection too 2016-11-17 21:43:50 +01:00
Ralf Becker
519ce307e0 fix error in account migration in a minimal install 2016-11-17 21:32:56 +01:00
Hadi Nategh
de1dc88d98 Fix selectall checkbox in calendar category report sometimes doesn't work 2016-11-17 15:51:34 +01:00
Ralf Becker
de4c74309d Updated groupdav.htaccess to support ActiveSync and CalDAV/CardDAV
Added an commented redirect to facilitate EGroupware login in subdirectory
2016-11-17 13:05:33 +01:00
Hadi Nategh
2d100f082d Calendar category report:
- Fix weekend and holidays don't for multidays events
2016-11-17 09:37:25 +01:00
Ralf Becker
76f5a91c75 fix PHP fatal when updating from before 1.8 2016-11-15 22:10:07 +01:00
Ralf Becker
39e7b84fb0 fix removing aliases incl. identity was remove all identities, but the one it was supposed to remove 2016-11-15 14:29:02 +01:00
Hadi Nategh
00fb5c486b Calendar category report:
- Fix multidays events and recurrences miscalculation
- Fix height of category table
2016-11-15 10:19:39 +01:00
Hadi Nategh
a1273acf54 Fix wrong indexing for categories array in calendar category report 2016-11-14 15:34:09 +01:00
Hadi Nategh
9c67a1466a Calendar category report:
- Fix calendar category report not summarizing values
- Add select all checkbox
2016-11-14 13:57:15 +01:00
Ralf Becker
db1f92c7f8 fix identities from aliases or imap-user without @ shown with empty label, if name is empty 2016-11-14 13:44:40 +01:00
Ralf Becker
7fe6eead5a remove identity if alias is removed with "-alias" AND create_identity is "yes" 2016-11-14 13:44:40 +01:00
nathangray
9a2cd797e6 Change sidebox menu site configuration to match, reported by Stefan Unverricht 2016-11-11 08:45:17 -07:00
Klaus Leithoff
893ab5de6e remove obsolet details lang-string, which caused confusion with details-label in other apps when converting mail to other-app-entry in other languagefiles too 2016-11-11 11:47:56 +00:00
Klaus Leithoff
a9db674c1a remove obsolet details lang-string, which caused confusion with details-label in other apps when converting mail to other-app-entry 2016-11-11 11:26:28 +00:00
Ralf Becker
7cd1d0ebf4 * InfoLog/PostgreSQL: new entries were created with info_id 0: duplicate key value violates unique constraint 2016-11-10 16:44:47 +01:00
Klaus Leithoff
6fee3b919a * Mail/Z-Push: handle charset-problem on sending mails with added EGW-Signature 2016-11-10 12:52:02 +00:00
Hadi Nategh
b5b1ffec65 Add unit day for calendar category report 2016-11-10 11:11:03 +01:00
Ralf Becker
d099fbe28a fix error if no alias/forward set stalling setting one, caused by using NULL instead of an empty array throws error: Argument 1 passed to array_modify() must be of the type array, null given 2016-11-10 09:52:43 +01:00
Ralf Becker
b7c5ff7642 use $_SERVER[HTTP_X_FORWARDED_FOR] IP for ACL check if set, if not use $_SERVER[REMOTE_ADDR] 2016-11-09 22:18:58 +01:00
Ralf Becker
db9c65899e * Adressbook/CardDAV/PostgreSQL: fix SQL error stalling sync of eg. eMClient with preference "Distributionlists as groups" enabled 2016-11-09 17:47:29 +01:00
nathangray
a1f2802387 Advanced search: Turn off required on custom fields, otherwise you can't search with them empty 2016-11-08 08:36:53 -07:00