ericgaspar
|
003d1adbaa
|
Update install
|
2021-07-08 08:26:34 +02:00 |
|
ericgaspar
|
2454a162f3
|
Add ynh_abort_if_errors
|
2021-05-11 08:36:08 +02:00 |
|
Éric Gaspar
|
3860248a1b
|
Upgrade to 5.1.0 (#107)
* Upgrade to 5.1.0
* Fix doc links
|
2021-03-23 19:27:48 +01:00 |
|
ericgaspar
|
3a066a438f
|
Fix linter warnings
|
2020-12-06 11:57:14 +01:00 |
|
ericgaspar
|
f53662fb18
|
Update backup
|
2020-10-04 12:28:18 +02:00 |
|
ericgaspar
|
a813e8c2aa
|
Small typos
|
2020-10-04 09:58:12 +02:00 |
|
ericgaspar
|
272b2d6616
|
Small typos
|
2020-09-24 13:44:38 +02:00 |
|
Jimmy Monin
|
f888df6083
|
Upgrade to upstream version 5.0.2 / Use PHP 7.3
|
2020-06-07 19:24:38 +02:00 |
|
Maniack Crudelis
|
9849697e11
|
Merge pull request #90 from YunoHost-Apps/package_upgrade
Normalization from example_ynh
|
2019-05-26 12:11:10 +02:00 |
|
Maniack Crudelis
|
044da24336
|
Add change_url script
|
2019-05-18 14:29:47 +02:00 |
|
Maniack Crudelis
|
276de5842c
|
Normalization from example_ynh
|
2019-05-18 14:04:40 +02:00 |
|
Maniack Crudelis
|
60737ae672
|
Put db_pwd out of the condition
|
2019-05-03 13:07:08 +02:00 |
|
Kayou
|
94ab4a96ec
|
Add --last
|
2019-04-28 18:14:37 +02:00 |
|
Maniack Crudelis
|
fb4cf4efb3
|
Use new 3.5 helpers
|
2019-04-13 18:26:29 +02:00 |
|
Maniack Crudelis
|
a2e8d78dd2
|
Use composer helpers
|
2019-02-28 00:02:46 +01:00 |
|
Maniack Crudelis
|
086dfd2fe1
|
Add progression with ynh_print_info
|
2019-02-17 20:58:14 +01:00 |
|
Maniack Crudelis
|
24158eb8d0
|
Use php7
|
2019-02-17 15:42:49 +01:00 |
|
Maniack Crudelis
|
4d8b2a45c8
|
Normalization from example_ynh
|
2019-02-17 15:42:09 +01:00 |
|
Maniack Crudelis
|
0bd3d18f03
|
Fix error about tmp not accessible
Yolomerge in testing, that's just a micro fix !
|
2018-10-05 21:04:30 +02:00 |
|
JimboJoe
|
e3bd41fd69
|
Merge pull request #74 from YunoHost-Apps/fix_stretch_compatibility
Fix stretch compatibility by creating and using a dedicated MySQL admin user (fixes #71)
|
2018-06-02 21:14:23 +02:00 |
|
Jimmy Monin
|
6b9e9deaf3
|
Avoid error if temporary directory already exists
|
2018-05-24 22:22:52 +02:00 |
|
Jimmy Monin
|
1b277ad388
|
Add phpMyAdmin temporary folder with needed rights
(See here: https://stackoverflow.com/questions/49730100/error-in-phpmyadmin-after-updating-to-v4-8-0-the-cfgtempdir-tmp-is-no)
|
2018-05-24 20:31:58 +02:00 |
|
Jimmy Monin
|
b6434dd74e
|
Fix stretch compatibility by creating and using a dedicated MySQL admin user (fixes #71)
MySQL root access in Stretch is limited to socket access via the root system user (see here: https://stackoverflow.com/questions/39281594/error-1698-28000-access-denied-for-user-rootlocalhost/42742610#42742610)
In order to be compatible with Stretch and Jessie, use another privileged account than root
|
2018-05-23 19:09:15 +02:00 |
|
JimboJoe
|
29e57125b4
|
Typo
|
2018-01-07 10:05:38 +01:00 |
|
Maniack Crudelis
|
09ad01673c
|
Force php5 for composer
|
2018-01-05 18:20:10 +01:00 |
|
frju365
|
1c6338147d
|
Update _common.sh
|
2017-12-28 16:11:55 +01:00 |
|
Maniack Crudelis
|
b5ab414391
|
fix composer
|
2017-10-20 15:14:39 +02:00 |
|
Maniack Crudelis
|
09271bfda1
|
Fix missing dependencies
Fix the error "File ./vendor/autoload.php missing or not readable."
|
2017-10-20 13:20:55 +02:00 |
|
Maniack Crudelis
|
47b1bc11fb
|
Fix mistake with final_path...
|
2017-09-03 23:11:27 +02:00 |
|
Maniack Crudelis
|
6363d57f84
|
Refactoring
|
2017-08-29 02:34:05 +02:00 |
|
frju365
|
4b36d8df2a
|
[Enh] Upgrade upstream version to 4.7.3 (closes #60) (#61)
* [Fix] upstream_version (#60)
* Version 4.7.3
* Fix upgrade
|
2017-08-03 17:24:48 +02:00 |
|
Maniack Crudelis
|
8563509b6c
|
Merge pull request #55 from polytan02/patch-2
Adjust set -eu & set -u environment
|
2017-06-18 19:09:18 +02:00 |
|
polytan02
|
11cf11434b
|
Use ynh_die instead of exit 1
|
2017-02-25 00:14:58 +00:00 |
|
polytan02
|
a986df6c31
|
Add set -eu
|
2017-02-25 00:13:46 +00:00 |
|
polytan02
|
85ad4a1f5c
|
Add set -eu
|
2017-02-25 00:13:26 +00:00 |
|
polytan02
|
4044658ce9
|
add set -u for remove script
|
2017-02-25 00:12:52 +00:00 |
|
polytan02
|
c7bd8441c2
|
Adjust set -eu & set -u environment
|
2017-02-25 00:12:07 +00:00 |
|
root
|
df6065f4b8
|
Use of backup helpers
|
2017-02-17 20:37:28 +00:00 |
|
polytan02
|
59ffb081ad
|
Cleaning
|
2017-02-17 20:11:10 +00:00 |
|
polytan02
|
07ec5acdb6
|
Correction
|
2017-02-17 19:41:19 +00:00 |
|
polytan02
|
a76ac5e346
|
Make the app retro-compatible
|
2017-02-17 19:40:27 +00:00 |
|
polytan02
|
b71dc520ab
|
Use of cp sources/. instead of cp sources/*
|
2017-02-17 19:15:14 +00:00 |
|
polytan02
|
7238b9fc3c
|
Cleaning of unused functions
|
2017-02-17 19:13:59 +00:00 |
|
polytan02
|
4ee686e02c
|
Reload php-fpm instead of restart
|
2017-02-17 19:11:21 +00:00 |
|
polytan02
|
6b5af33dd6
|
Adjust nginx access to 644
|
2017-02-17 19:09:16 +00:00 |
|
polytan02
|
3074be4fd8
|
Add sudo yunohost app ssowatconf to restore script
|
2017-02-17 12:15:46 +00:00 |
|
polytan02
|
986707349f
|
Change database drop parameter to match install script
|
2017-02-17 12:04:59 +00:00 |
|
polytan02
|
894516c646
|
Check the sources with sha256 from phpmyadmin.net
|
2017-02-15 13:57:22 +00:00 |
|
polytan02
|
afc86ae55a
|
Cleaning of sed command
|
2017-02-15 13:20:01 +00:00 |
|
polytan02
|
ea9174b1e2
|
Missing retreival of $admin paramater
|
2017-02-15 01:14:31 +00:00 |
|