Commit Graph

34609 Commits

Author SHA1 Message Date
Ralf Becker
7cd4169768 * all apps: fixing serveral cases of wrong Url when proxying and terminating TLS on the proxy 2019-11-15 13:54:34 +01:00
Ralf Becker
71baa8654c fix wired CSP error after some 404 in html content 2019-11-14 15:19:58 +01:00
Ralf Becker
056e5c053a use hostname from setup, only if webserver-url starts with a slash, closer to previous behavior 2019-11-13 18:28:33 +01:00
Ralf Becker
2fcdcb5afe * CalDAV/Calendar: iOS also no longer allowed to accept/reject invitations
now we skip encoding href attributes with mailto: urls independent of user-agent
2019-11-13 16:12:50 +01:00
Hadi Nategh
edd8be4355 * All apps favorites: fix issue add favorites popup dialog no longer works after add/remove columns from list 2019-11-13 11:50:30 +01:00
Ralf Becker
302800b414 new class Api\Header\Http to handle X-Forwarded-Host and -Schema headers
also kope now with multiple comma-separated host-names in X-Forwarded-Host header happening with multiple proxys
2019-11-12 20:13:24 +01:00
Ralf Becker
26434ab2c2 get push working in developer container 2019-11-11 21:13:29 +01:00
Ralf Becker
dd1bf97406 get push working in developer container 2019-11-11 21:12:26 +01:00
Ralf Becker
c768c9cbf7 * CalDAV/Calendar: Lightning 68 no longer allowed to accept/reject invitations
Caused by calendar-user-address-set in principal had url encoded @ in email
--> now using a minimal url-encoding for Lightning, to not encode @
2019-11-11 18:02:20 +01:00
Hadi Nategh
7527dfb300 Add specific class for toggle_readonly mode 2019-11-11 14:09:35 +01:00
Ralf Becker
7756044224 update timezones to version 2.2019c 2019-11-11 13:31:37 +01:00
Ralf Becker
e5089bd5a8
Update README.md 2019-11-10 20:42:02 +01:00
Ralf Becker
51907c4768
Update README.md 2019-11-10 20:38:07 +01:00
Ralf Becker
bd8e14c871
Create README.md 2019-11-10 20:37:20 +01:00
nathangray
5acd287e8d * Mail: keep number & bullet lists when converting to plain text 2019-11-08 11:42:25 -07:00
nathangray
d8faef3503 Admin: Extend Vfs::deleteAccount hook to all the files it can find, not just home dir. 2019-11-07 13:46:14 -07:00
Ralf Becker
99032ef15c a dockerized EGroupware development enviroment 2019-11-06 22:26:52 +01:00
nathangray
1eda093753 * Admin: Add filemanager (home directory) as an option to move to new user when deleting an account 2019-11-06 09:49:51 -07:00
Hadi Nategh
fb20fe69dd WIP nextmatch column sorting UI:
- Give the dialog a new look
2019-11-06 16:07:48 +01:00
Hadi Nategh
2f5fa5def3 WIP nextmatch column sorting UI:
- Apply user preference after sorting saved
2019-11-06 15:12:14 +01:00
Ralf Becker
412502f375 replace self.version with version "dev-master" as composer create-projects fails otherwise 2019-11-06 13:11:31 +01:00
Hadi Nategh
68f7e84fa3 WIP nextmatch column sorting UI 2019-11-05 16:22:49 +01:00
Hadi Nategh
16e09a1093 Set value_class option for multi-select list 2019-11-05 11:28:34 +01:00
Ralf Becker
9868c3c590 fix freebusy.php to work with 19.1 without old phpwapi installed 2019-11-05 10:56:41 +01:00
nathangray
b8a7c64301 * Admin: Fix some hooks got missed when deleting a user 2019-11-04 14:13:23 -07:00
nathangray
ca6ea3a436 * Addressbook: Fix files and entries linked to a new contact were not saved 2019-11-04 11:48:40 -07:00
nathangray
724b2ad329 Calendar: Rework some phrasing in the preference, make sure it only applies to "responses", not other changes 2019-11-04 10:51:58 -07:00
Ralf Becker
bf844b7598 support for new Swoole push server 2019-11-04 09:29:49 +01:00
Ralf Becker
9fd4ba1577 * ImportExport: fix error in importexport_cli.php (Console/Getopt.php not found) 2019-11-03 09:52:56 +01:00
nathangray
28dd877952 Move favorite delete button in a little 2019-11-01 15:32:12 -06:00
nathangray
2686d99cdd Mail: Give more horizontal space for subject in preview 2019-11-01 15:23:45 -06:00
nathangray
15107a1466 Etemplate: Adjust spacing and padding around link entry widget's clear button 2019-11-01 15:14:02 -06:00
nathangray
32b49f03ed Etemplate: Fix required background color not showing for date fields 2019-11-01 14:53:16 -06:00
nathangray
e3d30f1742 Calendar: Slightly adjust spacing of calendar sidebox today button 2019-11-01 14:25:08 -06:00
nathangray
476cb8a63a Etemplate: Make date picker next/previous buttons larger 2019-11-01 14:24:21 -06:00
nathangray
0058b29d49 Filemanager: Remove special formatting on account search button 2019-11-01 11:59:05 -06:00
nathangray
672fba6444 Fix spacing of link widget button when inside a hbox 2019-11-01 11:47:00 -06:00
nathangray
3d30080795 Hide colselection button for historylog, it does nothing. 2019-11-01 11:28:47 -06:00
nathangray
77a0076a45 Preferences: Fix multiselect settings had new values as arrays, old values as strings, which messed up history 2019-11-01 11:10:01 -06:00
Ralf Becker
5c8a19ba26 correctly encode success message 2019-11-01 11:40:44 +01:00
Ralf Becker
1a9464da0b Changelog for 19.1.20191031 2019-10-31 20:35:38 +01:00
Ralf Becker
b407064302 * Docker: allow to set session timeout (in sec) via EGW_SESSION_TIMEOUT enviroment variable 2019-10-31 13:03:11 +01:00
Ralf Becker
d85782a545 install PHP gmp extension for WebAuthn 2019-10-31 13:03:11 +01:00
Ralf Becker
ebf2cd8601 pending translations from our translation server 2019-10-31 12:55:11 +01:00
Hadi Nategh
3d05c69495 * Admin: fix deleting of customfields type not working 2019-10-31 12:18:30 +01:00
Ralf Becker
18ade2a642 grr, setup must be reachable 2019-10-30 21:20:19 +01:00
Ralf Becker
972ebf56f2 speed up restore of database by inserting up to 500 row in one statement (was only 10) 2019-10-30 17:15:23 +01:00
Ralf Becker
bdc8e71057 * Mail: stop logging of mails to webserver error-log 2019-10-30 15:09:11 +01:00
Ralf Becker
497ea5f000 * Docker: do not allow to call php files ment to be included only (src, setup, inc or vendor directories) 2019-10-30 13:33:55 +01:00
nathangray
6d00d548a8 * Calendar: Fix selecting a group in planner by user view did not always load group members 2019-10-29 10:57:01 -06:00