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
RainLoop Team
fd20f10f21
Merge pull request #797 from zaffkea/master
...
Modified the postfixadmin-change-password plugin
2015-08-19 20:14:07 +03:00
RainLoop Team
705f43ffb6
Merge pull request #801 from greg-1-anderson/fix-findidentity
...
Fixes #693 : findIdentityByMessage always selects the default identity
2015-08-15 22:04:46 +03:00
Greg Anderson
e1d104f8ba
Fixes #693 : findIdentityByMessage gives too great a weight to the default identity. Only test the 'Delivered-To' header if no other header contained a matching identity, as 'Delivered-To' will usually contain the default identity.
2015-08-15 11:17:44 -07:00
RainLoop Team
502aebdc37
Fix cookie bug ( #800 )
...
+ small fixes
2015-08-15 00:33:36 +04: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
RainLoop Team
91f3c05d5e
Update CONTRIBUTING.md ( #795 )
2015-08-13 22:10:45 +03:00
RainLoop Team
2a7d8ccab8
Fixes a search for non-ascii strings ( #793 )
2015-08-12 23:40:38 +04:00
RainLoop Team
106ee26ad2
Pre release commit
2015-08-11 22:51:07 +04:00
RainLoop Team
05ac93715f
Merge pull request #792 from ervee/dutch-update-20150811
...
Updated Dutch translation (#467 )
2015-08-11 21:26:28 +03:00
ervee
acee5a40fd
Updated Dutch translation ( #467 )
...
Update for VACATION_RECIPIENTS_LABEL and ADD_A_PUBLICK_KEY.
2015-08-11 10:23:01 +02:00
RainLoop Team
12b05ba031
Merge pull request #790 from strobeltobias/patch-4
...
Update de.ini
2015-08-10 20:07:20 +03:00
Tobias Strobel
c1e9561ac5
Update de.ini
2015-08-10 14:25:28 +02:00
RainLoop Team
5746a460ee
Merge pull request #788 from arturbonnett/master
...
pt-br translation update
2015-08-07 01:14:25 +03:00
RainLoop Team
9f797b14cd
Merge pull request #787 from skibbipl/patch-2
...
Polish translation update
2015-08-07 01:13:30 +03:00
Artur
34b840e556
pt-br translation update
2015-08-06 18:49:47 -03:00
Artur
065e8509b5
update forgotten strings and some fixes.
2015-08-06 18:46:46 -03:00
Artur
c8148d1c59
Merge pull request #2 from RainLoop/master
...
update - 2015-08-06
2015-08-06 18:44:04 -03:00
RainLoop Team
e7f416b6e7
Merge pull request #786 from insertc0in/patch-11
...
Update pt-pt.ini
2015-08-07 00:25:09 +03:00
insertc0in
a5fe78cafa
Update pt-pt.ini
2015-08-06 22:24:16 +01:00
Skibbi
75a233cb6b
Update pl.ini
2015-08-06 23:23:56 +02:00
RainLoop Team
a19429f271
New languages constants
2015-08-07 00:55:53 +04:00
RainLoop Team
723c2ac6b8
Vacation filter improvements
...
New Pgp encrypt/sign popup
2015-08-07 00:54:47 +04:00
RainLoop Team
c99a46a118
Small improvements
2015-07-30 01:14:48 +04:00
RainLoop Team
5123841540
Pgp improvements
2015-07-29 21:23:10 +04:00
RainLoop Team
3849fd02b4
Small fixes
2015-07-29 21:23:09 +04:00
RainLoop Team
fc10f20770
Merge pull request #773 from COLORLINK/patch-1
...
Arabic language
2015-07-28 23:39:57 +03:00
RainLoop Team
c66aa9a3e7
Merge pull request #778 from filipblaauw/norwegian-translation
...
Update no.ini
2015-07-28 21:31:23 +03:00
Filip Blaauw
787f424329
Update no.ini
...
Updated all english strings to norwegian.
2015-07-28 14:02:30 +02:00
COLORLINK
f0d70f7e68
Create ar.ini
2015-07-26 11:57:07 +03:00
RainLoop Team
aa4f854d54
Merge pull request #767 from ervee/dutch-update-20150723
...
Updated Dutch translation (#467 )
2015-07-23 20:02:20 +03:00
ervee
c130ce1304
Updated Dutch translation ( #467 )
...
For GENERATE_ONLY_HTTPS
2015-07-23 08:55:45 +02:00
RainLoop Team
74580a6c7e
Merge pull request #752 from valeriangalliat/chiffrer-bordel
...
Use proper terminology
2015-07-07 19:25:15 +03:00
Valérian Galliat
778dd958d4
Use proper terminology
...
In French cryptography terminology, "Décrypter" means breaking
encryption to get the plaintext (when not knowing the encryption key),
while "Déchiffrer" means recovering a plaintext with the encryption key.
Link: https://fr.wikipedia.org/wiki/Cryptographie
Link: http://www.bortzmeyer.org/cryptage-n-existe-pas.html
2015-07-07 18:21:42 +02:00
RainLoop Team
c764d628f1
Merge pull request #749 from valeriangalliat/attachment-zip-php-5.6
...
Add `ZipArchive::CREATE` flag for PHP 5.6
2015-07-07 19:14:04 +03:00
RainLoop Team
2efd7aa2b2
Merge pull request #751 from sloomy/patch-4
...
Update fr.ini
2015-07-07 19:12:27 +03:00
bruno
0c664acd1f
Update fr.ini
...
french translation
2015-07-07 16:34:14 +02:00
Valérian Galliat
d5069ddf85
Add "ZipArchive::CREATE" flag for PHP 5.6
...
Since PHP 5.6, "ZipArchive::open" will return "ZipArchive::ER_NOENT" if
the "ZipArchive::CREATE" option is not given and the file doesn't exist,
while previously, it was created without error with only
"ZipArchive::OVERWRITE".
2015-07-07 15:37:46 +02:00
RainLoop Team
9ade5a585b
Clickable notifications ( #745 )
2015-07-06 22:47:08 +04:00
RainLoop Team
69c01e5789
Merge pull request #744 from insertc0in/patch-10
...
Update pt-pt.ini
2015-07-06 19:28:43 +03:00
RainLoop Team
1d1d20b0ea
Merge pull request #743 from pietroalbini/it
...
Updated italian translation
2015-07-06 19:28:32 +03:00
RainLoop Team
fe57fbf639
Merge pull request #742 from skibbipl/patch-2
...
Polish translation update
2015-07-06 19:28:21 +03:00
insertc0in
a1d3351f23
Update pt-pt.ini
2015-07-06 10:40:39 +01:00
Pietro Albini
d2be1aa7f5
Updated italian translation
2015-07-06 10:19:21 +02:00
Skibbi
f9ce3b702d
Update pl.ini
2015-07-06 09:44:39 +02:00
RainLoop Team
2d3e7512d0
Merge pull request #741 from strobeltobias/patch-3
...
Update de.ini
2015-07-05 23:58:53 +03:00
Tobias Strobel
f9221f49f5
Update de.ini
...
Translated some strings to german.
2015-07-05 22:57:25 +02:00
RainLoop Team
55d3c561a9
Merge pull request #740 from strobeltobias/patch-2
...
Update de.ini
2015-07-05 23:50:55 +03:00
RainLoop Team
fed1531929
Small fix
2015-07-06 00:50:06 +04:00