Commit graph

2467 commits

Author SHA1 Message Date
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
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
Gabriel Corona
8691017b46 Pass Host header to YunoHost API
This is useful to validate Origin/Referer headers in order to prevent
CSRF.
2018-10-24 19:44:24 +00: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
frju365
556f33f15f [fix] Add a proper conf for LDAP (Issue 1218) (#554)
* Update ldap.conf

* [fix] Port
2018-10-24 21:04:01 +02:00
Alexandre Aubin
5d8710d98c
Merge pull request #551 from flahemade/stretch-unstable
Fix potential key error when retrieving install_time
2018-10-24 19:25:29 +02: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
Alexandre Aubin
62d72d6f14
Merge pull request #559 from maranda/stretch-unstable
Update Metronome configuration file to v3.11 standard
2018-10-24 16:55:35 +02:00
Alexandre Aubin
debec7bd21
Merge pull request #565 from frju365/patch-14
[fix] Allow - between two name
2018-10-24 16:37:15 +02:00
frju365
5566c404ff
[fix] Allow - between two name 2018-10-20 12:16:38 +02:00
Josue-T
428a29936f Fix http2 with curl (#547) 2018-10-19 16:08:28 +02:00
Marco Cirillo
837d0ccd83 Revert "Update data/templates/metronome/metronome.cfg.lua"
This reverts commit 3471eb728d.
2018-10-18 00:14:01 +02:00
Marco Cirillo
3471eb728d Update data/templates/metronome/metronome.cfg.lua
Comment websocket as lua-bitop is not installed by default
2018-10-17 22:24:21 +02:00
Marco Cirillo
aa670058bd Update data/templates/metronome/metronome.cfg.lua
Add privacy lists and simple blocking command between loaded modules
2018-10-17 20:59:56 +02:00
Marco Cirillo
802c71b0e9 Update data/templates/metronome/metronome.cfg.lua
Add HTTP Upload service (moul's request), and fix indenting
2018-10-17 20:47:35 +02:00
Marco Cirillo
19120cfa60 Update data/templates/metronome/metronome.cfg.lua
Fix whitespaces
2018-10-13 20:45:44 +02:00
Marco Cirillo
4cff761481 Update data/templates/metronome/metronome.cfg.lua
Add MUC avatars support
2018-10-13 20:44:37 +02:00
Marco Cirillo
a19d914485 Update data/templates/metronome/metronome.cfg.lua
Finish updating
2018-10-13 20:38:10 +02:00
Marco Cirillo
8670f0a1de Update data/templates/metronome/metronome.cfg.lua
Conform configuration file to latest v3.11 release file, Metronome v3.11.x is best package or Metronome might throw a few (non-fatal) errors on startup
2018-10-13 20:34:56 +02:00