Commit graph

156 commits

Author SHA1 Message Date
Floris Westerman
0f30d33977
Added constructor to LDAP identities plugin
Without the constructor, SnappyMail would crash when using custom language features. This is now resolved.
2020-11-26 23:56:36 +01:00
djmaze
2047525ce6 Fix filename 2020-11-25 14:39:46 +01:00
djmaze
1670ca0db1 Checked merge https://github.com/the-djmaze/snappymail/pull/40
Some small formatting changes for ldap identities
FWest98 accidentally removed `case 'suggestions': $mResult = [];` in fabrica?
2020-11-13 09:56:40 +01:00
Floris Westerman
e46c3b10ec
Fixing indentation 2020-11-10 11:52:55 +01:00
Floris Westerman
427d909783
Add early exit when no groups are configured 2020-11-10 11:52:55 +01:00
Floris Westerman
abe058943e
Add ldap identities plugin 2020-11-10 11:52:55 +01:00
djmaze
d0f686c657 Rename basefolder 'rainloop' to 'snappymail'
this prevents conflicts with original rainloop
2020-10-15 16:21:52 +02:00
djmaze
5009adfb60 Resolve issue #5 2020-08-30 18:04:54 +02:00
djmaze
412d69ce75 Removed jquery-backstretch that handled the UserBackground
The UserBackground is now handled with CSS3 on body.thm-body
This allowed me to remove the #rl-bg so that the "video-on-login-screen" plugin will not work indefinitely.
2020-07-13 15:47:19 +02:00
djmaze
aae7883b99 Bugfix: bootstrap jQuery('#') syntax error
Changed: use ES2015
Changed: gulp uglify to terser
Removed: ChangePassword
Removed: nanoscroll
Removed: JS polyfills
2020-03-13 15:30:39 +01:00
djmaze
6e0d0b3b6e CRLF to LF 2020-03-11 14:17:52 +01:00
djmaze
4468d5bd22 Removed: twitter, google, dropbox, facebook, owncloud, modernizr from JavaScript 2020-03-11 12:55:03 +01:00
RainLoop Team
66b23747c7
Merge pull request #1888 from hifihedgehog/master
Added CyberPanel password changing plugin
2019-08-01 00:15:39 +03:00
hifihedgehog
4c1a7a41a8
Update VERSION 2019-07-31 15:48:28 -04:00
hifihedgehog
4640e1941b
Increased cost/rounds to 12 for enhanced security 2019-07-31 15:46:44 -04:00
Nicolas B
fdaefab7cb
code review
correction after review: use the temporary variable instead of recalculating the JQuery node
2019-07-31 12:31:36 +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
hifihedgehog
d75641c367
Update ChangePasswordCyberPanel.php 2019-07-26 15:56:43 -04:00
hifihedgehog
d683da256f
Update README.md 2019-07-26 10:06:07 -04:00
hifihedgehog
cf63417374
Update README 2019-07-26 10:04:00 -04:00
hifihedgehog
03e4f4fc9c
Update README.md 2019-07-26 10:02:25 -04:00
hifihedgehog
d4fdac74e6
Tweaked wording and edited grammar 2019-07-26 10:02:15 -04:00
hifihedgehog
e157fb02a5
Update ChangePasswordCyberPanel.php 2019-07-26 09:59:05 -04:00
hifihedgehog
e84c2742e8
Fixed minor typo 2019-07-26 09:34:55 -04:00
hifihedgehog
a6e70256ea
Added escaping of special characters 2019-07-26 09:33:31 -04:00
hifihedgehog
4b00ef72d4
Update index.php 2019-07-25 16:54:15 -04:00
hifihedgehog
81449eb59d
Update ChangePasswordCyberPanel.php 2019-07-25 16:53:09 -04:00
hifihedgehog
36059e960d
Cleaned up code formatting from upload 2019-07-25 16:52:26 -04:00
hifihedgehog
fe197ab440
Added CyberPanel password changing plugin 2019-07-25 12:22:42 -04:00
RainLoop Team
450528ff00 Add prettier 2019-07-04 22:09:27 +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
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
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
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
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
rolfen
32ccf8c76f improve description 2018-10-20 15:40:11 +00:00
rolfen
353964e729 working version 2018-10-20 15:13:05 +00:00
rolfen
b17e5dd11d try to plug the hole in the custom sql plugin 2018-10-20 12:35:57 +00:00
Lindolfo Meira
075b841b84 Added support to additional search field (defaults to "uid") 2018-06-06 19:02:43 -03:00
Konstantin Krastev
04bfe2686f * added start_tls support
* added gecos token for use in user DN in case your user accounts are using cn as rdn.
2018-05-08 23:43:31 +03:00