1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
Commit graph

108 commits

Author SHA1 Message Date
magikcypress
bc6126f6a8 On comment les chmod qui font planter l'upgrade sur package_checker 2017-03-09 18:13:50 +01:00
magikcypress
22a6733b3e Accolade en trop 2017-03-09 17:57:16 +01:00
magikcypress
d510152555 On évite les arguments trop long dans install 2017-03-09 17:39:28 +01:00
magikcypress
ca1a0dbc3b On évite les arguments trop long et on test l'existence du fichier deleted.files dans upgrade 2017-03-09 17:22:44 +01:00
magikcypress
2a7f6da4d8 Chmod arguments trop long dans upgrade 2017-03-09 16:56:22 +01:00
magikcypress
cac99a41da Déplacer les fichier après un exit 2017-03-09 16:24:48 +01:00
magikcypress
56a11e635c Option null pour xargs sur upgrade 2017-03-09 15:55:29 +01:00
magikcypress
339a484a66 Option null pour xargs 2017-03-09 15:32:52 +01:00
magikcypress
fd7643f8a3 Boolean pour multi_instance + Correction Backup/restore 2017-03-09 15:05:36 +01:00
magikcypress
95777a6e15 Suppression des sources 2017-03-08 23:45:25 +01:00
magikcypress
bbf46b52df Suppression des location pour les images 2017-03-08 18:43:43 +01:00
magikcypress
fa67284e67 Ajouter sudo pour le chown 2017-03-08 18:31:05 +01:00
magikcypress
10ef9d880f Delete sudo for xargs 2017-03-08 18:15:01 +01:00
magikcypress
d087ae95ef Delete sudo before find [upgrade] 2017-03-08 18:03:26 +01:00
magikcypress
df22a05569 Delete sudo before find 2017-03-08 18:02:51 +01:00
magikcypress
018388d835 Error fix backup restore nginx 2017-03-08 13:23:25 +01:00
magikcypress
929b5501f5 Replace by 2017-03-08 13:20:36 +01:00
magikcypress
11b40ef89d Fixe upgrade bug, bad sed for nginx 2017-03-08 13:19:25 +01:00
magikcypress
930e440c6f Delete Header into nginx configuration 2017-03-07 23:30:07 +01:00
magikcypress
d0eee971bb Source as a same place 2017-03-07 23:28:55 +01:00
magikcypress
d76f10cc11 don't use sudo before calling helpers 2017-03-07 23:17:18 +01:00
magikcypress
bebfd37c3e English all comments 2017-03-07 23:11:59 +01:00
magikcypress
790698f353 Delete CLEAN_SETUP, not need here 2017-03-07 22:51:48 +01:00
magikcypress
9a980bc7aa Change version into README 2017-03-07 22:49:38 +01:00
magikcypress
6c0605e078 Upgrade de l'application 2017-03-07 01:17:59 +01:00
Maniack Crudelis
2b5659f8c7 Merge pull request #22 from YunoHost-Apps/check_process
Create check_process
2017-01-18 00:05:54 +01:00
Maniack Crudelis
71d912994e Syntax fix 2017-01-17 17:26:13 +01:00
Maniack Crudelis
01add99d3d Create check_process 2017-01-17 11:14:19 +01:00
Maniack Crudelis
f2015a0c7e Merge pull request #21 from YunoHost-Apps/remove-redmine-ref
Retour issues sur github
2016-12-26 17:26:47 +01:00
Maniack Crudelis
45d7e8be87 Retour issues sur github
Suite à la décision sur les issues des applications.
https://forum.yunohost.org/t/tickets-pour-la-gestion-des-applications/2154/37

Les issues reviennent sur github.
2016-12-17 13:53:11 +01:00
opi
4bd9a68d42 [fix] Reload nginx after app removal 2016-11-21 16:00:31 +01:00
opi
d037776267 [fix] Restore and upgrade missing plugins. 2016-11-20 20:31:40 +01:00
Alex Johnstone
71cdca9b97 Merge pull request #2 from alexjj/elenor-of-tsort
[fix] new ldap config syntax
2016-10-21 20:56:37 -07:00
Alex Johnstone
829973aad2 [fix] new ldap config syntax 2016-10-21 20:53:12 -07:00
Alex Johnstone
fdf5a72746 Merge pull request #1 from alexjj/elenor-of-tsort
Updated to Elenor of Tsort
2016-10-21 20:38:04 -07:00
Alex Johnstone
5736779bb8 Updated to Elenor of Tsort 2016-10-21 20:34:09 -07:00
opi
3061f96ac1 Merge pull request #18 from JimboJoe/patch-2
Fix permissions on lib/tpl directory
2016-09-21 10:30:01 +02:00
JimboJoe
875a799548 Fix permissions on lib/tpl directory (upgrade script too)
Fix upgrade script as  well
2016-09-21 10:21:26 +02:00
JimboJoe
7c33438e2c Fix permissions on lib/tpl directory
lib/tpl need to be writable by www-data to allow templates installation (analog to lib/plugins)
2016-09-18 21:44:59 +02:00
Laurent Peuch
5caab35747 Update README.md 2016-08-10 15:42:50 +02:00
opi
e015cc7fe0 [fix] Do not override acl on update. 2016-06-22 11:13:50 +02:00
opi
ed12e06f7f [fix] data directory access. #417 2016-06-22 10:53:41 +02:00
Jérôme Lebleu
41d5a04184 [fix] Call xargs with sudo for chmod instead of the reverse
It allows to prevent the number of arguments and environment variables passed
to chmod - which often fails with the error: "Argument list too long".
See: http://unix.stackexchange.com/a/72822
2016-05-30 22:55:26 +02:00
Jérôme Lebleu
e43a26b954 [fix] Retrieve app settings in upgrade script 2016-05-23 14:03:54 +02:00
opi
6137c275cc [fix] Backup/restore, multi-instance. 2016-05-10 15:36:55 +02:00
opi
3999dce147 [fix] Hardcoded app name. 2016-05-07 02:05:09 +02:00
opi
39b0f5edda [fix] Use 2.3.15 version in requirements. 2016-05-07 01:55:31 +02:00
opi
a3fc2280a1 [enh] Use latest backup specification. 2016-05-07 01:32:32 +02:00
opi
2b8b62dd3a [enh] Use ynh_backup helper. 2016-05-07 01:24:35 +02:00
opi
b4bf361aa4 Merge pull request #16 from Psycojoker/patch-2
add "packaging_format" key to manifest.json
2016-03-28 22:07:40 +02:00