Commit Graph

95 Commits

Author SHA1 Message Date
Aleksander Machniak
247b5c37d1 Update localizations 2024-07-02 19:07:54 +02:00
Aleksander Machniak
2d5f7aa9f5 Update localization 2023-04-09 18:30:38 +02:00
Asterios "Aster" Bandis
9c2b459b8c Update Greek localization (from Transifex) (#8937)
* Pull new Greek translations from Transifex

* Pull new Greek translations from Transifex

Replace the "Greeklish" folder name with Greek characters
2023-03-04 09:26:25 +01:00
Aleksander Machniak
863e5f848f Add Uyghur localization, update localization 2023-02-04 09:48:49 +01:00
Aleksander Machniak
2e5a12b0ff Update localization 2022-04-25 08:00:50 +02:00
Aleksander Machniak
92880251f4 Update localization 2021-10-29 10:20:14 +02:00
Aleksander Machniak
6950dd88a7 Fix variable in nl_NL localization (#8149) 2021-07-29 18:50:55 +02:00
Aleksander Machniak
5ae7e22002 Update localization 2021-07-25 09:01:51 +02:00
Aleksander Machniak
fca2a8b826 Update localization 2021-06-06 09:21:55 +02:00
Aleksander Machniak
ae19d16a80 Update localization 2021-05-10 19:08:05 +02:00
Aleksander Machniak
c0ae5aad54 Cleanup a localization string, move href to the code 2021-05-03 09:03:57 +02:00
Aleksander Machniak
cdd65d91c0 Update localization 2021-02-09 09:47:15 +01:00
Aleksander Machniak
14a94cf0d7 PHP8 fixes, CS fixes, short array syntax, tests 2020-12-09 21:11:46 +01:00
Aleksander Machniak
3c8b270d8d Small code improvements, update changelog 2020-03-15 09:40:49 +01:00
Christoph Langguth
370789c8c9 password plugin: add pwned passwords strength driver 2020-03-08 08:34:45 +01:00
Aleksander Machniak
32b37fba33 Update localization 2020-02-05 16:45:30 +01:00
Aleksander Machniak
ad84b2df3f Update localization 2019-12-21 09:24:44 +01:00
Aleksander Machniak
0786ab8187 Update localization 2019-08-30 12:38:47 +02:00
Aleksander Machniak
a1301a78d6 Localization update 2019-05-17 15:59:41 +02:00
Aleksander Machniak
57c67db029 Remove year(s) from copyright headers + some cleanup 2019-04-16 10:42:45 +02:00
Aleksander Machniak
01faf9060c Update localization 2018-12-21 08:36:37 +01:00
Aleksander Machniak
cb4b1443c8 Update localization 2018-11-17 16:01:39 +01:00
Aleksander Machniak
9babe138af Password: Change API for password checking
... for simpler implementation of strength indicator in future.

Also simplified configuration by removing password_check_strength and
adding password_minimum_score.
2018-11-11 09:02:50 +01:00
PhilW
1bf6dc3de8 Password: add Zxcvbn strength driver 2018-10-07 09:58:29 +01:00
Thomas Bruederli
c973f003e5 Synchronized localizations with Transifex 2018-03-10 15:48:06 +01:00
Thomas Bruederli
342b049841 Update localization files from Transifex 2017-10-30 22:16:39 +01:00
Aleksander Machniak
757ba8b81a Fix typo 2017-04-22 08:06:07 +02:00
Torkel Bjørnson-Langen
278b46a99d password plugin: better error message on constraint violation (#5727)
If the password policy on the ldap server is violated when changing
password, report error as "constraint violation" instead of the
misleading "connection error".

Only tested with OpenLDAP (v2.4).
2017-04-21 10:39:49 +02:00
Aleksander Machniak
01656221a4 Update localization 2017-04-19 13:13:07 +02:00
Aleksander Machniak
692cb9c63b Update localization 2016-12-15 09:42:17 +01:00
Aleksander Machniak
33addff305 assword: Added possibility to nicely handle password epiration from other plugins (#5468)
Squashed commit of the following:

commit 41283ecab18321201c3adfef8e964e2aa0dc2032
Author: Aleksander Machniak <alec@alec.pl>
Date:   Sat Oct 15 08:37:31 2016 +0200

    CS fixes after PR merge, renamed session variable

commit b4440a0c4d15c194619c003683ff0d36787f82a8
Merge: cf9f0d8 5dee181
Author: Aleksander Machniak <alec@alec.pl>
Date:   Sat Oct 15 08:26:04 2016 +0200

    Merge branch 'master' of https://github.com/ZiBiS/roundcubemail into ZiBiS-master

commit 5dee1812e7
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Thu Oct 13 14:20:14 2016 +0200

    passing by session

commit 6ccb7e7d1d
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Thu Oct 13 11:45:43 2016 +0200

    formatted passwdexpdatetime should be set in session data

commit a43f30fdfc
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Thu Oct 13 11:10:06 2016 +0200

    _passwdexpwarning removed and expdatetime object is stored in session

commit 62ef852a11
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Thu Oct 13 10:24:39 2016 +0200

    String concatenation is removed and expdatetime is passed via session
    data.

commit 2aea3a4e85
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Wed Oct 12 10:20:58 2016 +0200

    Removing ppolicy plugin from my repository.

commit 8848c944ab
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Tue Oct 11 11:32:37 2016 +0200

    little correction of variables names

commit 5266c89da9
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Tue Oct 11 11:14:17 2016 +0200

    little corrections

commit c665b5c607
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Tue Oct 11 10:31:05 2016 +0200

    A plugin to check LDAP password for expiration
2016-10-15 08:38:40 +02:00
Aleksander Machniak
7f4ab8c14a Merge pull request #5364 from ZiBiS/master
Password: LDAP PPolicy driver
2016-10-10 16:17:17 +02:00
Zbigniew Szmyd
0c093b0b36 Added the missing changes 2016-09-20 15:36:16 +02:00
Thomas Bruederli
4e3442877d Updated localizations from Transifex 2016-07-24 12:12:22 +02:00
Aleksander Machniak
796bb4ccbb Update localization, add Enigma plugin localizations 2016-05-28 15:19:19 +02:00
Aleksander Machniak
aba88576ef Update localizations 2016-03-28 18:36:56 +02:00
Thomas Bruederli
e257b830a1 Synchronize localizations from Transifex 2015-11-15 21:19:44 +01:00
Aleksander Machniak
252cc4c4ac Password: Allow temporarily disabling the plugin functionality with a notice 2015-07-27 10:47:34 +02:00
Thomas Bruederli
36147bd6df Update localizations from Transifex 2015-02-07 18:32:19 +01:00
Thomas Bruederli
fbb86218d0 Synchronized localizations from Transifex 2014-12-28 17:48:42 +01:00
Thomas Bruederli
f652e36b2b Force-pull translations from Transifex 2014-11-12 09:18:58 +01:00
Thomas Bruederli
01bc27536a Updated localizations from Transifex 2014-11-10 17:12:45 +01:00
Thomas Bruederli
812f37c5d1 Synchronized localizations with Transifex 2014-08-27 14:53:06 +02:00
Aleksander Machniak
1299c6a231 Update translations 2014-08-17 09:36:32 +02:00
Aleksander Machniak
7e309b872f Add title attribute to settings menu 2014-06-16 11:24:45 +02:00
simonp
e7ee70541f Add option to force new users to change their password (#1486884) 2014-05-27 21:09:24 +02:00
Thomas Bruederli
8404fe9e32 Updated localizations from Transifex 2014-01-30 08:59:28 +01:00
Thomas Bruederli
3b95e24fbb Updated localizations from Transifex 2013-11-28 20:06:55 +01:00
Aleksander Machniak
4136174517 Clean up translations once again, this time remove untranslated strings for all langs 2013-10-10 19:21:14 +02:00
Aleksander Machniak
9377edc497 More lceanup 2013-10-09 20:12:00 +02:00