Commit graph

2041 commits

Author SHA1 Message Date
Cedric
6ae7173073 [i18n] Translated using Weblate (German)
Currently translated at 78.7% (289 of 367 strings)
2018-05-01 21:45:18 +00:00
Jeroen Keerl
4592b5994d [i18n] Translated using Weblate (German)
Currently translated at 78.7% (289 of 367 strings)
2018-05-01 21:45:18 +00:00
Cedric
3094711c8a [i18n] Translated using Weblate (German)
Currently translated at 78.7% (289 of 367 strings)
2018-05-01 21:45:18 +00:00
eric g
0e2e349d31 [i18n] Translated using Weblate (French)
Currently translated at 100.0% (367 of 367 strings)
2018-05-01 21:45:18 +00:00
ButterflyOfFire
d1cf7abc42 [i18n] Translated using Weblate (Arabic)
Currently translated at 97.8% (359 of 367 strings)
2018-05-01 21:45:18 +00:00
ButterflyOfFire
9a6d5a4a8b [i18n] Translated using Weblate (Arabic)
Currently translated at 99.7% (366 of 367 strings)
2018-05-01 21:45:18 +00:00
ButterflyOfFire
165e3e1ca7 [i18n] Translated using Weblate (Arabic)
Currently translated at 99.7% (366 of 367 strings)
2018-05-01 21:45:18 +00:00
ButterflyOfFire
9d249e6eb9 [i18n] Translated using Weblate (Arabic)
Currently translated at 99.7% (366 of 367 strings)
2018-05-01 21:45:18 +00:00
Alexandre Aubin
062ca32eac
Move ssh commands into a subcategory of 'user' + fix a few bugs (#445)
* Move all ssh commands to a subcategory in user...

* [fix] Actionmap didn't match functions input ?

* [fix] Invalidate nscd cache to propagate new loginShell

* Consistency of list-keys even if there's no key..
2018-05-01 23:45:12 +02:00
frju365
90e093a482 Tweak the CSP config in nginx template for domains (#456)
* Little correction for template conf for apps
* Move the default-src CSP thing to report-only for now
2018-05-01 23:44:23 +02:00
frju365
6c07296b9f
[Fix] ECdH curve not compatible with Jessie 2018-05-01 17:16:27 +02:00
frju365
57155c94d8
[Fix] ECDH curve not compatible 2018-05-01 17:15:55 +02:00
frju365
d497fd216a
Update server.tpl.conf 2018-04-28 21:40:39 +02:00
frju365
3a4ac25721
Update yunohost_admin.conf 2018-04-28 21:40:13 +02:00
frju365
1bb65cfdf8
[enh] add X25519 curve 2018-04-28 21:34:23 +02:00
frju365
f59eed7b7e
[enh] add X25519 curve 2018-04-28 21:33:49 +02:00
frju365
15a331ec5d
Update yunohost_admin.conf 2018-04-28 21:21:44 +02:00
frju365
d73789c546
Update server.tpl.conf 2018-04-28 21:21:25 +02:00
frju365
8c3c9e697a
[enh] ECDH Curves 2018-04-28 20:44:44 +02:00
frju365
0154f15d95
[enh] ECDH Curves 2018-04-28 20:42:57 +02:00
pitchum
b9330d7501 [enh] Lazy-load some module for perf improvements (#451)
* Lazy load some python imports (perfs improved a lot).

These commands became way faster:
- yunohost app setting ...
- yunohost app list
- yunohost domain list
- yunohost domain dns-conf
- yunohost dyndns installcron/removecron
- ... and maybe others

* [fix] Timeout wat not defined anymore
2018-04-26 16:56:48 +02:00
Maniack Crudelis
c20fa217a7
fix bad line 2018-04-24 00:02:07 +02:00
Laurent Peuch
de305ce18e [mod] more explicite error message for dyndns subscribe server failure 2018-04-18 04:29:11 +02:00
Bram
fa152adee6 [enh] Display debug information on cert-install/renew failure (#447)
* [mod] split function to add _get_dns_ip
* [enh] display debug information on cert-install/renew failure
2018-04-17 17:23:04 +02:00
Josue-T
ab2b7db0cf Trigger error if app dependency install fails (Redmine 1006) + allow for 'or' in dependencies (#381)
* Solve issue https://dev.yunohost.org/issues/1006
I purpose this change to improve the helper 'ynh_install_app_dependencies'.
Before this change if the dependences are not installable the install didn't fail. By these change the helper generate an error and the install stop.

* Get the error if apt fail
* Remove old change
* Add dependence choice
2018-04-13 14:31:36 +02:00
Maniack Crudelis
6c7fb0cef2 Fix n usage (#446)
* Fix n usage
* Fix ynh_remove_nodejs as well
2018-04-13 14:28:58 +02:00
Maniack Crudelis
91d0965569 Add nodejs helpers (#441)
* Add nodejs helpers
* Typo fix
* Add explanation for load_n_path
* Remove useless line
* Remove another old useless line
* Move to a dedicated file
* Move to a dedicated file
* Fix check n already installed
2018-03-30 23:05:04 +02:00
Bram
07355502e3
Merge pull request #443 from YunoHost/wget-dependency
Add wget as dependency
2018-03-18 19:18:24 +01:00
ljf (zamentur)
cf78e40658
Add wget as dependency 2018-03-18 15:11:49 +01:00
Alexandre Aubin
79eb70ec61 Use number/name in i18n string to avoid breaking existing translations... 2018-03-16 14:38:04 +01:00
Alexandre Aubin
44a66b1ff4 Fix migration skipping during postinstall 2018-03-16 14:38:04 +01:00
Alexandre Aubin
9009b3f9d3 Handle disclaimers 2018-03-16 14:38:04 +01:00
Alexandre Aubin
c8b1d7e2c3 Forgot to adapt this also.. 2018-03-16 14:38:04 +01:00
Alexandre Aubin
c266147fd9 Be able to list only pending or done migrations 2018-03-16 14:38:04 +01:00
Alexandre Aubin
c568b04459 Manage the auto/manual flag in migrations_migrate 2018-03-16 14:38:04 +01:00
Alexandre Aubin
c40f14e8f0 Adapt 'manual' call to migration from dyndns according to previous changes 2018-03-16 14:38:04 +01:00
Alexandre Aubin
bafe6efde2 Typo 2018-03-16 14:38:04 +01:00
Alexandre Aubin
d73197793c Adapt migrations_migrate according to previous changes 2018-03-16 14:38:04 +01:00
Alexandre Aubin
0702af6054 Simplify my previous stuff about managing migration infos ? 2018-03-16 14:38:04 +01:00
Alexandre Aubin
7f359e363b Add mode, description and optionnal disclaimer for migrations 2018-03-16 14:38:04 +01:00
Alexandre Aubin
020dea6531 Change the way we list migrations (always load the module) and the way we manage its infos 2018-03-16 14:38:04 +01:00
Josue-T
bdf923aafc Solve issue with ynh_restore_file (#384)
* Solve issue with ynh_restore_file

While we use the `ynh_restore_file` if the destination already exist the `mv` fonction don't work correctly. By this commit the old directory is renamed.

* Move to /home/yunohost.conf file if already exist in restoration

* Remove if the file is bigger than 500Mo

* Use a local variable

* Fix DEST_PATH

* Fix comment and typo

* More precise comment regarding the behavior if DEST_PATH exists
2018-03-15 18:58:11 +01:00
Alexandre Aubin
fc8537643b
Merge pull request #398 from YunoHost/backup_core_only
[enh] Tranfer backup_core_only to BACKUP_CORE_ONLY
2018-03-15 17:32:39 +01:00
Maniack Crudelis
65dab2022c
Merge branch 'unstable' into backup_core_only 2018-03-15 17:27:40 +01:00
Alexandre Aubin
44325ec87b
Merge pull request #440 from YunoHost/clean-helper-doc
Misc fixes in the helpers to clean the autodoc
2018-03-15 00:41:55 +01:00
Alexandre Aubin
af22474a50 Add some [internal] flags in the comment to hide a few helpers from autodoc 2018-03-10 19:01:37 +01:00
Alexandre Aubin
935b972d6e Misc fixes in the helpers to clean the autodoc 2018-03-09 17:55:07 +01:00
Maniack Crudelis
8652435d8a
[fix] Remove warning from equivs 2018-03-08 18:53:21 +01:00
Laurent Peuch
bdface200a
Merge pull request #428 from jlescher/unstable
[Fix] Stronger match for acme-challenge nginx location
2018-03-07 22:07:58 +01:00
Alexandre Aubin
f79e25f822 Merge branch 'testing' into unstable 2018-03-07 12:45:36 +00:00