Jérôme Lebleu
565bc616d8
[fix] Do not raise if one app upgrade fails and regen SSOwat conf
2016-02-26 20:18:22 +01:00
Jérôme Lebleu
fdc7d2e8c5
[fix] Set 'app status file not found' log level to debug
2016-02-26 20:04:19 +01:00
opi
5a0fdbd826
[enh] More descriptive names for XMPP services
2016-02-26 16:36:53 +01:00
opi
fe0a8e4cd9
Merge pull request #124 from M5oul/unstable
...
Add '-ttl' parameter to 'domain dns conf' command.
2016-02-26 12:34:47 +01:00
Moul
3744409aae
[fix] ttl: rename key argument.
2016-02-26 12:20:45 +01:00
julienmalik
b20bd7311d
[fix] misssing sudo when removing files in /etc/nginx
2016-02-25 12:18:40 +01:00
julienmalik
8196717e96
[fix] missing brackets for testing saferemove output
2016-02-25 12:18:01 +01:00
julienmalik
e93b036830
[fix] access to /var/lib/metronome/ needs sudo permissions
...
During a domain removal, I hit this error :
2016-02-25 11:52:31,702 INFO yunohost.hook <lambda> - [4615.1] + rm -rf /var/lib/metronome/{{domain}}
2016-02-25 11:52:31,705 WARNING yunohost.hook <lambda> - [4615.1] rm: cannot remove ‘/var/lib/metronome/{{domain}}’: Permission denied
2016-02-25 11:52:31,803 ERROR yunohost.hook hook_callback - [4615.1] Script execution failed
2016-02-25 12:03:54 +01:00
Moul
abd9cfc44b
[enh] ttl: change pattern name.
2016-02-24 12:01:22 +01:00
Moul
be71b0f1d0
[fix] ttl: fixes.
2016-02-24 11:59:47 +01:00
Moul
3d779cfdf8
[enh] ttl: Handle error message for non positive numbers.
2016-02-23 23:18:02 +01:00
Moul
248104b8e4
[fix] set ttl value to 'None'.
2016-02-23 23:07:32 +01:00
Moul
fbf09e42b0
[fix] ortho.
2016-02-23 21:48:17 +01:00
Moul
3f1bd53c47
[mod] Fixes on 'ttl' option.
2016-02-23 13:13:36 +01:00
Moul
5016482bda
[enh] add '-ttl' parameter to 'domain dns conf' command.
2016-02-23 00:53:02 +01:00
Jérôme Lebleu
b27aa33192
[fix] Review how app settings are initialized and set
2016-02-21 21:51:57 +01:00
Jérôme Lebleu
ec590bdef8
[fix] Restart the service if reloading fails in conf_regen (bugfix #195 )
2016-02-21 18:11:27 +01:00
Jérôme Lebleu
3eea7bcb48
[fix] Start socket and stop rspamd/rmilter services in conf_regen (bugfix #196 )
2016-02-21 17:58:08 +01:00
Jérôme Lebleu
db7fb0c3f9
[enh] Get completely rid of os.system calls in _fetch_app_from_git
2016-02-21 17:39:35 +01:00
Jérôme Lebleu
ca9abffbe8
[fix] Improve and fix app fetching other than from github
2016-02-21 17:24:05 +01:00
Jérôme Lebleu
bd7308187c
[enh] Allow to install a given git reference of an app
...
This quickly adds support for git URL with /tree/ inside in app installation.
It is intended to ease tests of apps which use new manifest format and helpers
for the 2.4 release. An example usage:
$ yunohost app install https://github.com/jeromelebleu/roundcube_ynh/tree/dev
As it will certainly change with the app category refactoring, it is not
documented and should be used with care.
2016-02-19 13:56:55 +01:00
Jérôme Lebleu
4cc5775721
[fix] Clean tmp directory when restoration is cancelled
2016-02-18 16:20:36 +01:00
Jérôme Lebleu
4e48aeb388
[enh] Store backup size and check free space before restoring (bugfix #189 )
2016-02-18 16:20:36 +01:00
Jérôme Lebleu
aafa9caeea
Merge pull request #123 from yunohost-bot/unstable-weblate
...
Update translations from Weblate.
2016-02-14 12:22:52 +01:00
Weblate
cea5d39d0b
Merge remote-tracking branch 'origin/unstable' into unstable
2016-02-13 19:32:02 +01:00
Jérôme Lebleu
d242e159c0
Update changelog for 2.3.8 release
2016-02-13 19:31:22 +01:00
Cédric Félizard
0d69e15ede
Clean up whitespaces and group sections semantically
...
No functional changes
2016-02-09 18:21:18 +00:00
Weblate
a0b7c6fd4f
Merge remote-tracking branch 'origin/unstable' into unstable
2016-02-08 23:09:49 +01:00
Zamentur aka ljf
c29ba874ba
Merge pull request #120 from zamentur/unstable
...
[fix] Restore with a fresh yunohost install without postinstall
2016-02-08 23:09:44 +01:00
zamentur
ea5ffb8498
Merge remote-tracking branch 'upstream/unstable' into unstable
...
Conflicts:
data/hooks/restore/05-conf_ldap
2016-02-08 22:52:28 +01:00
zamentur
b2a2a05598
[fix] Slapd.d directory was empty after restore
2016-02-08 22:41:55 +01:00
zamentur
b70cff29f7
[fix] Backup/restore without postinstall failed
2016-02-08 22:39:17 +01:00
Weblate
3999ce37e0
Merge remote-tracking branch 'origin/unstable' into unstable
2016-02-08 12:33:49 +01:00
opi
65721b41f3
[fix] head opening tag may have attributes.
2016-02-08 12:33:34 +01:00
Weblate
a698af8b0c
Merge remote-tracking branch 'origin/unstable' into unstable
2016-02-07 20:29:20 +01:00
Jérôme Lebleu
50ba2668f5
[fix] Handle empty app settings error when it's not correctly installed
2016-02-07 20:29:12 +01:00
Weblate
ca43af3fb7
Merge remote-tracking branch 'origin/unstable' into unstable
2016-02-07 20:10:18 +01:00
Jérôme Lebleu
c226c5b311
[fix] Add yunohost-firewall to services.yml
2016-02-07 20:10:09 +01:00
Weblate
4aa1bcbd02
Merge remote-tracking branch 'origin/unstable' into unstable
2016-02-07 19:02:02 +01:00
Jérôme Lebleu
7baa18e184
Update changelog for 2.3.7 release
2016-02-07 19:01:03 +01:00
Weblate
6da64df472
Merge remote-tracking branch 'origin/unstable' into unstable
2016-02-05 13:28:28 +01:00
Jérôme Lebleu
86ee1a9027
[fix] Correct log file of yunohost-api in services.yml
2016-02-05 13:28:10 +01:00
Jérôme Lebleu
5678b48ce6
Translated using Weblate (French)
...
Currently translated at 100.0% (210 of 210 strings)
2016-02-05 11:41:17 +01:00
Weblate
1709e29c91
Merge remote-tracking branch 'origin/unstable' into unstable
2016-02-05 11:39:44 +01:00
Jérôme Lebleu
94f81cc655
[i18n] Use named variables in app category translations
2016-02-05 11:39:23 +01:00
Jérôme Lebleu
bc9e64ce9b
Translated using Weblate (French)
...
Currently translated at 100.0% (210 of 210 strings)
2016-02-05 11:26:47 +01:00
Jérôme Lebleu
7d7203a7f7
Translated using Weblate (French)
...
Currently translated at 100.0% (210 of 210 strings)
2016-02-05 10:59:21 +01:00
Jérôme Lebleu
ce63806556
Translated using Weblate (French)
...
Currently translated at 99.5% (209 of 210 strings)
2016-02-05 10:54:26 +01:00
Weblate
c11985a254
Merge remote-tracking branch 'origin/unstable' into unstable
2016-02-05 10:29:41 +01:00
retmarut
357dc2c539
Translated using Weblate (Dutch)
...
Currently translated at 50.9% (107 of 210 strings)
2016-02-05 10:29:40 +01:00