Quenti
62004c2c52
Translated using Weblate (Occitan)
...
Currently translated at 89.2% (405 of 454 strings)
C’est plutôt « faites » en franais je crois
2018-11-04 18:17:06 +00:00
Genma
d5c79f57da
Translated using Weblate (French)
...
Currently translated at 99.5% (452 of 454 strings)
2018-11-04 18:17:06 +00:00
Genma
bb9ca59973
Translated using Weblate (French)
...
Currently translated at 89.6% (407 of 454 strings)
2018-11-04 18:17:06 +00:00
Genma
469c40fc7e
Translated using Weblate (French)
...
Currently translated at 88.9% (404 of 454 strings)
2018-11-04 18:17:06 +00:00
Alexandre Aubin
a830cdfbfc
Merge pull request #569 from YunoHost/more_blocks_ynh_string_random
...
[enh] Use more blocks for dd in ynh_string_random
2018-11-04 19:17:01 +01:00
Maniack Crudelis
1c628c8d73
[enh] Use more blocks for dd in ynh_string_random
...
200 are not enough if you try to generate a 64 characters string.
2018-11-04 18:54:59 +01:00
Alexandre Aubin
fbfb8bca38
Missing single quote in comment :|
2018-11-04 17:01:10 +01:00
Alexandre Aubin
361f4e7a60
Unused imports
2018-11-04 16:47:20 +01:00
Alexandre Aubin
787bfaa058
We are in Stretch and use php7 now ( #566 )
2018-11-04 16:14:56 +01:00
Alexandre Aubin
4999cd8ba0
Merge pull request #527 from YunoHost/migrate-pwd
...
Synchronize root and admin password
2018-11-04 16:03:11 +01:00
Alexandre Aubin
fb2d85b90d
Merge branch 'stretch-unstable' into migrate-pwd
2018-11-04 16:02:59 +01:00
Alexandre Aubin
fe452a6de6
Merge pull request #196 from YunoHost/cracklib
...
[enh] Automatically check for weak password
2018-11-04 15:59:21 +01:00
Alexandre Aubin
97db00cd58
Merge pull request #568 from yunohost-bot/stretch-unstable
...
Update translations
2018-11-01 15:57:48 +01:00
Weblate
29af304627
Merge branch 'stretch-unstable' of https://github.com/YunoHost/yunohost into stretch-unstable
2018-11-01 14:29:08 +00:00
Alexandre Aubin
d6053f5eed
This ain't used anywhere ?
2018-10-31 18:01:00 +00:00
frju365
f5a8113c33
[fix] Improve the message w.a. when admins tries to create users with a reserved Email Address (Issue 1216) ( #553 )
...
* Try to fix issue 1216
* typo
* Update fr.json
* Update en.json
* [typo] When admin create an user
* Update fr.json
* [enh] explanation why admin can't create this mail addresses
* [mod] Improve message
2018-10-31 18:14:44 +01:00
Alexandre Aubin
f28df1348d
Merge branch 'cracklib' of https://github.com/YunoHost/yunohost into cracklib
2018-10-31 00:17:52 +00:00
Alexandre Aubin
1ce20259cd
Cracklib is too nazi, use a simple txt list + grep to search for password
2018-10-31 00:17:09 +00:00
Alexandre Aubin
5b8c6f45ec
Merge pull request #567 from YunoHost/cracklib-enh
...
Cracklib enh
2018-10-28 01:07:43 +02:00
frju365
d77b157bcc
[enh] Set Path as full-path ( #563 )
...
* [fix] Set Path as full-path
* same
* Update yunohost_admin.conf
2018-10-27 17:47:12 +02:00
Alexandre Aubin
1a05cd80d7
Merge pull request #519 from irina11y/fix-1063-dyndns
...
[fix] 'dyndns update' should check the upstream dns record
2018-10-27 16:40:45 +02:00
irina11y
c43a3687ab
[enh] integrate CAA DNS entry into "yunohost domain dns-conf" ( #528 )
...
* [enh] integrate CAA DNS entry into
* Move CAA record to a new 'extra' category
* Display 'extra' records in dns-conf
* Ignore the 'extra' category during dyndns update
* Update docstring
2018-10-27 16:39:19 +02:00
frju365
fa66a7b8c7
OCSP Stapling ( #533 )
...
* [enh] Jinja templating
* [enh] try to enable OCSP
* typo
* [mod] use jq (json parsing)
* typo
* well escaping "" :)
* [fix] if 2d part condition
* We need to include this for ynh_render_template to be available >.> ...
* Simplify code
* Gotta export domain too...
* Remove quotes in variable itself..
* Replace previous code blocks by new code
2018-10-27 16:38:25 +02:00
Alexandre Aubin
98c0745056
Add comment about good pratice for password
2018-10-26 18:45:53 +00:00
Alexandre Aubin
ded9b58575
Use level 1 as default for everybody
2018-10-26 14:31:16 +00:00
Alexandre Aubin
4268c0d04d
Forgot 'self'
2018-10-26 14:30:25 +00:00
Alexandre Aubin
a780ebd900
Number of char
2018-10-26 01:47:52 +02:00
ljf (zamentur)
5ed1b6d36c
[fix] Number of char
2018-10-26 01:46:56 +02:00
Alexandre Aubin
319602537d
To me this doesnt make sense :| Either the password is accepted or it is not, but we shall not give advice to the user *after* validating the password...
2018-10-25 19:39:08 +00:00
Alexandre Aubin
354cd8106e
Misc cleaning
2018-10-25 19:36:27 +00:00
Alexandre Aubin
2209f75985
Raise the level 1 length from 6 to 8 to reduce the gap with level 2
2018-10-25 19:33:36 +00:00
Alexandre Aubin
c313084dc3
Consistency with comment in settings.py
2018-10-25 19:30:34 +00:00
Alexandre Aubin
8a0c4509fd
Those arent used ?
2018-10-25 19:30:18 +00:00
Alexandre Aubin
914088954d
Propagate interface changes everywhere the assertion is used
2018-10-25 19:21:15 +00:00
Alexandre Aubin
167df05f56
Not sure to understand the whole logic behind this :/ To me this should as simple as this ?
2018-10-25 19:03:41 +00:00
Alexandre Aubin
55256c1973
Merge LoggerPasswordValidator with PasswordValidator
2018-10-25 18:36:55 +00:00
Alexandre Aubin
3c5ce491c5
Various changes to try to improve the semantic of everything @.@
2018-10-25 18:27:52 +00:00
Alexandre Aubin
2b00e072d8
Merge Profile validator into regular validator
2018-10-25 17:31:32 +00:00
Alexandre Aubin
85d3c7df34
Moar cleaning
2018-10-25 17:23:58 +00:00
Alexandre Aubin
08e1d929c1
Simplify the 'listed' check
2018-10-25 17:10:54 +00:00
Alexandre Aubin
aac9b78c03
We aint using that online thing :|
2018-10-25 16:51:40 +00:00
Alexandre Aubin
a94e69f760
Make the SMALL_PWD_LIST consistent with cracklib's PR
2018-10-25 18:09:11 +02:00
Alexandre Aubin
3f3069d080
Add info message after the migration is complete
2018-10-25 15:35:46 +00:00
Alexandre Aubin
848a6b6088
Gotta remove that '{CRYPT}' thing here too
2018-10-25 15:18:44 +00:00
Alexandre Aubin
feb45578db
Improve wording
2018-10-25 15:13:05 +00:00
Alexandre Aubin
ae3bf28481
Misc naming, description and comments improvements
2018-10-25 14:38:49 +00:00
Alexandre Aubin
5e91b5c780
Smol fix to remove {CRYPT} in front of hash
2018-10-25 14:23:40 +00:00
ljf
2bb75d1c92
Merge branch 'migrate-pwd' of https://github.com/YunoHost/yunohost into migrate-pwd
2018-10-25 14:56:16 +02:00
ljf
7975d73cad
[enh] Manual migration if not weak password
2018-10-25 14:56:12 +02:00
Julien Osman
a16b6f08f5
Add a sorting lambda function when sorting the backups list ( #562 )
...
* Add a sorting lambda function when sorting the backups list
* Update backup.py
2018-10-24 21:57:56 +02:00