Commit Graph

34232 Commits

Author SHA1 Message Date
Ralf Becker
8520b0ba15 do NOT save config, if there is an error, also let config hook know if it is called initially or after an apply 2019-07-17 11:16:07 +02:00
Ralf Becker
0f8e678524 some more changes to build 19.1
some are temporary until we branch 19.1 off
2019-07-17 11:16:07 +02:00
nathangray
87c4f0ff9c Filemanager - Add some actions for merge-print shares into email templates 2019-07-16 13:44:20 -06:00
Ralf Becker
0538185b36 fix package-name to just "egroupware" 2019-07-16 13:18:06 +02:00
Ralf Becker
2f34e3c9f9 Changelog for 19.1.20190716 2019-07-16 11:06:08 +02:00
Ralf Becker
1b002165c4 setting required PHP version to 7.2 and recommended to 7.3 2019-07-16 11:00:16 +02:00
Ralf Becker
efcb0471b3 bump version to 19.1 2019-07-16 10:46:59 +02:00
Ralf Becker
ccfa5d6182 fix "wrong operand type", if user enters wrong password 2019-07-15 17:51:08 +02:00
Ralf Becker
d5b14fa205 updating egroupware/rocketchat hash 2019-07-15 17:51:08 +02:00
nathangray
f056599e5f Api - Make sure translations get loaded for share action captions 2019-07-11 12:07:20 -06:00
nathangray
6f7c939d8b Etemplate - avoid warning from method_exists if method is a callable 2019-07-11 11:25:30 -06:00
nathangray
5a1ce9c706 Merge branch 'master' of github.com:EGroupware/egroupware 2019-07-11 10:57:39 -06:00
nathangray
7bb55a523e Notification - correct poll option label 2019-07-11 10:48:23 -06:00
Ralf Becker
7eaee145fb document how to include phpMyAdmin (commented out) 2019-07-11 15:18:07 +02:00
nathangray
0731731e27 Admin - fix missing/incorrect filter options in user export definition 2019-07-10 15:50:31 -06:00
nathangray
d0b5d50b0f Addressbook - Remove obsolete preference "Export definition to use for nextmatch export" 2019-07-10 14:15:52 -06:00
nathangray
27307169c1 Filemanager - add actions for EPL ability to edit view link & shares 2019-07-10 11:40:11 -06:00
Ralf Becker
a08009b9e9 update composer.lock with latest egroupware/*:dev-master hashes to fix not updated sources in container
to do so run inside egroupware directory: 
grep self.version composer.json | while read pack version; do composer update $(echo $pack|cut -d'"' -f2); done
2019-07-10 12:47:09 +02:00
Ralf Becker
d1785a5340 MySQL 8.0 fails to create user as part of GRANT ALL statement 2019-07-10 09:19:00 +02:00
nathangray
1e23fca924 Api - Fix infinite loop if id1 parameter is an array
Triggered by linking to an unsaved entry that already has a link
2019-07-09 10:37:31 -06:00
Ralf Becker
abe17476dd fix filemanager default to use Collabora for office files 2019-07-09 16:11:35 +02:00
Ralf Becker
70e2c0bcd8 adding bookmarks, news_admin and registration to be installed by default 2019-07-09 11:45:59 +02:00
nathangray
4592a81958 Admin - Make delete warning bold 2019-07-08 14:03:18 -06:00
nathangray
23c8e659ce Fix translation typo 2019-07-08 14:01:12 -06:00
nathangray
94798bb691 Import/Export - fix definition list actions (Create export) disappeared from context menu after use 2019-07-08 13:49:16 -06:00
Ralf Becker
b6bbe8c681 trying to fix not working HtmlArea / TinyMCE in 19.1
seems it's caused by - for what ever reason - caching the wrong class for "htmlarea" widget
2019-07-08 10:09:01 +02:00
Ralf Becker
4ced6407c6 fix package install was generating md5 hased passwords for header 2019-07-06 11:42:19 +02:00
Ralf Becker
705c5b9f56 remove left-over development-test for "hugo" extension 2019-07-06 10:19:23 +02:00
Ralf Becker
080c2bd3d3 fix permissions of header.inc.php to be only readable by webserver 2019-07-06 10:18:38 +02:00
Ralf Becker
424c7c3c81 replace empty pw with a random one 2019-07-05 15:24:33 +02:00
Ralf Becker
a43c5d3f1f return only integer quota (im MB) as Dovecot does not deal with floats 2019-07-04 16:14:26 +02:00
Ralf Becker
0addb59e99 pending translations from our translation server 2019-07-04 12:39:40 +02:00
Hadi Nategh
cf54353478 Fix translations 2019-07-04 12:31:59 +02:00
Ralf Becker
1105d778c1 missing phrases from new security and password popup 2019-07-04 12:31:37 +02:00
Ralf Becker
2be5537276 fix case to EGroupware 2019-07-04 11:59:38 +02:00
Ralf Becker
206fdb367f quota needs a left join to report mailboxes without quota 2019-07-04 10:33:29 +02:00
Ralf Becker
027ef6bd18 fix mail compose was not showing all identities after last commit 2019-07-04 09:28:27 +02:00
Ralf Becker
624a69a6bd optionally return quota and groups too 2019-07-03 17:33:16 +02:00
Ralf Becker
690a19c77e only ask IMAP for getUserData, if quota is needed
specially imported for managementserver_imap who needs to ask mserver
2019-07-03 14:13:53 +02:00
Ralf Becker
d9ec6bf3e1 pending translations from our translation-server 2019-06-29 10:42:47 +02:00
Ralf Becker
7fb53c04c5 fix scrollbars because of missing ajax=true in url 2019-06-29 09:34:08 +02:00
Hadi Nategh
1fb1408aa1 Set calendar app as default app if nothing set 2019-06-27 14:56:04 +02:00
nathangray
065fa2f78d * Admin - Fix deleting custom field from list's context menu changed the modified date on all fields 2019-06-24 11:35:30 -06:00
nathangray
4058d0f659 Calendar - make sure everything closes after you click 'Ignore conflict' on the popup after using quick event add 2019-06-24 09:56:18 -06:00
nathangray
2a0415561d Admin - German translations for account delete dialog from Birgit 2019-06-24 09:43:52 -06:00
nathangray
38bed5c1c6 Calendar - change default for reset participant status from no to always
- update help text for that preference
2019-06-24 09:41:29 -06:00
nathangray
fdddeb1e84 ImportExport - fix create export from import fails with error
"Too few arguments to function importexport_definitions_ui::save(), 0 passed..."
2019-06-24 09:35:11 -06:00
nathangray
2737ae2b99 Admin - delete account - add missing lines about mail & filemanager 2019-06-24 09:17:22 -06:00
nathangray
29cf6e60aa Calendar - avoid warning about illegal string offset 'template' 2019-06-21 09:52:59 -06:00
nathangray
7306cc36ab Admin - Add warning about deleting all records if nobody is selected to account delete popup 2019-06-21 09:36:07 -06:00