Commit graph

354 commits

Author SHA1 Message Date
djmaze
e13337e247 Cleanup styling and gulp merge @media queries 2021-07-20 16:45:55 +02:00
djmaze
b8d594eb45 Move OwnCloud plugin to final destination 2021-07-17 08:56:09 +02:00
djmaze
b0d7bab1b0 Move the NextCloud plugin to final destination 2021-07-17 08:53:50 +02:00
djmaze
65200af210 Added NextCloud
Taken from https://github.com/pierre-alain-b/snappymail-nextcloud
2021-07-17 08:38:21 +02:00
djmaze
2dde6c59eb Bugfix: \RainLoop\Utils::IsOwnCloudLoggedIn() undefined 2021-07-16 17:13:24 +02:00
djmaze
6e26c767c3 Changes for base OwnCloud/NextCloud
See https://github.com/the-djmaze/snappymail/issues/96
2021-07-16 16:27:19 +02:00
djmaze
5213b804d9 Some tiny changes 2021-07-16 16:24:07 +02:00
djmaze
7985eaa23a Merge branch 'master' into plugin-2fa 2021-07-14 12:51:54 +02:00
djmaze
d67cfaa3a4 Resolve Issue #93 2021-05-31 16:19:01 +02:00
djmaze
0d5ea94934 Resolve #87
Resolve #85
2021-04-21 10:34:54 +02:00
djmaze
2ed328d07c Improved 2fa plugin 2021-04-14 15:33:37 +02:00
djmaze
7621ecbf2a improve 2fa plugin 2021-04-14 15:24:57 +02:00
djmaze
c30de83da9 Merge branch 'master' into plugin-2fa 2021-04-14 14:38:13 +02:00
djmaze
e112d1fd70 Change and document plugins hook system 2021-04-14 14:30:42 +02:00
djmaze
54d2fb93cc Prepare more 2fa data 2021-04-14 10:11:09 +02:00
djmaze
d9bab28bfe #84 as plugin 2021-04-13 11:42:06 +02:00
djmaze
7fc279293c v2.5.0-rc.1 2021-04-08 16:02:41 +02:00
djmaze
d2534b5ed9 Implemented: plugin CSS
RainLoop still had a TODO for implementing plugin CSS
This is now used by the CKEditor plugin
2021-04-01 21:01:35 +02:00
djmaze
af3c79ce80 Moved CKEditor to be plugin 2021-03-25 13:35:15 +01:00
djmaze
2cf5fce562 Resolve Issue #61 2021-03-19 10:11:30 +01:00
djmaze
407a69e100 v2.4.0 2021-03-18 16:28:06 +01:00
djmaze
11fd6736bb Set response ErrorCode as iError for easier fetch error handling 2021-03-18 12:33:13 +01:00
djmaze
4a8d516123 Changed: StorageResultType to error result code 2021-03-16 09:46:23 +01:00
djmaze
6d0fa33022 Resolve Issue #51 2021-03-08 12:21:58 +01:00
djmaze
addaede0df Improved password strength meter 2021-03-05 09:43:46 +01:00
the-djmaze
c36b2ed839
Merge pull request #57 from dominiquefournier/patch-4
Error: preg_match_all(): Unknown modifier 'g'
2021-03-04 16:26:38 +01:00
dominiquefournier
986b424b5e
Update index.php : $oConfig() -> $oConfig 2021-03-04 15:27:07 +01:00
djmaze
fbd333cf4a Bugfix: allow space in password
Bugfix: throw ClientException on failure
See #51
2021-03-04 15:23:38 +01:00
dominiquefournier
ea1ce46f2d
Error: preg_match_all(): Unknown modifier 'g'
Error: preg_match_all(): Unknown modifier 'g'
2021-03-04 15:20:05 +01:00
djmaze
a528c93d47 Bugfix password plugin properties 2021-03-04 15:15:21 +01:00
djmaze
0c8c28fe41 Bugfix: Undefined property ChangePasswordPlugin::$oLogger 2021-03-04 14:54:35 +01:00
djmaze
a36cb17165 Issue #51
Added: visual password weakness meter
Bugfix: PasswordWeaknessCheck
2021-03-04 14:18:23 +01:00
djmaze
96ea4fdf0a Added config option for minimum passlength
Disable broken PasswordWeaknessCheck
See https://github.com/the-djmaze/snappymail/issues/51#issuecomment-790582737
2021-03-04 13:51:21 +01:00
djmaze
72988972a7 Bugfix: Undefined variable oAccount
https://github.com/the-djmaze/snappymail/issues/51#issuecomment-790419644
2021-03-04 12:20:06 +01:00
djmaze
a1ad4a8f27 Improve plugin Description/README functionality 2021-03-04 12:15:11 +01:00
djmaze
1e13725768 Added: support plugins als .phar files 2021-03-04 11:56:26 +01:00
djmaze
514fe02619 v2.3.4 2021-03-03 11:53:11 +01:00
djmaze
b8fd3df2e6 Issue #51 check if PDO is supported 2021-03-02 14:33:11 +01:00
djmaze
25958cd87a ChangePasswordDriverLDAP, see https://github.com/the-djmaze/snappymail/issues/51#issuecomment-788851329 2021-03-02 14:30:24 +01:00
djmaze
c0e61bb0a2 Issue #51 added getSupportedDrivers() 2021-03-02 14:23:45 +01:00
djmaze
4d80671bf3 Improve Issue #51 2021-03-02 12:35:41 +01:00
djmaze
93f371e0ff Added PDO driver to the change-password plugin 2021-03-02 12:23:50 +01:00
djmaze
bba0ac150a Moved the change-password plugin language strings 2021-03-01 12:42:34 +01:00
djmaze
fb03687528 Revamp Issue #51 to make the whole "change password" thing a plugin 2021-03-01 00:52:46 +01:00
djmaze
1a82dde49b https://github.com/the-djmaze/snappymail/issues/51 2021-02-24 22:03:14 +01:00
djmaze
b9b0a550d6 Release plugins as tar.gz because PharData is more common then ZipArchive 2021-02-10 09:50:20 +01:00
djmaze
7ccc44616d Small code cleanups and fix translations 2021-01-27 00:26:31 +01:00
djmaze
950579c7f5 Rename 'ajax' to 'json' because we don't use XML
We use json as response
2020-12-30 15:50:47 +01:00
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
RainLoop Team
c4b7de0ad4
Merge pull request #1534 from cdgco/patch-1
Update Vesta Plugin
2018-02-21 02:28:52 +03:00
RainLoop Team
c3ff2ab116
Merge pull request #1634 from abbatis/master
Hotfix plugins/auto-domain-grab/index.php
2018-02-21 02:10:29 +03:00
RainLoop Team
11989a4c28
Merge pull request #1584 from mwohlert/ChangePasswordPostfix-PostgresSQL
Add PostgreSQL to postfixadmin-change-password Plugin
2018-02-21 02:08:17 +03:00
RainLoop Team
ef601cb4f2
Merge pull request #1491 from mariogrip/mailinabox-change-password
Add change email account password plugin for Mail-in-a-Box
2018-02-21 02:04:14 +03:00
Abbatis
4ba90c115e
Update index.php 2018-02-03 13:15:55 +01:00
Abbatis
8c90bd9e46
Update index.php 2018-02-03 13:01:50 +01:00
kromonos
6d88a93975
Add files via upload 2017-12-19 00:11:13 +01:00
Michel Wohlert
7186833a26 Fix indentation 2017-12-01 23:33:46 +01:00
Michel Wohlert
0eeb31b7b7 Bump Version to 1.3 2017-12-01 23:29:15 +01:00
Michel Wohlert
9336b5bcb7 Added Exception when trying to use mysql-crypt in PostgreSQL 2017-12-01 23:28:32 +01:00
Michel Wohlert
09cdc285ab Fix bad variable 2017-12-01 23:16:07 +01:00
Michel Wohlert
0d96cd6692 fix scope variable 2017-12-01 22:37:20 +01:00
Michel Wohlert
df07e1b96c fix indentation 2017-12-01 22:07:52 +01:00
Michel Wohlert
7f45312de6 Added option to select PostgreSQL 2017-12-01 22:05:35 +01:00
CDG
a32383aaf8 Update index.php 2017-10-13 22:55:57 -07:00
Marius Gripsgard
14e5ebbf7b Add change email account password plugin for Mail-in-a-Box 2017-08-23 03:14:34 +02:00
Oxymoron
3bc9c54039 Corrected more mispellings of the word <extension> 2017-07-22 16:29:33 -05:00
RainLoop Team
ab374bbb71 Many small fixes. 2017-07-06 01:31:41 +03:00
RainLoop Team
509f81d2c8 Fix recaptcha api request (#891) 2017-04-15 23:55:42 +03:00
RainLoop Team
cbc1aa2f4c Some fixes (ChangePasswordCustomSql Plugin) 2017-03-18 23:52:01 +03:00
cz-vilda
442caf4f90 Add files via upload 2017-03-18 20:25:00 +01:00
Nicolas Bland
bc6a0be048 creation of plugin that handle paste multi row mail addresses into a single email field 2017-02-19 19:42:12 +01:00
Valdur Kana
9988463e2d Add other missing {type} before hash 2017-01-14 00:03:41 +02:00
Valdur Kana
ccc8147f96 Add missing {PLAIN-MD5} before md5 hash 2017-01-10 16:38:41 +02:00
RainLoop Team
fa6d7b3b86 1.10.3.150 2016-08-02 23:54:07 +03:00
RainLoop Team
c3985da102 Move almost all libs to node_modules
Update libs
2016-07-30 18:35:08 +03:00
Julien Lutran
d222a61878 ISPmail change password plugin 2016-06-14 22:21:15 +02:00
RainLoop Team
3bcf23f8fa Add "custom-admin-settings-tab" plugin 2016-06-04 23:26:50 +03:00
RainLoop Team
f180c2fbec Code improving 2016-05-22 22:16:32 +03:00
RainLoop Team
b7af645cbc Merge pull request #700 from sharq88/master
Little extension to parse email list copied from excel
2016-05-22 22:06:40 +03:00
RainLoop Team
d84ca98793 Improve fail2ban logging (#966) 2016-05-17 23:35:53 +03:00
zikeji
37d14a1d19 Added mailcow RainLoop plugin 2016-04-22 14:51:37 -04:00
Goran Mekić
99c458ea21 Describe all options for ldap-change-password
The list of fields taken from https://github.com/RainLoop/rainloop-webmail/blob/master/plugins/ldap-change-password/ChangePasswordLdapDriver.php#L116-L117
2016-02-05 12:40:14 +01:00
Hardware
21ee9f7b20 Add support for SHA256-CRYPT and SHA512-CRYPT dovecot crypt schemes
in postfixadmin-change-password plugin
2016-01-30 18:14:56 +01:00
RainLoop Team
3887073016 Fixed: Plugin's help popover (Better view for plugin's readme content) 2015-11-19 00:11:47 +03:00
RainLoop Team
e8fbdff09c auto-domain-grab plugin: code refactoring 2015-11-18 23:22:39 +03:00
Rhyswilliamsza
db6701bf6a Added Auto Domain Grabber Plug-in 2015-11-18 19:25:36 +02:00
RainLoop Team
87887373c1 Updated: ckeditor 4.5.3, jquery 1.11.3, openpgpjs 1.2.0
OpenPGP decrypt fix
+ Small fixes
2015-09-18 21:35:30 +03:00
RainLoop Team
7312b2854b Added: Plugin: Contacts suggestion from ldap
Added: Custom favicon setting
+ Small fixes
2015-09-08 21:18:55 +03:00
RainLoop Team
436e54891e Contacts suggestions example plugin 2015-08-19 21:58:34 +03:00
RainLoop Team
86d763420d Small corrections in PostfixAdminChangePassword plugin (#797) 2015-08-19 20:35:29 +03:00
Zaffke
ef5231decd Modified the postfixadmin-change-password plugin to give users these additional options for MySQL:
* Specify the table name
* Specify the column name for user names
* Specify the column name for the passwords
2015-08-13 15:46:38 -05:00
Peter
e03dfef8b3 add excel multirow email list parser 2015-06-02 00:48:19 +01:00
RainLoop Team
f15f25a635 vpopmail-change-password fixes 2015-05-20 16:09:50 +04:00
Almas Dusal
7db2d7c6b9 vpopmail change password plugin added 2015-05-20 20:26:55 +09:00
RainLoop Team
86bb1d0dcf "virtualmin-change-password" code fixes abd refzctoring 2015-05-04 21:11:59 +04:00
icedman21
7fb8357b9d Update VirtualminChangePasswordDriver.php 2015-05-05 00:16:13 +08:00
icedman21
1d55a87df0 Create README 2015-05-04 13:42:07 +08:00
icedman21
11da6f5e14 Create VirtualminChangePasswordDriver.php 2015-05-04 13:26:27 +08:00
icedman21
078bf288ec Create VERSION 2015-05-04 13:25:28 +08:00
icedman21
664a338f04 Create LICENSE 2015-05-04 13:24:53 +08:00
icedman21
78dbfd6880 Create index.php 2015-05-04 13:24:17 +08:00
Serghey Rodin
b3023a4e4f Vesta Control Panel Support 2015-04-14 14:11:51 +03:00
RainLoop Team
ed7acaa33f Plugins templates translations fixes (#556) 2015-03-25 23:58:51 +04:00
RainLoop Team
9a58fd0a66 Plugin system enhancements (Custom user's settings tabs) 2015-02-19 05:04:30 +04:00
RainLoop Team
86f855fa5b Small fixes 2015-02-12 23:56:06 +04:00
RainLoop Team
844afadd6f ckeditor fixes
demo-plugin
TemproryApcStorage
2015-02-12 21:56:49 +04:00
RainLoop Team
523f3ad115 Added "playback_rate" option in "video-on-login-screen" plugin. 2015-02-03 19:27:14 +04:00
RainLoop Team
37acbb0ba1 Added "ldap-change-password" plugin 2015-02-03 15:08:07 +04:00
RainLoop Team
abddb3d828 Pre release fixes and improvements 2015-02-01 19:44:44 +04:00
RainLoop Team
67c5e31e58 Added a new theme (Rain Drops)
Added a "video-on-login-screen" plugin
Added a few branding settings
2015-02-01 03:42:48 +04:00
RainLoop Team
833f40c115 Added "Allow self signed certificates" setting
Updated recaptcha plugin
2015-01-06 01:42:45 +04:00
RainLoop Team
42b8a446c6 Merged from sub repository (updated ckeditor, filters - step 3)
Release commit
2014-12-06 01:01:33 +04:00
RainLoop Team
7b97a9f85d Release commit (1.7) 2014-11-15 18:45:54 +04:00
RainLoop Team
11b66abd17 Fixed piwik-analytics plugin 2014-10-31 20:48:49 +04:00
RainLoop Team
9c43105e95 Added more plugin hooks
Added proxy auth plugin example (dev)
2014-10-16 19:58:54 +04:00
RainLoop Team
2b3889392d Added "custom-system-folders" plugin
Small fixes
2014-09-26 20:44:04 +04:00
RainLoop Team
085095b717 Plugin system improvements
+ piwik analytics plugin (not tested)
2014-09-25 19:37:11 +04:00
RainLoop Team
4c38993c26 Fixed cPanel plugin 2014-09-25 14:54:20 +04:00
RainLoop Team
67678017a8 "cpanel-change-password" plugin improvements 2014-09-24 02:03:50 +04:00
RainLoop Team
06274c6a7c Code refactoring
Fixed owncloud password encoder/decoder (#291)
Fixed ckeditor in ownCloud iframe (Closes #302)
Release commit
2014-09-06 01:44:29 +04:00
RainLoop Team
ccbf04cb67 Code refactoring
Fixed languages popup
Release commit
2014-09-02 04:15:31 +04:00
RainLoop Team
c7108a74e0 Change password plugins fixes
Small fixes
2014-08-31 00:04:11 +04:00
RainLoop Team
9c52fdd028 CommonJS (research/6) 2014-08-26 10:31:20 +04:00
RainLoop Team
97cff9fd56 Added "postfixadmin-change-password" plugin (#251) 2014-07-23 00:50:21 +04:00
RainLoop Team
063af295b2 Fix "poppassd-change-password" plugin (Closes #249) 2014-07-22 22:23:04 +04:00
RainLoop Team
3ae18e76c6 Added "use_local_proxy_for_external_images" setting (Closes #211) 2014-06-26 02:40:26 +04:00
RainLoop Team
81e25b4235 Warning! Breaking change!
Removed "additional Login field" on login page (Security reason) (Closes #206)
Added "custom-login-mapping" plugin
2014-06-25 20:36:46 +04:00
RainLoop Team
fed896776f Code refactoring
a lot of small fixes (Closes #173)
Added login field (ownCloud package)
2014-05-24 02:14:16 +04:00
RainLoop Team
b6a06d74a9 Fix infinite loop with sign me
Added data-cfasync="false" for CloudFlare Rocketscript
2014-05-21 23:49:27 +04:00
RainLoop Team
cdbc5904fb Fix directadmin-change-password plugin 2014-04-19 01:35:10 +04:00
RainLoop Team
70f58dca91 Small changes 2014-04-18 22:56:57 +04:00
RainLoop Team
57355f2e8a Added change-smtp-ehlo-message plugin 2014-04-18 19:47:15 +04:00
RainLoop Team
77cdc4690b Fix misspellings (Closes #119) 2014-04-08 01:15:38 +04:00
RainLoop Team
6cfd002055 DirectAdmin change password plugin 2014-03-24 19:54:59 +04:00
RainLoop Team
7d7c05737f Small fix 2014-03-14 02:55:14 +04:00
RainLoop Team
35240ecff0 added hmailserver-change-password Plugin 2014-03-14 01:39:06 +04:00
RainLoop Team
56a54c334d Add "Override Smtp Credentials" Plugin 2014-02-01 00:32:42 +04:00
RainLoop Team
3a5d5038b9 Small fixes (fixed #61) 2014-02-01 00:31:55 +04:00
RainLoop Team
74991b16d9 Custom Auth plugin example 2014-01-26 19:26:01 +04:00
RainLoop Team
7e0a1500a6 Disable snow animation for mobile devices 2013-12-30 01:24:30 +04:00
RainLoop Team
acf80b96a3 Add snowfall on login plugin :) 2013-12-29 19:19:49 +04:00
RainLoop Team
9ec92e9946 Add POPPASSD change password plugin 2013-12-29 18:48:35 +04:00
RainLoop Team
0358827835 Update action function fix
+ small changes before release
2013-12-11 01:25:37 +04:00
RainLoop Team
ff14ff6008 Add new white list plugin 2013-12-10 17:32:34 +04:00
RainLoop Team
e95a3c1f95 Simple black list plugin fix 2013-12-10 17:32:06 +04:00
RainLoop Team
5d5cab6afe Exceptions configuration for black list plugin. 2013-12-10 16:05:55 +04:00
RainLoop Team
54a522f7e4 Check local ip 2013-12-10 15:09:58 +04:00
RainLoop Team
0ec4fc89d4 Add pagenator to contact list
Move contacts from plugin back to core
2013-12-08 03:58:33 +04:00
RainLoop Team
6779ccbe72 Add black list plugin 2013-12-07 03:10:50 +04:00
RainLoop Team
a023ad801c Small pab schema fixes 2013-12-07 02:53:21 +04:00
RainLoop Team
efdca7ef77 Merge new-contacts-api
New interface
Contact storage move to plugin
2013-12-07 02:07:29 +04:00