Commit Graph

34602 Commits

Author SHA1 Message Date
Ralf Becker
3e1a9a588d fixed requests to https://domain.com/ redirect to http://domain.com/egroupware/
redirects by Nginx need to use X-Forwarded-Proto too
2019-11-28 08:09:37 +02:00
nathangray
446430ddaf Calendar: Make sure search from sidebox doesn't come back in list view after being cleared 2019-11-27 10:04:38 -07:00
Hadi Nategh
eed01a1509 Fix double scrollbar in edit acl dialog 2019-11-27 13:59:14 +01:00
Hadi Nategh
846c38e65b Update tinymce translation files, thanks to Stefan Unverricht 2019-11-26 13:17:15 +01:00
Hadi Nategh
f77241f207 Do not pop notifications' popup-note while avatar menu is open 2019-11-25 17:17:43 +01:00
Hadi Nategh
5af0c56fdd Commit new translations from translation server 2019-11-25 16:53:51 +01:00
Hadi Nategh
d32fc260c2 Fix scrolling a sorting item breaks the sorting in colSelector dialog 2019-11-25 16:53:42 +01:00
Alexandros Sigalas
5e708453ae Fix reported version by setup_cmd, was reporting old phpgwapi instead of api version. 2019-11-24 14:04:14 +02:00
nathangray
eab82cd5ab Calendar: notification preference label change, with translation from Birgit 2019-11-20 10:28:11 -07:00
nathangray
559a86ac0c Calendar: Rework some phrasing in the preference, make sure it only applies to "responses", not other changes 2019-11-20 10:13:31 -07:00
nathangray
9939cc4246 * Calendar: New preference for notifications about events you created, but are not a participant in 2019-11-20 10:13:19 -07:00
nathangray
418adcf661 Calendar: Fix favorites with accounts not in primary group only show ID in sidebox owner 2019-11-20 10:07:25 -07:00
nathangray
a9e5ea72b7 Move favorite delete button in a little 2019-11-19 10:25:59 -07:00
nathangray
2ba8d541fe Mail: Give more horizontal space for subject in preview 2019-11-19 10:25:51 -07:00
nathangray
6489a27290 Etemplate: Adjust spacing and padding around link entry widget's clear button 2019-11-19 10:25:42 -07:00
nathangray
71c2c3e577 Etemplate: Fix required background color not showing for date fields 2019-11-19 10:25:33 -07:00
nathangray
d283ebd165 Calendar: Slightly adjust spacing of calendar sidebox today button 2019-11-19 10:25:22 -07:00
nathangray
b4612ac8d8 Filemanager: Remove special formatting on account search button 2019-11-19 10:25:10 -07:00
nathangray
bea811192f Fix spacing of link widget button when inside a hbox 2019-11-19 10:25:00 -07:00
nathangray
8cf369a84c Hide colselection button for historylog, it does nothing. 2019-11-19 10:24:53 -07:00
nathangray
f7eb55db63 Preferences: Fix multiselect settings had new values as arrays, old values as strings, which messed up history 2019-11-19 10:24:44 -07:00
nathangray
079bd586e3 * Addressbook: Fix files and entries linked to a new contact were not saved 2019-11-19 10:24:08 -07:00
nathangray
a90819c396 Admin: change delete user filemanager hook to move home dir, but only search /home for other files
- Translation from Birgit
2019-11-19 10:22:16 -07:00
nathangray
d35f17aa96 Admin: change delete user home directory back to special case, getting actual file count takes way too long. 2019-11-19 10:22:07 -07:00
nathangray
7aeed96c86 Admin: Extend Vfs::deleteAccount hook to all the files it can find, not just home dir. 2019-11-19 10:21:56 -07:00
nathangray
7367602ba4 * Admin: Add filemanager (home directory) as an option to move to new user when deleting an account 2019-11-19 10:21:46 -07:00
nathangray
19b969f7d1 * Admin: Fix some hooks got missed when deleting a user 2019-11-19 10:21:35 -07:00
Hadi Nategh
b553f75614 Keep the excessive height of column-selector dialog within the nm 2019-11-19 18:10:28 +01:00
Hadi Nategh
27457863f8 * All apps: make list columns being sortable via column-selector dialog 2019-11-19 17:47:07 +01:00
Hadi Nategh
9352876d19 Set value_class option for multi-select list 2019-11-19 17:42:52 +01:00
Hadi Nategh
11a10ee02b WIP nextmatch column sorting UI:
- Give the dialog a new look
2019-11-19 17:41:58 +01:00
Hadi Nategh
dccf428290 WIP nextmatch column sorting UI:
- Apply user preference after sorting saved
2019-11-19 17:38:56 +01:00
Hadi Nategh
b361c5f137 WIP nextmatch column sorting UI 2019-11-19 17:38:41 +01:00
Ralf Becker
c2e5eb8229 fix not working default session-timeout of 4h or custom one set with EGW_SESSION_TIMEOUT
caused by Debian/Ubuntu session-cleanup-script does not understand whitespace before and after equal sign: session.gc_maxlifetime = N
2019-11-19 15:15:18 +02:00
Ralf Becker
8296dbd7d0 fix namespace issues 2019-11-19 14:01:50 +02:00
Ralf Becker
65c9112c42 Changelog for 19.1.20191119 2019-11-19 10:40:18 +02:00
Ralf Becker
981fc421ae fix error on sudo freshclam (can not change back to directory) 2019-11-19 09:39:15 +02:00
Ralf Becker
21e879a4e4 fixing proxy url 2019-11-15 13:56:36 +01:00
Ralf Becker
07288f7117 * all apps: fixing serveral cases of wrong Url when proxying and terminating TLS on the proxy 2019-11-15 13:55:12 +01:00
Ralf Becker
56765ab1a9 fix wired CSP error after some 404 in html content 2019-11-14 15:20:36 +01:00
Ralf Becker
d854954f0f use hostname from setup, only if webserver-url starts with a slash, closer to previous behavior 2019-11-13 18:29:04 +01:00
Ralf Becker
153fc140bb * 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:13:20 +01:00
Ralf Becker
1e925a3d06 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:16:40 +01:00
Ralf Becker
467d802400 * 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:51 +01:00
Hadi Nategh
5b946da747 Add specific class for toggle_readonly mode 2019-11-11 14:13:17 +01:00
Ralf Becker
df28009d6b update timezones to version 2.2019c 2019-11-11 13:31:57 +01:00
Ralf Becker
05f8895ef0 fix freebusy.php to work with 19.1 without old phpwapi installed 2019-11-05 10:56:00 +01:00
Ralf Becker
601cf51b7f * ImportExport: fix error in importexport_cli.php (Console/Getopt.php not found) 2019-11-03 09:53:29 +01:00
Ralf Becker
e4ee323b5e correctly encode success message 2019-11-01 11:41:25 +01:00
Ralf Becker
d61aa895d7 Changelog for 19.1.20191031 2019-10-31 14:02:13 +01:00