Nicolas B
ec8be09abe
Merge pull request #1 from korukugashi/korukugashi-patch-plugin-contact-group
...
Updated plugin contact-group-excel-paste
2019-07-31 12:25:15 +02:00
Nicolas B
b0cf16ace4
Add files via upload
...
Fixes a regression of plugin contact-group-excel-paste since an update of rainloop that modified CSS classes and JavaScript of autocomplete fields
2019-07-30 23:10:07 +02:00
RainLoop Team
cdfe5fb232
Small fixes
2019-07-12 00:46:17 +03:00
RainLoop Team
0c38f42197
Small improvements
2019-07-11 21:45:47 +03:00
RainLoop Team
19d3b559da
Add watch task
2019-07-04 23:35:53 +03:00
RainLoop Team
395ad8e035
Update dependencies
2019-07-04 23:06:07 +03:00
RainLoop Team
40dc22a317
Remove knockout-transformations dependency
2019-07-04 22:58:15 +03:00
RainLoop Team
8a0be3212d
prettier --write
2019-07-04 22:19:24 +03:00
RainLoop Team
450528ff00
Add prettier
2019-07-04 22:09:27 +03:00
RainLoop Team
08da3030b0
Merge pull request #1878 from anton-piliugin/patch-1
...
Fix hide_x_mailer_header config option behaviour
2019-07-02 00:24:30 +03:00
RainLoop Team
8eb4588917
Improved app security
2019-07-02 00:20:49 +03:00
RainLoop Team
b244462fa5
update gulp and gulpfile
2019-06-29 17:16:09 +03:00
RainLoop Team
a1562e7145
Update dependencies and configurations
2019-06-29 03:17:29 +03:00
RainLoop Team
dbbc83e4c8
Synchronize localizations from Transifex
2019-06-28 22:44:24 +03:00
Anton Piliugin
6b8c7043af
Fix hide_x_mailer_header config option behaviour
...
Remove X-Mailer header if hide_x_mailer_header = Off
2019-05-28 14:32:18 +02:00
RainLoop Team
88439e6e07
Add sentry support
2019-04-18 00:07:22 +03:00
RainLoop Team
23451c032a
Remove cmd imterface
2019-03-30 01:54:06 +03:00
RainLoop Team
e449261277
autocomplete attributes
2019-03-30 01:45:12 +03:00
RainLoop Team
18242368be
Small fixes
2019-03-29 23:42:49 +03:00
RainLoop Team
e77bafca1e
Fix eslint warnings
2019-03-28 02:27:52 +03:00
RainLoop Team
3cea84ff06
Merge pull request #1821 from Simounet/feat/img-max-width
...
Content image max width size set to 100%
2019-03-28 02:07:35 +03:00
RainLoop Team
ca30359da8
Small fix
2019-03-28 02:06:26 +03:00
RainLoop Team
c2fceebbf9
Merge pull request #1719 from enzingerm/master
...
use default data directory if not defined in NextCloud config
2019-03-28 02:00:23 +03:00
RainLoop Team
3c059d4434
Merge pull request #1488 from mbarnathan/master
...
Client certificates (with password authentication)
2019-03-28 01:56:24 +03:00
RainLoop Team
628f8077a3
Merge branch 'master' into master
2019-03-28 01:55:15 +03:00
RainLoop Team
7a227a532d
Merge branch 'master' of support_rainloop_net.github.com:RainLoop/rainloop-webmail
2019-03-28 01:52:09 +03:00
RainLoop Team
71ac99f517
Update phpseclib
2019-03-28 01:51:23 +03:00
RainLoop Team
909cd45769
Small fixes
2019-03-28 01:44:29 +03:00
RainLoop Team
2f6a1637f1
Merge pull request #1342 from korukugashi/feat-contact-group-excel
...
creation of plugin that handle paste multi row mail addresses into a …
2019-03-28 01:29:03 +03:00
RainLoop Team
1bd4cdbd2e
Merge pull request #1648 from albertmatyi/patch-1
...
Fix localStorage check when embedded in iframe (firefox)
2019-03-28 01:28:20 +03:00
RainLoop Team
860ac47f6c
Small improvements
2019-03-28 01:26:34 +03:00
RainLoop Team
4235d95a39
Merge pull request #1690 from grizmin/master
...
start tls and gecos
2019-03-28 01:24:06 +03:00
RainLoop Team
957e393d3b
Merge pull request #1716 from lindolfomeira/ldap-contacts-suggestions
...
Added support to additional search field (defaults to "uid")
2019-03-28 01:19:48 +03:00
RainLoop Team
2faf418f27
Merge pull request #1802 from PlanetHoster/auto-grab-mx
...
auto-domain-grab use MX record for Host
2019-03-28 01:15:57 +03:00
RainLoop Team
62e6fb7317
Merge pull request #1804 from imt-mines-albi/ldap-contacts-suggestions-allow-anonymous-bind
...
ldap-contacts-suggestions: Allow anonymous ldap_bind()
2019-03-28 01:14:55 +03:00
RainLoop Team
d717b96800
Merge pull request #1833 from TheAssailant/patch-1
...
Use `random_bytes` if available in postfix plugin
2019-03-28 01:14:02 +03:00
RainLoop Team
b7ad459a16
Merge pull request #1845 from erseco/rest-change-password-plugin
...
Added generic REST change password plugin
2019-03-28 01:08:25 +03:00
RainLoop Team
8d7136d708
Synchronize localizations from Transifex
2019-03-28 01:06:55 +03:00
RainLoop Team
13065dd926
Update dependencies
2019-03-28 01:01:26 +03:00
Ernesto Serrano
b8ad70a8e3
Update index.php
2019-03-14 14:45:19 +01:00
Ernesto Serrano
e1768a13dc
Added generic REST plugin
2019-03-10 17:15:45 +01:00
Paul Borges
4890249b5a
Use random_bytes
if available in postfix plugin
...
The [PHP `str_shuffle()`](http://php.net/manual/en/function.str-shuffle.php ) documentation states:
```
This function does not generate cryptographically secure values, and should not be used for cryptographic purposes.
```
This change makes use of [`random_bytes()`](http://php.net/manual/en/function.random-bytes.php ) if it's available and falls back to the old (probably ok) `str_shuffle()` implementation.
2019-02-06 15:06:09 -05:00
RainLoop Team
80ad4fdbcc
Merge branch 'master' of support_rainloop_net.github.com:RainLoop/rainloop-webmail
2019-02-04 19:04:07 +03:00
RainLoop Team
afef42ba5d
eslint fixes
2019-02-01 19:05:44 +03:00
RainLoop Team
41c164add7
Synchronize localizations from Transifex
2019-02-01 19:00:31 +03:00
RainLoop Team
20f53825d9
Update deps
2019-02-01 18:56:12 +03:00
Simounet
595ddb8bbc
Content image max width size set to 100%
2019-01-09 22:05:28 +01:00
imt-mines-albi
bb602a52a3
ldap-contacts-suggestions: Allow anonymous ldap_bind() if bind DN is not filled up in plugin config
2018-11-30 12:54:28 +00:00
Gabriel P
134c99624c
update comment
2018-11-29 12:26:22 -05:00
Gabriel P
2898ecc5e0
auto-domain-grab use MX record for Host
2018-11-29 12:00:25 -05:00