Hadi Nategh
1e93703eff
Change label of excluded mime types in preferences into extension name only
2018-02-08 14:25:20 +01:00
Hadi Nategh
9d5ddc84e2
* Filemanager: Add an user preference for being able to chose whether opening a merge print document should download it or open it with collabora editor
2018-02-08 14:24:05 +01:00
Hadi Nategh
06ef14c78e
* Filemanager: Add new user preference in order to be able to exclude specific file extensions from being opened by document editor (eg. Collabora)
2018-02-08 14:15:51 +01:00
Hadi Nategh
0bbbad3a8c
Allow custom theme for mobile template
2018-02-08 10:31:23 +01:00
nathangray
e9d29852ad
* Api - Fix some spelling errors, reported by Stefan Unverricht
2018-02-07 13:31:50 -07:00
nathangray
9394ec1efb
* Calendar - Allow templates without pagerepeat or range tags to work using only the first ID
2018-02-07 11:03:21 -07:00
nathangray
20e75c17db
* Calendar - Improve parsing of users when importing to be able to handle parentheses in names
2018-02-06 09:39:27 -07:00
Ralf Becker
56f9c9478d
also fixing preg for email with optional domain part
2018-02-05 19:13:49 +01:00
Ralf Becker
79309d3afb
remove not necessary skipping of regular validation on sending mail
2018-02-05 19:06:14 +01:00
nathangray
8231f44ce2
Attempt to prefer user's date format when parsing date from a string.
...
Should fix merging into spreadsheet problems with certain date formats (dd/mm/yyyy)
2018-02-05 10:11:59 -07:00
nathangray
b3fa7832a2
Apply custom color to quick-add selectbox
2018-02-05 10:09:57 -07:00
nathangray
04cbe61965
* Calendar - Fix right click -> add gave error instead of popup
2018-02-05 09:44:39 -07:00
Ralf Becker
f2c4ccd1b0
fixing the fix again: removing check from client side
...
We can not use "(?<![.\s])", used to check that name-part does not end in
a dot or white-space. The expression is valid in recent Chrome, but fails
eg. in Safari 11.0 or node.js 4.8.3 and therefore grunt uglify!
Server-side will fail in that case because it uses the full regexp.
2018-02-05 17:02:14 +01:00
Ralf Becker
f203fa3eb2
fixing the fix, now "email.@domain.com" is invalied, but "x@domain.com" is valid
2018-02-05 16:07:46 +01:00
Ralf Becker
5668f9b04a
one letter name-part in email address failed validation, eg. "x@egroupware.org"
2018-02-05 15:35:41 +01:00
Hadi Nategh
d1edc5f474
Fix translation
2018-02-05 15:31:40 +01:00
Ralf Becker
d96c3f84de
fix SQL error caused by trying to attached files, if we have no event id
2018-02-02 17:30:37 +01:00
nathangray
8464f7ae39
* Calendar - Fix Filemanager, Infolog & Timesheet context menu actions
2018-02-02 09:18:13 -07:00
nathangray
9bfe20b008
* Infolog - Fix merging empty custom date fields filled them with current date
2018-02-01 10:45:17 -07:00
Hadi Nategh
189de3ddda
* Addressbook: Fix avatar photo gets removed when adding category to contact via contextmenu
2018-01-31 18:25:40 +01:00
Ralf Becker
8f5734252c
fix PHP Warning: explode() expects parameter 2 to be string, array given
2018-01-31 09:28:39 +01:00
nathangray
b53ee7ba87
A little more space for notification popup note for German translation
2018-01-30 13:23:36 -07:00
nathangray
7c118f6d4f
Notifications - some translations from Stefan Unverricht
2018-01-30 13:23:27 -07:00
Ralf Becker
886655597c
Changelog for 17.1.20180130
2018-01-30 16:34:48 +00:00
Ralf Becker
a23be28d97
allow user & password again as in http://user:pass@example.com/ to fix tests
2018-01-30 17:03:38 +01:00
Ralf Becker
4d35e42eeb
allow private IP addresses (starting with 10.|169.254.|192.168.) too
2018-01-30 16:20:43 +01:00
Hadi Nategh
14b3147b7e
* Filemanager: Fix "open as new" action is disabled on selected file context menu
2018-01-30 15:11:48 +01:00
Ralf Becker
b837c68071
sed under Linux needs no param for -i (unlike Mac)
2018-01-30 14:53:32 +01:00
Ralf Becker
b52eef276e
additional config files for Debian/Ubuntu
2018-01-30 14:53:32 +01:00
Ralf Becker
79b5c5df89
* Mail/SMime: include CA-bundle directories in open_basedir of Apache config of packages
2018-01-30 14:53:31 +01:00
nathangray
7c2ff9501e
Fix missing translations, found by Stefan Unverricht
...
Also fix a design complaint
2018-01-29 16:32:56 -07:00
nathangray
39658f8315
Fix missing translations, found by Stefan Unverricht
2018-01-29 16:32:49 -07:00
nathangray
c1e03779ff
Switch phrase to one already translated, make confirmation dialog a little wider
2018-01-29 16:32:41 -07:00
nathangray
782deb84f1
Fix wiki links did not load properly after login if your session was expired
2018-01-29 08:43:39 -07:00
nathangray
49bc6eb383
* Infolog - entries in a projectmanager template keep their contact / from when a new project is created from the template
2018-01-29 08:41:42 -07:00
nathangray
3b300d1c23
* Infolog - Fix copying from project template did not update the contact field
2018-01-29 08:39:00 -07:00
Ralf Becker
a17f2fc0b7
update/add support options in setup and about EGroupware page
2018-01-29 12:50:58 +01:00
Ralf Becker
30645713c6
* LDAP/ActiveDirectory: fix sorting accounts by anything other then account-name fails
2018-01-29 12:49:33 +01:00
Ralf Becker
b0c5bc24ae
use Accept-Language header before logging into setup / user selected a language
2018-01-29 11:07:15 +01:00
Hadi Nategh
b20d64a55d
* Mail: Fix mail with S/MIME signature fails if user has no rights to notifications
2018-01-26 16:25:17 +01:00
Ralf Becker
25570a0258
run chown on update just on /var/lib/egroupware/*/files/sqlfs and not whole data directory, as it can have eg. network filesystem mountpoints
2018-01-26 15:16:08 +01:00
Ralf Becker
ee68f41be2
using PHP_BINARY constant instead of - sometimes not set - $_SERVER['_']
2018-01-26 14:17:07 +01:00
Hadi Nategh
4e4c5ccdb9
Do not show/request popup notifications if it's not selected in notification_chain
2018-01-26 09:57:18 +01:00
Hadi Nategh
16e92e40aa
W.I.P restructuring of Notifications actions:
...
- Fix actions of calendar show up for other notifications too
2018-01-26 09:56:39 +01:00
Hadi Nategh
11a0d3b31a
W.I.P restructuring of Notifications actions
2018-01-26 09:55:46 +01:00
Hadi Nategh
fa7387c53d
Some styling improvements for Mail compose dialog
2018-01-25 13:01:45 +01:00
nathangray
e00eeebd84
Filemanager - German translation for "list view"
2018-01-24 09:55:03 -07:00
nathangray
a901a07915
* Addressbook - Fix duplicate detection when editing contact
2018-01-24 09:13:44 -07:00
Ralf Becker
ff6a570ca6
remove stray backslash from Nginx config causing Smoothsync to fail
2018-01-24 15:40:40 +01:00
Ralf Becker
f28fbb06fa
make NM lettersearch lettes translatable via phrase "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
2018-01-24 10:11:55 +01:00