Commit graph

420 commits

Author SHA1 Message Date
Maniack Crudelis
485cb4b5c7
[fix] Delete properly group as well as user 2019-03-13 18:42:07 +01:00
Maniack Crudelis
945912cc98
[fix] ynh_app_setting_get and ynh_app_setting_delete don't have a fourth argument. 2019-03-10 13:22:07 +01:00
Alexandre Aubin
2d086c400e
Merge pull request #657 from kay0u/patch-2
[enh] Update psql helper
2019-03-09 15:34:52 +01:00
Alexandre Aubin
696d15789d
Merge pull request #663 from YunoHost/optimize-app-setting-helpers
[enh] Optimize app setting helpers
2019-03-09 15:34:43 +01:00
Alexandre Aubin
a0986f2377
Merge pull request #633 from YunoHost/add_ynh_systemd_action
[enh] Add ynh_systemd_action helper
2019-03-09 15:34:33 +01:00
Maniack Crudelis
ea8605db5c
[enh] Support php versions in ynh_add_fpm_config 2019-03-08 23:32:23 +01:00
Kayou
f1e097a5bd
Fix tab 2019-03-07 11:25:32 +01:00
Alexandre Aubin
650232b1c3
Merge branch 'stretch-unstable' into group_permission 2019-03-05 02:59:05 +01:00
Alexandre Aubin
e3dfd63481
Replace hard-corded value with constant defined above 2019-03-04 22:54:02 +01:00
Maniack Crudelis
08e51f2680
Do not show errors about log not existing yet. 2019-03-03 18:58:38 +01:00
Maniack Crudelis
337a065b4a
Print progression only after 3s 2019-03-03 18:57:41 +01:00
Maniack Crudelis
58af343a84
Add warning about exec_* printers 2019-03-03 17:25:07 +01:00
Maniack Crudelis
12c61eeb65
Use printers 2019-03-03 16:38:54 +01:00
Alexandre Aubin
078b9b90bc
Drunk commits were made >.> 2019-03-03 00:50:36 +01:00
Alexandre Aubin
4a8563ed9e
Clarify the if case for 'get' 2019-03-01 01:43:16 +01:00
Maniack Crudelis
f51101152a
Missing } 2019-02-26 15:37:50 +01:00
Maniack Crudelis
b3edc2a63c
Fix ynh_add_fail2ban_config legacy mode
Merged as a micro decision
Fix https://github.com/YunoHost/issues/issues/1313
2019-02-26 01:59:03 +01:00
Alexandre Aubin
ac6f24671c In case no file in dir, still an empty string will be read, which matches [[:digit:]]* (but won't with +) 2019-02-26 00:59:31 +01:00
Alexandre Aubin
990eeb76e1 Missing space breaks bash parsing of the whole file 2019-02-26 00:40:16 +01:00
Maniack Crudelis
873bf4ae37 Add min version for all helpers 2019-02-25 18:44:21 +01:00
Alexandre Aubin
fa4023283b
Merge pull request #660 from yalh76/patch-1
[enh] Add the arch argument to ynh_install_nodejs
2019-02-25 00:52:08 +01:00
Alexandre Aubin
ec72a8d632
Merge pull request #648 from YunoHost/diff_backup_file
[enh] Print diff of files when backup by ynh_backup_if_checksum_is_different
2019-02-25 00:49:31 +01:00
Alexandre Aubin
f17f51f3f6 Add ynh_app_setting helper to optimize app setting interface 2019-02-24 03:32:14 +01:00
yalh76
dd28717308
Fix $uname 2019-02-23 01:23:02 +01:00
yalh76
81178e0841
remove arguments
and let ynh_install_nodejs manage the issue
2019-02-22 17:55:42 +01:00
Maniack Crudelis
0a84e2f226
Default value for $arch 2019-02-22 15:38:04 +01:00
yalh76
7342f894e5
add the arch argument to ynh_install_nodejs
CF https://github.com/YunoHost/issues/issues/1311#issuecomment-466379366
2019-02-22 14:28:08 +01:00
Alexandre Aubin
9cb71e61f4
Merge branch 'stretch-unstable' into add_ynh_systemd_action 2019-02-22 12:38:43 +01:00
Kayou
abc091911c
User ynh_replace_string, add postgresql in the admin panel 2019-02-22 01:13:23 +01:00
Kayou
d7f3815183
For your eyes 2019-02-22 00:58:12 +01:00
Alexandre Aubin
fdbffe9590
Merge pull request #643 from YunoHost/get-rid-of-frontend-warnings
[fix] Get rid of annoying 'unable to initialize frontend' messages
2019-02-21 14:32:34 +01:00
Kayou
c24d45beff
remove false promises 2019-02-21 01:39:15 +01:00
Kayou
49ec93a9c5
default argument for a optional argument 2019-02-21 01:31:31 +01:00
Kayou
95dd430334
ynh_psql_create_db take only 2 arguments 2019-02-21 01:06:38 +01:00
Kayou
b1b14a399d
fix ynh_psql_database_exists 2019-02-21 01:03:21 +01:00
Kayou
81bc9987bd
rework ynh_psql_create_db 2019-02-21 01:03:10 +01:00
Kayou
9b8bd79a37
Don't use [[]] anymore 2019-02-21 00:16:57 +01:00
Kayou
3ae5955590
Remove some $() and [] 2019-02-20 23:58:26 +01:00
Kayou
f0d8f88121
Change $psql to $pwd 2019-02-20 23:57:12 +01:00
Kayou
979f18a559
Merge branch 'stretch-unstable' into patch-2 2019-02-20 20:53:47 +01:00
Kayou
a20b0e96c8
Fix ynh_psql_setup_db 2019-02-20 02:18:38 +01:00
Kayou
203b8c06a9
Fix ynh_psql_user_exists and ynh_psql_database_exists 2019-02-20 02:18:24 +01:00
Kayou
a7af86832e
Small fix 2019-02-20 01:56:14 +01:00
Kayou
f2a4be2992
fix ynh_psql_create_db 2019-02-20 01:39:22 +01:00
Kayou
d030628a9b
Update psql helper 2019-02-20 01:27:27 +01:00
Kayou
d5ca4dd88b
Fix ynh_psql_user_exists 2019-02-20 00:21:44 +01:00
Alexandre Aubin
10f3301061
Merge pull request #647 from YunoHost/app_debugger
Add app debugger helper
2019-02-19 17:10:27 +01:00
Alexandre Aubin
b63c33de4e
Merge pull request #638 from YunoHost/broken_dpkg
[enh] Check if dpkg is not broken when calling ynh_wait_dpkg_free
2019-02-19 17:09:45 +01:00
Pierre Bourré
b5ae91b34e [WIP] Update 2019-02-19 01:39:00 +01:00
Kayou
1b7d25de96
Update psql 2019-02-19 00:03:46 +01:00