Ralf Becker
1367463e6b
revert using files cache for cli change in order to fix failing install in Travis
2020-03-04 19:08:42 +01:00
Ralf Becker
ce47208874
fix function signature in order to update to phpUnit 8
2020-03-04 18:47:48 +01:00
Ralf Becker
55a0c2b6bc
better/quicker use setUpBeforeClass to create accounts and update to phpUnit 8
2020-03-04 18:46:47 +01:00
Ralf Becker
4c6e41d479
* CalDAV/OutlookSynchronizer: reject invitations when client deletes then without appropriate rights in his calendar
2020-03-04 16:58:38 +01:00
nathangray
8590939709
* Admin: Add copy account action
2020-03-02 16:00:58 -07:00
Ralf Becker
65294a3e19
fix error on window closing in Chrome 80+
...
caused by Chrome 80+ no longer allowing to send a synchronious ajax request from beforeunload handler, using sendBeacon (async request with keepalive=true) instead
2020-03-02 10:43:19 +01:00
Ralf Becker
1bbfb13421
* CalDAV/Calendar: always set organizer and participants outside own calendar
...
in own calendar organzier and participants are suppressed if owner is only participant
2020-02-26 13:51:58 +01:00
Ralf Becker
deb482aca3
suppress warning if session already active (trace logs the password)
2020-02-26 13:51:58 +01:00
nathangray
e99c3368e6
* Calendar: initial load speed improvement
...
Skip the server-side get_rows() call to get to the UI faster it not on listview
2020-02-21 11:20:04 -07:00
nathangray
1738c07d4a
* Calendar: Change default date range when nothing else is set to current month
2020-02-20 09:57:22 -07:00
Hadi Nategh
8d85b50ded
* Html Editor: Add fullscreen feature into html editor
2020-02-20 16:07:00 +01:00
Ralf Becker
4a14e0d36b
ignore exception, as it blocks session creation, if database is not writable
2020-02-19 15:39:29 +01:00
Hadi Nategh
12c2984acf
Fix default login logo url
2020-02-19 12:14:26 +01:00
Hadi Nategh
20dff3e101
Apply compiled mobile app.css
2020-02-19 11:59:00 +01:00
Hadi Nategh
b8d36ce2b0
Apply large title again to account delete dialogHeader
2020-02-18 11:41:57 +01:00
Hadi Nategh
b058051170
Rearrange admin delete dialog
2020-02-18 11:29:24 +01:00
Ralf Becker
fc65670ec8
nginx depends on collabora and rocketchat to, otherwise they stop working after watchtower updated them (without nginx restart)
2020-02-18 11:20:06 +01:00
Hadi Nategh
ece36df5d4
Fix mailPreview padding
2020-02-17 19:25:15 +01:00
Hadi Nategh
c9ccb313ba
Fix delete user dialog style
2020-02-17 17:43:26 +01:00
Hadi Nategh
50eb96d30b
Apply stock style for centerbox in login page
2020-02-17 17:16:56 +01:00
Ralf Becker
5231240f52
add extra_link_target attribute to r/w link-entry to allow opening link in new tab (for mserver)
2020-02-16 11:08:28 +01:00
Ralf Becker
42e62cb3eb
fix one error with sharing-links having passwords (no HTML tags in Headers!)
2020-02-14 13:43:50 +01:00
Ralf Becker
43944e6721
fix typo
2020-02-13 10:54:07 +01:00
Lucas Pouzac
a237ae0b99
Fix no automatic login
2020-02-13 09:27:52 +01:00
Hadi Nategh
b576476a33
Some fixes for defined types
2020-02-12 11:42:31 +01:00
Ralf Becker
5f804dd661
use super.<name>(<arguments>) instead of super.<name>.apply(this, arguments)
2020-02-11 17:40:33 +01:00
Hadi Nategh
13cc7f09cd
Ad more missing font size to tinyMCE
2020-02-11 17:08:30 +01:00
Hadi Nategh
f7e75af9a5
* Html Editor: Add 9pt, 9px, 11pt and 11px into Html editor's font options
2020-02-11 16:54:44 +01:00
Ralf Becker
b50f28dedb
added Collbora Online Office and Rocket.Chat containers to Readme
2020-02-11 14:25:11 +01:00
Ralf Becker
bb2c9c075c
we can not use a directory for suse, as the socket is called different (mysql.sock instead of mysqld.sock)
2020-02-11 14:24:36 +01:00
Ralf Becker
f4b541b922
add Collabora Online Office and Rocket.Chat to docker-compose.yml
2020-02-11 09:03:09 +01:00
Ralf Becker
bc1ae1cbaa
if EGW_APC_SHM_SIZE is set in environment, propagate value to apcu.ini
2020-02-10 14:32:27 +01:00
Ralf Becker
e73db868d2
updated Readm
2020-02-09 19:16:28 +01:00
Ralf Becker
4e4d7b3b29
added Rocket.Chat to dockerzized development system
2020-02-09 19:10:34 +01:00
Ralf Becker
f15d047e9d
generated TS declaration for framwork objects
2020-02-09 13:38:23 +01:00
Ralf Becker
362063e542
added (generated) TS declarations for egw_action
2020-02-09 13:09:11 +01:00
Ralf Becker
f19d42a439
convert addressbook app.js to TS
2020-02-09 13:07:42 +01:00
Ralf Becker
8dd03e3d07
some fixes on the TS interface of client-side api and TS conversation tool
2020-02-09 12:27:39 +01:00
Ralf Becker
46c66cc93e
convert admin app.js to TS
2020-02-09 12:26:23 +01:00
Ralf Becker
90c55e013d
try "PLAIN" first, in case IMAP wrongly reports some digest, it does not (correctly) implement
2020-02-05 10:58:34 +01:00
Ralf Becker
9cc0eaccd4
try "PLAIN" first, in case IMAP wrongly reports some digest, it does not (correctly) implement
2020-02-05 10:51:38 +01:00
Ralf Becker
d41bbf4a4b
fix warning 2nd array_diff parameter is null, not array
2020-02-04 18:32:00 +01:00
Ralf Becker
8b2f04607e
moving webserverUrl property to IegwGlobal interface from global egw object
2020-02-04 18:30:37 +01:00
Hadi Nategh
491d17bc08
* Collabora: Fix issue of inserting an image into document pops a rename dialog
2020-02-04 13:27:55 +01:00
Ralf Becker
f46db0484a
Update README.md
2020-02-04 09:35:23 +01:00
Ralf Becker
9adf0e300b
Update README.md
2020-02-04 09:07:29 +01:00
Ralf Becker
291ac4db16
Update README.md
2020-02-04 09:04:14 +01:00
Ralf Becker
47c5a25841
trying to fix Travis builds (using default mysql service instead of failing MariaDB:10.0 addon)
2020-02-03 18:06:15 +01:00
Hadi Nategh
4d86731220
Replace sidebox open/close menu icons with their svg versions
2020-02-03 16:18:41 +01:00
Ralf Becker
e0f38dfb94
migrated infolog app.js to typescript
2020-02-03 16:05:40 +01:00