ljf (zamentur)
11bcdabbc0
Merge pull request #273 from YunoHost/allow_underscore_backup
...
Allow underscore in backup name
2017-03-28 01:56:20 +02:00
JimboJoe
bb11168c31
Fix for missing YunoHost tiles ( #276 )
...
This PR:
- brings back [this PR](https://github.com/YunoHost/yunohost-config-nginx/pull/3/files ) which seems to have stayed behind when migrating from `yunohost-config-nginx`. It fixes the missing tile for Jirafeau app (and maybe others).
- adds a fix to serve `ynhpanel.*` files whatever the app ningx rules are (some apps nginx conf files block them, like duniter or nextcloud).
2017-03-26 21:07:13 +02:00
opi
ce472696f5
[enh] ip6.yunohost is now served through HTTPS.
2017-03-22 08:31:47 +01:00
Laurent Peuch
373ef1acba
Merge pull request #269 from YunoHost/clean-services.yml
...
Clean services.yml
2017-03-20 01:50:09 +01:00
Laurent Peuch
50188ae265
[fix] only remove a service if it is setted to null
2017-03-20 01:49:27 +01:00
Laurent Peuch
f941360edf
Merge pull request #259 from YunoHost/upgrade_cipher_suit
...
[enh] upgrade ciphers suit to more secure ones
2017-03-20 01:35:11 +01:00
Laurent Peuch
6a0db24c5d
Merge pull request #247 from YunoHost/equivs_helpers
...
[enh] New helpers for equivs use
2017-03-20 01:34:12 +01:00
ljf
8cba71b514
[fix] Apply cipher suite into webadmin nginx conf
2017-03-20 00:45:33 +01:00
Laurent Peuch
48238171b2
Merge pull request #248 from YunoHost/logrotate_helpers
...
[enh] New helpers for logrotate
2017-03-17 16:16:56 +01:00
Maniack Crudelis
9d44e1d84b
[enh] New helper ynh_abort_if_errors ( #245 )
...
* New helper ynh_check_error
Helpers to implemente trap and set -eu.
Simply to use, you only add `ynh_check_error` in your script.
* Change helper's name
* Propagate new name in comments
2017-03-17 16:16:36 +01:00
Alexandre Aubin
5b9092d6df
Rename ynh_app_dependencies to ynh_install_app_dependencies
2017-03-17 04:07:17 +01:00
Maniack Crudelis
5f3fcefc88
Prevent to rewrite the previous control file
2017-03-16 18:35:57 +01:00
Maniack Crudelis
6fbc6fa17d
Nouveau helper ynh_normalize_url_path ( #234 )
...
* Nouveau helper ynh_check_path
Nouveau helper pour vérifier et corriger la syntaxe du path.
Et ça permet de passer le test "incorrect_path" de package check
* [fix] Bad comment
* path en argument et normalize
* Make commande more obvious
* Do not use path
* Adding behavior for / in the documentation
2017-03-16 04:58:34 +01:00
Maniack Crudelis
47dffca744
Allow underscore in backup name
...
Allow underscore in backup name, to allow backup with the name of multi-instance apps.
If there are no reason to avoid this character.
2017-03-15 23:51:12 +01:00
Maniack Crudelis
2bb32c26b6
Add app setting
2017-03-14 18:05:28 +01:00
Maniack Crudelis
5fcb8cd439
Remove use of deprecated helper
2017-03-14 16:34:07 +01:00
opi
0c01dd4dca
Merge branch 'stable' into unstable. ( #230 was merged into stable)
2017-03-14 16:29:09 +01:00
Laurent Peuch
7f1a6118bf
Merge pull request #194 from YunoHost/clean_app_list_a_bit
...
[mod] try to clean a bit app_list code
2017-03-14 00:36:28 +01:00
Laurent Peuch
50cc3536ac
[mod] remove offset/limit from app_list, they aren't used anymore
2017-03-13 23:51:37 +01:00
Maniack Crudelis
f2e656176e
Failed if $1 not set
...
Because we use set -u, this helper failed if the optional arg is not set
2017-03-13 23:29:47 +01:00
Alexandre Aubin
f851817bbf
Updating ciphers with recommendation from mozilla with modern compatibility
2017-03-12 20:58:45 -04:00
M5oul
9dc2c0cece
Merge pull request #265 from YunoHost/dnsmasq_conf_mod
...
[fix] dnsmasq conf: remove 'resolv-file' line.
2017-03-07 10:32:05 +01:00
M5oul
9500b3d6a8
Merge pull request #264 from YunoHost/dnsmasq_conf_clean
...
[mod] dnsmasq conf: remove deprecated XMPP DNS record line.
2017-03-07 10:29:54 +01:00
Laurent Peuch
a18486df05
[enh] add other services to remove
2017-03-07 00:30:58 +01:00
Laurent Peuch
6d1c62d619
[fix] we don't use bind9, add null entry to remove it from old services.yml
2017-03-07 00:30:58 +01:00
Laurent Peuch
949e4de20a
[fix] nsswitch and udisks2 aren't used anymore
2017-03-07 00:30:58 +01:00
Laurent Peuch
d7da9b4565
Merge pull request #260 from thardev/enh-691-show-fail2ban-logs-web
...
[enh] Show fail2ban logs on admin web interface
2017-03-06 15:57:18 +01:00
Moul
20378fc2fc
[fix] dnsmasq conf: remove 'resolv-file' line.
...
- there is no file specified for this line.
- dns resolution isn't working on some cases:
- metronome could not works.
- https://forum.yunohost.org/t/xmpp-cant-connect-to-conference-yunohost-org/2142
2017-03-03 08:59:37 +01:00
Moul
eb5a7607e4
[mod] dnsmasq conf: remove deprecated XMPP DNS record line.
...
- https://serverfault.com/questions/582106/should-i-specify-the-srv-record-jabber-tcp
2017-03-03 08:36:20 +01:00
Maniack Crudelis
4dfde86e1a
Fix ynh_remove_app_dependencies too...
2017-03-02 23:57:02 +01:00
Maniack Crudelis
7ade94e7e3
Fix ynh_app_dependencies
...
Double // pour remplacer toutes les occurrences de _
Ajout d'une virgule entre les dépendances.
2017-03-02 23:55:28 +01:00
thardev
ade8c59f0a
show fail2ban logs on admin web interface
2017-02-27 20:31:04 +01:00
Laurent Peuch
cf3f0e8185
Merge pull request #230 from YunoHost/ynh_no_log
...
Hack dégueux pour éviter d'écrire dans le log cli
2017-02-26 19:35:27 +01:00
Laurent Peuch
087cdb961c
[enh] upgrade ciphers suit to more secure ones
2017-02-25 22:04:52 +01:00
opi
088abd694e
Merge branch 'testing' into unstable
2017-02-18 15:53:39 +01:00
opi
1c2de37f63
[fix] Update Rmilter configuration to fix dkim signing.
2017-02-18 14:52:33 +01:00
Laurent Peuch
5d3e1c9212
Merge pull request #233 from YunoHost/ynh_find_port
...
Nouveau helper ynh_find_port
2017-02-12 03:49:45 +01:00
Laurent Peuch
83dca8e7c6
Merge pull request #237 from YunoHost/ynh_system_user_create_delete
...
Nouveaux helpers ynh_system_user_create et ynh_system_user_delete
2017-02-12 03:49:02 +01:00
opi
8b44276af6
Merge branch 'testing' into unstable
2017-02-09 22:28:22 +01:00
ljf
cc77cd788d
[fix] Permission issue on install of some apps 778
2017-02-09 22:26:31 +01:00
Maniack Crudelis
b062c014b0
Restore use of subshell
2017-02-09 18:35:18 +01:00
Maniack Crudelis
0989e27d58
Update package
2017-02-09 17:22:24 +01:00
Maniack Crudelis
12b223b2f5
[enh] New helpers for logrotate
...
Add and remove logrotate config
2017-02-09 00:02:47 +01:00
Maniack Crudelis
d98b5e036c
[enh] New helpers for equivs use
...
- `ynh_package_remove` and `ynh_package_autoremove` were just moved up.
- Small modifications on `ynh_package_install_from_equivs`. Just added some comments and used popd instead of cd.
- Added `ynh_app_dependencies` to manage easily installation of dependencies with equivs
- And `ynh_remove_app_dependencies` to remove them.
2017-02-08 19:23:27 +01:00
M5oul
dea89fc6bb
Merge pull request #243 from YunoHost/fix-rspamd-rmilter-status
...
[fix] Rspamd & Rmilter are no more sockets
2017-02-07 18:28:28 +01:00
opi
98d88f2364
[fix] Unattended upgrades configuration syntax.
2017-02-05 22:28:43 +01:00
opi
7d4aa63c43
[fix] Rspamd & Rmilter are no more sockets
...
Changes introduced by b419c8c564
2017-02-05 14:23:55 +01:00
opi
8e811fd0ac
[enh] Add warning about deprecated ynh_mkdir_tmp helper
2017-02-01 21:30:59 +01:00
Maniack Crudelis
65d412055d
Update filesystem
2017-02-01 21:30:50 +01:00
Maniack Crudelis
28ec1dec8f
Remove helper ynh_mkdir_tmp
...
Le helper `ynh_mkdir_tmp` est inutile. Il existe la commande `mktemp -d` pour créer des dossiers temporaires.
2017-02-01 21:30:45 +01:00