Commit graph

7159 commits

Author SHA1 Message Date
Maniack Crudelis
bdeac5a925
Move the comments about php where we can read it 2020-04-10 00:17:50 +02:00
Maniack Crudelis
0b17aece2e
Various insignificant corrections 2020-04-10 00:05:56 +02:00
Maniack Crudelis
b06e8c0f7a
Minor fix to avoid the key to be used if not asked 2020-04-09 23:47:16 +02:00
kay0u
d8dbf81f77 Update changelog for 3.8.0 release 2020-04-09 20:10:49 +00:00
kay0u
3d44560e26 remove the placeholder 2020-04-09 19:53:54 +00:00
Kayou
887304919e
Merge pull request #917 from YunoHost/fix-acme-challenge-snippet
Get rid of domain-specific acme-challenge snippet, use a single snippet included in every conf
2020-04-09 21:07:50 +02:00
Kayou
a9af94b960
Merge pull request #913 from YunoHost/update-nginx-ciphers
Update nginx SSL conf with new Mozilla recommendation
2020-04-09 21:07:29 +02:00
Kayou
4b7abd3cde
Merge pull request #914 from YunoHost/update-mailstack-ciphers
Update mailstack ciphers
2020-04-09 21:07:16 +02:00
Kayou
4968f1aa7d
[fix] custom_portal and custom_overlay redirect 2020-04-09 18:08:51 +02:00
Alexandre Aubin
b2de9a9d40 Merge branch 'stretch-stable' into stretch-unstable 2020-04-09 18:04:58 +02:00
Laurent Peuch
68d6ed911e [fix] also invalidate group cache 2020-04-09 17:37:04 +02:00
Josué Tille
530d94b2ca
Fix regex manamgement 2020-04-09 16:53:28 +02:00
Josué Tille
52e2be8fe6
Merge branch 'stretch-unstable' into permission_protection 2020-04-09 16:22:08 +02:00
Josué Tille
3ba3055f43
Fix ssowatconf 2020-04-09 16:14:17 +02:00
Josué Tille
5b76a42126
Add new tests for ssowat conf 2020-04-09 15:54:10 +02:00
Josué Tille
baaf4bb758
Add test for regex management 2020-04-09 15:54:10 +02:00
Josué Tille
892d1f752a
Fix tests 2020-04-09 15:54:10 +02:00
Josué Tille
e815a3389f
Simplify the way to declare set 2020-04-09 15:54:09 +02:00
Josué Tille
fe6deb628d
Cleanup code 2020-04-09 15:47:58 +02:00
Josué Tille
83a97798a0
Don't create a new domain at each test 2020-04-09 15:46:38 +02:00
Josué Tille
1c1b88e455
Fix regex management 2020-04-09 15:42:22 +02:00
Josué Tille
8f61e493e4
Fix label management 2020-04-09 15:41:45 +02:00
Josué Tille
4933b23b5b
Improve management of show_tile settings 2020-04-09 15:40:20 +02:00
Alexandre Aubin
a221b7b9f0 Update changelog for 3.7.1 2020-04-09 14:53:34 +02:00
Kay0u
3e6cbe4e84 Add legacy_args, fix the helper 2020-04-09 14:36:18 +02:00
Maniack Crudelis
9e1cc92ce8 Let's have a working helper 2020-04-09 14:32:03 +02:00
Kay0u
729aeb2425 add ynh_permission_has_user 2020-04-09 14:32:03 +02:00
Alexandre Aubin
85df8b6545
Merge pull request #905 from YunoHost/add-permission-helpers
add ynh_permission_has_user
2020-04-09 14:30:10 +02:00
Alexandre Aubin
5b0269622a Attempt to simplify permission migration 2020-04-09 14:29:28 +02:00
Kay0u
5aa2556306 [fix] config_appy return link 2020-04-09 14:29:13 +02:00
Laurent Peuch
a886053de7 [fix] uid will be tested as a string 2020-04-09 14:27:39 +02:00
Alexandre Aubin
1eef9b6760 Do not redact stuff corresponding to --manifest_key 2020-04-09 14:26:46 +02:00
Alexandre Aubin
7d3238140c Force locale to C/en to avoid perl whining and flooding logs about the damn missing locale 2020-04-09 14:26:06 +02:00
Alexandre Aubin
af8981e4e0 Lazy loading might improve performances a bit 2020-04-09 14:20:28 +02:00
Alexandre Aubin
d17fcaf94f When dumping debug info after app script failure, be slightly smarter and stop at ynh_die to have more meaningul lines being shown 2020-04-09 14:14:49 +02:00
Alexandre Aubin
210d5f3fc4 [enh] Tell apt to explain what's wrong when there are unmet dependencies (#889)
* Ask apt to explain what's wrong when dependencies fail to install
* Add comment explaining the syntax

Co-Authored-By: Maniack Crudelis <maniackcrudelis@users.noreply.github.com>
Co-authored-by: Maniack Crudelis <maniackcrudelis@users.noreply.github.com>
2020-04-09 14:14:14 +02:00
Alexandre Aubin
f56f4724c3 Attempt to anonymize data pasted to paste.yunohost.org (in particular domain names) 2020-04-09 14:12:57 +02:00
Alexandre Aubin
be88a2835a Remove those random sudo which are useless yet triggers LDAP warning when LDAP is in bad state 2020-04-09 14:06:55 +02:00
Matthew DeAbreu
1f623830b3 Update 12-metronome
simplify change by reordering operations
2020-04-09 14:01:21 +02:00
Matthew DeAbreu
031f8a6e38 ensure metronome owns domain dir
When adding new domains to Yunohost a directory for each newly added domain is created in `/var/lib/metronome` unfortunately since the directory is created with `sudo mkdir` that means `root:root` owns the directory. Metronome will now fail to write to the directory.
2020-04-09 13:59:03 +02:00
Alexandre Aubin
3c84429258 Improve messages wording ? More consistent service 'X' vs. 'X' service 2020-04-09 13:56:14 +02:00
Alexandre Aubin
27ffa4a818
Merge pull request #924 from YunoHost/fix_get_uid_user_create
[fix] uid will be tested as a string
2020-04-09 13:50:16 +02:00
Alexandre Aubin
4f05aa3505
Merge pull request #906 from YunoHost/simplify-permission-migration
Attempt to simplify permission migration
2020-04-09 13:46:40 +02:00
Laurent Peuch
c0f94ba98a [fix] uid will be tested as a string 2020-04-09 12:29:44 +02:00
Josué Tille
2f2ef9b95d
Fix ssowatconf 2020-04-09 09:52:26 +02:00
Josué Tille
cfc782f015
Fix label management in migration 2020-04-08 23:14:25 +02:00
Josue-T
64c950c1dc
Fix typo
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
2020-04-08 23:06:45 +02:00
Josué Tille
feb41889df
Improve label management for permission 2020-04-08 22:47:32 +02:00
Josué Tille
4ebf716d21
Fix typo 2020-04-08 22:46:53 +02:00
Josué Tille
562b41a47d
Add more tests for permission extension 2020-04-08 22:46:03 +02:00