Commit graph

4436 commits

Author SHA1 Message Date
airwoodix
4d0deea563 Fix app_addaccess behaviour when 'allowed_users' is initially empty 2018-11-17 23:27:33 +01:00
airwoodix
7f1d9fb81e [fix] app_removeaccess call set.add 2018-11-13 11:27:21 +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
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
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
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
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
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
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
ljf (zamentur)
1c5b93f532 [fix] Set random serial number for CA (#557)
[fix] Use random serial number for CA
2018-10-24 21:15:25 +02:00
Alexandre Aubin
e150c41da2 Simplify method to fetch admin password hash 2018-10-24 18:27:09 +00:00
Alexandre Aubin
d1d660b2cf
Those files don't exist anymoar 2018-10-24 18:08:56 +02:00
Alexandre Aubin
d42ac39c11 Fallback to 'None' if no ip was resolved 2018-10-24 15:55:20 +00:00
Alexandre Aubin
6883784fdb Using dyndns host for dns resolution instead of hardcoded ip 2018-10-24 15:45:41 +00:00
Andrea PIERRÉ
b7c8ab541f [#901] Human readable date 2018-10-05 15:02:16 +02:00
flahemade
89e58092b7 Fix potential key error when retrieving install_time 2018-10-04 18:08:08 +02:00
Alexandre Aubin
9e87da8d26 [yolo] Add head -n1, because on some setups like stupid OVH, 'VERSION_ID' is duplicated :| 2018-09-14 15:03:36 +02:00
ljf (zamentur)
d420bb240f [enh] Don't send email if no certificate need to be renewed (#540) 2018-09-13 17:00:26 +02:00
Laurent Peuch
a95fb3905e [enh] add more local variables during config execution 2018-09-08 02:46:13 +02:00
Laurent Peuch
b111c57aa5 [fix] app_id is id in app list, not in yunohost 2018-09-08 02:46:13 +02:00
Laurent Peuch
8edc5c1ae3 [mod] uniformise returned info 2018-09-08 02:46:13 +02:00
irina11y
95827438c5 Add option '--need-lock' to 'yunohost service add' (#530)
* [enh] Add option '--need-lock'

* corection typo

* correction merge
2018-09-06 14:00:09 +02:00