Pierre de La Morinerie
d460d7f2bd
scripts: disable questionnable password complexity rules
...
Enforcing password complexity rules is usually useless, and encourages
bad security.
However, this is not our main issue. The problem is that when installing
Mattermost on Yunohost, if the user chooses a password that doesn't
fullfil all these requirements, the installation will fail with a hard-
to-spot error message.
We don't want this to happen, so we relax the rules a little.
Fix #159
2020-02-10 00:47:38 +01:00
Pierre de La Morinerie
f07b4a7822
app: implement subpath support
2020-02-09 01:07:59 +01:00
Pierre de La Morinerie
16de4c98cb
tests: make the test password comply with Mattermost complexity policy
2019-09-10 20:34:17 +02:00
Pierre de La Morinerie
15e19ce6c9
Create first user and team from the app install
2018-02-16 19:27:04 +05:30
Pierre de La Morinerie
256cafcb07
scripts: support multi-instance install
2018-01-31 11:42:52 +05:30
Pierre de La Morinerie
0918978e92
scripts: handle port in use
2018-01-31 11:42:52 +05:30
Pierre de La Morinerie
aa7721322d
scripts: modernize the publix/private switch
...
This allow package_check to properly test it.
2018-01-31 11:42:52 +05:30
Pierre de La Morinerie
068bc7d399
check_process: modernize syntax
2018-01-30 12:14:57 +05:30
Pierre de La Morinerie
e379a0e46e
package_check: mark LDAP auth as not applicable
...
Mattermost doesn't support LDAP auth in the Free edition (this
feature is restricted to the Entreprise non-free edition).
See https://github.com/YunoHost-Apps/mattermost_ynh/issues/58
2018-01-29 11:43:23 +05:30
Pierre de La Morinerie
4e028257b6
test: rename ynh-tests.local to ynh_tests.local
...
`ynh-dev` prefers when the box name has no dashes.
2017-10-23 19:34:50 +05:30
Pierre de La Morinerie
052bcf47fd
package_check: enable CI notifications
2017-10-23 10:37:02 +05:30
Pierre de La Morinerie
eb7191628a
package_check: upgrade file to latest version of the template
2017-10-23 10:37:02 +05:30
Pierre de La Morinerie
98659bd41e
package_check: test more cases
2017-10-23 10:37:02 +05:30
Pierre de La Morinerie
31966208a4
tests: add package_check config file
2017-09-12 16:35:00 +05:30