Commit graph

72 commits

Author SHA1 Message Date
Jérôme Lebleu
c99d56f2d5 Merge branch 'stable' into testing
This fixes DynDNS update.
2016-03-27 16:52:41 +02:00
Jérôme Lebleu
0d9b8d9b3d [fix] Use dyndns.yunohost.org instead of dynhost.yunohost.org 2016-03-26 14:15:49 +01:00
Jérôme Lebleu
d66a46a8de [fix] Update first registered domain with DynDNS instead of current_host 2016-03-26 00:27:25 +01:00
opi
4833b6b2b2 [enh] Use dedicated app list domain. 2016-03-23 08:53:44 +01:00
opi
b1921358a7 [fix] Documentation according to last commit (dynhost->dyndns). 2016-03-23 08:37:17 +01:00
Moul
1dd1ae483f [fix] use 'path' variable for '-a' option use explanation for 'ynh app install' cmd. 2016-03-21 14:09:51 +01:00
Moul
44fa9d9324 [enh] Add '-a' argument's usage example for app_install 2016-03-19 14:52:56 +01:00
Jérôme Lebleu
b69eff6f28 [fix] Update API route for hook_callback action 2016-03-19 10:36:39 +01:00
Jérôme Lebleu
95de4801a0 [fix] Remove useless API routes for some actions 2016-03-19 10:35:13 +01:00
opi
d07d8e835a [enh] Add --installed and --with-backup to app_list action (wip #227) 2016-03-16 20:18:27 +01:00
opi
b6ee72e412 [enh] Add diagnosis function. #39 2016-03-12 23:33:30 +01:00
Jérôme Lebleu
5afd0c1272 [enh] Rely on APT python library to retrieve packages version
It introduces a new `yunohost.utils` package which will contain common
utils used by YunoHost actions. It comes with a work in progress `packages`
module with simple methods to retrieve installed version of packages for now.
2016-03-08 16:10:14 +01:00
Jérôme Lebleu
8aa64a0641 [enh] Use a common method to retrieve public IP address 2016-03-08 11:10:28 +01:00
Jérôme Lebleu
a557956a47 [fix] Remove useless raw argument in domain_list 2016-02-28 21:13:33 +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
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
Laurent Peuch
4d1e43a7b1 [mod] typo 2016-01-26 15:50:05 +00:00
Laurent Peuch
d93a1746d7 [mod] dns_conf only need authentication for the api 2016-01-26 15:49:45 +00:00
Laurent Peuch
2b74311526 [mod] rename function like suggested 2016-01-24 15:56:05 +00:00
Laurent Peuch
d5ec3c99c9 [mod] modify uri for dns config 2016-01-24 01:43:07 +00:00
Laurent Peuch
e140ed652c [enh] new command to generate DNS configuration for a given domain name 2016-01-22 21:28:35 +00:00
Jérôme Lebleu
94ce22f9d5 [enh] Pass app id to scripts and remove hook_check action
It passes the current app id to the app install/upgrade/remove scripts
as the last argument (wip #126).
The hook category has also been revisited to move some app specific parts
away from there. The action hook_check has been removed accordingly.
2015-12-27 22:56:04 +01:00
Jérôme Lebleu
6f0c6b8f50 [fix] Do not block while set main domain 2015-12-24 16:40:22 +01:00
Jérôme Lebleu
016c1ae459 [enh] Add main domain GET route 2015-12-24 10:54:02 +01:00
Jérôme Lebleu
1cabe959d0 Revert "[enh] Add main domain GET route."
This reverts commit 23354e92bc.
Action must be defined only once in the actions map.
2015-12-24 10:50:43 +01:00
opi
23354e92bc [enh] Add main domain GET route. 2015-11-24 08:34:14 +01:00
Jérôme Lebleu
e14674af88 [enh] Split stdout/stderr wrapping in hook_exec and add a no_trace option 2015-11-14 23:13:51 +01:00
kload
c3d379be5b Revert 95cbff27a9 2015-10-31 21:43:25 +01:00
Jérôme Lebleu
4e72595aaa [fix] Open port 1900 when enabling UPnP (fixes #30) 2015-10-31 21:11:45 +01:00
kload
95cbff27a9 [fix] Allow yunohost firewall service to be run even if YunoHost is unconfigured 2015-10-31 13:58:02 +01:00
opi
adcebb39f9 [fix] Use official.json app list. 2015-10-12 22:24:21 +02:00
Jérôme Lebleu
369dec6775 [enh] Add a hook_info action 2015-10-06 12:43:10 +02:00
Jérôme Lebleu
76c7b3b3db [fix] Restructure app restauration and catch app script failure
* Do not copy again the restore app script
 * Set app folder permissions and properly remove it on failure
 * Add a raise_on_error argument to hook_exec
 * Review displayed messages
2015-10-05 15:08:34 +02:00
Jérôme Lebleu
05c71a871e Merge pull request #106 from zamentur/unstable
[fix] Allow to restore app correctly
2015-10-05 12:26:18 +02:00
Le Kload
b133d13469 Merge pull request #105 from YunoHost/app_debug
App debug
2015-10-04 01:14:20 +02:00
zamentur
d83f81be66 [fix] Restore with the app restore script from the backup 2015-10-03 22:17:02 +02:00
Jérôme Lebleu
ef7234ce20 Merge pull request #104 from YunoHost/regen-conf
Major update: Add a configuration file generator
2015-10-03 03:29:06 +02:00
zamentur
1b8e06e676 [fix] Allow restore to call yunohost action 2015-10-03 00:40:48 +02:00
Laurent Peuch
7da60a6aec Add an app_debug function 2015-10-02 15:23:12 -04:00
Jérôme Lebleu
999a61d2b2 [enh] Allow to ignore backup hooks execution at creation 2015-10-02 03:40:06 +02:00
zamentur
5bb143c32e [fix] Remove --ignore-hooks cause it is unfinished 2015-10-02 03:08:11 +02:00
zamentur
7ef3b7523b Merge remote-tracking branch 'upstream/unstable' into unstable
Conflicts:
	data/actionsmap/yunohost.yml
2015-10-02 02:57:21 +02:00
zamentur
83a796f3ff [enh] Add a yunohost backup delete command 2015-10-02 02:49:04 +02:00
Jérôme Lebleu
7048e98a0a [enh] Update app_info to show app installation status 2015-10-02 00:01:00 +02:00
kload
df8390151e Merge branch 'unstable' into regen-conf 2015-10-01 16:39:15 -04:00
Jérôme Lebleu
843f68e817 [enh] Introduce app status file to store install app info 2015-10-01 22:14:40 +02:00